summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ldb: Release LDB 1.3.6ldb-1.3.6Andrew Bartlett2018-08-234-1/+284
* ldb: Fix missing NULL terminator in ldb_mod_op_test testsuiteAndrew Bartlett2018-08-231-2/+2
* Merge tag 'samba-4.8.4' into v4-8-testKarolin Seeger2018-08-149-2/+503
|\
| * ldb: Release LDB 1.3.5 for CVE-2018-1140ldb-1.3.5Andrew Bartlett2018-08-114-1/+284
| * CVE-2018-1140 ldb: Add tests for search add and rename with a bad dn= DNAndrew Bartlett2018-08-111-0/+156
| * CVE-2018-1140 ldb_tdb: Check for DN validity in add, rename and searchAndrew Bartlett2018-08-112-1/+42
| * CVE-2018-1140 ldb_tdb: Ensure the dn in distinguishedName= is valid before useAndrew Bartlett2018-08-111-0/+9
| * CVE-2018-1140 ldb: Check for ldb_dn_get_casefold() failure in ldb_sqliteAndrew Bartlett2018-08-111-0/+3
| * CVE-2018-1140 Add NULL check for ldb_dn_get_casefold() in ltdb_index_dn_attr()Andrej Gessel2018-08-111-0/+9
* | ldb: Refuse to build Samba against a newer minor version of ldbAndrew Bartlett2018-08-131-10/+22
* | lib: smb_threads: fix access before init bugRalph Boehme2018-07-121-0/+3
* | tdb: Fix build on AIXAmitay Isaacs2018-07-101-4/+4
* | replace: Add test for sin6_len in sockaddr_in6 structureAmitay Isaacs2018-07-101-0/+4
|/
* ldb: version 1.3.4ldb-1.3.4Andrew Bartlett2018-06-264-1/+284
* Fix several mem leaks in ldb_index ldb_search ldb_tdbAndrej Gessel2018-06-263-3/+10
* check return value before using key_valuesAndrej Gessel2018-06-261-3/+10
* ldb: check return valuesAndrej Gessel2018-06-262-1/+11
* ldb_tdb: Use mem_ctx and so avoid leak onto long-term memory on duplicated add.Andrew Bartlett2018-06-261-1/+1
* ldb: Fix memory leak on module contextLukas Slebodnik2018-06-261-2/+2
* ldb: Add tests for when we should expect a full scanAndrew Bartlett2018-06-264-2/+135
* ldb: One-level search was incorrectly falling back to full DB scanAndrew Bartlett2018-06-261-11/+12
* ldb: Explain why an entry can vanish from the indexAndrew Bartlett2018-06-261-1/+6
* ldb: Indicate that the ltdb_dn_list_sort() in list_union is a bit subtle.Andrew Bartlett2018-06-261-0/+3
* ldb: Save a copy of the index result before calling the callbacks.Andrew Bartlett2018-06-262-18/+336
* krb5_wrap: fix keep_old_entries logic for older kerberos librariesChristof Schmitt2018-06-251-1/+1
* lib:util: Fix size types in debug.cAndreas Schneider2018-06-201-7/+7
* lib:util: Fix parameter aliasing in tfork testAndreas Schneider2018-06-201-5/+2
* lib:util: Fix string check in mkdir_p()Andreas Schneider2018-06-201-2/+2
* memcache: Add new cache type for dfree informationChristof Schmitt2018-06-071-1/+2
* lib/util: Call log_stack_trace() in smb_panic_default()Andrew Bartlett2018-06-041-2/+1
* lib/util: Move log_stack_trace() to common codeAndrew Bartlett2018-06-043-0/+106
* lib/util: Log PANIC before calling pacic action just like s3Andrew Bartlett2018-06-041-1/+3
* ldb: Release ldb 1.3.3ldb-1.3.3Andrew Bartlett2018-05-024-1/+284
* ldb: Add test to show a reindex failure must not leave the DB corruptAndrew Bartlett2018-05-021-0/+160
* lib ldb tests: Prepare to run api and index test on tdb and lmdbGary Lockyer2018-05-022-60/+114
* ldb_tdb: Ensure we can not commit an index that is corrupt due to partial re-...Andrew Bartlett2018-05-022-0/+32
* ldb_tdb: Add tests for truncated index keysGary Lockyer2018-05-022-1/+1008
* ldb_tdb: Do not fail in GUID index mode if there is a duplicate attributeGary Lockyer2018-05-021-7/+57
* ldb/tests: avoid 'return void_function();' which isn't portableStefan Metzmacher2018-04-201-4/+4
* lib/crypto: avoid 'return void_function();' which isn't portableStefan Metzmacher2018-04-201-4/+6
* lib/replace: define __[u]intptr_t_defined if we prove an replacementStefan Metzmacher2018-04-201-0/+2
* lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.cStefan Metzmacher2018-04-201-1/+0
* Allow AESNI to be used on all processor supporting AESNI, not just Intel's Th...Eric Vannier2018-04-061-16/+0
* s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison2018-04-062-0/+2
* lib: debug: Add DBGC_XXX versions of the macros to allow class-specific messa...Jeremy Allison2018-04-061-0/+30
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-04-062-0/+2
* lib:replace: Fix linking when libtirpc-devel overwrites system headersNoel Power2018-04-061-1/+9
* ldb: version 1.3.2Stefan Metzmacher2018-03-014-1/+284
* ldb_debug tests: Fix binary data in debug logGary Lockyer2018-03-011-0/+298
* ldb_debug: Fix binary data in debug logAndrew Bartlett2018-03-011-13/+52