summaryrefslogtreecommitdiff
path: root/source4/dns_server
Commit message (Expand)AuthorAgeFilesLines
* s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison2014-07-011-1/+8
* bug #10609: CVE-2014-0239 Don't reply to repliesKai Blin2014-05-261-0/+6
* bug #10471: Don't respond with NXDOMAIN to records that exist with another typeKai Blin2014-04-011-6/+8
* s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher2014-04-011-4/+4
* dns: Support larger queries when asking forwarderKai Blin2013-06-114-0/+40
* dns: Delete dnsNode objects when they are emptyKai Blin2013-06-031-1/+7
* dns: Add support for MX queriesKai Blin2013-05-271-0/+8
* s4-dns: dlz_bind9: Ignore zones that are not used by BIND9 DLZ pluginAmitay Isaacs2012-12-031-0/+5
* s4-dns: Fix format string vulnerability in an error message (bug #9354)Amitay Isaacs2012-11-151-4/+5
* dns_server: Try and use the dns-SERVER account if we were configured with itAndrew Bartlett2012-11-051-14/+47
* s4-dns: Ignore zones that shouldn't be returned currentlyMatthieu Patou2012-10-151-1/+14
* s4-dns: fix a warningMatthieu Patou2012-10-081-2/+1
* s4 dns: Fix return code for deleted recordsKai Blin2012-10-021-1/+1
* s4:dns_server - introduce the wildcard binding featureMatthias Dieter Wallnöfer2012-10-021-10/+28
* s4-dns: fix a non handled memory out of memoryMatthieu Patou2012-10-021-0/+1
* dns_server: Remove parameter 'dns recursive queries' and base this on 'dns fo...Andrew Bartlett2012-09-121-2/+3
* s4:dns_server: remove wrong and unused dsdb_check_access_on_dn() checkStefan Metzmacher2012-09-121-16/+0
* dns_server: Attempt to SET and UNSET the sessionInfo to match the incoming userAndrew Bartlett2012-09-121-2/+24
* s4 dns: Improve logging of delegated dns updatesKai Blin2012-09-121-1/+1
* s4 dns: Make debug output less noisyKai Blin2012-09-074-16/+16
* s4 dns: Check if signing user is allowed to update recordsKai Blin2012-09-061-16/+56
* selftest: Add tests for the dlz_bind9 moduleAndrew Bartlett2012-09-061-0/+7
* s4 dns: Allow configuring signed updatesKai Blin2012-09-051-1/+6
* s4 dns: Make sure to remember incoming tkey nameKai Blin2012-09-051-0/+4
* s4 dns: Verify incoming TSIG signaturesKai Blin2012-09-054-0/+189
* s4 dns: Handle GSS-TSIG signature creationKai Blin2012-09-053-0/+144
* s4 dns: When we got a TKEY, we need to remember which key to use for signingKai Blin2012-09-052-2/+17
* s4 dns: TKEY record needs to remember incoming algorithmKai Blin2012-09-052-1/+10
* s4 dns: Move dns_find_tkey to an extra fileKai Blin2012-09-054-56/+88
* s4-dns: Fix linking the dns service.Andreas Schneider2012-09-051-1/+1
* s4 dns: Revert erroneous push from wrong branchKai Blin2012-09-057-461/+60
* s4 dns: Allow configuring signed updatesKai Blin2012-09-051-1/+6
* s4 dns: Make sure to remember incoming tkey nameKai Blin2012-09-051-0/+4
* more tsig_verify stuffKai Blin2012-09-053-12/+23
* drop meKai Blin2012-09-051-0/+3
* hack: dns_sign_tsig correct memcpyKai Blin2012-09-051-1/+1
* HACK remove debug statementKai Blin2012-09-051-1/+0
* s4 dns: Verify incoming TSIG signaturesKai Blin2012-09-054-9/+95
* s4 dns: Handle GSS-TSIG signaturesKai Blin2012-09-055-59/+352
* s4 dns: Store TKEYs in a ringbufferKai Blin2012-08-313-57/+106
* s4 dns: Negotiate GSSAPI-based TKEYsKai Blin2012-08-314-1/+254
* lib/param: move enum dns_update_settings to lib/paramChristian Ambach2012-08-062-26/+1
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-1/+1
* s4:dns-server: remove an extra blank line from handle_question()Michael Adam2012-06-061-1/+0
* s4 dns: Correctly handle A questions for CNAMEsKai Blin2012-06-061-5/+56
* s4-dns: Use W_ERROR_HAVE_NO_MEMORY in create_response_rrKai Blin2012-05-301-24/+8
* s4-dns: Use proper talloc hierarchy for NS records in create_response_rrKai Blin2012-05-301-1/+2
* s4-dns: Use proper talloc hierarchy for AAAA records in create_response_rrKai Blin2012-05-301-1/+2
* s4-dns: Remove sync dns_processVolker Lendecke2012-05-301-24/+0
* s4-dns: Make the TCP dns server asyncVolker Lendecke2012-05-301-21/+39