summaryrefslogtreecommitdiff
path: root/lib/dbwrap/dbwrap_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-04dbwrap: Remove "db_context->try_fetch_locked()" fn pointerVolker Lendecke1-15/+0
2019-11-22dbwrap: Don't set rec->value in dbwrap_do_locked()Volker Lendecke1-4/+4
2019-11-22dbwrap: Protect against invalid db_record->valueVolker Lendecke1-0/+4
2019-11-22dbwrap: Pass "value" to dbwrap_do_locked() callbackVolker Lendecke1-1/+2
2019-11-22dbwrap_tdb: Return correct error from db_tdb_storev()Volker Lendecke1-2/+8
2019-11-22dbwrap_tdb: Avoid includes.hVolker Lendecke1-1/+3
2019-11-06dbwrap_tdb: Avoid a use of talloc_stackframe()Volker Lendecke1-10/+10
2019-08-19lib: Micro-optimization for db_tdb_do_locked()Volker Lendecke1-2/+2
2018-09-14dbwrap_tdb: Avoid double-call to talloc_get_type_abortVolker Lendecke1-5/+6
2018-09-12dbwrap_tdb: use struct initializerRalph Boehme1-2/+3
2018-09-12dbwrap_tdb: move a function call out of an if conditionRalph Boehme1-3/+6
2018-05-16Convert affected by previous commit lines from DEBUG(10,..) to DBG_DEBUG().Timur I. Bakeyev1-2/+2
2018-05-16Remove extra 0x prefix for the "%p" format specifiers, avoiding 0x0x0 strings...Timur I. Bakeyev1-1/+1
2017-07-25dbwrap_tdb: Implement do_lockedVolker Lendecke1-0/+47
2017-07-25dbwrap: Convert backend store to storevVolker Lendecke1-9/+13
2015-11-23dbwrap_tdb: Fix a typoVolker Lendecke1-1/+1
2015-09-22dbwrap: Make dbwrap_db_id return size_tVolker Lendecke1-3/+7
2015-09-22dbwrap: Remove talloc_reference()Volker Lendecke1-1/+1
2015-09-22dbwrap: Remove unused dbwrap_hash_size()Volker Lendecke1-1/+0
2015-09-22dbwrap: Remove loadparm_context from db_open_tdbVolker Lendecke1-7/+1
2015-03-17Remove ntdb protection from db_open_tdbVolker Lendecke1-7/+0
2014-03-31tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke1-3/+3
2014-03-31dbwrap: Avoid passing lp_ctx to tdb_wrap_open in db_open_tdbVolker Lendecke1-2/+8
2014-02-07dbwrap: add a dbwrap_flags argument to db_open_tdb()Michael Adam1-1/+2
2013-06-06Revert "dbwrap: dbwrap_fetch_locked_timeout()."Volker Lendecke1-16/+0
2012-11-29dbwrap: Remove an unnecessary if-statementVolker Lendecke1-3/+1
2012-11-29dbwrap: No need to NULL out a talloc_zero'ed structure elementVolker Lendecke1-1/+0
2012-10-25dbwrap: use talloc_stackframe() in db_tdb_log_key()Andrew Bartlett1-3/+4
2012-06-22dbwrap: dbwrap_hash_size().Rusty Russell1-0/+1
2012-06-22dbwrap: dbwrap_name().Rusty Russell1-0/+1
2012-06-22dbwrap: dbwrap_transaction_start_nonblock().Rusty Russell1-0/+14
2012-06-22dbwrap: dbwrap_fetch_locked_timeout().Rusty Russell1-0/+16
2012-06-22dbwrap: add dbwrap_check() function.Rusty Russell1-0/+8
2012-06-22dbwrap: dbwrap_local_open()Rusty Russell1-0/+7
2012-06-22dbwrap: remove get_flags().Rusty Russell1-9/+0
2012-05-14move the dbwrap library to the top levelMichael Adam1-0/+447