summaryrefslogtreecommitdiff
path: root/server/providers/ldap/sdap_async_accounts.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-09Fix tevent_req error checking.Simo Sorce1-61/+10
When possible using a macro that correctly deals with tstate
2009-11-09Fix enumerationsSimo Sorce1-2/+6
The counter was not set so we were storing only the first user for each anumeration.
2009-11-06Split async helpers in multiple filesSimo Sorce1-0/+2156
The size of sdap_async.c was unmanageable. This patch splits it into a generic file with common infrastructure calls, a file that handles connection calls and a file for id related calls.