summaryrefslogtreecommitdiff
path: root/source4/dns_server
AgeCommit message (Expand)AuthorFilesLines
2012-09-05s4-dns: Fix linking the dns service.Andreas Schneider1-1/+1
2012-09-05s4 dns: Revert erroneous push from wrong branchKai Blin7-461/+60
2012-09-05s4 dns: Allow configuring signed updatesKai Blin1-1/+6
2012-09-05s4 dns: Make sure to remember incoming tkey nameKai Blin1-0/+4
2012-09-05more tsig_verify stuffKai Blin3-12/+23
2012-09-05drop meKai Blin1-0/+3
2012-09-05hack: dns_sign_tsig correct memcpyKai Blin1-1/+1
2012-09-05HACK remove debug statementKai Blin1-1/+0
2012-09-05s4 dns: Verify incoming TSIG signaturesKai Blin4-9/+95
2012-09-05s4 dns: Handle GSS-TSIG signaturesKai Blin5-59/+352
2012-08-31s4 dns: Store TKEYs in a ringbufferKai Blin3-57/+106
2012-08-31s4 dns: Negotiate GSSAPI-based TKEYsKai Blin4-1/+254
2012-08-06lib/param: move enum dns_update_settings to lib/paramChristian Ambach2-26/+1
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-1/+1
2012-06-06s4:dns-server: remove an extra blank line from handle_question()Michael Adam1-1/+0
2012-06-06s4 dns: Correctly handle A questions for CNAMEsKai Blin1-5/+56
2012-05-30s4-dns: Use W_ERROR_HAVE_NO_MEMORY in create_response_rrKai Blin1-24/+8
2012-05-30s4-dns: Use proper talloc hierarchy for NS records in create_response_rrKai Blin1-1/+2
2012-05-30s4-dns: Use proper talloc hierarchy for AAAA records in create_response_rrKai Blin1-1/+2
2012-05-30s4-dns: Remove sync dns_processVolker Lendecke1-24/+0
2012-05-30s4-dns: Make the TCP dns server asyncVolker Lendecke1-21/+39
2012-05-30s4-dns: Make the UDP dns server asyncVolker Lendecke1-18/+38
2012-05-30s4-dns: Remove sync dns_server_process_queryVolker Lendecke2-39/+0
2012-05-30s4-dns: Make dns_process_send asynVolker Lendecke3-80/+148
2012-05-30s4-dns: Remove unused sync ask_forwarder wrapperVolker Lendecke1-30/+0
2012-05-30s4-dns: Make dns_server_process_query asyncVolker Lendecke1-37/+120
2012-05-30s4-dns: Make ask_forwarder asyncVolker Lendecke1-43/+111
2012-05-30s4-dns: Create a proper talloc hierarchy in create_response_rrVolker Lendecke1-3/+15
2012-05-30s4-dns: Add debug output for unmappable WERROR to DNS errcodeVolker Lendecke1-1/+1
2012-05-30s4-dns: Fix some typosVolker Lendecke2-2/+2
2012-05-30s4-dns: Remove some break; statementsVolker Lendecke1-8/+0
2012-05-30s4-dns: Fix an unlikely potential memleakVolker Lendecke1-2/+4
2012-05-30s4-dns: Use talloc_asprintf_append_buffer in create_response_rrVolker Lendecke1-2/+2
2012-05-30s4-dns: Add some NULL checks to create_response_rrVolker Lendecke1-0/+15
2012-05-24dlz_bind9: Make the talloc destructor static and return 0.Amitay Isaacs1-1/+2
2012-05-24dlz_bind9: Fix the named crash on reloading namedAmitay Isaacs1-1/+17
2012-05-23libcli/dns: make 'clidns' private library out of DNS code in WAF buildAlexander Bokovoy1-1/+1
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-2/+5
2012-05-08s4 dns: unify error handling when bailing outKai Blin1-12/+11
2012-05-07s4-dns: Build BIND DLZ modules with correct private libraryAmitay Isaacs1-2/+2
2012-04-29dns server: move very verbose debug to higher level 2 -> 8Matthieu Patou1-4/+4
2012-04-22dlz_bind9: Also produce and install binary plugin for bind 9.9Andrew Bartlett1-1/+1
2012-04-16dlz_bind9: Build shared libraries for both BIND versions 9.8 and 9.9Amitay Isaacs3-0/+28
2012-04-16dlz_bind9: changes to make dlz_bind9 work with BIND 9.9.0Amitay Isaacs2-22/+53
2012-03-30s4 dns: Allow updating PTR records.Kai Blin1-0/+4
2012-03-27s4 dns: Only do recursive queries when allowed/desiredKai Blin1-7/+26
2012-03-27s4 dns: Check smb.conf if we should allow recursionKai Blin1-2/+3
2012-03-27s4 dns: Allow changing the dns operation flags in handlersKai Blin4-5/+23
2012-03-27s4 dns: Only forward for zones we don't ownKai Blin3-2/+33
2012-03-27s4 dns: Forward questions we can't answer to another serverKai Blin2-7/+80