summaryrefslogtreecommitdiff
path: root/src/sss_client/sudo/sss_sudo.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-29sudo api: send uid, username and domainnamePavel Březina1-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-18sudo api: check sss_status instead of errnop in sss_sudo_send_recv_generic()Pavel Březina1-2/+4
2012-03-09Two memory leaks in sss_sudo_get_valuesPavel Březina1-1/+4
https://fedorahosted.org/sssd/ticket/1235
2012-02-14Refactor sss_result into sss_sudo_resultPavel Březina1-12/+13
https://fedorahosted.org/sssd/ticket/1159
2012-01-27SUDO Integration - SUDO API can request only cn=defaults recordPavel Březina1-26/+41
https://fedorahosted.org/sssd/ticket/1143
2012-01-17SUDO Integration review issuesPavel Březina1-3/+3
2011-12-16SUDO Integration - API for sudoPavel Březina1-0/+225