summaryrefslogtreecommitdiff
path: root/source4/dns_server/dns_crypto.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-06s4:dns_server: correctly sign dns update responses with gss-tsig like WindowsStefan Metzmacher1-1/+23
2024-06-06s4:dns_server: dns_verify_tsig should return REFUSED on errorStefan Metzmacher1-3/+3
2024-06-06s4:dns_server: use tkey->algorithm if available in dns_sign_tsig()Stefan Metzmacher1-1/+4
2024-06-06s4:dns_server: use the client provided algorithm for the fake TSIG structureStefan Metzmacher1-1/+1
2024-06-06s4:dns_server: only allow gss-tsig and gss.microsoft.com for TSIGStefan Metzmacher1-1/+11
2023-07-19s4:dns_server: Add some more debugging in order to find problems with level 1...Stefan Metzmacher1-0/+14
2023-01-19s4:dnsserver: Rename dns_name_equal() to samba_dns_name_equal()Samuel Cabrero1-1/+1
2019-02-22s4:dns_crypto: Remove unused include of hmac_md5.hAndreas Schneider1-1/+0
2019-01-10dns: Do NULL checks in dns_sign_tsigVolker Lendecke1-0/+6
2018-06-01dns: Simplify logic a bitVolker Lendecke1-3/+2
2018-06-01dns: Simplify logic a bitVolker Lendecke1-1/+1
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/dns...Günther Deschner1-2/+2
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dns_server/Günther Deschner1-16/+16
2016-06-16s4: dns: Correctly check for talloc failure.Jeremy Allison1-0/+3
2016-06-16s4/dns_server: don't compute TSIG MAC in TSIG error recordsRalph Boehme1-12/+15
2016-06-16s4/dns_server: error codes for failing MAC verification in TSIG requestsRalph Boehme1-1/+2
2016-06-16s4/dns_server: ensure we store the key name in error code pathsRalph Boehme1-4/+17
2016-06-16s4/dns_server: not finding the key here is a fatal errorRalph Boehme1-2/+1
2016-06-16s4/dns_server: split out function that does the MAC computationRalph Boehme1-27/+48
2016-06-16s4/dns_server: include request MAC in TSIG response MAC calculationRalph Boehme1-3/+34
2016-06-16librpc/dns: remove original_id from dns_fake_tsig_recRalph Boehme1-3/+0
2014-11-18s4:dns_server: allocate substructures of struct dns_request_state on the corr...Stefan Metzmacher1-2/+2
2013-05-16dns: Use new DNS debugclass in DNS serverKai Blin1-0/+3
2012-09-07s4 dns: Make debug output less noisyKai Blin1-2/+2
2012-09-05s4 dns: Make sure to remember incoming tkey nameKai Blin1-0/+4
2012-09-05s4 dns: Verify incoming TSIG signaturesKai Blin1-0/+174
2012-09-05s4 dns: Handle GSS-TSIG signature creationKai Blin1-0/+127
2012-09-05s4 dns: Move dns_find_tkey to an extra fileKai Blin1-0/+54
2012-09-05s4 dns: Revert erroneous push from wrong branchKai Blin1-359/+0
2012-09-05s4 dns: Make sure to remember incoming tkey nameKai Blin1-0/+4
2012-09-05more tsig_verify stuffKai Blin1-10/+20
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 Blin1-8/+85
2012-09-05s4 dns: Handle GSS-TSIG signaturesKai Blin1-0/+269