winbindd: winbindd_ccache_ntlm_auth() -> bool_dispatch_table
[samba.git] / lib / 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
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-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-02-28 Stefan Metzmacherldb: version 1.3.2 ldb-1.3.2
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-19 Timur I. BakeyevDon't load LDB_MODULESDIR as a module file
2018-02-08 Björn Baumbachpyldb: extend dn.is_child_of() test: dn is child of...
2018-02-07 Gary Lockyerpyldb: Expose extra flags
2018-01-12 Stefan Metzmacherldb: version 1.3.1 ldb-1.3.1
2017-12-20 Andrew Bartlettldb: Intersect the index from SCOPE_ONELEVEL with the...
2017-12-19 Matthias Dieter... LDB:test-generic.sh - fix smaller/greater comparison...
2017-12-14 Andrew Bartlettldb: Show the last successful DN when failing to parse...
2017-12-09 Gary Lockyerldb ldb_index: Add an attriubute flag to require a...
2017-11-22 Uri Simchonildb: silence some clang warnings in picky developer...
2017-09-22 Andrew Bartlettldb: Release ldb 1.3.0 ldb-1.3.0
2017-09-22 Andrew Bartlettldb_tdb: Treat distinguishedName and objectGUID (in...
2017-09-22 Andrew Bartlettldb: Ensure we do not run out of File descriptors in...
2017-09-22 Andrew Bartlettldb: Do not make an ldb file for API tests
2017-09-22 Andrew Bartlettldb: Add test showing a search against the index is...
2017-09-22 Andrew Bartlettldb_tdb: Also ban a (indexed) search against like ...
2017-09-22 Andrew Bartlettldb_tdb: Update comments for the delete_index() pass...
2017-09-22 Andrew Bartlettldb_tdb: Print progress messages on re-index
2017-09-22 Andrew Bartlettldb_tdb: Remove incorrect early return from re-index
2017-09-22 Andrew Bartlettldb: Add more tests covering in-transaction GUID index...
2017-09-22 Andrew Bartlettldb_tdb: Add UNIQUE_INDEX as a possible flag
2017-09-22 Andrew Bartlettldb_tdb: Remove LTDB_FLAG_HIDDEN and ignore "HIDDEN...
2017-09-22 Andrew Bartlettldb_tdb: Clean up index records on ltdb_index_add_new...
2017-09-22 Andrew Bartlettldb_tdb: Describe index format and control points
2017-09-22 Andrew Bartlettldb_tdb: Give a good error message on add without an...
next