summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2019-06-273-0/+104
* lib/param: clang: Fix 'dereference of a null pointer' warningNoel Power2019-06-261-1/+1
* lib/dwrap: Fix 'Null pointer passed as an argument to a 'nonnull' parameter 'Noel Power2019-06-261-1/+1
* lib/dbwrap: clang: Fix 'all argument is an uninitialized value'Noel Power2019-06-261-2/+3
* lib/util: clang: Fix Value stored during its initialization is never readNoel Power2019-06-261-1/+4
* clang: Fix Null pointer passed as argument warningNoel Power2019-06-261-1/+1
* lib/tdb: clang: Fix warning: Dereference of null pointerNoel Power2019-06-261-0/+3
* py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett2019-06-243-3/+3
* py3: Remove PyStr_AsUTF8AndSize() compatability macroAndrew Bartlett2019-06-241-16/+5
* py3: Remove PyStr_AsUTF8() compatability macroAndrew Bartlett2019-06-243-21/+10
* py3: Remove PyStr_FromFormatV() compatability macroAndrew Bartlett2019-06-241-3/+1
* py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett2019-06-243-18/+7
* py3: Remove PyStr_FromStringAndSize() compatability macroAndrew Bartlett2019-06-241-4/+2
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-243-32/+26
* py3: Remove PyStr_Check() compatability macroAndrew Bartlett2019-06-243-9/+3
* 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