summaryrefslogtreecommitdiff
path: root/source3/groupdb/mapping.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-21s3:passdb add a gid argument to pdb_create_builtin_aliasChristian Ambach1-12/+22
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-10/+10
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce1-65/+155
2011-10-12s3-groupdb: split out groupdb/mapping_tdb.h.Günther Deschner1-0/+1
2011-09-26s3-passdb: Cleanup use of fstring and move to talloc.Simo Sorce1-2/+8
2011-09-26s3-group-mapping: Remove unused functions.Simo Sorce1-34/+0
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-2/+2
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner1-0/+1
2011-02-20s3: Improve a debug message, we have more than pdb_tdb.Volker Lendecke1-1/+1
2011-02-02s3:groupdb: allow machine accounts as members.Stefan Metzmacher1-4/+4
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-14s3:groupdb: allocate a gid after allocating a rid in pdb_default_create_alias()Michael Adam1-6/+7
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-24/+24
2010-05-18s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner1-1/+1
2010-03-14s3: Fix some nonempty blank linesVolker Lendecke1-17/+15
2010-03-01s3:groupmap revert to tdb storageSimo Sorce1-19/+1
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-2/+1
2009-06-08Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke1-3/+4
2009-05-11Fix a bunch of compiler warnings about wrong format types.Jeremy Allison1-3/+3
2008-07-14Add fix from Simo for bug #5540 - missing code to substituteJeremy Allison1-3/+6
2008-04-12groupdb: readd groupdb:backend parametric optionStefan Metzmacher1-2/+20
2007-12-17Fix flags in call of lookup_name() in pdb_default_create_alias().Michael Adam1-1/+1
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-1/+1
2007-11-13Remove all pstring from groupdb/Jeremy Allison1-34/+95
2007-10-24[crash fix] don't use already free'ed memoryStefan Metzmacher1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-9/+9
2007-10-10r25405: Fix formatting as per metze's commentsGerald Carter1-1/+1
2007-10-10r25393: Removed unused variableGerald Carter1-2/+0
2007-10-10r25380: Remove the groupdb:mapping parameter as discussed in the following th...Gerald Carter1-14/+2
2007-10-10r25024: Fix a whole bunch of Coverity bugsVolker Lendecke1-0/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-1/+1
2007-10-10r23323: merged ldb changes from 3.0.26Andrew Tridgell1-11/+87
2007-10-10r22787: More from Karolin: Make map_unix_group() static to net_sam.c, add "netVolker Lendecke1-64/+0
2007-10-10r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and changeVolker Lendecke1-16/+0
2007-10-10r22554: Fix an assumption that TALLOC_ARRAY(.., 0) != NULL.Volker Lendecke1-2/+7
2007-10-10r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison1-1/+1
2007-10-10r18867: change the group mapping code to use ldb instead of tdbAndrew Tridgell1-648/+1
2007-10-10r18703: Fix the annoying effect that happens when nscd is running:Günther Deschner1-1/+16
2007-10-10r18271: Big change:Gerald Carter1-7/+7
2007-10-10r17669: Remove RID algorithm support from unmapped users and groupsGerald Carter1-1/+1
2007-10-10r17554: CleanupVolker Lendecke1-531/+450
2007-10-10r17550: Fix a few bugs in the tdb_multikey code. Thanks to tridge for pointin...Volker Lendecke1-4/+4
2007-10-10r17470: This is the group mapping rewrite announced a few days ago. I'm afrai...Volker Lendecke1-293/+473