index
:
snuffleupagus
85beta2
log2file
master
Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
config.m4
(
follow
)
Age
Commit message (
Expand
)
Author
2022-03-29
Fix compilation on old systems
jvoisin
2022-03-28
Use `AC_PROG_CC` to make compilers behave correctly
jvoisin
2022-03-20
Install re2c in the CI
jvoisin
2022-03-20
Modernize the m4 file
jvoisin
2022-01-06
added stderr debug output option to configure instead of CFLAGS
Ben Fuhrmannek
2021-10-18
stronger stack protector via compile flag
Ben Fuhrmannek
2021-09-16
ported server.strip and server.encode features from suhosin
Ben Fuhrmannek
2021-08-17
added pregenerated scanner to relax re2c dependency
Ben Fuhrmannek
2021-08-17
require re2c >= 2.0
Ben Fuhrmannek
2021-08-16
fincy new scanner/parser for config rules + fixed a few bugs along the way + ...
Ben Fuhrmannek
2021-08-07
PHP7 compatibility
Ben Fuhrmannek
2021-08-06
implemented ini settings protection
Ben Fuhrmannek
2020-11-12
Snuffleupagus now uses pcre2 by default
jvoisin
2018-08-29
Change how we're validating certificates
xXx-caillou-xXx
2018-08-29
Verify certs (#223)
jvoisin
2018-08-27
Add whitelist support for php's wrappers
xXx-caillou-xXx
2018-07-09
Trying to fix sloppy comparison (#186)
jvoisin
2018-05-29
Support session encryption
kkadosh
2018-05-15
Refactor the encryption process to extract encrypt/decrypt functions (#176)
kkadosh
2018-02-05
Compatibility layer for pcre2
jvoisin
2018-01-17
Make the build system a bit more portable
jvoisin
2017-12-20
Better parsing of the rules
xXx-caillou-xXx
2017-10-10
Remove a useless ile for now
jvoisin
2017-10-05
Use clang on travis-ci (#23)
jvoisin
2017-09-26
Implement, test and document namespace support
jvoisin
2017-09-26
Simplify and improve the build system
jvoisin
2017-09-22
Improve a bit the .travis.yml file
jvoisin
2017-09-21
Add travis
jvoisin
2017-09-20
Initial import
Sebastien Blot