Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert sync calls in sysdb to async, transaction dependent, calls. | Simo Sorce | 2009-02-28 | 1 | -880/+0 |
| | |||||
* | Serialize access to sysdb and also exposes ldb transactions. | Simo Sorce | 2009-02-26 | 1 | -1/+1 |
| | | | | | | This is necessary because in ldb only 1 transaction per context is possible and all operations (or new transactions) are nested within it. Will revisit this later when ldb will addresses the problem. | ||||
* | Reorganize sysdb a bit, | Simo Sorce | 2009-02-20 | 1 | -0/+880 |
rename _posix_ function into _legacy_ Add support for the posix legacy mode where memberships are stored in memberUId and not in member/memberof pairs. Do not build sysdb as a library |