Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-24 | sudo client: remove dead code | Pavel Březina | 1 | -8/+0 | |
https://fedorahosted.org/sssd/ticket/1889 Fixes two minor coverity issues. | |||||
2012-11-15 | SUDO: Remove unused variable | Stephen Gallagher | 1 | -1/+0 | |
Eliminates a compiler warning | |||||
2012-11-14 | sudo: do not send domain name with username | Pavel Březina | 1 | -14/+1 | |
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 | |||||
2012-06-29 | sudo api: send uid, username and domainname | Pavel Březina | 1 | -40/+67 | |
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. | |||||
2012-04-18 | sudo api: check sss_status instead of errnop in sss_sudo_send_recv_generic() | Pavel Březina | 1 | -2/+4 | |
2012-03-09 | Two memory leaks in sss_sudo_get_values | Pavel Březina | 1 | -1/+4 | |
https://fedorahosted.org/sssd/ticket/1235 | |||||
2012-02-14 | Refactor sss_result into sss_sudo_result | Pavel Březina | 1 | -12/+13 | |
https://fedorahosted.org/sssd/ticket/1159 | |||||
2012-01-27 | SUDO Integration - SUDO API can request only cn=defaults record | Pavel Březina | 1 | -26/+41 | |
https://fedorahosted.org/sssd/ticket/1143 | |||||
2012-01-17 | SUDO Integration review issues | Pavel Březina | 1 | -3/+3 | |
2011-12-16 | SUDO Integration - API for sudo | Pavel Březina | 1 | -0/+225 | |