summaryrefslogtreecommitdiff
path: root/source4/dns_server
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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