summaryrefslogtreecommitdiffstats
path: root/source3/groupdb/mapping.h
Commit message (Collapse)AuthorAgeFilesLines
* s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce2011-10-121-1/+1
| | | | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Oct 12 19:28:12 CEST 2011 on sn-devel-104
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-9/+9
| | | | | | | | | | This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Copy the mapping.c license header to mapping.hVolker Lendecke2010-02-271-0/+22
| | | | | We need some license header there. If this does incorrect copyright attributions, please correct this.
* Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke2009-06-081-1/+2
|
* 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)