summaryrefslogtreecommitdiffstats
path: root/src/sss_client/sudo/sss_sudo_response.c
Commit message (Collapse)AuthorAgeFilesLines
* sudo: do not send domain name with usernamePavel Březina2012-11-141-2/+5
| | | | | | | | This caused troubles with subdomain users and it is not really necessary. This patch does not change the protocol itself, that should be done on the earliest possible occasion. Part of https://fedorahosted.org/sssd/ticket/1616
* sudo api: send uid, username and domainnamePavel Březina2012-06-291-0/+12
| | | | | | | | | | | 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.
* sudo api: remove EOKPavel Březina2012-06-291-0/+1
|
* Use of unininitialized value in sss_sudo_parse_responsePavel Březina2012-03-091-0/+2
| | | | https://fedorahosted.org/sssd/ticket/1231
* Refactor sss_result into sss_sudo_resultPavel Březina2012-02-141-9/+9
| | | | https://fedorahosted.org/sssd/ticket/1159
* Fix sudo compilation on RHEL5Jakub Hrozek2012-01-301-0/+2
|
* SUDO Integration review issuesPavel Březina2012-01-171-0/+1
|
* SUDO Integration - API for sudoPavel Březina2011-12-161-0/+236