summaryrefslogtreecommitdiff
path: root/source4/dns_server/dns_server.h
Commit message (Expand)AuthorAgeFilesLines
* dns_server: Remove "max_payload" from dns_serverVolker Lendecke2018-01-041-1/+0
* dns_server: Remove unused "dns_generate_options"Volker Lendecke2018-01-041-3/+0
* dnsserver: Add support for dns wildcardsGary Lockyer2017-08-151-0/+5
* dns: Provide local and remote socket address to GENSECAndrew Bartlett2017-03-291-0/+2
* dns_server: Fix typo in dns_authoritative_for_zone() name.Garming Sam2016-06-161-2/+2
* dns_server: Put more code in commonAndrew Bartlett2015-10-261-8/+1
* dns: Add dns_get_authoritative_zone helper functionKai Blin2015-08-061-0/+2
* s4:dns_server: allocate substructures of struct dns_request_state on the corr...Stefan Metzmacher2014-11-181-0/+1
* s4:dns_server: add some const to dns_server_process_update/dns_update_allowed...Stefan Metzmacher2014-11-181-2/+2
* s4:dns_server: remove const from dns_replace_records()Stefan Metzmacher2014-08-261-1/+1
* s4:dns_server: split out a private 'dnsserver_common' libraryStefan Metzmacher2014-08-261-2/+2
* dns: Support larger queries when asking forwarderKai Blin2013-05-261-0/+4
* s4 dns: Verify incoming TSIG signaturesKai Blin2012-09-051-0/+5
* s4 dns: Handle GSS-TSIG signature creationKai Blin2012-09-051-0/+5
* s4 dns: When we got a TKEY, we need to remember which key to use for signingKai Blin2012-09-051-0/+5
* s4 dns: TKEY record needs to remember incoming algorithmKai Blin2012-09-051-0/+1
* s4 dns: Move dns_find_tkey to an extra fileKai Blin2012-09-051-0/+2
* s4 dns: Revert erroneous push from wrong branchKai Blin2012-09-051-18/+0
* more tsig_verify stuffKai Blin2012-09-051-1/+2
* s4 dns: Verify incoming TSIG signaturesKai Blin2012-09-051-0/+1
* s4 dns: Handle GSS-TSIG signaturesKai Blin2012-09-051-0/+16
* s4 dns: Store TKEYs in a ringbufferKai Blin2012-08-311-2/+9
* s4 dns: Negotiate GSSAPI-based TKEYsKai Blin2012-08-311-0/+11
* s4-dns: Remove sync dns_server_process_queryVolker Lendecke2012-05-301-8/+0
* s4-dns: Make dns_process_send asynVolker Lendecke2012-05-301-0/+10
* s4 dns: Allow changing the dns operation flags in handlersKai Blin2012-03-271-0/+5
* s4 dns: Only forward for zones we don't ownKai Blin2012-03-271-0/+2
* s4 dns: Actually handle the update requestKai Blin2011-12-171-0/+6
* s4 dns: Update prerequisite checking conforming to RFCKai Blin2011-12-171-1/+1
* s4 dns: Move record lookup to dns_utils.cKai Blin2011-12-171-0/+5
* s4 dns: Implement dns record comparison functionKai Blin2011-12-171-0/+3
* s4 dns: Implement dns name equality checkKai Blin2011-12-171-0/+1
* s4 dns: Get rid of const qualifier for prereqs, we do need to allocate thoseKai Blin2011-12-091-3/+3
* s4 dns: Switch to WERRORKai Blin2010-10-231-18/+18
* s4 dns: Split up the code into multiple files for easier developmentKai Blin2010-10-231-0/+23
* s4 dns: Look up all names in the ldb database.Kai Blin2010-10-231-0/+7
* s4 dns: Look up records in the ldb databaseKai Blin2010-10-231-0/+1
* s4 dns: Add a boilerplate DNS server implementationKai Blin2010-10-231-0/+33