summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Make fd_load work for non-regular filesVolker Lendecke2019-04-021-15/+48
* lib:util: Move debug message for mkdir failing to log level 1Andreas Schneider2019-03-131-3/+3
* 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
* tevent: version 0.9.39Stefan Metzmacher2019-02-262-1/+127
* py_tevent: add_timer takes float argumentDouglas Bagnall2019-02-261-2/+6
* lib:tevent: Use correct C99 initializer for tevent_reqAndreas Schneider2019-02-261-4/+6
* talloc: version 2.1.16Stefan Metzmacher2019-02-264-1/+97
* tdb: version 1.3.18Stefan Metzmacher2019-02-262-1/+74
* lib:tdb: Use C99 initializer for tdb_logging_contextAndreas Schneider2019-02-261-1/+3
* lib:tdb: Use C99 initializer for tdb_headerAndreas Schneider2019-02-261-1/+3
* lib:tdb: Use C99 initializer for PyGetSetDef in pytdbAndreas Schneider2019-02-261-18/+34
* tdb: Fix compatibility of wscript with older pythonLukas Slebodnik2019-02-261-1/+1
* Search for location of waf scriptDavid Mulder2019-02-264-4/+8
* waf: Do not install internal headerAndreas Schneider2019-02-211-1/+17
* lib:util: Move discard_const(_p) to own header for libndr.hAndreas Schneider2019-02-214-28/+53
* 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
* tevent: version 0.9.38tevent-0.9.38Stefan Metzmacher2019-01-152-1/+127
* talloc: version 2.1.15talloc-2.1.15Stefan Metzmacher2019-01-154-1/+97
* addns: Async ads_dns_lookup_nsVolker Lendecke2019-01-152-358/+121
* addns: Async ads_dns_lookup_srvVolker Lendecke2019-01-153-207/+151
* addns: Centralize siteless lookup fallbackVolker Lendecke2019-01-151-60/+29
* 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
* lib: remove unused function nttime_from_string()Swen Schillig2019-01-121-5/+0
* tevent: deprecate tevent_wrapper api againStefan Metzmacher2019-01-127-5/+18
* Revert "pthreadpool: split out pthreadpool_tevent_job from pthreadpool_tevent...Ralph Boehme2019-01-111-172/+66
* Revert "pthreadpool: add pthreadpool_tevent_job_cancel()"Ralph Boehme2019-01-111-40/+0
* Revert "pthreadpool: maintain a global list of orphaned pthreadpool_tevent_jobs"Ralph Boehme2019-01-112-43/+0
* Revert "pthreadpool: add some lockless coordination between the main and job ...Ralph Boehme2019-01-112-221/+5
* Revert "pthreadpool: add helgrind magic to PTHREAD_TEVENT_JOB_THREAD_FENCE_*()"Ralph Boehme2019-01-111-34/+0
* Revert "pthreadpool: maintain a list of job_states on each pthreadpool_tevent...Ralph Boehme2019-01-111-78/+24
* Revert "pthreadpool: add a comment about a further optimization in pthreadpoo...Ralph Boehme2019-01-111-17/+0
* Revert "pthreadpool: test cancelling and freeing pending pthreadpool_tevent j...Ralph Boehme2019-01-111-434/+0