summaryrefslogtreecommitdiff
path: root/source4/dns_server
AgeCommit message (Expand)AuthorFilesLines
2014-11-24s4-dns: dlz-bind: Add trailing '.' to all fqdn stringsAmitay Isaacs1-10/+45
2014-11-24s4-dns: Add support for BIND 9.10Amitay Isaacs2-1/+29
2014-11-24s4-dns: Update dlz_minimal.h based on BIND release 9.10Amitay Isaacs1-54/+153
2014-11-24s4-dns: Check DLZ_DLOPEN_VERSION for different BIND versionsAmitay Isaacs2-14/+10
2014-09-08s4:dlz_bind9: let dlz_bind9 use dns_common_lookup() before add/modifyStefan Metzmacher1-56/+21
2014-09-08s4:dlz_bind9: let dlz_bind9 use dns_common_lookup() before removing recordsStefan Metzmacher1-46/+7
2014-09-08s4:dlz_bind9: let dlz_bind9 use dns_common_replace()Stefan Metzmacher1-77/+50
2014-09-08s4:dlz_bind9: let dlz_bind9 use dns_common_extract()Stefan Metzmacher1-57/+61
2014-09-08s4:dlz_bind9: let dlz_bind9 use dns_common_lookup() for name lookupStefan Metzmacher2-53/+21
2014-09-08s4:dlz_bind9: do an early talloc_free(el_ctx) in dlz_allnodes()Stefan Metzmacher1-0/+2
2014-09-08s4:dlz_bind9: avoid some compiler warningsStefan Metzmacher2-4/+4
2014-09-08s4:dns_server: handle tombstones in handle_one_update()Stefan Metzmacher1-16/+25
2014-09-08s4:dns_server: add DNS_TYPE_TOMBSTONE support to dns_common_replace()Stefan Metzmacher1-4/+77
2014-09-08s4:dns_server: make sure dns_common_lookup() doesn't return tombstonesStefan Metzmacher3-6/+53
2014-09-08s4:dns_server: use .wType = DNS_TYPE_TOMBSTONE instead of ZERO_STRUCT()Stefan Metzmacher1-5/+15
2014-09-08s4:dns_server: split out dns_common_replace()Stefan Metzmacher4-68/+90
2014-09-08s4:dns_server: remove const from dns_replace_records()Stefan Metzmacher2-2/+2
2014-09-08s4:dns_server: split out dns_common_extract() and dns_common_lookup()Stefan Metzmacher3-44/+92
2014-09-08s4:dns_server: split out a private 'dnsserver_common' libraryStefan Metzmacher5-36/+105
2014-09-08s4:dns_server: map LDB_ERR_NO_SUCH_OBJECT to WERR_DNS_ERROR_NAME_DOES_NOT_EXISTStefan Metzmacher2-14/+24
2014-09-08s4:dns_server: handle WERR_DNS_ERROR_NAME_DOES_NOT_EXIST in werr_to_dns_err()Stefan Metzmacher1-0/+2
2014-07-15kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett1-1/+1
2014-07-15s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison1-1/+8
2014-05-20bug #10609: CVE-2014-0239 Don't reply to repliesKai Blin1-0/+6
2014-04-01bug #10471: Don't respond with NXDOMAIN to records that exist with another typeKai Blin1-6/+8
2014-04-01s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher1-4/+4
2013-06-01dns: Delete dnsNode objects when they are emptyKai Blin1-1/+7
2013-05-26dns: Support larger queries when asking forwarderKai Blin4-0/+40
2013-05-18dns: Also print packet information for DBGC_DNSKai Blin1-5/+5
2013-05-16dns: Add support for MX queriesKai Blin1-0/+8
2013-05-16dns: Also add a print-out for the out_packetKai Blin1-0/+4
2013-05-16dns: Use new DNS debugclass in DNS serverKai Blin5-0/+15
2013-03-09s4-dns: dlz_bind9: Check result to avoid segfaultStefan Gohmann1-1/+1
2012-11-04s4-dns: Fix format string vulnerability in an error message (bug #9354)Amitay Isaacs1-4/+5
2012-10-24s4:dns_server: fix formatting difference compared to v4-0-testStefan Metzmacher1-1/+2
2012-10-17dns_server: Try and use the dns-SERVER account if we were configured with itAndrew Bartlett1-14/+47
2012-10-13s4-dns: Fix the comments about ignoring zones in internal serverMatthieu Patou1-1/+7
2012-10-09s4-dns: dlz_bind9: Ignore zones that are not used by BIND9 DLZ pluginAmitay Isaacs1-0/+5
2012-10-08s4-dns: fix a warningMatthieu Patou1-2/+1
2012-10-07s4-dns: Ignore zones that shouldn't be returned currentlyMatthieu Patou1-1/+7
2012-10-02s4-dns: fix a non handled memory out of memoryMatthieu Patou1-0/+1
2012-09-30s4 dns: Fix return code for deleted recordsKai Blin1-1/+1
2012-09-30s4 dns: Get rid of deprecated allocation result checkKai Blin1-1/+3
2012-09-23s4:dns_server - introduce the wildcard binding featureMatthias Dieter Wallnöfer1-10/+28
2012-09-12dns_server: Remove parameter 'dns recursive queries' and base this on 'dns fo...Andrew Bartlett1-2/+3
2012-09-12s4:dns_server: remove wrong and unused dsdb_check_access_on_dn() checkStefan Metzmacher1-16/+0
2012-09-12dns_server: Attempt to SET and UNSET the sessionInfo to match the incoming userAndrew Bartlett1-2/+24
2012-09-12s4 dns: Improve logging of delegated dns updatesKai Blin1-1/+1
2012-09-07s4 dns: Make debug output less noisyKai Blin4-16/+16
2012-09-06s4 dns: Check if signing user is allowed to update recordsKai Blin1-16/+56