summaryrefslogtreecommitdiff
path: root/source3/groupdb
AgeCommit message (Expand)AuthorFilesLines
2009-04-23samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB:Jelmer Vernooij1-4/+4
2009-04-23ldb/samba3: Support event context argument to ldb_init().Jelmer Vernooij1-1/+1
2009-02-07Fix a couple of memleaks in mapping_ldb.cVolker Lendecke1-35/+52
2009-01-21Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.Jelmer Vernooij1-36/+12
2009-01-21Reorder arguments to ldb_search() to match what is in Samba 4.Jelmer Vernooij1-6/+6
2008-11-04Ignore 3.0 style invalid group mappings during upgrade to ldbVolker Lendecke1-0/+7
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-2/+2
2008-09-29s3:mapping_tdb: fix the del_aliasmem() functionStefan Metzmacher1-3/+2
2008-08-27Be explicit about setting perms for the ldb. Helps others who may use this api.Jeremy Allison1-0/+3
2008-08-27ldb: Fix permissions of group_mapping.ldb.Andrew Tridgell1-1/+7
2008-08-13fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell1-2/+2
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-1/+1
2008-07-14Add fix from Simo for bug #5540 - missing code to substituteJeremy Allison1-3/+6
2008-07-03Fix build warning.Günther Deschner1-1/+1
2008-04-12groupdb: make mapping_tdb compatible to mapping_ldbStefan Metzmacher1-1/+1
2008-04-12groupdb: readd groupdb:backend parametric optionStefan Metzmacher1-2/+20
2008-04-04mapping_tdb: fix enumeration of mappings.Michael Adam1-1/+1
2008-04-04mapping.tdb: fix creation of entries with GROUP_PREFIXMichael Adam1-1/+1
2008-04-01Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke1-3/+3
2008-04-01Convert dbwrap_trans_store to NTSTATUSVolker Lendecke1-3/+3
2008-04-01mapping_tdb: use the correct sid for the key creationStefan Metzmacher1-1/+1
2008-04-01mapping_tdb: use db_open_trans()Stefan Metzmacher1-2/+2
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