History log of /sssd/src/sss_client/sudo_testcli/sudo_testcli.c
Revision Date Author Comments Expand
8e520758e2325c10d153bd2e3f57330b37545817 16-Jul-2012 Pavel Březina <pbrezina@redhat.com>

sudo test client: avoid SIGSEGV when run without arguments SIGSEGV occured when sss_sudo_cli was run without any arguments.

7dcf7275974021848cdd57781abc7eb9aa77feed 09-Jul-2012 Stephen Gallagher <sgallagh@redhat.com>

Fix use-after-free Coverity #12803

46d3d2c731e8c7e138462e5b60a39a279dc77d81 29-Jun-2012 Pavel Březina <pbrezina@redhat.com>

sudo api: send uid, username and domainname https://fedorahosted.org/sssd/ticket/1239 Test client was changed accordingly. The new usage is: sss_sudo_cli username [uid] If uid is not set, getpwnam(username) is called. It will retrieve both default options and rules.

968e2bc3bb28458b25c3b19868ea50f0325d8b0a 14-Feb-2012 Pavel Březina <pbrezina@redhat.com>

Refactor sss_result into sss_sudo_result https://fedorahosted.org/sssd/ticket/1159

e6092759dc4268b105b79478aa9b1398f21ed7a9 27-Jan-2012 Pavel Březina <pbrezina@redhat.com>

SUDO Integration - test client changed Without user name given it displays cn=defaults record. Client no longer display raw data. https://fedorahosted.org/sssd/ticket/1143

f643754db81eeade60485bbe3d80324d889cc4f3 17-Jan-2012 Pavel Březina <pbrezina@redhat.com>

SUDO Integration review issues

f8c829e72968b574e1c9bda96f4d5f206622358f 16-Dec-2011 Pavel Březina <pbrezina@redhat.com>

SUDO Integration - pseudo client for testing