summaryrefslogtreecommitdiff
path: root/src/db/sysdb_sudo.c
AgeCommit message (Collapse)AuthorFilesLines
2012-07-18Fix uninitialized valuesNick Guay1-1/+1
https://fedorahosted.org/sssd/ticket/1379
2012-06-29sudo: clean upPavel Březina1-206/+0
2012-06-29sudo sysdb: add expiration time to the filterPavel Březina1-0/+8
2012-06-29sysdb: remove sudo_set/get_refreshedPavel Březina1-57/+0
2012-06-29sysdb: add getter/setter for last sudo full refresh timePavel Březina1-0/+143
2012-06-29sudo sysdb: make sysdb_get_sudo_user_info more configurablePavel Březina1-25/+35
2012-05-10sysdb: return proper error code from sysdb_sudo_purge_allJakub Hrozek1-1/+1
2012-05-02SUDO: Return ret, not EOKJakub Hrozek1-1/+1
This patch fixes bad refactoring - the function used to return value directly on error and EOK as the last statement. If was then converted into using goto label, but the last statement was still returning EOK instead of the value it should.
2012-02-17Redesign purging of the sudo cachePavel Březina1-71/+301
https://fedorahosted.org/sssd/ticket/1173
2012-02-10Improve debug messages in sysdb_sudo_check_time()Pavel Březina1-4/+16
2012-02-06SUDO Integration - sysdb_sudo_check_time() fixPavel Březina1-6/+8
2012-02-04Fixes for sudo_timedJakub Hrozek1-23/+40
https://fedorahosted.org/sssd/ticket/1116
2012-02-04SUDO Integration - responder 'sudo_timed' optionPavel Březina1-36/+123
https://fedorahosted.org/sssd/ticket/1116
2012-01-27SUDO Integration - make sysdb_get_sudo_filter() more configurablePavel Březina1-42/+57
https://fedorahosted.org/sssd/ticket/1143
2012-01-17SUDO Integration - functions for manipulating with 'refreshed' attributePavel Březina1-0/+58
https://fedorahosted.org/sssd/ticket/1110
2012-01-17SUDO Integration review issuesPavel Březina1-20/+13
2011-12-16SUDO Integration - sysdb interfaceJakub Hrozek1-0/+333