ldb index: Add tests for truncated base 64 index keys
[samba.git] / lib /
2018-04-06 Gary Lockyerldb index: Add tests for truncated base 64 index keys
2018-04-06 Andrew Bartlettldb_tdb: A more robust check for if we can fit the...
2018-04-06 Gary Lockyerldb index: Fix truncation key length calculation
2018-04-06 Andrew Bartlettldb: Allow GUID index mode to be tested on TDB
2018-04-06 Andrew Bartlettldb: Ignore these tests in mdb test mode
2018-04-06 Garming Samldb: Change remaining fetch prototypes to remove TDB_DATA
2018-04-06 Garming Samldb: Change some prototypes to using ldb_val instead...
2018-04-06 Andrew Bartlettldb: Fix missing NULL terminator in ldb_mod_op_test...
2018-04-05 Stefan Metzmachertalloc: version 2.1.13 talloc-2.1.13
2018-04-05 Stefan Metzmachertalloc: use atexit() again instead of a library destructor
2018-04-05 Andrew Bartlettldb: Add test to show a reindex failure must not leave...
2018-04-05 Gary Lockyerlib ldb tests: Prepare to run api and index test on...
2018-04-05 Andrew Bartlettldb_tdb: Ensure we can not commit an index that is...
2018-04-04 Volker Lendeckekrb5_wrap: Fix CID 1414755 Resource leak
2018-04-03 Volker Lendeckekrb5_wrap: Fix CID 1034833 Resource leak
2018-04-03 Volker Lendeckelibads: Fix CID 1272809 Free of address-of expression
2018-04-03 Andreas Schneiderreplace: Check for -Wno-strict-overflow
2018-04-03 Andreas Schneiderlib:util: Fix size types in fgets_slash()
2018-04-03 Andreas Schneiderldb: Fix overflow checks
2018-04-03 Andreas Schneiderldb: Add test for ldb_qsort()
2018-04-03 Stefan Metzmacherldb/tests: avoid 'return void_function();' which isn...
2018-04-03 Stefan Metzmacherlib/crypto: avoid 'return void_function();' which isn...
2018-04-03 Stefan Metzmacherlib/replace: define __[u]intptr_t_defined if we prove...
2018-04-03 Stefan Metzmacherlib/util: remove unused '#include <sys/syscall.h>'...
2018-03-27 Eric VannierAllow AESNI to be used on all processor supporting...
2018-03-23 Noel Powerlib/tdb: convert print func to be py2/py3 compatible
2018-03-22 Jamie McClymontselftest: consistently produce high-res UTC time
2018-03-22 Volker Lendecketdb: Fix a "increases alignment" warning
2018-03-22 Volker Lendecketdb: Align a few integer types
2018-03-22 Volker Lendecketdb: Harden allocating the tdb recovery area
2018-03-22 Volker Lendecketdb: Make sure the hash size fits
2018-03-22 Volker LendeckeHarden tdb_check_used_record against overflow
2018-03-22 Volker Lendecketdb: Handle TDB_NEXT_LOCK_ERR in tdb_traverse_internal
2018-03-22 Volker Lendecketdb: Harden tdb_rec_read
2018-03-22 Volker Lendecketdbdump: Avoid an int cast
2018-03-22 Jeremy Allisons3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specific...
2018-03-22 Jeremy Allisonlib: debug: Add DBGC_XXX versions of the macros to...
2018-03-22 Jeremy Allisons3: debug: smb2: Create a new DBGC_SMB2 debug class...
2018-03-22 Andreas Schneiderlib:param: Fix the size type in lp_do_parameter_paramet...
2018-03-21 Stefan Metzmachertalloc: version 2.1.12 talloc-2.1.12
2018-03-21 Stefan Metzmachertalloc: use a library destructor instead of atexit...
2018-03-21 Andreas Schneidertalloc: Fix size type and checks in _vasprintf_tc
2018-03-20 Andreas Schneiderlib:socket: Return early if we have only one interface
2018-03-20 Andreas Schneiderldb: Fix size types in ldb_ldif functions
2018-03-20 Noel Powerlib:replace: Fix linking when libtirpc-devel overwrites...
2018-03-08 Garming Samldb_tdb: Remove unnecessary call to tdb_get_seqnum
2018-03-07 Gary Lockyerldb_mod_op_test: Make sure that closing the database...
2018-03-06 Gary Lockyerldb_mod_op_test: Add new nested transactions test
2018-03-06 Gary Lockyerldb: Remove python warning in tests/python/index.py
2018-03-06 Garming Samldb_tdb: Build a key value operation library
2018-03-05 Garming Samldb_tdb: Implement a traversal function in key value ops
2018-03-05 Garming Samldb_tdb: Use key value ops for fetch command
2018-03-05 Garming Samldb_tdb: factor out the (to be) common init code
2018-03-05 Gary Lockyerldb_tdb: Add errorstr to the key value ops
2018-03-05 Garming Samldb_tdb: Remove tdb_get_seqnum and use a generic 'has_c...
2018-03-05 Garming Samldb_tdb: Add lock_read and unlock_read to key value ops
2018-03-05 Garming Samldb_tdb: Replace tdb transaction code with generic...
2018-03-05 Garming Samldb_tdb: Replace exists, name and error_map with key...
2018-03-05 Garming Samldb_tdb: Begin abstracting out the base key value opera...
2018-03-05 Gary Lockyerldb_mod_op_test: Fix core dump on ldb_case_attrs_index_...
2018-03-05 David Disseldorpbuild: fix standalone ctdb build --with-systemd
2018-03-05 Andreas Schneiderldb: Directly return an error and do not fall through
2018-03-03 Gary Lockyerldb_tdb: Add tests for truncated index keys
2018-03-03 Gary Lockyerldb_tdb: Combine identical not GUID index and special...
2018-03-03 Gary Lockyerldb_tdb: Refuse to store a value in a unique index...
2018-03-03 Gary Lockyerldb_tdb: Do not give the warning of duplicate attribute...
2018-03-03 Gary Lockyerldb_tdb: Cope with key truncation
2018-03-03 Gary Lockyerldb_tdb: Do not fail in GUID index mode if there is...
2018-03-03 Gary Lockyerldb_tdb: Add support for an option to restrict the...
2018-03-02 David Disseldorptests: Add basic ms_fnmatch unit test
2018-03-02 Andreas Schneiderutil: Fix the logic in ms_fnmatch_protocol()
2018-03-01 Andreas Schneiderlib:tdb: Add FALL_THROUGH statements in common/summary.c
2018-03-01 Andreas Schneiderlib:tdb: Add FALL_THROUGH statements in tdbtool.c
2018-03-01 Andreas Schneiderlib:tdb: Add FALL_THROUGH statements in hash.c
2018-03-01 Andreas Schneiderlib:util: Add FALL_THROUGH statements in util_file.c
2018-03-01 Andreas Schneiderlib:util: Add FALL_THROUGH statements in charset/charse...
2018-03-01 Andreas Schneiderlib:util: Add FALL_THROUGH statements in substitute.c
2018-03-01 Andreas Schneiderlib:param: Add FALL_THROUGH statements in loadparm.c
2018-03-01 Andreas Schneiderlib:ldb: Add FALL_THROUGH statements in ldb_map/ldb_map...
2018-03-01 Andreas Schneiderlib:ldb: Add FALL_THROUGH statements in ldb_map/ldb_map.c
2018-03-01 Andreas Schneiderlib:ldb: Add FALL_THROUGH statements in ldb_map/ldb_map...
2018-03-01 Andreas Schneiderlib:ldb: Add FALL_THROUGH statements in common/ldb_dn.c
2018-03-01 Andreas Schneiderlib:replace: Add FALL_THROUGH statements in strptime.c
2018-03-01 Andreas Schneiderlib:replace: Add FALL_THROUGH support
2018-03-01 Andreas Schneiderlib:texpect: Avoid some compiler warnings
2018-02-28 Stefan Metzmacherldb: version 1.3.2 ldb-1.3.2
2018-02-27 Andreas Schneiderreplace: Only warn if rpc/rpc.h haven't been found
2018-02-26 Gary Lockyerldb_debug tests: Fix binary data in debug log
2018-02-26 Andrew Bartlettldb_debug: Fix binary data in debug log
2018-02-24 Gary Lockyerldb tests: fix null test on incorrect variable
2018-02-23 Stefan Metzmachertevent: version 0.9.36 tevent-0.9.36
2018-02-23 Stefan Metzmachertevent: add tevent_queue_entry_untrigger()
2018-02-23 Stefan Metzmachertevent: improve documentation of tevent_queue_add_optim...
2018-02-22 Douglas Bagnallutil/rfc1738: update preamble
2018-02-22 Douglas Bagnallutil/rfc1738: simplify and fix rfc1738_escape_part()
2018-02-22 Douglas Bagnallutil/rfc1738: remove unused versions of rfc1738_escape
2018-02-22 Douglas Bagnallutil/rfc1738: simplify and fix rfc1738_unescape()
2018-02-22 Douglas Bagnallutil/tests: add rfc1738 cmocka tests
2018-02-22 Douglas Bagnallutil/rfc1738_unescape(): return end pointer or NULL...
2018-02-22 Douglas Bagnallshift read_hex_bytes() and parse_guid_string() into...
next