summaryrefslogtreecommitdiff
path: root/src/responder/sudo/sudosrv_query.c
AgeCommit message (Collapse)AuthorFilesLines
2013-07-22SUDO: realloc with sizeof(uint32_t) when adding uint32_tJakub Hrozek1-1/+1
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose1-1/+1
Recent refactoring removed the need to copy the domain info data of sub-domains because the related objects will not be removed from memory anymore.
2013-01-22sudo responder: change num_rules type from size_t to uint32_tPavel Březina1-3/+3
https://fedorahosted.org/sssd/ticket/1779 2^32 should be enough to store sudo rules. size_t type was causing troubles on big endian architectures, because it wasn't used correctly in combination with D-Bus.
2012-11-19SUDO: Fix wrong variable checkJakub Hrozek1-1/+1
https://fedorahosted.org/sssd/ticket/1650
2012-11-14sudo: do not send domain name with usernamePavel Březina1-3/+3
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-11-14sudo: support users from subdomainsPavel Březina1-33/+119
https://fedorahosted.org/sssd/ticket/1616
2012-10-01Add new option default_domain_suffixSumit Bose1-1/+2
2012-06-29sudo api: send uid, username and domainnamePavel Březina1-2/+22
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-06-29sudo responder: remove code duplication in commandsPavel Březina1-41/+184
2011-12-16SUDO Integration - responderPavel Březina1-0/+178