summaryrefslogtreecommitdiff
path: root/lib/ldb/common/ldb.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-20lib/ldb: don't allow repeated connectionsDouglas Bagnall1-0/+11
2024-02-16ldb: Fix code spellingJo Sutton1-1/+1
2024-02-16ldb: Simplify ldb_errstring()Jo Sutton1-5/+1
2024-02-16ldb: Remove trailing whitespaceJo Sutton1-16/+16
2023-09-11ldb: Fix code spellingJoseph Sutton1-1/+1
2023-07-19ldb: call tevent_set_max_debug_level(TEVENT_DEBUG_TRACE) together with ldb_te...Stefan Metzmacher1-0/+2
2022-09-16ldb: ldb_build_search_req() check for a talloc failureDouglas Bagnall1-0/+4
2022-04-26ldb: Save a few lines with TALLOC_FREE()Volker Lendecke1-4/+1
2020-07-02CVE-2020-10730: lib ldb: Check if ldb_lock_backend_callback called twiceGary Lockyer1-1/+8
2019-12-18lib ldb: fix use after freeGary Lockyer1-1/+1
2019-07-02lib ldb: save a copy of the options on the contextGary Lockyer1-0/+9
2019-07-01lib/ldb/common: clang: Fix Value stored to 'ret' is never read warningNoel Power1-1/+0
2018-08-15ldb: no need to call del_transaction in ldb_transaction_commitJoe Guo1-3/+0
2018-05-30ldb: Reset error string before running prepare_commit() hookAndrew Bartlett1-0/+2
2018-04-06ldb: Unwind transaction counter if start_transaction failsGary Lockyer1-0/+1
2017-07-02ldb: Lock the whole backend database for the duration of a searchAndrew Bartlett1-1/+158
2017-06-15ldb: fix a typoDouglas Bagnall1-1/+1
2017-06-15ldb: Rename module -> next_module for clarityAndrew Bartlett1-39/+41
2017-05-31ldb: Add ldb_handle_use_global_event_context()Andrew Bartlett1-0/+15
2017-05-31ldb: Use the private event context in ldb_tdb and ldb_wait()Andrew Bartlett1-1/+1
2017-05-31ldb: Create private event contexts in top level requests, chain to childrenAndrew Bartlett1-10/+67
2017-05-31ldb: Add ldb_set_require_private_event_context()Andrew Bartlett1-0/+4
2017-05-31ldb: Add ldb_handle_get_event_context()Andrew Bartlett1-0/+13
2017-05-31ldb: Add ldb_build_req_common() helper functionAndrew Bartlett1-124/+47
2016-07-19ldb: Add better debugging to ldb_wait()Andrew Bartlett1-29/+39
2016-07-06ldb: Avoid use-after-free when one error message is printed into anotherAndrew Bartlett1-2/+4
2014-12-22ldb: Allow to register extended match rulesSamuel Cabrero1-0/+5
2014-05-03ldb: make the successful ldb_transaction_start() message clearerAndrew Bartlett1-4/+8
2014-02-05ldb: pass module init errors back to the callerAndrew Bartlett1-2/+3
2013-12-17ldb: Fix 1138330 Dereference null return valueVolker Lendecke1-0/+4
2013-12-03ldb: use of NULL pointer bugfixPavel Reichl1-2/+2
2013-01-26ldb: Ensure to decrement the transaction_active whenever we delete a transactionldb-1.1.15Andrew Bartlett1-0/+1
2012-11-30ldb: fix a typo in the comment for ldb_req_is_untrusted()Michael Adam1-1/+1
2012-08-29lib/ldb: Avoid printing secret attributes in ldb trace logsldb-1.1.12Andrew Bartlett1-6/+25
2012-08-09lib/ldb: Do not vasprintf() the tevent debug messages that will not be shownldb-1.1.10Andrew Bartlett1-5/+4
2012-06-27lib/ldb: Print trace messages for modify correctlyAndrew Bartlett1-1/+1
2011-10-20dsdb: improve debug messageAndrew Tridgell1-3/+3
2011-10-11ldb:ldb_autotransaction_request - error string shouldn't be set hereMatthias Dieter Wallnöfer1-5/+0
2011-10-11ldb:ldb.c/"ldb_wait" - make "ldb_wait" always return an error stringMatthias Dieter Wallnöfer1-4/+39
2011-10-11ldb:ldb.c/"ldb_wait" - change "ldb_wait" slightly in order to introduce error...Matthias Dieter Wallnöfer1-3/+5
2011-10-11ldb:ldb.c/"ldb_request" - make "ldb_request" always return an error stringMatthias Dieter Wallnöfer1-1/+15
2011-10-11ldb:ldb.c - "ldb_set_errstring" can be implemented by using "ldb_asprintf_err...Matthias Dieter Wallnöfer1-10/+7
2011-10-11ldb:ldb_autotransaction_request - fix a typo in a commentMatthias Dieter Wallnöfer1-1/+1
2011-09-19ldb:"ldb_extended" -make the call more similar to "ldb_search"Matthias Dieter Wallnöfer1-2/+6
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+1923