summaryrefslogtreecommitdiffstats
path: root/source3/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. (This used to be commit 8e0fa453a3d0a2c997a935b6940796612c972708)
* 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. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r23323: merged ldb changes from 3.0.26Andrew Tridgell2007-10-101-14/+19
| | | | (This used to be commit 7c9a5c2a3f012a06e9550dc0de7df460c2fd943b)
* 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 (This used to be commit 4ad1436ceae0128e187222fce0fc79adb3049d3f)