History log of /sssd-io/src/tools/sssctl/sssctl.h
Revision Date Author Comments Expand
3ee8659bc6a77a78bc6c61b9650a36bd18ea95c8 21-Nov-2017 Jakub Hrozek <jhrozek@redhat.com>

TOOLS: Add a new sssctl command access-report Resolves: https://pagure.io/SSSD/sssd/issue/2840 Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>

f74408e37a3007aa41b19ab2afb693a91694da42 25-Sep-2017 Justin Stephenson <jstephen@redhat.com>

SSSCTL: Add cache-expire command Add sssctl cache-expire as a wrapper for the sss_cache utility to invalidate cached objects. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Michal Židek <mzidek@redhat.com>

d2c614143870e6efd4b3ab20c3a55cf714595256 25-Sep-2017 Justin Stephenson <jstephen@redhat.com>

SSSCTL: Move sss_debuglevel to sssctl debug-level Move code from sss_debuglevel to sssctl_logs.c and add new debug-logs sssctl command to perform the same task of changing debug level dynamically. POPT_CONTEXT_KEEP_FIRST Flag added to poptGetContext call in sssctl_debug_level() to fix argument parsing. Resolves: https://pagure.io/SSSD/sssd/issue/3057 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Michal Židek <mzidek@redhat.com>

4a9160e2b3b9c531e2b4a7884f49bfbb4a07a992 10-Apr-2017 Sumit Bose <sbose@redhat.com>

sssctl: integrate pam_test_client into sssctl Reviewed-by: Pavel Březina <pbrezina@redhat.com>

f4f2edba5c555773d7c9adfa95562b96b0c0cdb2 11-Oct-2016 Pavel Březina <pbrezina@redhat.com>

sssctl: use systemd D-Bus API If systemd is used we leverage it's D-Bus API instead of running systemctl. Resolves: https://fedorahosted.org/sssd/ticket/3056 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

9b74009c1260e6f3b1031a6ae110bf1d957cba81 16-Aug-2016 Pavel Březina <pbrezina@redhat.com>

sssctl: use talloc with sifp This way we completely move D-Bus memory management to talloc and we reduce number of code lines needed to send and receive reply. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

488b455f6b7881ec108a127840b1c1f1523d937f 05-Aug-2016 Michal Židek <mzidek@redhat.com>

sssctl: Consistent commands naming Use TOPIC-ACTION pattern for sssctl command names. Resolves: https://fedorahosted.org/sssd/ticket/3087 Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

e088912418fd4db750f2097dfde8ef9b77303f05 07-Jul-2016 Michal Židek <mzidek@redhat.com>

sssctl: Add config-check command Fixes: https://fedorahosted.org/sssd/ticket/2269 sssctl sconfig-check command allows to call SSSD config file validators on demand. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

552390afcc81af96ca201fa6c25ddefbbecbeb4e 07-Jul-2016 Jakub Hrozek <jhrozek@redhat.com>

TOOLS: Add the upgrade-cache command Allows to upgrade the cache using the sssctl tool, which might be useful e.g. in RPM %post scripts. Reviewed-by: Sumit Bose <sbose@redhat.com>

e157b9f6cb370e1b94bcac2044d26ad66d640fba 27-Jun-2016 Pavel Březina <pbrezina@redhat.com>

sssctl: new tool Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>