summaryrefslogtreecommitdiff
path: root/server/providers/ldap/sdap_async.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-16Check if SSL/TLS handler is already in placeSumit Bose1-1/+8
2009-09-14Turn ldap driver options into multitypeSimo Sorce1-21/+24
2009-09-11Complete the removal of "legacy" option.Simo Sorce1-21/+186
2009-09-11Fix memory mishandling.Simo Sorce1-10/+7
2009-09-10Fix Ldap id backend offline codeSimo Sorce1-8/+19
2009-09-08Fix two possible uninitialized valuesSimo Sorce1-1/+1
2009-09-03Avoid crash when timestamp is NULLRalf Haferkamp1-1/+3
2009-09-03Fix initgroups search filter when using rfc2307bisRalf Haferkamp1-2/+2
2009-08-28check if gid attribute is emptySumit Bose1-0/+6
2009-08-27Make enumeration an independent taskSimo Sorce1-15/+133
2009-08-27Always save using member/memberOfSimo Sorce1-0/+5
2009-08-24Do not fail enumerations if a single store failsSimo Sorce1-40/+45
2009-08-24some UPN handling fixesSumit Bose1-3/+27
2009-08-21store additional LDAP attributesSumit Bose1-4/+45
2009-08-19enable usage of defaultBindDnSumit Bose1-0/+18
2009-08-10Do not fail enumerations because of range checksSimo Sorce1-3/+15
2009-08-04Fix race condition in sdap codeSimo Sorce1-82/+163
2009-08-03Fix search replies getting ignoredSimo Sorce1-14/+12
2009-07-24Fix race condition that was causing segfaultsSimo Sorce1-80/+136
2009-07-21added LDAP change password backend targetSumit Bose1-0/+134
2009-07-20Rework the engine that deals with openldap librariesSimo Sorce1-478/+367
2009-07-08Implement the ldap identity module.Simo Sorce1-32/+435
2009-07-08Unify password caching ops in sysdbSimo Sorce1-97/+0
2009-07-08Add async helper functionsSimo Sorce1-0/+1446