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 | -3/+3 | |
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 | -18/+27 | |
2013-01-15 | Add domain to sysdb_delete_custom | Simo Sorce | 1 | -1/+1 | |
2013-01-15 | Add domain argument to sysdb_search_custom() | Simo Sorce | 1 | -1/+1 | |
Also changes sysdb_search_custom_by_name() | |||||
2013-01-15 | Add domain argument to sysdb_store_custom() | Simo Sorce | 1 | -1/+1 | |
2013-01-15 | Add domain to sysdb_search_group_by_gid() | Simo Sorce | 1 | -1/+1 | |
Also remove unused sysdb_search_domgroup_by_gid() | |||||
2013-01-15 | Add domain to sysdb_search_user_by_name() | Simo Sorce | 1 | -2/+2 | |
Also remove unused sysdb_search_domuser_by_name() | |||||
2013-01-15 | Make sysdb_custom_subtree_dn() require a domain. | Simo Sorce | 1 | -3/+5 | |
2012-12-19 | Fix a 'shadows a global declaration' warning | Sumit Bose | 1 | -2/+2 | |
2012-12-13 | sudo: support generalized time format | Pavel Březina | 1 | -11/+34 | |
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-12-13 | sudo: include primary group in user group list | Pavel Březina | 1 | -1/+41 | |
https://fedorahosted.org/sssd/ticket/1677 | |||||
2012-12-13 | sysdb_get_sudo_user_info() initialize attrs on declaration | Pavel Březina | 1 | -4/+3 | |
2012-09-24 | SYSDB: Remove unnecessary domain parameter from several sysdb calls | Jakub Hrozek | 1 | -2/+1 | |
The domain can be read from the sysdb object. Removing the domain string makes the API more self-contained. | |||||
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 | |