History log of /sssd-io/src/tools/wrappers/sss_debuglevel.in
Revision Date Author Comments Expand
06c4482c0cda8f6493203d49ef316b3c2bb069dc 10-Nov-2017 Fabiano Fidêncio <fidencio@redhat.com>

TOOLS: Call "exec" for sss_debuglevel This suggestion came from Lukáš Slebodník. The advantage of calling "exec" is to avoid forking another child of the process. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

c8396478ed5f1a8adcf48ff362fff64e550a2ad7 10-Nov-2017 Fabiano Fidêncio <fidencio@redhat.com>

TOOLS: Double quote array expansions in sss_debuglevel Otherwise they're like $* and break on spaces. This issue has been caught by coverity: Defect type: SHELLCHECK_WARNING Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

90cbf7bc0011b5ad3ae348088edded82fe38e7dc 13-Oct-2017 Lukas Slebodnik <lslebodn@redhat.com>

TOOLS: Log redirection info for sss_debuglevel to stderr Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>

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

SSSCTL: Replace sss_debuglevel with shell wrapper The sss_debuglevel binary is replaced by a shell wrapper calling sssctl debug-level as part of merging sss_debuglevel into sssctl. The wrapper will redirect sss_debuglevel to the sssctl debug-level command performing the same task. The sss_debuglevel(8) man page is updated to indicate that sss_debuglevel is deprecated and functionality exists now in sssctl. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Michal Židek <mzidek@redhat.com>