summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
...
* Fix long timeout on ldap operationSimo Sorce2009-10-012-5/+14
* Initial implementation of sasl bind supportSimo Sorce2009-10-016-59/+488
* Let backend respond while fetching large resultsSimo Sorce2009-09-251-2/+11
* add new config options ldap_tls_cacert and ldap_tls_cacertdirSumit Bose2009-09-254-67/+72
* Upgrade confdb to version 2Stephen Gallagher2009-09-251-58/+58
* Fix copy&paste of wrong structureSimo Sorce2009-09-231-2/+2
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-233-38/+38
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-213-38/+38
* Check if SSL/TLS handler is already in placeSumit Bose2009-09-161-1/+8
* Turn ldap driver options into multitypeSimo Sorce2009-09-146-194/+376
* Make the offline status backend-globalSimo Sorce2009-09-142-55/+29
* Complete the removal of "legacy" option.Simo Sorce2009-09-113-24/+192
* Fix ldap enumeration async taskSimo Sorce2009-09-111-12/+16
* Fix memory mishandling.Simo Sorce2009-09-111-10/+7
* 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