summaryrefslogtreecommitdiffstats
path: root/source/groupdb/mapping.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert mapping_tdb.c to dbwrapVolker Lendecke2008-03-111-0/+2
| | | | | | I know, this is not used anymore, but until ldb knows about ctdb which is blocked by the lack of transactions in ctdb, a tiny patch reactivating mapping_tdb.c might be needed for cluster setups.
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-8/+8
| | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy.
* r23323: merged ldb changes from 3.0.26Andrew Tridgell2007-10-101-14/+19
|
* r18867: change the group mapping code to use ldb instead of tdbAndrew Tridgell2007-10-101-0/+26
See the discussion of this on the samba-technical list