]> git.ipfire.org Git - thirdparty/pdns.git/commit - regression-tests.dnsdist/dnsdisttests.py
dnsdist: Add sending CNAME in spoofed responses 3170/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 5 Jan 2016 09:27:54 +0000 (10:27 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 5 Jan 2016 09:27:54 +0000 (10:27 +0100)
commit87c605c4dad580a60d198e71bc49997822ca89d1
tree3e073c015860a7c11ed4c07d4ec46e33a0a6f257
parent55de3b43b3566e488e6d4ddcc24569f7f87401cb
dnsdist: Add sending CNAME in spoofed responses

- Add addDomainCNAMESpoof() and SpoofCNAMEAction()
- Check that we have enough space in the buffer to write the response
- Implement the first part of #3064
pdns/README-dnsdist.md
pdns/dnsdist-lua.cc
pdns/dnsdist-tcp.cc
pdns/dnsdist.cc
pdns/dnsdist.hh
pdns/dnsrulactions.hh
regression-tests.dnsdist/dnsdisttests.py
regression-tests.dnsdist/test_Advanced.py