summaryrefslogtreecommitdiff
path: root/src/providers/ldap
AgeCommit message (Expand)AuthorFilesLines
2013-06-06Intermittent fix for get_user_and_group_users_doneSumit Bose1-3/+0
2013-05-30Prevent segfault while processing ASQ requestLukas Slebodnik1-0/+6
2013-05-28Remove unneeded commentJakub Hrozek1-1/+0
2013-05-27Fail with misconfigured id-mapping rangesOndrej Kos1-1/+2
2013-05-27Add SID related requests to the LDAP providerSumit Bose1-5/+230
2013-05-27Handle SID strings in sdap_attrs_get_sid_str() as wellSumit Bose1-9/+20
2013-05-23Adding option to disable retrieving large AD groups.Lukas Slebodnik6-13/+49
2013-05-23Removing unused functions.Lukas Slebodnik2-36/+0
2013-05-20Remove unneeded parameter of setup_child and namespace itJakub Hrozek3-3/+3
2013-05-20Fixing critical format string issues.Lukas Slebodnik5-6/+10
2013-05-13Re-add a useful DEBUG messageJakub Hrozek1-0/+2
2013-05-13LDAP: Always initialize idmap objectJakub Hrozek1-5/+3
2013-05-03Split out the common code from timed DNS updatesJakub Hrozek2-0/+121
2013-05-03dyndns: new option dyndns_authJakub Hrozek2-2/+8
2013-05-03dyndns: new option dyndns_force_tcpJakub Hrozek1-2/+6
2013-05-03dyndns: New option dyndns_update_ptrJakub Hrozek2-36/+160
2013-05-03Refactor dynamic DNS updatesJakub Hrozek2-0/+545
2013-05-02Add secid filter to responder-dp protocolSumit Bose1-0/+6
2013-05-02LDAP: always store SID if availableSumit Bose2-33/+58
2013-05-02sdap: add sdap_connect_host requestPavel Březina2-0/+201
2013-05-02Display the last grace warning, tooJakub Hrozek2-3/+3
2013-04-29libsss_idmap: function to calculate rangeMichal Zidek2-115/+54
2013-04-19LDAP: do not invalidate pointer with realloc while processing ghost usersJakub Hrozek1-3/+13
2013-04-10DNS sites support - use SRV DNS lookup plugin in all providersPavel Březina1-0/+9
2013-04-09LDAP: Always fail if a map can't be foundJakub Hrozek1-4/+2
2013-04-04LDAP: Fix value initialization warningsLukas Slebodnik2-2/+2
2013-04-03Centralize resolv_init, remove resolv context listJakub Hrozek1-16/+2
2013-04-03Init failover with be_res optionsJakub Hrozek1-24/+5
2013-04-02Making the authtok structure really opaque.Lukas Slebodnik2-9/+15
2013-04-02refactor nested group processing: replace old codePavel Březina2-1721/+21
2013-04-02refactor nested group processing: add new codePavel Březina1-0/+2229
2013-03-27LDAP: Fix value initializationOndrej Kos1-1/+1
2013-03-21LDAP: If deref search fails, try again without derefJan Cholasta4-4/+44
2013-03-20ldap: Fallback option for rfc2307 schemaSimo Sorce7-11/+191
2013-03-19Convert sdap_access to new error codesSimo Sorce3-453/+186
2013-03-19Removing unused declaration of functions and variable.Lukas Slebodnik1-10/+0
2013-03-19Use common error facility instead of sdap_resultSimo Sorce5-316/+202
2013-03-13Fix initialization of multiple variablesOndrej Kos2-2/+2
2013-03-13More generalized function open_debug_file_ex()Lukas Slebodnik1-5/+1
2013-03-07Fixed typo in debug message.Lukas Slebodnik1-3/+5
2013-03-05Check the return value of sysdb_search_servicesJakub Hrozek1-0/+6
2013-02-27sdap_fill_memberships: continue if a member is not foud in sysdbPavel Březina1-3/+7
2013-02-26sysdb: try dealing with binary-content attributesJan Engelhardt2-7/+5
2013-02-11LDAP: Check for authtok validityJakub Hrozek1-7/+9
2013-02-10Add realm info to sss_domain_infoSimo Sorce1-1/+1
2013-01-28nested groups: fix group lookup hangs if member dn is incorrectPavel Březina1-0/+24
2013-01-21Add be_req_get_data() helper funciton.Simo Sorce5-8/+8
2013-01-21Add be_req_get_be_ctx() helper.Simo Sorce5-39/+43
2013-01-21Introduce be_req_terminate() helperSimo Sorce4-17/+10
2013-01-21Remove domain from be_req structureSimo Sorce1-1/+1