banjax
banjax copied to clipboard
Apache Traffic Server Plugin performing various anti-DDoS measures
Hi everybody, I have a Apache Traffic Server . And now I want to use banjax on it. Now the ATS has been installed on my server (ATS v 8.0.8)....
bump version to 7.1.8
Since we're using CMake to build the thing, it seems to make sense to use CPack to package it. To get a minimal `.deb` out doesn't require adding very many...
working?
`traffic.out` is written to by ATS (not by any plugins) so you can't do it directly. but you can log the value of some http header to `traffic.out` and write...
Address Sanitizer (ASAN) an Valgrind are useful tools to detect memory corruption bugs in C and C++ software. ASAN is ~2x slower than the normal execution. It may be reasonable...
check from the begining at ATSEventHandler::handle_txn_start and don't hook up to hooks that don't have any filter to be hooked to instead of checking everytime in the handler switch
While bcrypt should be used primarily, support for sha-style hashes should be kept in order to allow migrations.