summaryrefslogtreecommitdiff
path: root/source3/groupdb/mapping.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r17468: To minimize the diff later on, pre-commit some changes independently:...Volker Lendecke1-113/+103
2007-10-10r17465: Get rid of add_initial_entry. In the two places it was called in it s...Volker Lendecke1-25/+0
2007-10-10r17463: A bit of cleanup work:Volker Lendecke1-68/+4
2007-10-10r17451: Change pdb_getgrsid not to take a DOM_SID but a const DOM_SID * as anVolker Lendecke1-13/+13
2007-10-10r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke1-1/+1
2007-10-10r14634: Many bug fixes thanks to train rides and overnight stays in airportsGerald Carter1-0/+1
2007-10-10r14457: Add a few more special cases for RID 513 in the samr code.Gerald Carter1-1/+17
2007-10-10r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter1-52/+102
2007-10-10r13955: Fix Coverity ID 139.Volker Lendecke1-1/+1
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-5/+4
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13494: Merge the stuff I've done in head the last days.Volker Lendecke1-9/+8
2007-10-10r13316: Let the carnage begin....Gerald Carter1-105/+90
2007-10-10r12438: Remove an unused functionVolker Lendecke1-28/+0
2007-10-10r12185: Cosmetic cleanupVolker Lendecke1-32/+3
2007-10-10r12182: Cosmetic cleanupVolker Lendecke1-35/+25