summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* ldb: Release ldb 2.0.4Gary Lockyer2019-07-023-1/+285
* lib ldb: save a copy of the options on the contextGary Lockyer2019-07-023-0/+46
* lib tdb: memcmp ubsan warningGary Lockyer2019-07-011-5/+7
* lib/krb5_wrap: clang: Fix warning: Null pointer passed as an argumentNoel Power2019-07-011-1/+1
* lib/krb5_wrap: clang: Fix warning: Call to function 'mktemp' is insecureNoel Power2019-07-011-1/+1
* lib/util: clang: Fix warning: Value stored to 'ret' is never read warningNoel Power2019-07-011-1/+1
* lib/ldb/common: clang: Fix Value stored to 'ret' is never read warningNoel Power2019-07-011-1/+0
* lib/tdb/common: Fix Array access results in a null pointer dereferenceNoel Power2019-07-011-1/+2
* lib/tdb/common: Fix warning: Null pointer passed as argument to paramNoel Power2019-07-011-2/+4
* lib/util: Fix Value stored to 'ret' is never read warningNoel Power2019-07-011-1/+1
* util: Fix signed/unsigned comparisons by castingMartin Schwenke2019-07-015-8/+10
* util: Fix signed/unsigned comparisons by declaring as size_tMartin Schwenke2019-07-011-8/+8
* util: Fix signed/unsigned comparisons by declaring as size_tMartin Schwenke2019-07-013-6/+6
* tests-util: Adding test to verify "allow no conversion" flagSwen Schillig2019-06-301-0/+33
* tests-util: Adding test to verify "full-string-conversion" flagSwen Schillig2019-06-301-0/+28
* tests-util: Adding test to verify "allow-negative" flagSwen Schillig2019-06-301-0/+38
* util: cleanup API change for strtoul(l) wrappersSwen Schillig2019-06-301-5/+0
* lib: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-307-55/+63
* lib: Add capability to enable standard glibc behaviour for string to int conv...Swen Schillig2019-06-301-10/+16
* lib: Add check for full string consumption when converting string to intSwen Schillig2019-06-301-0/+22
* lib: Prepare for strtoul_err(), strtoull_err() API changeSwen Schillig2019-06-302-12/+31
* lib: Add flag definitions to control the internal string to int conversion ro...Swen Schillig2019-06-301-0/+7
* tests-util: Adding test to verify "no-conversion" detectionSwen Schillig2019-06-301-0/+28
* tests-util: Adding test to verify negative "number" detectionSwen Schillig2019-06-301-0/+37
* tests-util: Adding strtoul(l)_err() test leaving errno untouchedSwen Schillig2019-06-301-0/+29
* lib/crypto: Use GnuTLS RC4 for samba_gnutls_arcfour_confounded_md5()Andrew Bartlett2019-06-273-11/+35
* lib/crypto: Add GnuTLS helper function samba_gnutls_arcfour_confounded_md5()Andrew Bartlett2019-06-273-2/+85
* libcli:util: Add gnutls_error_to_werror()Andreas Schneider2019-06-272-0/+56
* 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