summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* Fix Ldap id backend offline codeSimo Sorce2009-09-102-14/+83
* 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
* Honor enumerate option in ldap_idSimo Sorce2009-09-021-6/+9
* check if gid attribute is emptySumit Bose2009-08-281-0/+6
* fix internal order of ldap user mapping optionsSumit Bose2009-08-281-4/+4
* Make enumeration an independent taskSimo Sorce2009-08-275-68/+693
* Always save using member/memberOfSimo Sorce2009-08-271-0/+5
* Initial support for multiple schema typesSimo Sorce2009-08-271-7/+39
* Use the correct structure.Simo Sorce2009-08-271-2/+2
* Do not fail enumerations if a single store failsSimo Sorce2009-08-241-40/+45
* some UPN handling fixesSumit Bose2009-08-243-5/+37
* store additional LDAP attributesSumit Bose2009-08-211-4/+45
* enable usage of defaultBindDnSumit Bose2009-08-195-9/+48
* Do not fail enumerations because of range checksSimo Sorce2009-08-101-3/+15
* Consolidate tevent helpersJakub Hrozek2009-08-051-17/+0
* Fix race condition in sdap codeSimo Sorce2009-08-042-83/+172
* 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-213-2/+301
* Rework the engine that deals with openldap librariesSimo Sorce2009-07-203-497/+403
* add infrastructure to handle new backend targetsSumit Bose2009-07-202-9/+10
* fixed the default value for tls_reqcertSumit Bose2009-07-101-1/+1
* Implement the ldap identity module.Simo Sorce2009-07-085-709/+1173
* Unify password caching ops in sysdbSimo Sorce2009-07-083-132/+22
* Use async helpers for ldap auth moduleSimo Sorce2009-07-081-722/+314
* Add async helper functionsSimo Sorce2009-07-084-0/+2035
* Rework transaction code to use tevent_reqSimo Sorce2009-07-031-21/+65
* Rename sysdb_req to sysdb_handle.Simo Sorce2009-07-031-5/+5
* Remove extra implementation of password_destructorStephen Gallagher2009-06-111-11/+0
* added tls_reqcert option for native LDAP backendSumit Bose2009-06-021-0/+32
* Silence warningsSimo Sorce2009-05-261-2/+3
* call tevent_add_fd only onceSumit Bose2009-05-191-27/+11
* Move actual password caching into sysdbSimo Sorce2009-05-181-6/+117
* Split ldap backend into auth and identity filesSimo Sorce2009-05-182-19/+798
* Move ldap_be.c into ldap/ldap_auth.cSimo Sorce2009-05-181-0/+773