summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-20s3/passdb: add parameter to control handling of wellknown SIDs in pdb_tdbRalph Boehme1-0/+9
2024-04-05s3:passdb: use DBG_ERR() for 'talloc_strdup failed' messagesStefan Metzmacher1-1/+1
2024-01-23s3:passdb: Do not leak memory in pdb_tdbAndreas Schneider1-0/+3
2023-08-14passdb: Fix a DBG statementVolker Lendecke1-1/+1
2023-08-14passdb: Fix whitespaceVolker Lendecke1-10/+10
2023-08-08s3:passdb: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-07-19s3:passdb: Fix code spellingAndreas Schneider1-1/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2019-11-27smbdotconf: mark "rename user script" with substitution="1"Ralph Boehme1-1/+3
2019-09-26s3/passdb: clang: Fix 'Value stored during initialization is never read'Noel Power1-1/+1
2019-06-30source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-1/+5
2019-03-01passdb: Use wrapper for string to integer conversionSwen Schillig1-1/+5
2018-08-17lib: Pass mem_ctx to state_path()Volker Lendecke1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2016-10-13Update smbrun to allow for settings environment variables.Trever L. Adams1-1/+1
2015-07-21pdb_tdb: Use fstr_sprintfVolker Lendecke1-9/+8
2015-05-16Convert the few instances of int32 there were to int32_t.Richard Sharpe1-3/+3
2015-05-12Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe1-15/+15
2014-11-11pdb_tdb: Avoid a nasty error message with ctdbVolker Lendecke1-0/+6
2014-11-11pdb_tdb: Fix a TALLOC/SAFE_FREE mixupVolker Lendecke1-1/+1
2014-11-03pdb_tdb: don't leak state_path onto talloc tosDavid Disseldorp1-2/+8
2014-02-07param: rename lp function and variable from "renameuser_script" to "rename_us...Garming Sam1-1/+1
2014-02-07dbwrap: add a dbwrap_flags argument to db_open()Michael Adam1-3/+3
2013-06-21s3:passdb/pdb_tdb add parameter to control handling of BUILTINChristian Ambach1-0/+10
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-7/+21
2012-07-31s3: Fix Coverity ID 710803 Resource leakVolker Lendecke1-0/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+1
2012-06-15dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...Volker Lendecke1-2/+2
2012-06-15dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke1-1/+1
2012-06-15dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke1-1/+1
2012-06-15dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke1-4/+4
2012-06-15dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke1-7/+8
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-3/+6
2011-10-11s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return typeMichael Adam1-1/+2
2011-10-11s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam1-6/+10
2011-10-11s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam1-2/+3
2011-10-11s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam1-8/+12
2011-10-11s3:passdb: convert pdb_tdb to use dbwrap wrapper functions.Michael Adam1-46/+61
2011-10-11s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam1-5/+6
2011-10-10s3-passdb: split out passdb/pdb_tdb.h.Günther Deschner1-0/+1
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
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-0/+1
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-1/+1
2009-07-29s3:passdb: use transaction_wrapped write in tdbsam_new_rid()Michael Adam1-1/+2