Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-04 | Unify usage of sysdb transactions (part 2). | Michal Zidek | 1 | -2/+5 | |
2012-08-07 | Remove SYSDB_SUDO_CACHE_OC from attribute lists | Pavel Březina | 1 | -1/+0 | |
It is not an attribute. | |||||
2012-08-07 | Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OC | Pavel Březina | 1 | -3/+3 | |
It does not contain name of the object class attribute but the value itself. I renamed it to avoid confusion. | |||||
2012-07-18 | Fix uninitialized values | Nick Guay | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1379 | |||||
2012-06-29 | sudo: clean up | Pavel Březina | 1 | -206/+0 | |
2012-06-29 | sudo sysdb: add expiration time to the filter | Pavel Březina | 1 | -0/+8 | |
2012-06-29 | sysdb: remove sudo_set/get_refreshed | Pavel Březina | 1 | -57/+0 | |
2012-06-29 | sysdb: add getter/setter for last sudo full refresh time | Pavel Březina | 1 | -0/+143 | |
2012-06-29 | sudo sysdb: make sysdb_get_sudo_user_info more configurable | Pavel Březina | 1 | -25/+35 | |
2012-05-10 | sysdb: return proper error code from sysdb_sudo_purge_all | Jakub Hrozek | 1 | -1/+1 | |
2012-05-02 | SUDO: Return ret, not EOK | Jakub Hrozek | 1 | -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-17 | Redesign purging of the sudo cache | Pavel Březina | 1 | -71/+301 | |
https://fedorahosted.org/sssd/ticket/1173 | |||||
2012-02-10 | Improve debug messages in sysdb_sudo_check_time() | Pavel Březina | 1 | -4/+16 | |
2012-02-06 | SUDO Integration - sysdb_sudo_check_time() fix | Pavel Březina | 1 | -6/+8 | |
2012-02-04 | Fixes for sudo_timed | Jakub Hrozek | 1 | -23/+40 | |
https://fedorahosted.org/sssd/ticket/1116 | |||||
2012-02-04 | SUDO Integration - responder 'sudo_timed' option | Pavel Březina | 1 | -36/+123 | |
https://fedorahosted.org/sssd/ticket/1116 | |||||
2012-01-27 | SUDO Integration - make sysdb_get_sudo_filter() more configurable | Pavel Březina | 1 | -42/+57 | |
https://fedorahosted.org/sssd/ticket/1143 | |||||
2012-01-17 | SUDO Integration - functions for manipulating with 'refreshed' attribute | Pavel Březina | 1 | -0/+58 | |
https://fedorahosted.org/sssd/ticket/1110 | |||||
2012-01-17 | SUDO Integration review issues | Pavel Březina | 1 | -20/+13 | |
2011-12-16 | SUDO Integration - sysdb interface | Jakub Hrozek | 1 | -0/+333 | |