summaryrefslogtreecommitdiff
path: root/source3/groupdb/mapping_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3/groupdb: clang: 'Value stored during its initialization is never read'Noel Power2019-09-261-1/+1
* source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-8/+13
* groupdb: Use wrapper for string to integer conversionSwen Schillig2019-03-011-4/+8
* groupdb: Use dom_sid_str_bufVolker Lendecke2018-12-201-1/+2
* passdb: Use dom_sid_str_bufVolker Lendecke2018-11-091-9/+7
* passdb: Use dom_sid_str_bufVolker Lendecke2018-11-091-7/+9
* passdb: Use dom_sid_str_bufVolker Lendecke2018-11-021-8/+3
* lib: Pass mem_ctx to state_path()Volker Lendecke2018-08-171-3/+3
* Fix Jean François name to be UTF-8Simo Sorce2018-05-091-1/+1
* Correct "errror" typos.Chris Lamb2017-02-221-1/+1
* Convert all uses of uint32/16/8 to _t in source3/groupdb.Richard Sharpe2015-05-141-1/+1
* groupdb: Fix a typoVolker Lendecke2015-03-301-1/+1
* mapping_tdb: add missing talloc_free in error pathDavid Disseldorp2014-11-101-0/+1
* groupdb: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-3/+16
* 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