summaryrefslogtreecommitdiff
path: root/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2019-03-21build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in librariesAndrew Bartlett1-4/+2
2019-03-21ABI: Remove unused .py3*.sigs filesAndrew Bartlett25-50/+0
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-26/+23
2019-03-21build: Remove --extra-pythonAndrew Bartlett1-11/+0
2019-03-06Enable make test even without lmdbMathieu Parent4-10/+223
2019-02-26ldb: version 1.6.2ldb-1.6.2Stefan Metzmacher4-1/+285
2019-02-26Search for location of waf scriptDavid Mulder1-1/+2
2019-02-25CVE-2019-3824 ldb: Release ldb 1.6.1ldb-1.6.1Gary Lockyer4-1/+285
2019-02-25CVE-2019-3824 ldb: Add tests for ldb_wildcard_matchGary Lockyer3-1/+214
2019-02-25CVE-2019-3824 ldb: wildcard_match end of data checkGary Lockyer1-1/+1
2019-02-25CVE-2019-3824 ldb: wildcard_match check tree operationGary Lockyer1-0/+5
2019-02-25CVE-2019-3824 ldb: ldb_parse_tree use talloc_zeroGary Lockyer1-1/+1
2019-02-25CVE-2019-3824 ldb: Improve code style and layout in wildcard processingAndrew Bartlett1-3/+5
2019-02-25CVE-2019-3824 ldb: Extra comments to clarify no pointer wrap in wildcard proc...Andrew Bartlett1-2/+23
2019-02-25CVE-2019-3824 ldb: Out of bound read in ldb_wildcard_compareLukas Slebodnik1-1/+2
2019-02-13Make sure results from GetAttrString are decref'ed where neededNoel Power1-1/+4
2019-02-13ldb_dn: don't free a known NULL pointerDouglas Bagnall1-4/+1
2019-02-13ldb_dn: remove unreachable code in dn_explodeDouglas Bagnall1-9/+0
2019-02-07Cleanup (decref) some objects added to list.Noel Power1-2/+34
2019-02-07Examine result of SetList (and prevent sending NULL to PyList_SetItem)Noel Power1-3/+27
2019-02-07Decrement references to python objects passed to Py_BuildValueNoel Power1-4/+11
2019-02-01ldb: Release ldb 1.6.0Andrew Bartlett4-1/+285
2019-02-01pyldb: make ldb.connect() url mandatoryDouglas Bagnall1-1/+1
2019-02-01ldb: Release ldb 1.5.3Andrew Bartlett4-1/+285
2019-02-01ldb: Add even more comments on what strict does to the list intersectionsAndrew Bartlett1-1/+15
2019-02-01ldb: Rename variableTim Beale1-7/+8
2019-02-01ldb: Elaborate on ldb_kv_search_indexed() commentsTim Beale1-7/+26
2019-02-01ldb: Remove comment that no longer makes senseTim Beale1-5/+0
2019-02-01ldb: Avoid inefficient one-level searchesTim Beale1-3/+14
2019-01-29ldb: The test api.py should not rely on order of entries in dictLukas Slebodnik1-6/+8
2019-01-28lib:ldb: Use correct C99 initializer for 'struct tm'Andreas Schneider1-2/+4
2019-01-28lib:ldb: Use C99 initializer for tdb_logging_contextAndreas Schneider1-1/+3
2019-01-28lib:ldb: Use C99 initializer for PyGetSetDef in pyldbAndreas Schneider1-15/+47
2019-01-15ldb: version 1.5.2ldb-1.5.2Stefan Metzmacher4-1/+285
2019-01-13lib/ldb: Use new PYARG_ES format for parseTupleNoel Power1-1/+5
2019-01-13lib/ldb/tests/python: Add test to pass utf8 encoded bytes to ldb.DnNoel Power1-0/+15
2018-12-21paged results: new paged results module using GUID listAaron Haslett2-454/+0
2018-12-20waf: Add missing libreplace deps to pyldb*Andreas Schneider1-2/+2
2018-12-14PY3: change shebang to python3 in lib dirJoe Guo2-2/+2
2018-12-14build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett2-2/+1
2018-12-13build: Workaround python3 hash order issues (for now)Andrew Bartlett1-1/+1
2018-12-10PY3: switch current build to use python3Noel Power2-2/+4
2018-12-10adjust ldb config for py3 buildNoel Power1-2/+3
2018-11-20ldb_controls: Add some talloc error checking for controlsGarming Sam1-2/+80
2018-11-20dirsync: Allow arbitrary length cookiesGarming Sam1-5/+21
2018-11-14libldb: Fix const char in pyldbAndreas Schneider1-3/+3
2018-11-06lib: ldb: Remove use of talloc_autofree_context().Jeremy Allison1-2/+2
2018-11-01ldb/tests/py/index: remove dup value in dictionaryDouglas Bagnall1-1/+0
2018-11-01ldb/tests/py/api: use proper name for ldb.LdbErrorDouglas Bagnall1-2/+2
2018-10-25ldb/tests/py/api: reveal shadowed casefold testDouglas Bagnall1-1/+1