summaryrefslogtreecommitdiff
path: root/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Add re-exec for serverMatt Johnston2022-01-301-0/+6
| | | | | | | | | | | | This allows ASLR to re-randomize the address space for every connection, preventing some vulnerabilities from being exploitable by repeated probing. Overhead (memory and time) is yet to be confirmed. At present this is only enabled on Linux. Other BSD platforms with fexecve() would probably also work though have not been tested.
* Add "make test" target to run pytestMatt Johnston2021-10-181-7/+10
| | | | | | | This will create a virtualenv if required. There is a bit of churn here reverting to autoconf 2.59 in generated config.h.in and configure
* Add configure script to version control. Set timezone for release tarballMatt Johnston2021-03-311-0/+450