summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Serialize access to sysdb and also exposes ldb transactions.Simo Sorce2009-02-261-70/+0
| | | | | | 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 Sorce2009-02-201-0/+2
| | | | | | | 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
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-131-0/+68
throw away databases Check version and init main db if empty