summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* krb5_wrap: Fix CID 1414755 Resource leakVolker Lendecke2018-04-041-0/+1
* krb5_wrap: Fix CID 1034833 Resource leakVolker Lendecke2018-04-041-0/+3
* libads: Fix CID 1272809 Free of address-of expressionVolker Lendecke2018-04-041-1/+1
* replace: Check for -Wno-strict-overflowAndreas Schneider2018-04-031-0/+3
* lib:util: Fix size types in fgets_slash()Andreas Schneider2018-04-032-3/+3
* ldb: Fix overflow checksAndreas Schneider2018-04-031-5/+5
* ldb: Add test for ldb_qsort()Andreas Schneider2018-04-032-1/+71
* ldb/tests: avoid 'return void_function();' which isn't portableStefan Metzmacher2018-04-031-4/+4
* lib/crypto: avoid 'return void_function();' which isn't portableStefan Metzmacher2018-04-031-4/+6
* lib/replace: define __[u]intptr_t_defined if we prove an replacementStefan Metzmacher2018-04-031-0/+2
* lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.cStefan Metzmacher2018-04-031-1/+0