summaryrefslogtreecommitdiff
path: root/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* CVE-2020-10700: ldb: Bump version up to 1.5.7.ldb-1.5.7Karolin Seeger2020-04-214-1/+286
* CVE-2020-10700: ldb: Always use ldb_next_request() in ASQ moduleAndrew Bartlett2020-04-211-9/+3
* ldb: Release ldb 1.5.6ldb-1.5.6Andrew Bartlett2019-08-234-1/+286
* ldb: ldbdump key and pack format version commentsAaron Haslett2019-08-231-0/+24
* ldb: baseinfo pack format check on initAaron Haslett2019-08-235-8/+64
* ldb: Fix segfault parsing new pack formatsAndrew Bartlett2019-08-231-2/+6
* ldb: test for parse errorsAaron Haslett2019-08-231-0/+23
* ldb: Release ldb 1.5.5ldb-1.5.5Stefan Metzmacher2019-07-034-1/+285
* ldb_kv: Skip @ records early in a search full scanAndrew Bartlett2019-06-214-17/+35
* ldap server: generate correct referral schemesGary Lockyer2019-06-211-0/+5
* CVE-2019-3824 ldb: version 1.5.4ldb-1.5.4Stefan Metzmacher2019-02-264-1/+285
* CVE-2019-3824 ldb: Add tests for ldb_wildcard_matchGary Lockyer2019-02-263-1/+214
* CVE-2019-3824 ldb: wildcard_match end of data checkGary Lockyer2019-02-261-1/+1
* CVE-2019-3824 ldb: wildcard_match check tree operationGary Lockyer2019-02-261-0/+5
* CVE-2019-3824 ldb: ldb_parse_tree use talloc_zeroGary Lockyer2019-02-261-1/+1
* CVE-2019-3824 ldb: Improve code style and layout in wildcard processingAndrew Bartlett2019-02-261-3/+5
* CVE-2019-3824 ldb: Extra comments to clarify no pointer wrap in wildcard proc...Andrew Bartlett2019-02-261-2/+23
* CVE-2019-3824 ldb: Out of bound read in ldb_wildcard_compareLukas Slebodnik2019-02-261-1/+2
* ldb: The test api.py should not rely on order of entries in dictLukas Slebodnik2019-02-261-6/+8
* lib:ldb: Use correct C99 initializer for 'struct tm'Andreas Schneider2019-02-261-2/+4
* lib:ldb: Use C99 initializer for tdb_logging_contextAndreas Schneider2019-02-261-1/+3
* lib:ldb: Use C99 initializer for PyGetSetDef in pyldbAndreas Schneider2019-02-261-15/+47
* Search for location of waf scriptDavid Mulder2019-02-261-1/+2
* ldb: Release ldb 1.5.3ldb-1.5.3Andrew Bartlett2019-02-134-1/+285
* ldb: Add even more comments on what strict does to the list intersectionsAndrew Bartlett2019-02-131-1/+15
* ldb: Rename variableTim Beale2019-02-131-7/+8
* ldb: Elaborate on ldb_kv_search_indexed() commentsTim Beale2019-02-131-7/+26
* ldb: Remove comment that no longer makes senseTim Beale2019-02-131-5/+0
* ldb: Avoid inefficient one-level searchesTim Beale2019-02-131-3/+14
* ldb: version 1.5.2ldb-1.5.2Stefan Metzmacher2019-01-154-1/+285
* lib/ldb: Use new PYARG_ES format for parseTupleNoel Power2019-01-131-1/+5
* lib/ldb/tests/python: Add test to pass utf8 encoded bytes to ldb.DnNoel Power2019-01-131-0/+15
* paged results: new paged results module using GUID listAaron Haslett2018-12-212-454/+0
* waf: Add missing libreplace deps to pyldb*Andreas Schneider2018-12-201-2/+2
* PY3: change shebang to python3 in lib dirJoe Guo2018-12-142-2/+2
* build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett2018-12-142-2/+1
* build: Workaround python3 hash order issues (for now)Andrew Bartlett2018-12-131-1/+1
* PY3: switch current build to use python3Noel Power2018-12-102-2/+4
* adjust ldb config for py3 buildNoel Power2018-12-101-2/+3
* ldb_controls: Add some talloc error checking for controlsGarming Sam2018-11-201-2/+80
* dirsync: Allow arbitrary length cookiesGarming Sam2018-11-201-5/+21
* libldb: Fix const char in pyldbAndreas Schneider2018-11-141-3/+3
* lib: ldb: Remove use of talloc_autofree_context().Jeremy Allison2018-11-061-2/+2
* ldb/tests/py/index: remove dup value in dictionaryDouglas Bagnall2018-11-011-1/+0
* ldb/tests/py/api: use proper name for ldb.LdbErrorDouglas Bagnall2018-11-011-2/+2
* ldb/tests/py/api: reveal shadowed casefold testDouglas Bagnall2018-10-251-1/+1
* ldb/tests/_ldb_text: remove unused importsDouglas Bagnall2018-10-251-3/+0
* ldb_ldif: avoid strlen(NULL)Douglas Bagnall2018-10-191-1/+2
* ldb_ldif: be less horribly efficient in debuggingDouglas Bagnall2018-10-181-3/+3
* lib/ldb: Ensure ldb.Dn can accept utf8 encoded unicodeNoel Power2018-09-271-13/+17