Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-26 | sudo: do not strdup usn on ENOENT | Pavel Březina | 1 | -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-26 | sudo: do not fail to store the rule if we can't read usn | Pavel Březina | 1 | -3/+4 | |
Resolves: https://fedorahosted.org/sssd/ticket/2052 | |||||
2013-08-05 | sudo: print better debug message when a rule has multiple cn values | Pavel Březina | 1 | -1/+5 | |
2013-08-05 | sudo: skip rule on error instead of failing completely | Pavel Březina | 1 | -1/+3 | |
https://fedorahosted.org/sssd/ticket/2031 | |||||
2013-01-15 | Add domain arguments to sysdb sudo functions | Simo Sorce | 1 | -2/+5 | |
2012-06-29 | sudo ldap provider: find highest USN | Pavel Březina | 1 | -6/+78 | |
2012-06-29 | sudo ldap provider: add expiration time to each rule | Pavel Březina | 1 | -3/+16 | |
2011-12-16 | SUDO Integration - LDAP provider - save sudo rules functions | Jakub Hrozek | 1 | -0/+92 | |