summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* crypto: Update REQUIREMENTS file with new minimum versionAndrew Bartlett2019-08-211-2/+1
* talloc: ASAN fix for test_magic_protectionSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_rustySwen Schillig2019-08-211-1/+3
* talloc: ASAN fix for test_pool_nestSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_talloc_free_in_destructorSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_realloc_on_destructor_parentSwen Schillig2019-08-211-0/+2
* tdb: Release tdb 1.4.2tdb-1.4.2Stefan Metzmacher2019-08-202-1/+74
* ldb: Free memory when repacking databaseTim Beale2019-08-201-0/+1
* ldb: Log the partition we're repackingTim Beale2019-08-201-2/+4
* ldb: Log pack format in user-friendly wayTim Beale2019-08-201-2/+15
* ldb: Change pack format defines to enumTim Beale2019-08-201-5/+8
* ldb: Move where we update the pack format versionTim Beale2019-08-203-2/+4
* ldb: Always log when the database pack format changesTim Beale2019-08-202-1/+4
* lib: Remove a duplicate function prototypeVolker Lendecke2019-08-191-5/+0
* lib: Micro-optimization for db_tdb_do_locked()Volker Lendecke2019-08-191-2/+2
* lib:util: Use generate_secret_buffer() for long term passwordsAndreas Schneider2019-08-141-3/+3
* lib:util: Fix documentation for random number functionsAndreas Schneider2019-08-142-4/+13
* lib: CID 1452289: API usage errors (USE_AFTER_FREE)Volker Lendecke2019-08-141-1/+0
* lib:util: Add better documentation for generate_secret_buffer()Andreas Schneider2019-08-122-6/+17
* lib:util: Add generate_nonce_buffer()Andreas Schneider2019-08-122-2/+21
* ldb: Fix mem-leak if talloc_realloc failsSwen Schillig2019-08-101-5/+10
* lib:torture: add torture_assert_u32_[not_]equal[_goto] macrosRalph Boehme2019-08-081-0/+48
* s3:mdssvc: add noindex backendRalph Boehme2019-08-083-1/+3
* s3:mdssvc: new option "spotlight backend"Ralph Boehme2019-08-083-0/+12
* tfork: Free memory in torture test to satisfy sanitizerSwen Schillig2019-08-081-0/+3
* util: Free memory in charset torture test to satisfy sanitizerSwen Schillig2019-08-081-0/+10
* util: Free memory in genrand torture test to satisfy sanitizerSwen Schillig2019-08-081-0/+2
* charset: add tests for Unicode NFC <-> NFD conversionRalph Boehme2019-08-071-0/+228
* charset: add support for Unicode normalisation with libicuRalph Boehme2019-08-073-1/+178
* torture: add torture_assert_errno_equal_goto()Ralph Boehme2019-08-071-0/+12
* Add fuzzing binary for oLschema2ldifMichael Hanselmann2019-08-072-0/+59
* Add fuzzing binary for tiniparserMichael Hanselmann2019-08-074-7/+63
* Add fuzzing support to build systemMichael Hanselmann2019-08-074-0/+93
* tdb: Inline the common part of tdb_oobVolker Lendecke2019-08-062-9/+15
* tdb: Speed up tdb_oob()Volker Lendecke2019-08-062-1/+17
* tdb: Introduce tdb_oob()Volker Lendecke2019-08-068-20/+26
* tdb: Rename tdb_oob() to tdb_notrans_oob()Volker Lendecke2019-08-062-4/+4
* ldb_dn: free dn components on explode failureDouglas Bagnall2019-08-061-1/+1
* ldb: skip indexes on full_searchAaron Haslett2019-08-021-1/+28
* lib:crypto: Don't build RC4 if we have GnuTLS >= 3.4.7Andreas Schneider2019-07-261-5/+20
* lib:crypto: Remove arcfour.h from crypto.hAndreas Schneider2019-07-261-1/+0
* lib:crypto: Use GnuTLS RC4 in py_cryptoAndreas Schneider2019-07-262-9/+32
* lib:crypto: Document samba_gnutls_arcfour_confounded_md5()Andreas Schneider2019-07-261-0/+18
* lib:crypto: Document gnutls_error_to_werror()Andreas Schneider2019-07-261-0/+16
* lib:crypto: Document gnutls_error_to_ntstatus()Andreas Schneider2019-07-261-0/+16
* lib/addns: clang: Fix 'Assigned value is garbage or undefined'Noel Power2019-07-241-2/+4
* lib/addns: clang: Fix 'Value stored to 'err' is never read'Noel Power2019-07-241-4/+6
* lib/adnss: clang: Fix The left operand of '!=' is a garbage valueNoel Power2019-07-241-1/+1
* talloc: Release talloc 2.3.0talloc-2.3.0Andrew Bartlett2019-07-224-2/+83
* talloc/py_util: remove tautologically dead codeDouglas Bagnall2019-07-221-12/+0