summaryrefslogtreecommitdiffstats
path: root/src/sss_client/sudo_testcli
Commit message (Collapse)AuthorAgeFilesLines
* sudo test client: avoid SIGSEGV when run without argumentsPavel Březina2012-07-161-1/+1
| | | | SIGSEGV occured when sss_sudo_cli was run without any arguments.
* Fix use-after-freeStephen Gallagher2012-07-091-0/+1
| | | | Coverity #12803
* sudo api: send uid, username and domainnamePavel Březina2012-06-291-14/+50
| | | | | | | | | | | 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.
* Refactor sss_result into sss_sudo_resultPavel Březina2012-02-141-5/+5
| | | | https://fedorahosted.org/sssd/ticket/1159
* SUDO Integration - test client changedPavel Březina2012-01-271-78/+13
| | | | | | | Without user name given it displays cn=defaults record. Client no longer display raw data. https://fedorahosted.org/sssd/ticket/1143
* SUDO Integration review issuesPavel Březina2012-01-171-1/+1
|
* SUDO Integration - pseudo client for testingPavel Březina2011-12-161-0/+167