summaryrefslogtreecommitdiff
path: root/source3/groupdb/mapping_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3: only include tdb headers where needed.Günther Deschner2011-05-171-0/+1
* A couple more off-by-one calculations with strlcpy.Jeremy Allison2011-05-151-2/+2
* s3-passdb: add passdb.h where needed.Günther Deschner2011-04-051-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-04-051-0/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-4/+5
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-111-3/+10
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-24/+24
* s3: Fix a typoVolker Lendecke2010-04-141-1/+1
* s3: Fix some C++ warningsVolker Lendecke2010-03-021-1/+1
* s3: Fix an uninitialized variable warningVolker Lendecke2010-03-021-1/+1
* s3:groupmap revert to tdb storageSimo Sorce2010-03-011-12/+267
* Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke2009-06-081-2/+5
* s3:mapping_tdb: fix the del_aliasmem() functionStefan Metzmacher2008-09-291-3/+2
* fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell2008-08-131-2/+2
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-1/+1
* Fix build warning.Günther Deschner2008-07-031-1/+1
* groupdb: make mapping_tdb compatible to mapping_ldbStefan Metzmacher2008-04-121-1/+1
* mapping_tdb: fix enumeration of mappings.Michael Adam2008-04-041-1/+1
* mapping.tdb: fix creation of entries with GROUP_PREFIXMichael Adam2008-04-041-1/+1
* Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke2008-04-011-3/+3
* Convert dbwrap_trans_store to NTSTATUSVolker Lendecke2008-04-011-3/+3
* mapping_tdb: use the correct sid for the key creationStefan Metzmacher2008-04-011-1/+1
* mapping_tdb: use db_open_trans()Stefan Metzmacher2008-04-011-2/+2
* Protect group_mapping.tdb ops with transactionsVolker Lendecke2008-04-011-16/+66
* Fix a segfaultVolker Lendecke2008-03-281-1/+1
* util_tdb: remove trivial and unused tdb_wipe().Michael Adam2008-03-261-1/+1
* util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam2008-03-251-1/+1
* Convert mapping_tdb.c to dbwrapVolker Lendecke2008-03-111-292/+279
* Clean up add_mapping_entry slightlyVolker Lendecke2008-03-111-9/+11
* Cleanup after pstring removalVolker Lendecke2008-03-111-1/+1
* Fix "status used uninitialized" warnings.Jeremy Allison2008-01-151-1/+1
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-3/+6
* Don't leak data.dptr on error path.Michael Adam2008-01-091-3/+5
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-8/+8
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-151-1/+2
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-2/+3
* Fix a segfaultVolker Lendecke2007-12-151-2/+2
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-9/+13
* Remove all pstring from groupdb/Jeremy Allison2007-11-131-45/+84
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-13/+13
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23323: merged ldb changes from 3.0.26Andrew Tridgell2007-10-101-56/+41
* r22509: Fix some memory corruption caused by calling free()Gerald Carter2007-10-101-6/+6
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-12/+12
* r21974: make use of tdb_*_bystring() and string_term_tdb_data() in groupdb/Stefan Metzmacher2007-10-101-36/+17
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2007-10-101-4/+6