summaryrefslogtreecommitdiff
path: root/source4/dns_server
Commit message (Expand)AuthorAgeFilesLines
* source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-1/+1
* dnsp.idl: fix dnsp_ip4_array definitionStefan Metzmacher2019-06-211-1/+1
* s4: squash 'cast between incompatible function types' warningNoel Power2019-05-161-1/+2
* s4/dnsserver: delay return when trying to log (CID 1444976)Douglas Bagnall2019-05-091-2/+1
* s4/dnsserver: handle broken zone values in sort (CID 1414763, 1414769)Douglas Bagnall2019-05-091-1/+9
* s4 dns_server Bind9: Log opertion durationsGary Lockyer2019-05-073-108/+366
* s4:dlz make b9_has_soa check dc=@ nodeMichael Saxl2019-03-261-0/+11
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-10/+9
* source4: Use wrapper for string to integer conversionSwen Schillig2019-03-011-1/+5
* s4:dns_crypto: Remove unused include of hmac_md5.hAndreas Schneider2019-02-221-1/+0
* Decrement references to python objects passed to Py_BuildValueNoel Power2019-02-071-1/+5
* dns: changing onelevel search for wildcard to subtreeAaron Haslett2019-01-111-1/+1
* dns: Do NULL checks in dns_sign_tsigVolker Lendecke2019-01-101-0/+6
* CVE-2018-14629 dns: fix CNAME loop prevention using counter regressionStefan Metzmacher2018-12-041-9/+20
* CVE-2018-16852 dcerpc dnsserver: refactor common properties handlingGary Lockyer2018-11-282-36/+96
* CVE-2018-14629 dns: CNAME loop prevention using counterAaron Haslett2018-11-281-0/+6
* s4:bind_dlz: Only copy the dn onceAndreas Schneider2018-11-221-3/+4
* source4 smdb: Add a post fork hook to the service APIGary Lockyer2018-11-011-16/+19
* source4 smbd: Make the service_details structure constant.Gary Lockyer2018-11-011-1/+1
* dns: dlz_bind9 reference count loggingAaron Haslett2018-10-171-1/+12
* dns_server: Avoid ldb_dn_add_child_fmt() on untrusted inputAndrew Bartlett2018-08-152-18/+151
* dns_server: Be strict when constructing a LDB DN from an untrusted DNS nameAndrew Bartlett2018-08-151-3/+56
* dlz-bind: Add support for BIND 9.12.xAmitay Isaacs2018-08-102-0/+13
* s4-dns_server: Only build dns server Python code for AD DCAlexander Bokovoy2018-07-231-3/+5
* dns wildcards: fix BUG 13536Gary Lockyer2018-07-201-0/+1
* dns: static recordsAaron Haslett2018-07-124-23/+54
* dns: server side implementation of record agingAaron Haslett2018-07-123-1/+138
* dns: moving name_equal func into commonAaron Haslett2018-07-124-21/+22
* dns: Reformat DNS with clang-formatGary Lockyer2018-07-122-6/+14
* dsdb: add defines for sessionInfo and networkSessionInfoGary Lockyer2018-06-092-7/+20
* dns: Check for talloc_memdup failureVolker Lendecke2018-06-011-0/+3
* dns: TALLOC_FREE already checks for !=NULLVolker Lendecke2018-06-011-3/+1
* dns: Simplify logic a bitVolker Lendecke2018-06-011-3/+2
* dns: Simplify logic a bitVolker Lendecke2018-06-011-1/+1
* samdb: Add remote address to connectGary Lockyer2018-05-102-5/+14
* dsdb: pass the remote address to samdb connectGary Lockyer2018-05-101-1/+1
* s4:dns_server: Fix size typesAndreas Schneider2018-03-201-2/+2
* python: Port dsdb_dns module to Python 3 compatible form.Lumir Balhar2018-02-152-7/+20
* s4:dns_server: avoid debug noise on successful updatesStefan Metzmacher2018-01-102-2/+2
* dns_server: Remove "max_payload" from dns_serverVolker Lendecke2018-01-042-3/+0
* dns_server: Remove unused "dns_generate_options"Volker Lendecke2018-01-042-23/+0
* dns_server: Remove unused "dns" parameter from ask_forwarder_sendVolker Lendecke2018-01-041-4/+3
* dns_server: Use dns_cli_request instead of direct udpVolker Lendecke2018-01-041-56/+6
* dns_server: Do the exact match query first, then do the wildcard lookupAndrew Bartlett2017-12-191-0/+14
* dns_server: Do not look for a wildcard for @Andrew Bartlett2017-12-191-0/+10
* dns_server: Use the indexed "name" attribute in wildcard lookupAndrew Bartlett2017-12-191-7/+5
* dns server: fix warning about enum mismatchUri Simchoni2017-11-221-1/+1
* source4/smbd: Do not overstamp the process model with "single"Gary Lockyer2017-10-191-12/+3
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-191-2/+7
* samdb: Rework samdb_connect_url() to return LDB error code and an error stringAndrew Bartlett2017-09-201-5/+10