Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-18 | sudo: do full refresh when data provider is back online | Pavel Březina | 1 | -0/+3 | |
https://fedorahosted.org/sssd/ticket/1689 Add a online callback if the first full refresh fails due to the provider beeing offline so we can perform the refresh as soon as possible. | |||||
2012-12-18 | sudo: schedule another full refresh in short interval if the first fails | Pavel Březina | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/1689 If the first full refresh of sudo rules fails because the data provider is offline, we will schedule another one in 2, 4, ... minutes. | |||||
2012-12-18 | add sdap_sudo_schedule_refresh() | Pavel Březina | 1 | -0/+6 | |
Reduces amount of code duplication. | |||||
2012-10-24 | sudo: do not fail if usn value is zero but full refresh is completed | Pavel Březina | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/1596 In case that LDAP server contains zero sudo rules, the full refresh completes succussfully and stores current USN value (= 0). But then smart refresh will fail because it takes USN=0 as invalid value. | |||||
2012-06-29 | sudo ldap provider: load host filter configuration on init | Pavel Březina | 1 | -0/+9 | |
We need to load host information during provider initialization. Currently it loads only values from configuration files, but it is implemented as an asynchrounous request as it will later try to autodetect these settings (which will need to contact DNS). | |||||
2012-06-29 | sudo ldap provider: pass sudo_ctx instead of id_ctx | Pavel Březina | 1 | -2/+12 | |
I had to create a new context structure to store additional information such as ip addresses and hostnames. | |||||
2012-06-29 | sudo ldap provider: return number of downloaded rules in ↵ | Pavel Březina | 1 | -1/+2 | |
sdap_sudo_refresh_recv() | |||||
2012-06-29 | sudo ldap provider: find highest USN | Pavel Březina | 1 | -2/+4 | |
2012-06-29 | sudo ldap provider: add new timer API | Pavel Březina | 1 | -0/+16 | |
2012-06-29 | sudo ldap provider: provide API for full refresh | Pavel Březina | 1 | -1/+1 | |
2012-06-29 | sudo ldap provider: give sdap_sudo_refresh_send() search and purge filters | Pavel Březina | 1 | -2/+3 | |
2012-02-04 | Move BUILD_SUDO outside the generic LDAP source files | Jakub Hrozek | 1 | -0/+8 | |
Avoid #ifdefs in the general part of the code | |||||
2012-01-27 | SUDO Integration - prepare data provider for new responder commands | Pavel Březina | 1 | -14/+5 | |
https://fedorahosted.org/sssd/ticket/1143 | |||||
2012-01-17 | SUDO Integration - wrap data provider with tevent_req | Pavel Březina | 1 | -0/+8 | |
https://fedorahosted.org/sssd/ticket/1110 | |||||
2011-12-20 | SUDO Integration - be_sudo_req removed from sudo_ctx | Pavel Březina | 1 | -1/+0 | |
2011-12-16 | SUDO integration - LDAP provider | Pavel Březina | 1 | -0/+47 | |