summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-1/+1
* pdb_tdb: Use fstr_sprintfVolker Lendecke2015-07-211-9/+8
* Convert the few instances of int32 there were to int32_t.Richard Sharpe2015-05-161-3/+3
* Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe2015-05-121-15/+15
* pdb_tdb: Avoid a nasty error message with ctdbVolker Lendecke2014-11-111-0/+6
* pdb_tdb: Fix a TALLOC/SAFE_FREE mixupVolker Lendecke2014-11-111-1/+1
* pdb_tdb: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-2/+8
* param: rename lp function and variable from "renameuser_script" to "rename_us...Garming Sam2014-02-071-1/+1
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-3/+3
* s3:passdb/pdb_tdb add parameter to control handling of BUILTINChristian Ambach2013-06-211-0/+10
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-7/+21
* s3: Fix Coverity ID 710803 Resource leakVolker Lendecke2012-07-311-0/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...Volker Lendecke2012-06-151-2/+2
* dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke2012-06-151-1/+1
* dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2012-06-151-1/+1
* dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke2012-06-151-4/+4
* dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke2012-06-151-7/+8
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-3/+6
* s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return typeMichael Adam2011-10-111-1/+2
* s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam2011-10-111-6/+10
* s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam2011-10-111-2/+3
* s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam2011-10-111-8/+12
* s3:passdb: convert pdb_tdb to use dbwrap wrapper functions.Michael Adam2011-10-111-46/+61
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam2011-10-111-5/+6
* s3-passdb: split out passdb/pdb_tdb.h.Günther Deschner2011-10-101-0/+1
* 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
* 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-0/+1
* 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-1/+1
* s3:passdb: use transaction_wrapped write in tdbsam_new_rid()Michael Adam2009-07-291-1/+2
* s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t.Michael Adam2009-07-291-3/+5
* Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke2009-06-281-3/+3
* Allow pdbedit to change a user rid/sid. Based on a fix from Alexander Zagrebi...Jeremy Allison2009-04-011-3/+57
* s3: fix the fix for bug #6195 - dont let smbd child processes panicMichael Adam2009-04-011-2/+16
* Fix the problem of 3.0.x passdb databases being versionJeremy Allison2009-03-271-5/+43
* Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison2009-03-271-1/+2
* Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison2009-03-181-14/+201
* Missing break in conversion function prevents tdb password database update.Alexander Zagrebin2009-03-171-0/+1
* Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke2009-03-071-7/+4
* Fix bug #6117 - Samba 3.3.0: pdbedit -a core dumps.Jeremy Allison2009-02-171-1/+12
* s3:pdb_tdb: store the next rid counter in passdb.tdb instead of winbind_idmap...Stefan Metzmacher2008-12-291-75/+47
* s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher2008-12-291-651/+15
* fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell2008-08-131-4/+5
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-1/+1