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
/
snuffleupagus.c
(
follow
)
Age
Commit message (
Expand
)
Author
2022-12-08
Add unserialize_noclass
jvoisin
2022-08-21
Fix sloppy comparison
jvoisin
2022-07-20
Merge branch 'master' into pr1
BeF
2022-07-20
add disabled functions return type to config export
Ben Fuhrmannek
2022-07-18
fixed crash when exporting function list (rare edge case problem)
Ben Fuhrmannek
2022-07-12
Disable extended checks for readonly_exec by default
jvoisin
2022-07-12
extended checks for readonly_exec, enabled by default
Ben Fuhrmannek
2022-07-12
Constify some variables
jvoisin
2022-07-12
Minor refactorisation
jvoisin
2022-05-03
Small code formatting fix
jvoisin
2022-04-19
extended checks for readonly_exec, enabled by default
Ben Fuhrmannek
2022-03-20
Merge remote-tracking branch 'sektioneins/master'
jvoisin
2022-02-05
added config dump/export for use with other tools
Ben Fuhrmannek
2022-01-12
fixed compiler warning + better warning message
Ben Fuhrmannek
2022-01-06
prevent double checks and fixed segfault on return value access
Ben Fuhrmannek
2022-01-05
skip old php check for testing
Ben Fuhrmannek
2021-12-20
added @warn/@err to config syntax
Ben Fuhrmannek
2021-12-14
fixed typo where execution hook may not have been active
Ben Fuhrmannek
2021-11-30
PHP 8.1 compatibility with streams/includes + fix for ticks
Ben Fuhrmannek
2021-11-19
added old php version check
Ben Fuhrmannek
2021-11-11
inverted logic. set xxe_protection.enable() instead of disable_xxe.disable()
Ben Fuhrmannek
2021-09-23
config is stack allocated now + some code improvements (see details)
Ben Fuhrmannek
2021-09-16
ported sid min/max restriction from suhosin
Ben Fuhrmannek
2021-09-16
ported server.strip and server.encode features from suhosin
Ben Fuhrmannek
2021-09-15
implemented execution depth limit
Ben Fuhrmannek
2021-09-15
changed version and version output in phpinfo
Ben Fuhrmannek
2021-08-18
start SP as late as possible. this allows us to hook functions of extensions ...
Ben Fuhrmannek
2021-08-14
debug log to dup'd stderr / php is closing stderr during shutdown
Ben Fuhrmannek
2021-08-07
prevent STDERR debug output based on SP_NODEBUG environment variable
Ben Fuhrmannek
2021-08-06
implemented ini settings protection
Ben Fuhrmannek
2021-08-06
debug log to dup'd stderr / php is closing stderr during shutdown
Ben Fuhrmannek
2021-08-02
properly free memory on shutdown
Ben Fuhrmannek
2021-07-28
Sprinkle even more `const`
jvoisin
2021-05-09
strtok/strtok_r is a thing from the past, don't use it.
jvoisin
2021-05-09
Add some checks to prevent recursion upon config reloading
jvoisin
2021-05-08
Remove some memory-leaks
jvoisin
2021-04-28
A pass of clang-format
jvoisin
2020-11-18
Make the strict mode disableable
jvoisin
2020-08-12
Allow empty configuration (#342)
jvoisin
2020-08-07
Move an include
jvoisin
2019-02-23
Try to unify the includes
jvoisin
2018-10-06
Remove sp_terminate and bump a bit the coverage
jvoisin
2018-08-30
Minor code cleanup
xXx-caillou-xXx
2018-08-30
Change how we're handling invalid configurations
xXx-caillou-xXx
2018-08-29
Change how we're validating certificates
xXx-caillou-xXx
2018-08-29
Remove the GLOB_BRACE flag
Antoine Tenart
2018-08-29
Verify certs (#223)
jvoisin
2018-08-27
Add whitelist support for php's wrappers
xXx-caillou-xXx
2018-08-20
Fix two minor issues
xXx-caillou-xXx
2018-07-16
Yet an other clang-format pass
jvoisin
[next]