summaryrefslogtreecommitdiff
path: root/src/db/sysdb_sudo.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-22sudo responder: change num_rules type from size_t to uint32_tPavel Březina1-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-15Add domain arguments to sysdb sudo functionsSimo Sorce1-8/+15
2013-01-15Make sysdb_custom_subtree_dn() require a domain.Simo Sorce1-2/+1
2012-12-13sudo: support generalized time formatPavel Březina1-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-07Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OCPavel Březina1-1/+1
It does not contain name of the object class attribute but the value itself. I renamed it to avoid confusion.
2012-06-29sudo: clean upPavel Březina1-6/+0
2012-06-29sudo sysdb: add expiration time to the filterPavel Březina1-0/+1
2012-06-29sysdb: remove sudo_set/get_refreshedPavel Březina1-6/+0
2012-06-29sysdb: add getter/setter for last sudo full refresh timePavel Březina1-0/+4
2012-02-17Redesign purging of the sudo cachePavel Březina1-4/+14
https://fedorahosted.org/sssd/ticket/1173
2012-02-04SUDO Integration - responder 'sudo_timed' optionPavel Březina1-1/+9
https://fedorahosted.org/sssd/ticket/1116
2012-01-27SUDO Integration - make sysdb_get_sudo_filter() more configurablePavel Březina1-4/+11
https://fedorahosted.org/sssd/ticket/1143
2012-01-17SUDO Integration - functions for manipulating with 'refreshed' attributePavel Březina1-0/+10
https://fedorahosted.org/sssd/ticket/1110
2011-12-16SUDO Integration - sysdb interfaceJakub Hrozek1-0/+69