summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
...
* sudo ldap provider: support periodical smart refreshPavel Březina2012-06-291-73/+177
* sudo ldap provider: add periodical smart refresh APIPavel Březina2012-06-291-0/+63
* sudo provider: add ldap_sudo_smart_refresh_intervalPavel Březina2012-06-292-0/+2
* sudo ldap provider: when sysdb filter is NULL remove downloaded rulesPavel Březina2012-06-291-5/+61
* sudo ldap provider: add smart refresh APIPavel Březina2012-06-291-0/+128
* sudo ldap provider: remember highest usn after full refreshPavel Březina2012-06-291-1/+9
* sudo ldap provider: add sdap_sudo_set_usn()Pavel Březina2012-06-291-0/+22
* sudo ldap provider: find highest USNPavel Březina2012-06-295-22/+113
* ldap provider: add sudo usn valuePavel Březina2012-06-295-0/+11
* sudo ldap provider: support periodical full refreshPavel Březina2012-06-291-0/+129
* sudo ldap provider: add new timer APIPavel Březina2012-06-292-0/+194
* sudo provider: remove old timerPavel Březina2012-06-295-349/+0
* sudo provider: add ldap_sudo_full_refresh_intervalPavel Březina2012-06-292-0/+2
* sudo ldap provider: add support for on demand refresh of specific rulesPavel Březina2012-06-291-0/+8
* sudo ldap provider: provide API for refresh of specific rulesPavel Březina2012-06-291-0/+93
* sudo ldap provider: add support for on demand full refreshPavel Březina2012-06-291-16/+25
* sudo ldap provider: provide API for full refreshPavel Březina2012-06-292-1/+126
* sudo ldap provider: add expiration time to each rulePavel Březina2012-06-293-8/+30
* sudo ldap provider: add domain info in sdap_sudo_refresh_statePavel Březina2012-06-291-0/+2
* sudo ldap provider: add sysdb ctx in sdap_sudo_refresh_statePavel Březina2012-06-291-7/+7
* sudo ldap provider: give sdap_sudo_refresh_send() search and purge filtersPavel Březina2012-06-294-278/+93
* sudo ldap provider: move async routines to sdap_async_sudo.cPavel Březina2012-06-292-675/+710
* Move some debug lines to new debug log levelsStef Walter2012-06-202-2/+2
* Fix possible segfault in sdap_save_group()Jan Zeleny2012-06-201-2/+11
* LDAP: Fix missing variable in debug messageStephen Gallagher2012-06-151-1/+1
* Fixed debug message in sdap_save_group()Jan Zeleny2012-06-151-1/+1
* Provide more debugging in krb5_child and ldap_childJakub Hrozek2012-06-141-1/+8
* Fix an issue in ghost usersJan Zeleny2012-06-131-75/+47
* LDAP: Auto-detect support for the ldap match ruleStephen Gallagher2012-06-136-5/+107
* LDAP: Add support for AD chain matching extension in initgroupsStephen Gallagher2012-06-133-9/+325
* LDAP: Add support for AD chain matching extension in group lookupsStephen Gallagher2012-06-133-9/+417
* LDAP: Add ldap_*_use_matching_rule_in_chain optionsStephen Gallagher2012-06-133-0/+9
* LDAP: Make sdap_initgr_common_store() non-staticStephen Gallagher2012-06-122-7/+15
* LDAP: Add helper function to get list of a user's groups from sysdbStephen Gallagher2012-06-122-33/+69
* LDAP: Fix incorrect switch statement in sdap_get_initgr_done()Stephen Gallagher2012-06-121-1/+1
* LDAP: Remove redundant checkStephen Gallagher2012-06-121-11/+0
* Utilize attribute exclusion in LDAP initgroupsJan Zeleny2012-05-311-3/+33
* Add support for filtering atributesJan Zeleny2012-05-3112-34/+58
* added DEBUG messages to krb5_child and ldap_childNick Guay2012-05-311-0/+7
* Ghost members - various small changesJan Zeleny2012-05-311-1/+1
* Ghost members - removed sdap_check_aliases()Jan Zeleny2012-05-314-127/+0
* Ghost members - support in LDAP providerJan Zeleny2012-05-311-186/+286
* LDAP nested groups: Do not process callback with _post deep in the nested str...Jakub Hrozek2012-05-221-12/+10
* Warn to syslog when dereference requests failAriel Barria2012-05-221-2/+2
* Simple implementation of Netscape password warning expiration controlJoshua Roys2012-05-221-22/+74
* Use the sysdb attribute name, not LDAP attribute nameJakub Hrozek2012-05-162-2/+2
* Fixed two minor memory leaksJan Zeleny2012-05-142-2/+6
* LDAP: Handle very large Active Directory groupsStephen Gallagher2012-05-105-45/+271
* LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher2012-05-1012-32/+54
* Try all KDCs when getting TGT for LDAPJakub Hrozek2012-05-091-15/+18