summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix uClibc build on 64bit platforms by including stdint.hBernd Kuhls2018-08-242-0/+2
* ldb tests: remove unused code from match_rules.pyDouglas Bagnall2018-08-241-3/+0
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-1/+1
* 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-242-0/+4
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-244-0/+4
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-242-8/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-244-0/+27
* 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-242-2/+2
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-6/+6
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-8/+8
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-243-168/+177
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-242-256/+256
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-08-241-1/+1
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-1/+1
* PEP8: fix E101: indentation contains mixed spaces and tabsJoe Guo2018-08-241-37/+37
* s3: util: Do not take over stderr when there is no log filePaulo Alcantara2018-08-181-2/+5
* dbwrap: Fix a typoVolker Lendecke2018-08-171-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: Add support to parse MS Catalog filesAndreas Schneider2018-08-097-0/+1978
* Minor, really small, documentation fix.Richard Sharpe2018-08-061-1/+1
* tdb: test for readonly locks mode on tdbbackup commandAaron Haslett2018-08-063-0/+65
* tdb: adding readonly locks mode to tdbbackup toolAaron Haslett2018-08-061-7/+28
* pthreadpool: reset monitor_fd after calling tevent_fd_set_auto_close()Stefan Metzmacher2018-07-311-0/+1
* pthreadpool: ignore the return value of poll(NULL, 0UL, 1)Stefan Metzmacher2018-07-311-2/+2
* 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