summaryrefslogtreecommitdiff
path: root/src/config.m4 (follow)
AgeCommit message (Collapse)Author
2024-06-06Enable some additional compiler warningsChristian Göttsche
2023-04-04check during configure for NTS/ZTS buildRemi Collet
2022-07-17added full relro protection if the linker supports -zBen Fuhrmannek
2022-03-29Fix compilation on old systemsjvoisin
Thanks to rainerjung@ for investigating.
2022-03-28Use `AC_PROG_CC` to make compilers behave correctlyjvoisin
2022-03-20Install re2c in the CIjvoisin
2022-03-20Modernize the m4 filejvoisin
2022-01-06added stderr debug output option to configure instead of CFLAGSBen Fuhrmannek
2021-10-18stronger stack protector via compile flagBen Fuhrmannek
2021-09-16ported server.strip and server.encode features from suhosinBen Fuhrmannek
2021-08-17added pregenerated scanner to relax re2c dependencyBen Fuhrmannek
2021-08-17require re2c >= 2.0Ben Fuhrmannek
2021-08-16fincy new scanner/parser for config rules + fixed a few bugs along the way + ↵Ben Fuhrmannek
fixed related unittests
2021-08-07PHP7 compatibilityBen Fuhrmannek
2021-08-06implemented ini settings protectionBen Fuhrmannek
2020-11-12Snuffleupagus now uses pcre2 by defaultjvoisin
2018-08-29Change how we're validating certificatesxXx-caillou-xXx
2018-08-29Verify certs (#223)jvoisin
Ensure that certificates are verified in curl should close #47
2018-08-27Add whitelist support for php's wrappersxXx-caillou-xXx
2018-07-09Trying to fix sloppy comparison (#186)jvoisin
* Trying to fix sloppy comparison https://github.com/nbs-system/snuffleupagus/issues/10 by modifying php's opcode
2018-05-29Support session encryptionkkadosh
Implement session encryption.
2018-05-15Refactor the encryption process to extract encrypt/decrypt functions (#176)kkadosh
Refactor the encryption process to extract encrypt/decrypt functions
2018-02-05Compatibility layer for pcre2jvoisin
This should close #129
2018-01-17Make the build system a bit more portablejvoisin
2017-12-20Better parsing of the rulesxXx-caillou-xXx
Thanks to this huge commit from @xXx-caillou-xXx, we can now write amazingly flexible rules.
2017-10-10Remove a useless ile for nowjvoisin
This should close #31
2017-10-05Use clang on travis-ci (#23)jvoisin
2017-09-26Implement, test and document namespace supportjvoisin
2017-09-26Simplify and improve the build systemjvoisin
- CFLAGS are now set in the config.m4 file (and not in the Makefile anymore) - `make release` is added - `make debug` and `make coverage` are now simpler - hardening flags are added
2017-09-22Improve a bit the .travis.yml filejvoisin
2017-09-21Add travisjvoisin
2017-09-20Initial importSebastien Blot