summaryrefslogtreecommitdiffstats
path: root/source3/groupdb/mapping_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+1
* group_mapping: Avoid a tallocVolker Lendecke2014-01-091-7/+5
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+2
* s3: Fix a crash in group_mapping.ldb->tdb conversionVolker Lendecke2011-11-281-0/+13
* s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce2011-10-121-38/+115
* s3-groupdb: split out groupdb/mapping_tdb.h.Günther Deschner2011-10-121-0/+1
* s3:groupdb: convert mapping_tdb.c to use dbwrap wrapper functions onlyMichael Adam2011-10-111-21/+31
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam2011-10-111-4/+5
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-201-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-7/+7
* A couple more off-by-one calculations with strlcpy.Jeremy Allison2011-05-061-2/+2
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-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