summaryrefslogtreecommitdiff
path: root/source4/dns_server/dns_server.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-01s4/dns_server: truncate large dns packets over udp and set truncated flagAndréas Leroux1-0/+5
2021-06-11dns: merge dlz/internal dns_records_match()Douglas Bagnall1-2/+0
2018-07-12dns: moving name_equal func into commonAaron Haslett1-1/+0
2018-01-04dns_server: Remove "max_payload" from dns_serverVolker Lendecke1-1/+0
2018-01-04dns_server: Remove unused "dns_generate_options"Volker Lendecke1-3/+0
2017-08-15dnsserver: Add support for dns wildcardsGary Lockyer1-0/+5
2017-03-29dns: Provide local and remote socket address to GENSECAndrew Bartlett1-0/+2
2016-06-16dns_server: Fix typo in dns_authoritative_for_zone() name.Garming Sam1-2/+2
2015-10-26dns_server: Put more code in commonAndrew Bartlett1-8/+1
2015-08-06dns: Add dns_get_authoritative_zone helper functionKai Blin1-0/+2
2014-11-18s4:dns_server: allocate substructures of struct dns_request_state on the corr...Stefan Metzmacher1-0/+1
2014-11-18s4:dns_server: add some const to dns_server_process_update/dns_update_allowed...Stefan Metzmacher1-2/+2
2014-08-26s4:dns_server: remove const from dns_replace_records()Stefan Metzmacher1-1/+1
2014-08-26s4:dns_server: split out a private 'dnsserver_common' libraryStefan Metzmacher1-2/+2
2013-05-26dns: Support larger queries when asking forwarderKai Blin1-0/+4
2012-09-05s4 dns: Verify incoming TSIG signaturesKai Blin1-0/+5
2012-09-05s4 dns: Handle GSS-TSIG signature creationKai Blin1-0/+5
2012-09-05s4 dns: When we got a TKEY, we need to remember which key to use for signingKai Blin1-0/+5
2012-09-05s4 dns: TKEY record needs to remember incoming algorithmKai Blin1-0/+1
2012-09-05s4 dns: Move dns_find_tkey to an extra fileKai Blin1-0/+2
2012-09-05s4 dns: Revert erroneous push from wrong branchKai Blin1-18/+0
2012-09-05more tsig_verify stuffKai Blin1-1/+2
2012-09-05s4 dns: Verify incoming TSIG signaturesKai Blin1-0/+1
2012-09-05s4 dns: Handle GSS-TSIG signaturesKai Blin1-0/+16
2012-08-31s4 dns: Store TKEYs in a ringbufferKai Blin1-2/+9
2012-08-31s4 dns: Negotiate GSSAPI-based TKEYsKai Blin1-0/+11
2012-05-30s4-dns: Remove sync dns_server_process_queryVolker Lendecke1-8/+0
2012-05-30s4-dns: Make dns_process_send asynVolker Lendecke1-0/+10
2012-03-27s4 dns: Allow changing the dns operation flags in handlersKai Blin1-0/+5
2012-03-27s4 dns: Only forward for zones we don't ownKai Blin1-0/+2
2011-12-17s4 dns: Actually handle the update requestKai Blin1-0/+6
2011-12-17s4 dns: Update prerequisite checking conforming to RFCKai Blin1-1/+1
2011-12-17s4 dns: Move record lookup to dns_utils.cKai Blin1-0/+5
2011-12-17s4 dns: Implement dns record comparison functionKai Blin1-0/+3
2011-12-17s4 dns: Implement dns name equality checkKai Blin1-0/+1
2011-12-09s4 dns: Get rid of const qualifier for prereqs, we do need to allocate thoseKai Blin1-3/+3
2010-10-23s4 dns: Switch to WERRORKai Blin1-18/+18
2010-10-23s4 dns: Split up the code into multiple files for easier developmentKai Blin1-0/+23
2010-10-23s4 dns: Look up all names in the ldb database.Kai Blin1-0/+7
2010-10-23s4 dns: Look up records in the ldb databaseKai Blin1-0/+1
2010-10-23s4 dns: Add a boilerplate DNS server implementationKai Blin1-0/+33