summaryrefslogtreecommitdiff
path: root/source4/dns_server/dns_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/dns...Günther Deschner2016-09-281-2/+2
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dns_server/Günther Deschner2016-09-281-16/+16
* s4: dns: Correctly check for talloc failure.Jeremy Allison2016-06-161-0/+3
* s4/dns_server: don't compute TSIG MAC in TSIG error recordsRalph Boehme2016-06-161-12/+15
* s4/dns_server: error codes for failing MAC verification in TSIG requestsRalph Boehme2016-06-161-1/+2
* s4/dns_server: ensure we store the key name in error code pathsRalph Boehme2016-06-161-4/+17
* s4/dns_server: not finding the key here is a fatal errorRalph Boehme2016-06-161-2/+1
* s4/dns_server: split out function that does the MAC computationRalph Boehme2016-06-161-27/+48
* s4/dns_server: include request MAC in TSIG response MAC calculationRalph Boehme2016-06-161-3/+34
* librpc/dns: remove original_id from dns_fake_tsig_recRalph Boehme2016-06-161-3/+0
* s4:dns_server: allocate substructures of struct dns_request_state on the corr...Stefan Metzmacher2014-11-181-2/+2
* dns: Use new DNS debugclass in DNS serverKai Blin2013-05-161-0/+3
* s4 dns: Make debug output less noisyKai Blin2012-09-071-2/+2
* s4 dns: Make sure to remember incoming tkey nameKai Blin2012-09-051-0/+4
* s4 dns: Verify incoming TSIG signaturesKai Blin2012-09-051-0/+174
* s4 dns: Handle GSS-TSIG signature creationKai Blin2012-09-051-0/+127
* s4 dns: Move dns_find_tkey to an extra fileKai Blin2012-09-051-0/+54
* s4 dns: Revert erroneous push from wrong branchKai Blin2012-09-051-359/+0
* s4 dns: Make sure to remember incoming tkey nameKai Blin2012-09-051-0/+4
* more tsig_verify stuffKai Blin2012-09-051-10/+20
* 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-051-8/+85
* s4 dns: Handle GSS-TSIG signaturesKai Blin2012-09-051-0/+269