summaryrefslogtreecommitdiff
path: root/source3/groupdb/mapping_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner1-4/+5
2010-09-11s3-auth Change type of num_sids to uint32_tAndrew Bartlett1-3/+10
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-24/+24
2010-04-14s3: Fix a typoVolker Lendecke1-1/+1
2010-03-02s3: Fix some C++ warningsVolker Lendecke1-1/+1
2010-03-02s3: Fix an uninitialized variable warningVolker Lendecke1-1/+1
2010-03-01s3:groupmap revert to tdb storageSimo Sorce1-12/+267
2009-06-08Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke1-2/+5
2008-09-29s3:mapping_tdb: fix the del_aliasmem() functionStefan Metzmacher1-3/+2
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-03Fix build warning.Günther Deschner1-1/+1
2008-04-12groupdb: make mapping_tdb compatible to mapping_ldbStefan Metzmacher1-1/+1
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-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 Lendecke1-292/+279
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 Allison1-1/+1
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam1-3/+6
2008-01-09Don't leak data.dptr on error path.Michael Adam1-3/+5
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-8/+8
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 Lendecke1-2/+3
2007-12-15Fix a segfaultVolker Lendecke1-2/+2
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-9/+13
2007-11-13Remove all pstring from groupdb/Jeremy Allison1-45/+84
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-13/+13
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-10r23323: merged ldb changes from 3.0.26Andrew Tridgell1-56/+41
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 Allison1-4/+6
2007-10-10r18867: change the group mapping code to use ldb instead of tdbAndrew Tridgell1-0/+688