ldb: version 1.4.1
[samba.git] / lib / ldb /
2018-07-12 Stefan Metzmacherldb: version 1.4.1 ldb-1.4.1
2018-07-12 Andrew Bartlettldb: Refuse to build Samba against a newer minor versio...
2018-07-12 Andrew Bartlettldb: Ban ldb 1.4.x with Samba 4.8 and earlier
2018-06-23 Andrej Gesselcheck return value before using key_values
2018-06-23 Andrej Gesselldb: check return values
2018-06-15 Andrej GesselFix several mem leaks in ldb_index ldb_search ldb_tdb
2018-06-15 Andrew Bartlettldb_tdb: Use mem_ctx and so avoid leak onto long-term...
2018-06-01 Lukas Slebodnikldb: Fix memory leak on module context
2018-05-30 Andrew Bartlettldb: Release ldb 1.4.0 ldb-1.4.0
2018-05-30 Andrew Bartlettldb: Add tests for when we should expect a full scan
2018-05-30 Andrew Bartlettldb: One-level search was incorrectly falling back...
2018-05-30 Andrew Bartlettldb: Explain why an entry can vanish from the index
2018-05-30 Andrew Bartlettldb: Indicate that the ltdb_dn_list_sort() in list_unio...
2018-05-30 Andrew Bartlettldb: Save a copy of the index result before calling...
2018-05-30 Andrew Bartlettldb: Reset error string before running prepare_commit...
2018-05-25 Timur I. BakeyevMake ldb configuration --disable-python work as intended
2018-05-23 Andrew Bartlettldb: Reject a possible future ldb_mdb with the index...
2018-05-23 Gary Lockyerldb: Add MDB support to ldb://
2018-05-23 Gary Lockyerldb_mdb/tests: add tests for multiple opens across...
2018-05-23 Gary Lockyerldb_mdb/tests: test large index key value
2018-05-23 Gary Lockyerldb_mdb: Remove implicit read lock and remove transacti...
2018-05-23 Andrew Bartlettldb_mdb: Run the ldb_mdb_mod_op_test
2018-05-23 Gary Lockyerldb_mdb/tests: Tests for wrap open
2018-05-23 Andrew Bartlettldb_mdb: Use mdb_env_get_fd() to get the FD for fstat...
2018-05-23 Gary Lockyerldb_mdb: prevent MDB_env reuse across forks
2018-05-23 Gary Lockyerldb_mdb: handle EBADE from mdb_env_open
2018-05-23 Gary Lockyerldb_mdb: Wrap mdb_env_open
2018-05-23 Gary Lockyerldb_mdb: Apply LMDB key length restrictions at key...
2018-05-23 Gary Lockyerldb_mdb/tests: Run api and index test also on lmdb
2018-05-23 Gary Lockyerldb_mdb/tests: Add tests to check for max key length...
2018-05-23 Gary Lockyerldb_mdb: Don't allow modify operations on a read only db
2018-05-23 Garming Samldb_mdb: Store pid to change destructor on fork
2018-05-23 Garming Samldb_mdb: Enable LDB_FLG_NOSYNC in ldb_mdb
2018-05-23 Garming Samldb_mdb: Implement the lmdb backend for ldb
2018-05-15 Volker Lendeckelib: Hold at most 10 outstanding paged result cookies
2018-05-15 Volker Lendeckelib: Put "results_store" into a doubly linked list
2018-05-12 Noel PowerBulk: enclose .keys() method with list where list ...
2018-05-09 Andrew Bartlettldb: Ensure we can open a new LDB after a fork()
2018-05-09 Andrew Bartlettldb: Add tests for ldb_tdb use after a fork()
2018-05-09 Andrew Bartlettldb_tdb: Allow use of a TDB for ldb_tdb after as fork()
2018-05-09 Andrew Bartlettldb: Reset errno before checking it in ltdb_connect()
2018-05-09 Gary Lockyerldb/tests: add tests for transaction_{start,commit...
2018-05-09 Andrew Bartlettldb_tdb: Prevent ldb_tdb reuse after a fork()
2018-05-03 Gary Lockyerldb: Prepare to allow tests to operate on ldb_mdb ...
2018-05-03 Gary Lockyerldb: Introduce new generic ldb:// prefix to allow backe...
2018-05-03 Gary Lockyerldb tests: add cmocka tests of kv operation interaction...
2018-05-03 Gary Lockyerldb tests: api ensure database correctly populated
2018-05-03 Andrew Bartlettldb_tdb: Disallow reads without a transaction or read...
2018-05-03 Gary Lockyerldb_tdb: Disallow TDB nested transactions and use tdb_t...
2018-05-03 Gary Lockyerldb_tdb: Do not make search or DB modifications without...
2018-05-03 Gary Lockyerldb: make key/value backends expose if there is an...
2018-05-03 Gary Lockyerldb_tdb: Make sure max_key_length != 0 requires a GUID...
2018-05-03 Stefan Metzmacherldb/tests: don't use TEVENT_DEPRECATED in ldb_kv_ops_test.c
2018-04-30 Noel Powerlib/ldb: Additionally accept unicode as string param...
2018-04-13 Douglas Bagnallldb/pyldb: initialize optional parameter in ldb_connect()
2018-04-06 Volker Lendeckeldb: Fix trailing whitespace
2018-04-06 Ralph Boehmeldb/tests: remove lmdb.h include from test
2018-04-06 Gary Lockyerldb: Unwind transaction counter if start_transaction...
2018-04-06 Gary Lockyerldb tests: add cmocka tests of kv operations
2018-04-06 Gary Lockyerldb_tdb: ltdb_tdb_delete require active transaction
2018-04-06 Gary Lockyerldb_tdb: ltdb_tdb_store require active transaction
2018-04-06 Gary Lockyerldb_tdb: ltdb_tdb_parse_record map tdb error codes
2018-04-06 Gary Lockyerldb tests: ldb_mod_op_test use correct ldb to create dn
2018-04-06 Gary Lockyerldb test: close pipes to stop forked tests failing...
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 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-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-03-20 Andreas Schneiderldb: Fix size types in ldb_ldif functions
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 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
next