]> granicus.if.org Git - pdns/commit
Add the same hardening options to dnsdist.
authorRemi Gacogne <rgacogne-github@coredump.fr>
Wed, 4 Nov 2015 15:17:15 +0000 (16:17 +0100)
committerRemi Gacogne <rgacogne-github@coredump.fr>
Wed, 4 Nov 2015 15:17:15 +0000 (16:17 +0100)
commitbfb7cc84614202b474db8a962b99a7d0b16d7d31
tree4441758ca203f82520ec0a1a0e9f45ed7b2568f6
parente1deb3ea2b8b2906b94c2a84bb74ec1e6784be32
Add the same hardening options to dnsdist.

PIE, full read-only relocation, stack and buffer overflow protections
are present for pdns, add them to dnsdist as well.
pdns/dnsdistdist/Makefile.am
pdns/dnsdistdist/configure.ac
pdns/dnsdistdist/m4/pdns_d_fortify_source.m4 [new symlink]
pdns/dnsdistdist/m4/pdns_param_ssp_buffer_size.m4 [new symlink]
pdns/dnsdistdist/m4/pdns_pie.m4 [new symlink]
pdns/dnsdistdist/m4/pdns_relro.m4 [new symlink]
pdns/dnsdistdist/m4/pdns_stack_protector.m4 [new symlink]
pdns/dnsdistdist/m4/warnings.m4 [new symlink]