summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap/sdap_async_private.h
Commit message (Collapse)AuthorAgeFilesLines
* Get TGT in a child process.Jakub Hrozek2009-11-251-0/+15
| | | | | | | To avoid blocking in a synchronous call, the TGT is saved in a separate process Fixes: #277
* Split async helpers in multiple filesSimo Sorce2009-11-061-0/+44
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.