summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap/sdap_async.c
Commit message (Expand)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-1018/+0
* Make change password errors more transparentSumit Bose2010-02-121-2/+15
* Reactivate old fd handling conditionallySumit Bose2010-02-051-0/+44
* Use ldap connection callbacks to get file descriptorsSumit Bose2010-02-021-29/+72
* Raise DEBUG level of sdap_get_generic_done()Stephen Gallagher2009-12-171-1/+1
* Check LDAP structure before calling ldap_unbind_ext()Sumit Bose2009-12-031-1/+3
* Better behavior on cleanupSimo Sorce2009-11-201-1/+1
* Fix double free case.Simo Sorce2009-11-121-1/+3
* Fix tevent_req error checking.Simo Sorce2009-11-091-17/+3
* Split async helpers in multiple filesSimo Sorce2009-11-061-3285/+15
* Unify code to use the generic search interfaceSimo Sorce2009-11-061-593/+473
* Fix and enhance initgroups callSimo Sorce2009-11-061-170/+637
* Unify parse routines, use maps in generic searchesSimo Sorce2009-11-061-3/+11
* Store the original memberof attributes if anySimo Sorce2009-11-061-7/+30
* add replacements for missing Kerberos callsSumit Bose2009-11-051-8/+8
* Fix segfault when SASL is not used at allSimo Sorce2009-10-301-2/+2
* Add support to get rootDSE from the LDAP server.Simo Sorce2009-10-291-96/+311
* Move responsibility for entry expiration timeoutSimo Sorce2009-10-271-3/+9
* Add proper support for IPA/AD schemasSimo Sorce2009-10-271-200/+560
* store original DN with cached group objects if availableSumit Bose2009-10-271-0/+16
* added generic LDAP search sdap_get_generic_send/_recvSumit Bose2009-10-221-0/+201
* Check for expired passwords in LDAP providerSumit Bose2009-10-151-0/+25
* Make options parser available to all providersSimo Sorce2009-10-141-32/+32
* make sdap_id_connect_* independent of sdap_id_ctxSumit Bose2009-10-141-0/+172
* add a replacement if ldap_control_create is missingSumit Bose2009-10-131-6/+6
* Differentiate between search and network timeoutsSimo Sorce2009-10-091-3/+3
* add support for server side LDAP password policiesSumit Bose2009-10-081-10/+119
* remove redundant talloc_freeSumit Bose2009-10-051-3/+0
* Fix long timeout on ldap operationSimo Sorce2009-10-011-3/+12
* Initial implementation of sasl bind supportSimo Sorce2009-10-011-5/+382
* Let backend respond while fetching large resultsSimo Sorce2009-09-251-2/+11
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-231-3/+3
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-211-3/+3
* Check if SSL/TLS handler is already in placeSumit Bose2009-09-161-1/+8
* Turn ldap driver options into multitypeSimo Sorce2009-09-141-21/+24
* Complete the removal of "legacy" option.Simo Sorce2009-09-111-21/+186
* Fix memory mishandling.Simo Sorce2009-09-111-10/+7
* Fix Ldap id backend offline codeSimo Sorce2009-09-101-8/+19
* Fix two possible uninitialized valuesSimo Sorce2009-09-081-1/+1
* Avoid crash when timestamp is NULLRalf Haferkamp2009-09-031-1/+3
* Fix initgroups search filter when using rfc2307bisRalf Haferkamp2009-09-031-2/+2
* check if gid attribute is emptySumit Bose2009-08-281-0/+6
* Make enumeration an independent taskSimo Sorce2009-08-271-15/+133
* Always save using member/memberOfSimo Sorce2009-08-271-0/+5
* Do not fail enumerations if a single store failsSimo Sorce2009-08-241-40/+45
* some UPN handling fixesSumit Bose2009-08-241-3/+27
* store additional LDAP attributesSumit Bose2009-08-211-4/+45
* enable usage of defaultBindDnSumit Bose2009-08-191-0/+18
* Do not fail enumerations because of range checksSimo Sorce2009-08-101-3/+15
* Fix race condition in sdap codeSimo Sorce2009-08-041-82/+163