Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-22 | sudo responder: change num_rules type from size_t to uint32_t | Pavel Březina | 1 | -2/+2 | |
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. | |||||
2013-01-15 | Add domain arguments to sysdb sudo functions | Simo Sorce | 1 | -8/+15 | |
2013-01-15 | Make sysdb_custom_subtree_dn() require a domain. | Simo Sorce | 1 | -2/+1 | |
2012-12-13 | sudo: support generalized time format | Pavel Březina | 1 | -2/+0 | |
https://fedorahosted.org/sssd/ticket/1712 The timestamp doesn't have to be in the form yyyymmddHHMMSSZ any more. It can be in any form of generalized time format. | |||||
2012-08-07 | Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OC | Pavel Březina | 1 | -1/+1 | |
It does not contain name of the object class attribute but the value itself. I renamed it to avoid confusion. | |||||
2012-06-29 | sudo: clean up | Pavel Březina | 1 | -6/+0 | |
2012-06-29 | sudo sysdb: add expiration time to the filter | Pavel Březina | 1 | -0/+1 | |
2012-06-29 | sysdb: remove sudo_set/get_refreshed | Pavel Březina | 1 | -6/+0 | |
2012-06-29 | sysdb: add getter/setter for last sudo full refresh time | Pavel Březina | 1 | -0/+4 | |
2012-02-17 | Redesign purging of the sudo cache | Pavel Březina | 1 | -4/+14 | |
https://fedorahosted.org/sssd/ticket/1173 | |||||
2012-02-04 | SUDO Integration - responder 'sudo_timed' option | Pavel Březina | 1 | -1/+9 | |
https://fedorahosted.org/sssd/ticket/1116 | |||||
2012-01-27 | SUDO Integration - make sysdb_get_sudo_filter() more configurable | Pavel Březina | 1 | -4/+11 | |
https://fedorahosted.org/sssd/ticket/1143 | |||||
2012-01-17 | SUDO Integration - functions for manipulating with 'refreshed' attribute | Pavel Březina | 1 | -0/+10 | |
https://fedorahosted.org/sssd/ticket/1110 | |||||
2011-12-16 | SUDO Integration - sysdb interface | Jakub Hrozek | 1 | -0/+69 | |