summaryrefslogtreecommitdiffstats
path: root/src/sss_client/sudo
Commit message (Collapse)AuthorAgeFilesLines
* SUDO: Remove unused variableStephen Gallagher2012-11-191-1/+0
| | | | Eliminates a compiler warning
* sudo: do not send domain name with usernamePavel Březina2012-11-142-16/+6
| | | | | | | | 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
* Remove libsss_sudo.pc and move libsss_sudo.so to libsss_sudoJakub Hrozek2012-10-121-12/+0
|
* sudo api: send uid, username and domainnamePavel Březina2012-06-294-52/+108
| | | | | | | | | | | 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-292-13/+10
|
* sudo api: check sss_status instead of errnop in sss_sudo_send_recv_generic()Pavel Březina2012-04-181-2/+4
|
* Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTIONJakub Hrozek2012-04-051-3/+4
| | | | https://fedorahosted.org/sssd/ticket/1271
* Use of unininitialized value in sss_sudo_parse_responsePavel Březina2012-03-091-0/+2
| | | | https://fedorahosted.org/sssd/ticket/1231
* Two memory leaks in sss_sudo_get_valuesPavel Březina2012-03-091-1/+4
| | | | https://fedorahosted.org/sssd/ticket/1235
* Refactor sss_result into sss_sudo_resultPavel Březina2012-02-144-31/+33
| | | | https://fedorahosted.org/sssd/ticket/1159
* Make sudo installation path configurable, install into libdir by defaultJakub Hrozek2012-02-071-1/+1
|
* SUDO: Provide documentation for the SUDO APIJakub Hrozek2012-01-302-0/+1658
|
* Fix sudo compilation on RHEL5Jakub Hrozek2012-01-301-0/+2
|
* SUDO Integration - SUDO API can request only cn=defaults recordPavel Březina2012-01-272-26/+43
| | | | https://fedorahosted.org/sssd/ticket/1143
* Export libsss_sudo as a separate packageJakub Hrozek2012-01-171-0/+12
|
* SUDO Integration review issuesPavel Březina2012-01-173-6/+7
|
* SUDO Integration - API for sudoPavel Březina2011-12-164-0/+553