summaryrefslogtreecommitdiff
path: root/source4/dns_server
Commit message (Expand)AuthorAgeFilesLines
* dns: changing onelevel search for wildcard to subtreeAaron Haslett2019-01-141-1/+1
* CVE-2018-14629 dns: fix CNAME loop prevention using counter regressionStefan Metzmacher2018-12-071-9/+20
* CVE-2018-14629 dns: CNAME loop prevention using counterAaron Haslett2018-11-261-0/+6
* dns wildcards: fix BUG 13536Gary Lockyer2018-08-131-0/+1
* 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
* s4:bind_dlz: Try the 'binddns dir' firstAndreas Schneider2017-09-161-6/+6
* s4:bind_dlz: Use the 'binddns dir' if possibleAndreas Schneider2017-09-051-3/+41
* dnsserver: Add support for dns wildcardsGary Lockyer2017-08-156-5/+380
* dnsserver: Tighten DNS name checkingGary Lockyer2017-08-151-6/+29
* Set log level for "Not authorative for" from 2 to 5Marc Muehlfeld2017-07-261-1/+1
* dns_server: Only install common library if AD DC is enabled.Andrew Bartlett2017-07-041-1/+2
* dnsserver/common: Use cached dnsHostName to reduce database readsGarming Sam2017-06-221-20/+4
* dns_server: clobber MNAME in the SOAAndrew Bartlett2017-06-104-7/+59
* pydsdb_dns: Allow the partition DN to be specified into py_dsdb_dns_lookupAndrew Bartlett2017-06-104-10/+42
* pydsdb_dns: Use TypeError not LdbError for mismatched typesAndrew Bartlett2017-06-101-12/+3
* pydns: Also return the DN of the LDB object when finding a DNS recordAndrew Bartlett2017-06-101-2/+3
* pydns: Fix leak of talloc_stackframe() in python bindingsAndrew Bartlett2017-06-101-3/+20
* s4:dlz_bind9: assert SPNEGO/KRB5 and use gensec_update()Stefan Metzmacher2017-05-211-4/+38
* s4:dns_server: use samba_server_gensec_krb5_start() and gensec_update() in dn...Stefan Metzmacher2017-05-211-9/+28
* s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison2017-05-111-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* dns: Provide local and remote socket address to GENSECAndrew Bartlett2017-03-293-2/+36
* dnsserver_common: Add name check in name2dnBob Campbell2016-12-121-2/+7
* dnsserver: add dns name checkingBob Campbell2016-12-122-1/+94
* dlz-bind: Add support for BIND 9.11.xAmitay Isaacs2016-10-272-0/+37
* dlz-bind: Set DNS_CLIENTINFO_VERSION based on BIND versionAmitay Isaacs2016-10-271-1/+7
* dlz-bind: Fix initialization of DLZ_DLOPEN_AGEAmitay Isaacs2016-10-271-1/+4
* dlz-bind: Fix preprocessor checks for BIND versionsAmitay Isaacs2016-10-271-8/+8
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/dns...Günther Deschner2016-09-282-4/+4
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dns_server/Günther Deschner2016-09-286-39/+39
* s4: dns: Correctly check for talloc failure.Jeremy Allison2016-06-161-0/+3
* dns_server: Fix typo in dns_authoritative_for_zone() name.Garming Sam2016-06-163-6/+6
* s4/dns_server: enable sending of TSIG error recordsRalph Boehme2016-06-161-1/+3
* s4/dns_server: prepare sending correct error responses for dns_verify_tsig() ...Ralph Boehme2016-06-161-8/+7
* s4/dns_server: don't compute TSIG MAC in TSIG error recordsRalph Boehme2016-06-161-12/+15
* s4/dns_server: error codes for failing MAC verification in TSIG requestsRalph Boehme2016-06-161-1/+2
* s4/dns_server: ensure we store the key name in error code pathsRalph Boehme2016-06-161-4/+17
* s4/dns_server: not finding the key here is a fatal errorRalph Boehme2016-06-161-2/+1
* s4/dns_server: split out function that does the MAC computationRalph Boehme2016-06-161-27/+48