summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap/sdap_async.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix search replies getting ignoredSimo Sorce2009-08-031-14/+12
* Fix race condition that was causing segfaultsSimo Sorce2009-07-241-80/+136
* added LDAP change password backend targetSumit Bose2009-07-211-0/+134
* Rework the engine that deals with openldap librariesSimo Sorce2009-07-201-478/+367
* Implement the ldap identity module.Simo Sorce2009-07-081-32/+435
* Unify password caching ops in sysdbSimo Sorce2009-07-081-97/+0
* Add async helper functionsSimo Sorce2009-07-081-0/+1446