Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |