summaryrefslogtreecommitdiff
path: root/server/providers/ldap/sdap_async.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-05add replacements for missing Kerberos callsSumit Bose1-8/+8
2009-10-30Fix segfault when SASL is not used at allSimo Sorce1-2/+2
2009-10-29Add support to get rootDSE from the LDAP server.Simo Sorce1-96/+311
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce1-3/+9
2009-10-27Add proper support for IPA/AD schemasSimo Sorce1-200/+560
2009-10-27store original DN with cached group objects if availableSumit Bose1-0/+16
2009-10-22added generic LDAP search sdap_get_generic_send/_recvSumit Bose1-0/+201
2009-10-15Check for expired passwords in LDAP providerSumit Bose1-0/+25
2009-10-14Make options parser available to all providersSimo Sorce1-32/+32
2009-10-14make sdap_id_connect_* independent of sdap_id_ctxSumit Bose1-0/+172
2009-10-13add a replacement if ldap_control_create is missingSumit Bose1-6/+6
2009-10-09Differentiate between search and network timeoutsSimo Sorce1-3/+3
2009-10-08add support for server side LDAP password policiesSumit Bose1-10/+119
2009-10-05remove redundant talloc_freeSumit Bose1-3/+0
2009-10-01Fix long timeout on ldap operationSimo Sorce1-3/+12
2009-10-01Initial implementation of sasl bind supportSimo Sorce1-5/+382
2009-09-25Let backend respond while fetching large resultsSimo Sorce1-2/+11
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-3/+3
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-3/+3
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