summaryrefslogtreecommitdiff
path: root/source3/groupdb
AgeCommit message (Expand)AuthorFilesLines
2008-04-01Protect group_mapping.tdb ops with transactionsVolker Lendecke1-16/+66
2008-03-28mapping_ldb: fix memory leak in group enumerationStefan Metzmacher1-1/+2
2008-03-28Fix a segfaultVolker Lendecke1-1/+1
2008-03-26util_tdb: remove trivial and unused tdb_wipe().Michael Adam1-1/+1
2008-03-25util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam1-1/+1
2008-03-11Convert mapping_tdb.c to dbwrapVolker Lendecke2-292/+281
2008-03-11Clean up add_mapping_entry slightlyVolker Lendecke1-9/+11
2008-03-11Cleanup after pstring removalVolker Lendecke1-1/+1
2008-01-15Fix "status used uninitialized" warnings.Jeremy Allison2-2/+2
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2-10/+15
2008-01-09Don't leak data.dptr on error path.Michael Adam1-3/+5
2007-12-17Fix flags in call of lookup_name() in pdb_default_create_alias().Michael Adam1-1/+1
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke2-14/+14
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-1/+2
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2-3/+4
2007-12-15Fix a segfaultVolker Lendecke1-2/+2
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2-12/+19
2007-11-13Remove all pstring from groupdb/Jeremy Allison3-86/+189
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2-5/+5
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 Allison4-42/+42
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 Tridgell3-6/+3
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison3-3/+3
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-1/+1
2007-10-10r23367: check the "use mmap" option for ldb tooAndrew Tridgell1-0/+4
2007-10-10r23323: merged ldb changes from 3.0.26Andrew Tridgell4-134/+192
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-10r22509: Fix some memory corruption caused by calling free()Gerald Carter1-6/+6
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-12/+12
2007-10-10r21974: make use of tdb_*_bystring() and string_term_tdb_data() in groupdb/Stefan Metzmacher1-36/+17
2007-10-10r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison3-9/+9
2007-10-10r19927: Fix klokwork ID 4702Volker Lendecke1-1/+4
2007-10-10r19516: Fix the DN, to make searches using the domain as baseSimo Sorce1-9/+9
2007-10-10r19073: mapping_dn can failVolker Lendecke1-2/+15
2007-10-10r18938: fixed a group map bug reported by Jerry. The caller in mapping.cAndrew Tridgell1-4/+1
2007-10-10r18912: we don't need the special case for comments now in theAndrew Tridgell1-5/+1
2007-10-10r18875: The comment field can be emptyVolker Lendecke1-2/+6
2007-10-10r18870: - enable the ldb ldap backend properly based on configure tests forAndrew Tridgell1-2/+2
2007-10-10r18868: just in case there is a disaster (with our code? never ...) use aAndrew Tridgell1-2/+7
2007-10-10r18867: change the group mapping code to use ldb instead of tdbAndrew Tridgell4-648/+1385
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