summaryrefslogtreecommitdiff
path: root/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* lib/ldb: Ensure ldb.Dn can accept utf8 encoded unicodeNoel Power2018-09-271-13/+17
* lib/ldb/tests: add test for ldb.Dn passed utf8 unicodeNoel Power2018-09-271-0/+4
* lib/ldb: Test correct variable for no mem conditionNoel Power2018-09-271-1/+1
* ldb: Fix dependency of ldb moduleAmitay Isaacs2018-09-211-1/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-09-061-1/+1
* lib/ldb/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-22/+23
* Fix uClibc build on 64bit platforms by including stdint.hBernd Kuhls2018-08-242-0/+2
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-241-1/+1
* PEP8: fix E306: expected 1 blank line before a nested definition, found 0Joe Guo2018-08-241-0/+2
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-242-0/+2
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-7/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+21
* PEP8: fix E301: expected 1 blank line, found 0Joe Guo2018-08-242-0/+17
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-6/+6
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-242-14/+14
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-1/+1
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-08-241-1/+1
* ldb: Release LDB 1.5.1ldb-1.5.1Andrew Bartlett2018-08-154-1/+285
* ldb: extend API testsAndrew Bartlett2018-08-151-3/+44
* ldb: Add new function ldb_dn_add_child_val()Andrew Bartlett2018-08-154-0/+161
* ldb_tdb: Remove pointless check of ldb_dn_is_valid()Andrew Bartlett2018-08-151-8/+0
* fix mem leak in ldbsearchAndrej Gessel2018-08-151-0/+5
* fix mem leak in ltdb_index_dn_base_dn and ltdb_search_indexedAndrej Gessel2018-08-151-0/+2
* ldb: no need to call del_transaction in ldb_transaction_commitJoe Guo2018-08-151-3/+0
* ldb tests: fix assertion on wrong pointerTimur I. Bakeyev2018-08-141-1/+1
* Release LDB 1.5.0 for CVE-2018-1140ldb-1.5.0Andrew Bartlett2018-08-144-1/+284
* CVE-2018-1140 ldb: Add tests for search add and rename with a bad dn= DNAndrew Bartlett2018-08-141-0/+156
* CVE-2018-1140 ldb_tdb: Check for DN validity in add, rename and searchAndrew Bartlett2018-08-142-1/+42
* CVE-2018-1140 ldb_tdb: Ensure the dn in distinguishedName= is valid before useAndrew Bartlett2018-08-141-0/+9
* CVE-2018-1140 ldb: Check for ldb_dn_get_casefold() failure in ldb_sqliteAndrew Bartlett2018-08-141-0/+3
* CVE-2018-1140 Add NULL check for ldb_dn_get_casefold() in ltdb_index_dn_attr()Andrej Gessel2018-08-141-0/+9
* lib ldb key value: convert TDB_DATA structs to ldb_valGary Lockyer2018-07-304-137/+109
* lib ldb: rename LTDB_* constants to LDB_KV_*Gary Lockyer2018-07-305-108/+108
* lib ldb: move key value code to lib/ldb/ldb_key_valueGary Lockyer2018-07-3013-2209/+2338
* lib ldb: rename ltdb_parse_data_unpack_ctxGary Lockyer2018-07-301-3/+3
* lib ldb: remove unused function prototypesGary Lockyer2018-07-301-4/+0
* lib ldb: rename ltdb_idxptr to ldb_kv_idxptrGary Lockyer2018-07-302-3/+3
* lib ldb: rename tdb_key_ctx to key_ctxGary Lockyer2018-07-301-7/+7
* lib ldb: rename ltdb_cache to ldb_kv_cacheGary Lockyer2018-07-302-2/+2
* lib ldb: format rename ldb_kv_privateGary Lockyer2018-07-307-251/+329
* lib ldb: rename ltdb_private to ldb_kv_privateGary Lockyer2018-07-309-659/+659
* lib ldb: format rename of ltdb_req_spyGary Lockyer2018-07-301-1/+2
* lib ldb: rename ltdb_req_spy to ldb_kv_req_spyGary Lockyer2018-07-302-4/+4
* lib ldb: rename ltdb_context to ldb_kv_contextGary Lockyer2018-07-304-25/+25
* lib ldb: reformat ltdb_reindex_context renameGary Lockyer2018-07-302-3/+6
* lib ldb: rename struct ltdb_reindex_contextGary Lockyer2018-07-303-5/+5
* lib ldb: fix formatting of ldb_kv rename.Gary Lockyer2018-07-304-361/+384
* lib ldb: Rename functions to ldb_kvGary Lockyer2018-07-306-385/+397