summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* Fail with misconfigured id-mapping rangesOndrej Kos2013-05-271-1/+2
* Add SID related requests to the LDAP providerSumit Bose2013-05-271-5/+230
* Handle SID strings in sdap_attrs_get_sid_str() as wellSumit Bose2013-05-271-9/+20
* Adding option to disable retrieving large AD groups.Lukas Slebodnik2013-05-236-13/+49
* Removing unused functions.Lukas Slebodnik2013-05-232-36/+0
* Remove unneeded parameter of setup_child and namespace itJakub Hrozek2013-05-203-3/+3
* Fixing critical format string issues.Lukas Slebodnik2013-05-205-6/+10
* Re-add a useful DEBUG messageJakub Hrozek2013-05-131-0/+2
* LDAP: Always initialize idmap objectJakub Hrozek2013-05-131-5/+3
* Split out the common code from timed DNS updatesJakub Hrozek2013-05-032-0/+121
* dyndns: new option dyndns_authJakub Hrozek2013-05-032-2/+8
* dyndns: new option dyndns_force_tcpJakub Hrozek2013-05-031-2/+6
* dyndns: New option dyndns_update_ptrJakub Hrozek2013-05-032-36/+160
* Refactor dynamic DNS updatesJakub Hrozek2013-05-032-0/+545
* Add secid filter to responder-dp protocolSumit Bose2013-05-021-0/+6
* LDAP: always store SID if availableSumit Bose2013-05-022-33/+58
* sdap: add sdap_connect_host requestPavel Březina2013-05-022-0/+201
* Display the last grace warning, tooJakub Hrozek2013-05-022-3/+3
* libsss_idmap: function to calculate rangeMichal Zidek2013-04-292-115/+54
* LDAP: do not invalidate pointer with realloc while processing ghost usersJakub Hrozek2013-04-191-3/+13
* DNS sites support - use SRV DNS lookup plugin in all providersPavel Březina2013-04-101-0/+9
* LDAP: Always fail if a map can't be foundJakub Hrozek2013-04-091-4/+2
* LDAP: Fix value initialization warningsLukas Slebodnik2013-04-042-2/+2
* Centralize resolv_init, remove resolv context listJakub Hrozek2013-04-031-16/+2
* Init failover with be_res optionsJakub Hrozek2013-04-031-24/+5
* Making the authtok structure really opaque.Lukas Slebodnik2013-04-022-9/+15
* refactor nested group processing: replace old codePavel Březina2013-04-022-1721/+21
* refactor nested group processing: add new codePavel Březina2013-04-021-0/+2229
* LDAP: Fix value initializationOndrej Kos2013-03-271-1/+1
* LDAP: If deref search fails, try again without derefJan Cholasta2013-03-214-4/+44
* ldap: Fallback option for rfc2307 schemaSimo Sorce2013-03-207-11/+191
* Convert sdap_access to new error codesSimo Sorce2013-03-193-453/+186
* Removing unused declaration of functions and variable.Lukas Slebodnik2013-03-191-10/+0
* Use common error facility instead of sdap_resultSimo Sorce2013-03-195-316/+202
* Fix initialization of multiple variablesOndrej Kos2013-03-132-2/+2
* More generalized function open_debug_file_ex()Lukas Slebodnik2013-03-131-5/+1
* Fixed typo in debug message.Lukas Slebodnik2013-03-071-3/+5
* Check the return value of sysdb_search_servicesJakub Hrozek2013-03-051-0/+6
* sdap_fill_memberships: continue if a member is not foud in sysdbPavel Březina2013-02-271-3/+7
* sysdb: try dealing with binary-content attributesJan Engelhardt2013-02-262-7/+5
* LDAP: Check for authtok validityJakub Hrozek2013-02-111-7/+9
* Add realm info to sss_domain_infoSimo Sorce2013-02-101-1/+1
* nested groups: fix group lookup hangs if member dn is incorrectPavel Březina2013-01-281-0/+24
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-215-8/+8
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-215-39/+43
* Introduce be_req_terminate() helperSimo Sorce2013-01-214-17/+10
* Remove domain from be_req structureSimo Sorce2013-01-211-1/+1
* Pass domain not be_req to access check functionsSimo Sorce2013-01-213-17/+25
* Remove sysdb as a be request structure memberSimo Sorce2013-01-211-2/+2
* Remove sysdb as a be context structure memberSimo Sorce2013-01-2113-27/+27