summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib ldb key value: use TALLOC_FREE() per README.CodingGary Lockyer2019-06-211-8/+8
* lib ldb key value: fix index bufferingGary Lockyer2019-06-214-48/+415
* lib ldb key value: Remove check_parent from ldb_kv_index_idxptr()Gary Lockyer2019-06-211-11/+4
* lib ldb ldb_key_value tests: Add tests for wrapped operationsGary Lockyer2019-06-216-2/+1112
* lib ldb key value: add nested transaction support.Gary Lockyer2019-06-212-16/+179
* lib ldb key value backends: Add nested txn supportGary Lockyer2019-06-213-0/+69
* lib ldb tests: remove deprecation warning from api.pyGary Lockyer2019-06-211-15/+15
* lib ldb tests: Test nested transactionsGary Lockyer2019-06-211-0/+103
* tevent: Fix a typoVolker Lendecke2019-06-201-1/+1
* lib/replace: Remove #undef TCP_NODELAYAndrew Bartlett2019-06-181-28/+0
* lib ldb ldb_key_value: csbuild unused parm ldb_kvGary Lockyer2019-06-131-1/+2
* lib ldb_key_value: csbuild unused parm keyGary Lockyer2019-06-131-1/+1
* lib ldb ldb_key_value: csbuild fix unused parm dataGary Lockyer2019-06-131-1/+1
* lib ldb ldb_key_value: csbuild fix signed unsigned compareGary Lockyer2019-06-131-1/+1
* lib ldb ldb_key_value: csbuild unused parms ldb_kv, keyGary Lockyer2019-06-131-2/+2
* lib ldb ldb_key_value: csbuild ldb_kv_index_dn_not unused parmsGary Lockyer2019-06-131-4/+4
* lib ldb ldb_key_value: csbuild unused parm ldbGary Lockyer2019-06-131-5/+3
* lib ldb ldb_key_value: csbuild unused parm tdbGary Lockyer2019-06-131-1/+2
* lib ldb ldb_key_value: csbuild fix integer comparisonGary Lockyer2019-06-131-1/+1
* lib ldb ldb_key_value: csbuild unused parm ldb_kv_timeoutGary Lockyer2019-06-131-3/+4
* lib ldb: csbuild add lib/util/attr.h to distGary Lockyer2019-06-131-1/+2
* lib ldb ldb_key_value: csbuild unused parm ldb_kvGary Lockyer2019-06-133-7/+5
* lib ldb ldb_key_value: csbuild unused parm moduleGary Lockyer2019-06-133-7/+5
* lib ldb ldb_key_value: csbuild unused parm moduleGary Lockyer2019-06-135-13/+11
* lib audit_logging tests: csbuild unused parmsGary Lockyer2019-06-132-29/+29
* lib/tdb/common: clang: Fix 'Value stored to 'last_ptr' is never read'Noel Power2019-06-111-1/+0
* lib/util: clang: Fix dereference of a null pointer warningNoel Power2019-06-111-0/+7
* lib/util: clang: Fix a dereference of a null pointer warning(s)Noel Power2019-06-111-6/+20
* lib/util/charset: clang: Fix Value stored to 'reason' is never read warningNoel Power2019-06-111-4/+4
* lib/util: clang: Fix 'Null pointer passed as an argument...' warningNoel Power2019-06-111-3/+7
* DLIST_REMOVE: clang: Fix dereference of a null pointer warningNoel Power2019-06-113-3/+3
* lib/tevent: clang:Noel Power2019-06-111-0/+2
* lib/util/tests: clang fix Value stored to 'lines' is never read warningNoel Power2019-06-041-1/+1
* lib/pthreadpool: cppcheck: Fix Memory leakNoel Power2019-06-041-0/+6
* ldb: Avoid read beyond bufferMichael Hanselmann2019-05-303-4/+103
* lib/util: Fix cppcheck null pointer dereference warningNoel Power2019-05-291-0/+2
* ldb: Release ldb 2.0.3Aaron Haslett2019-05-293-1/+284
* ldb: pack_format_override optionAaron Haslett2019-05-292-0/+43
* ldb: python test for repackAaron Haslett2019-05-294-1/+209
* ldb: repack old format database if GUID indexing enabledAaron Haslett2019-05-294-30/+158
* ldb: only used a->syntax->index_format_fn if GUID indexing is enabledAaron Haslett2019-05-291-1/+2
* ldb: Fix segfault parsing new pack formatsAndrew Bartlett2019-05-291-2/+6
* ldb: test for parse errorsAaron Haslett2019-05-291-0/+23
* lib: Fix CID 1445648 Null pointer dereferencesVolker Lendecke2019-05-281-1/+2
* lib/util: set current_msg_{level,class} also during a DEBUGADD[C]() callStefan Metzmacher2019-05-282-7/+17
* lib/util: remove unused prototypes in debug.hStefan Metzmacher2019-05-281-2/+0
* lib/util: fix call to dbghdrclass() for DEBUGC()Stefan Metzmacher2019-05-281-1/+1
* Fix ubsan null pointer passed as argument 2Gary Lockyer2019-05-274-8/+14
* lib: Only compile resolvconftest if fmemopen existsVolker Lendecke2019-05-251-0/+1
* lib: util: Finally remove possibilities of using sys_popen() unsafely.Jeremy Allison2019-05-242-96/+0