Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-09 | Fix tevent_req error checking. | Simo Sorce | 1 | -61/+10 | |
When possible using a macro that correctly deals with tstate | |||||
2009-11-09 | Fix enumerations | Simo Sorce | 1 | -2/+6 | |
The counter was not set so we were storing only the first user for each anumeration. | |||||
2009-11-06 | Split async helpers in multiple files | Simo Sorce | 1 | -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. |