summaryrefslogtreecommitdiff
path: root/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* ldb: Extend the ldb_dn_explode test matrixAndrew Bartlett2019-08-271-4/+49
* ldb: Do not read beyond the end of the extended DN component when printingAndrew Bartlett2019-08-271-4/+8
* ldb: Add test with == true or false to boolean if statements in ldb_dn_explode()Andrew Bartlett2019-08-271-16/+16
* ldb: Rework all pointer NULL tests to use Samba's normal styleAndrew Bartlett2019-08-271-19/+33
* ldb: add some dn explode testsDouglas Bagnall2019-08-271-0/+70
* ldb: don't try to save a value that isn't thereDouglas Bagnall2019-08-271-23/+24
* ldb: Call TALLOC_FREE(filtered_msg->elements) on ldb_filter_attrs() failureAndrew Bartlett2019-08-272-0/+3
* ldb: use TALLOC_FREE() over talloc_free() in ldb_filter_attrs()Andrew Bartlett2019-08-261-2/+1
* ldb: Correct Pigeonhole principle validation in ldb_filter_attrs()Andrew Bartlett2019-08-263-9/+1013
* ldb tests: Fix ldb_lmdb_size_testGary Lockyer2019-08-261-1/+39
* 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
* ldb: Fix mem-leak if talloc_realloc failsSwen Schillig2019-08-101-5/+10
* ldb_dn: free dn components on explode failureDouglas Bagnall2019-08-061-1/+1
* ldb: skip indexes on full_searchAaron Haslett2019-08-021-1/+28
* ldb ABI bump for pyldb_Ldb_AsLdbContext changeDouglas Bagnall2019-07-103-1/+287
* pyldb: ldb.register_module() checks arguments a little bitDouglas Bagnall2019-07-101-3/+11
* pyldb: remove ldb.open, which was never survivableDouglas Bagnall2019-07-101-4/+0
* pyldb: rename pyldb_Dn_AsDn() to pyldb_Dn_AS_DN()Douglas Bagnall2019-07-103-19/+19
* pyldb: check for errors in PyLdb_GetPyType()Douglas Bagnall2019-07-101-3/+21
* pyldb: fork pyldb_Ldb_AsLdbContext macro to reflect unsafenessDouglas Bagnall2019-07-102-39/+44
* pyldb: add pyldb_check_type()Douglas Bagnall2019-07-102-0/+13
* ldb: do not allow adding a DN as a base to itselfDouglas Bagnall2019-07-101-0/+4
* ldb: Release ldb 2.0.5ldb-2.0.5Gary Lockyer2019-07-043-1/+286
* ldb: Rework index_transaction_cache_size to allow caller to specify a larger ...Gary Lockyer2019-07-041-5/+11
* ldb ldb_key_value: test ldb batchGary Lockyer2019-07-041-0/+57
* ldb key_value: Add batch_mode optionGary Lockyer2019-07-042-0/+76
* ldb: Add new internal helper function ldb_options_get()Gary Lockyer2019-07-042-0/+12
* ldb: Fix dependency on ldb_key_value_sub_txn_{mdb_}testAndrew Bartlett2019-07-041-2/+2
* ldb: Try to explain the confusing overload of the LDB_FLG_MOD_* enumeration a...Andrew Bartlett2019-07-041-7/+11
* ldb: Add tests for Ldb.write_ldif() including the FLG_SHOW_BINARY and FLAG_FO...Andrew Bartlett2019-07-041-0/+51
* pyldb: Apply flags specified by ldb.Ldb(flags=...) even if the URL is not setAndrew Bartlett2019-07-041-0/+2
* ldb/ldb_ldif: add LDB_FLAG_FORCE_NO_BASE64_LDIF flagBjörn Baumbach2019-07-043-0/+11
* ldb/ldb_ldif: add copy_raw_bytes helper variable to ldb_ldif_write_trace()Björn Baumbach2019-07-041-1/+3
* lib ldb ldb_mdb: Pass the lmdb map size as an ldb optionGary Lockyer2019-07-021-17/+39
* ldb: Release ldb 2.0.4Gary Lockyer2019-07-023-1/+285
* lib ldb: save a copy of the options on the contextGary Lockyer2019-07-023-0/+46
* lib/ldb/common: clang: Fix Value stored to 'ret' is never read warningNoel Power2019-07-011-1/+0
* py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett2019-06-242-2/+2
* py3: Remove PyStr_AsUTF8AndSize() compatability macroAndrew Bartlett2019-06-241-16/+5
* py3: Remove PyStr_AsUTF8() compatability macroAndrew Bartlett2019-06-242-17/+9
* py3: Remove PyStr_FromFormatV() compatability macroAndrew Bartlett2019-06-241-3/+1
* py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett2019-06-241-6/+4
* py3: Remove PyStr_FromStringAndSize() compatability macroAndrew Bartlett2019-06-241-4/+2
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-26/+24
* py3: Remove PyStr_Check() compatability macroAndrew Bartlett2019-06-242-6/+2