summaryrefslogtreecommitdiff
path: root/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib ldb key value: use TALLOC_FREE() per README.CodingGary Lockyer2019-06-211-8/+8
* lib ldb key value: fix index bufferingGary Lockyer2019-06-214-48/+415
* lib ldb key value: Remove check_parent from ldb_kv_index_idxptr()Gary Lockyer2019-06-211-11/+4
* lib ldb ldb_key_value tests: Add tests for wrapped operationsGary Lockyer2019-06-216-2/+1112
* lib ldb key value: add nested transaction support.Gary Lockyer2019-06-212-16/+179
* lib ldb key value backends: Add nested txn supportGary Lockyer2019-06-213-0/+69
* lib ldb tests: remove deprecation warning from api.pyGary Lockyer2019-06-211-15/+15
* lib ldb tests: Test nested transactionsGary Lockyer2019-06-211-0/+103
* lib ldb ldb_key_value: csbuild unused parm ldb_kvGary Lockyer2019-06-131-1/+2
* lib ldb_key_value: csbuild unused parm keyGary Lockyer2019-06-131-1/+1
* lib ldb ldb_key_value: csbuild fix unused parm dataGary Lockyer2019-06-131-1/+1
* lib ldb ldb_key_value: csbuild fix signed unsigned compareGary Lockyer2019-06-131-1/+1
* lib ldb ldb_key_value: csbuild unused parms ldb_kv, keyGary Lockyer2019-06-131-2/+2
* lib ldb ldb_key_value: csbuild ldb_kv_index_dn_not unused parmsGary Lockyer2019-06-131-4/+4
* lib ldb ldb_key_value: csbuild unused parm ldbGary Lockyer2019-06-131-5/+3
* lib ldb ldb_key_value: csbuild unused parm tdbGary Lockyer2019-06-131-1/+2
* lib ldb ldb_key_value: csbuild fix integer comparisonGary Lockyer2019-06-131-1/+1
* lib ldb ldb_key_value: csbuild unused parm ldb_kv_timeoutGary Lockyer2019-06-131-3/+4
* lib ldb: csbuild add lib/util/attr.h to distGary Lockyer2019-06-131-1/+2
* lib ldb ldb_key_value: csbuild unused parm ldb_kvGary Lockyer2019-06-133-7/+5
* lib ldb ldb_key_value: csbuild unused parm moduleGary Lockyer2019-06-133-7/+5
* lib ldb ldb_key_value: csbuild unused parm moduleGary Lockyer2019-06-135-13/+11
* DLIST_REMOVE: clang: Fix dereference of a null pointer warningNoel Power2019-06-111-1/+1
* ldb: Avoid read beyond bufferMichael Hanselmann2019-05-303-4/+103
* ldb: Release ldb 2.0.3Aaron Haslett2019-05-293-1/+284
* ldb: pack_format_override optionAaron Haslett2019-05-292-0/+43
* ldb: python test for repackAaron Haslett2019-05-294-1/+209
* ldb: repack old format database if GUID indexing enabledAaron Haslett2019-05-294-30/+158
* ldb: only used a->syntax->index_format_fn if GUID indexing is enabledAaron Haslett2019-05-291-1/+2
* ldb: Fix segfault parsing new pack formatsAndrew Bartlett2019-05-291-2/+6
* ldb: test for parse errorsAaron Haslett2019-05-291-0/+23
* ldap server: generate correct referral schemesGary Lockyer2019-05-241-0/+5
* ldb: ldbdump key and pack format version commentsAaron Haslett2019-05-221-0/+24
* ldb: ldb_key_value_test fixAaron Haslett2019-05-221-0/+2
* ldb: removing unnecessary module pointerAaron Haslett2019-05-223-5/+3
* ldb: Release ldb 2.0.2Aaron Haslett2019-05-223-1/+284
* ldb: pack function for new pack formatAaron Haslett2019-05-223-13/+332
* ldb: unpack function for new pack formatAaron Haslett2019-05-222-13/+320
* ldb: replacing length increments with constants in packAaron Haslett2019-05-221-37/+53
* ldb: push and pull macros for pack formatAaron Haslett2019-05-221-23/+56
* ldb: baseinfo pack format check on initAaron Haslett2019-05-225-8/+64
* Fix uClibc build on 64bit platforms by including stdint.hFabrice Fontaine2019-05-193-0/+3