summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_sudo_cache.c
AgeCommit message (Collapse)AuthorFilesLines
2013-08-26sudo: do not strdup usn on ENOENTPavel Březina1-1/+1
If USN attribute is not present, we call strdup on uninitialized variable. This may cause segfault, or if we are lucky and usn is NULL it will return ENOMEM.
2013-08-26sudo: do not fail to store the rule if we can't read usnPavel Březina1-3/+4
Resolves: https://fedorahosted.org/sssd/ticket/2052
2013-08-05sudo: print better debug message when a rule has multiple cn valuesPavel Březina1-1/+5
2013-08-05sudo: skip rule on error instead of failing completelyPavel Březina1-1/+3
https://fedorahosted.org/sssd/ticket/2031
2013-01-15Add domain arguments to sysdb sudo functionsSimo Sorce1-2/+5
2012-06-29sudo ldap provider: find highest USNPavel Březina1-6/+78
2012-06-29sudo ldap provider: add expiration time to each rulePavel Březina1-3/+16
2011-12-16SUDO Integration - LDAP provider - save sudo rules functionsJakub Hrozek1-0/+92