summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ldb: Prepare to allow tests to operate on ldb_mdb (by using the GUID index)Gary Lockyer2018-05-031-55/+111
* ldb-samba: Handle generic ldb:// url scheme in ldb_relative_path()Gary Lockyer2018-05-031-0/+2
* ldb: Introduce new generic ldb:// prefix to allow backend autodetectionGary Lockyer2018-05-032-0/+70
* ldb tests: add cmocka tests of kv operation interactions with transactionsGary Lockyer2018-05-031-0/+184
* ldb tests: api ensure database correctly populatedGary Lockyer2018-05-031-0/+13
* ldb_tdb: Disallow reads without a transaction or read lockAndrew Bartlett2018-05-031-0/+5
* ldb_tdb: Disallow TDB nested transactions and use tdb_transaction_active()Gary Lockyer2018-05-032-13/+10
* ldb_tdb: Do not make search or DB modifications without a lockGary Lockyer2018-05-031-12/+38
* ldb: make key/value backends expose if there is an active transactionGary Lockyer2018-05-032-0/+7
* ldb_tdb: Make sure max_key_length != 0 requires a GUID index modeGary Lockyer2018-05-031-1/+17
* ldb/tests: don't use TEVENT_DEPRECATED in ldb_kv_ops_test.cStefan Metzmacher2018-05-031-3/+0
* lib/tevent: Additionally accept unicode as string param in Py2Noel Power2018-04-301-1/+1
* lib/ldb: Additionally accept unicode as string param in Py2Noel Power2018-04-302-6/+6
* tevent: Fix callers of tevent_req_set_endtimeVolker Lendecke2018-04-241-1/+2
* dbwrap: Remove dependency on samba-hostconfigVolker Lendecke2018-04-241-1/+1
* dbwrap: Remove calls to loadparmVolker Lendecke2018-04-242-12/+9
* ldb_wrap.c missing headerWilliam Brown2018-04-201-0/+1
* ldb/pyldb: initialize optional parameter in ldb_connect()Douglas Bagnall2018-04-131-1/+1
* python: bulk replace dict.iteritems to items for py3Joe Guo2018-04-131-1/+1
* wscript_build: make sure we link extra-python versions of librariesNoel Power2018-04-132-2/+5
* ldb-samba: require pid match for cached ldbGary Lockyer2018-04-121-1/+6
* ldb_wrap: Remove the magic cache of database handles except for sam.ldbAndrew Bartlett2018-04-121-8/+7
* ldb_wrap: Remove ldb_transaction_cancel_noerr from ldb_wrap_fork_hook()Andrew Bartlett2018-04-121-12/+3
* tevent: Fix CID 1414792 Unchecked return valueVolker Lendecke2018-04-111-1/+4
* lib/util: Call log_stack_trace() in smb_panic_default()Andrew Bartlett2018-04-111-2/+1
* lib/util: Move log_stack_trace() to common codeAndrew Bartlett2018-04-113-0/+106
* lib/util: Log PANIC before calling pacic action just like s3Andrew Bartlett2018-04-111-1/+3
* tdbtool: Use tdb_wipe_all in "erase" commandVolker Lendecke2018-04-111-7/+1
* ldb: Fix trailing whitespaceVolker Lendecke2018-04-063-16/+16
* ldb/tests: remove lmdb.h include from testRalph Boehme2018-04-061-1/+0
* ldb: Unwind transaction counter if start_transaction failsGary Lockyer2018-04-061-0/+1
* ldb tests: add cmocka tests of kv operationsGary Lockyer2018-04-062-1/+1405
* ldb_tdb: ltdb_tdb_delete require active transactionGary Lockyer2018-04-061-0/+4
* ldb_tdb: ltdb_tdb_store require active transactionGary Lockyer2018-04-061-0/+4
* ldb_tdb: ltdb_tdb_parse_record map tdb error codesGary Lockyer2018-04-061-2/+7
* ldb tests: ldb_mod_op_test use correct ldb to create dnGary Lockyer2018-04-061-1/+1
* ldb test: close pipes to stop forked tests failing on failureGary Lockyer2018-04-061-1/+9
* ldb index: Add tests for truncated base 64 index keysGary Lockyer2018-04-061-1/+36
* ldb_tdb: A more robust check for if we can fit the index string inAndrew Bartlett2018-04-061-24/+48
* ldb index: Fix truncation key length calculationGary Lockyer2018-04-062-4/+22
* ldb: Allow GUID index mode to be tested on TDBAndrew Bartlett2018-04-062-22/+138
* ldb: Ignore these tests in mdb test modeAndrew Bartlett2018-04-061-0/+11
* ldb: Change remaining fetch prototypes to remove TDB_DATAGarming Sam2018-04-063-18/+52
* ldb: Change some prototypes to using ldb_val instead of TDB_DATAGarming Sam2018-04-063-16/+49
* ldb: Fix missing NULL terminator in ldb_mod_op_test testsuiteAndrew Bartlett2018-04-061-2/+2
* talloc: version 2.1.13talloc-2.1.13Stefan Metzmacher2018-04-054-1/+97
* talloc: use atexit() again instead of a library destructorStefan Metzmacher2018-04-051-10/+2
* ldb: Add test to show a reindex failure must not leave the DB corruptAndrew Bartlett2018-04-051-0/+160
* lib ldb tests: Prepare to run api and index test on tdb and lmdbGary Lockyer2018-04-052-60/+114
* ldb_tdb: Ensure we can not commit an index that is corrupt due to partial re-...Andrew Bartlett2018-04-052-0/+32