summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CVE-2019-3824 ldb: Release ldb 1.4.6ldb-1.4.6Gary Lockyer2019-02-264-1/+284
* 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: Bump ldb version to 1.4.5ldb-1.4.5Tim Beale2019-02-134-1/+284
* ldb: Avoid inefficient one-level searchesTim Beale2019-02-131-4/+14
* lib/audit_logging: actually create tallocPhilipp Gesang2019-02-011-0/+6
* audit_logging: Remove debug log header and JSON Authentication: prefixAndrew Bartlett2019-02-012-9/+13
* json: Modify API to use return codesGary Lockyer2019-02-013-267/+573
* ldb: Bump ldb version to 1.4.4ldb-1.4.4Noel Power2019-01-214-1/+284
* lib/ldb: Use new PYARG_ES format for parseTupleNoel Power2019-01-211-1/+6
* lib/ldb/tests/python: Add test to pass utf8 encoded bytes to ldb.DnNoel Power2019-01-211-0/+15
* lib/util: Count a trailing line that doesn't end in a newlineMartin Schwenke2019-01-092-3/+155
* ldb_controls: Add some talloc error checking for controlsGarming Sam2018-12-041-2/+80
* dirsync: Allow arbitrary length cookiesGarming Sam2018-12-041-5/+21
* lib:util: Fix DEBUGCLASS pointer initializiationAndreas Schneider2018-11-121-2/+2
* ldb: Bump ldb version to 1.4.3ldb-1.4.3Noel Power2018-11-054-1/+284
* lib/ldb: Ensure ldb.Dn can accept utf8 encoded unicodeNoel Power2018-11-051-13/+17
* lib/ldb/tests: add test for ldb.Dn passed utf8 unicodeNoel Power2018-11-051-0/+4
* lib/ldb: Test correct variable for no mem conditionNoel Power2018-11-051-1/+1
* lib:socket: If returning early, set ifacesDavid Mulder2018-11-051-1/+2
* lib: Avoid the use of open_memstream in tevent_req_profile_stringVolker Lendecke2018-10-103-57/+51
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-052-17/+46
* s3: util: Do not take over stderr when there is no log filePaulo Alcantara2018-09-041-2/+5
* Release LDB 1.4.2 for CVE-2018-1140ldb-1.4.2Andrew 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
* ldb: version 1.4.1ldb-1.4.1Stefan Metzmacher2018-07-124-1/+284
* talloc: version 2.1.14talloc-2.1.14Stefan Metzmacher2018-07-124-1/+97
* tdb: version 1.3.16tdb-1.3.16Stefan Metzmacher2018-07-122-1/+72
* ldb: Refuse to build Samba against a newer minor version of ldbAndrew Bartlett2018-07-121-10/+22
* ldb: Ban ldb 1.4.x with Samba 4.8 and earlierAndrew Bartlett2018-07-121-8/+8
* dns: custom match rule for DNS records to be tombstonedAaron Haslett2018-07-122-1/+136
* dns: Reformat DNS with clang-formatGary Lockyer2018-07-121-1/+1
* smb.conf: add dns_zone_scavengingGary Lockyer2018-07-121-0/+1
* torture: Test tevent_req_profileVolker Lendecke2018-07-111-0/+277
* lib: Add tevent_req_profile helpersVolker Lendecke2018-07-113-0/+570
* lib: Multi-line a long line in wscript_buildVolker Lendecke2018-07-111-1/+5
* tevent: version 0.9.37tevent-0.9.37Stefan Metzmacher2018-07-113-27/+127
* tevent: Add tevent_req_profileVolker Lendecke2018-07-114-0/+422
* tevent: add a test that frees wrapper_ev with pending eventsRalph Boehme2018-07-111-0/+157
* tevent: add a simple wrapper testRalph Boehme2018-07-111-0/+356
* tevent: add tevent_context_wrapper_create() infrastructureStefan Metzmacher2018-07-1114-19/+1069