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
(
follow
)
Age
Commit message (
Collapse
)
Author
2021-08-08
fixed enable/disable logic
Ben Fuhrmannek
2021-08-08
removed invalid inline keyword
Ben Fuhrmannek
2021-08-08
more PHP 7 compatibility and license clarification
Ben Fuhrmannek
2021-08-08
fixed test case. src in path is not mandatory
Ben Fuhrmannek
2021-08-08
fixed test due to changed output
Ben Fuhrmannek
2021-08-07
fixed some PHP7 test cases
Ben Fuhrmannek
2021-08-07
PHP7 compatibility
Ben Fuhrmannek
2021-08-07
fixed compiler warning
Ben Fuhrmannek
2021-08-07
fixed disabled_functions tests
Ben Fuhrmannek
2021-08-07
fixed doulbe hook
Ben Fuhrmannek
2021-08-07
removed incorrect duplicate check
Ben Fuhrmannek
2021-08-07
fixed tests due to output changes
Ben Fuhrmannek
2021-08-07
fixed cidr matching and test cases
Ben Fuhrmannek
2021-08-07
fixed test case
Ben Fuhrmannek
2021-08-07
unit tests for ini protection feature
Ben Fuhrmannek
2021-08-07
more ini protection features
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
restructured function hooks, implemented unhook
Ben Fuhrmannek
2021-08-06
fixed incorrect debug log invocation
Ben Fuhrmannek
2021-08-06
removed useless assignment
Ben Fuhrmannek
2021-08-06
debug log to dup'd stderr / php is closing stderr during shutdown
Ben Fuhrmannek
2021-08-03
fixed mem leak in parser
Ben Fuhrmannek
2021-08-03
fixed incorrect use of free()/efree()
Ben Fuhrmannek
2021-08-03
fixed mem leak in get_param
Ben Fuhrmannek
2021-08-03
simplified string concat
Ben Fuhrmannek
2021-08-03
fixed memleaks in zval encryption/decryption routines
Ben Fuhrmannek
2021-08-03
fixed mem leak in parse_disabled_functions
Ben Fuhrmannek
2021-08-03
fixed mem leak in cidr parser and multiple mem leaks triggered by duplicate ↵
Ben Fuhrmannek
keywords
2021-08-03
fixed null pointer dereference
Ben Fuhrmannek
2021-08-03
removed unused variable
Ben Fuhrmannek
2021-08-02
properly free memory on shutdown
Ben Fuhrmannek
2021-08-02
Merge branch 'master' of https://github.com/jvoisin/snuffleupagus
Ben Fuhrmannek
2021-07-28
Sprinkle even more `const`
jvoisin
2021-07-25
Replace an odd call to strtok_r().
WhiteWinterWolf
2021-07-22
Sprinkle some const
jvoisin
2021-05-09
Add some guard to prevent hooking recursion
jvoisin
This shouldn't be necessary, but better safe than sorry.
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-09
Fix disable function chmod
WhiteWinterWolf
2021-05-09
Fix the testsuite on php7.4
jvoisin
2021-05-09
Allow session-related things to fail on php8 for now
jvoisin
2021-05-09
Fix the testsuite on fedora
jvoisin
2021-05-09
Fix compilation on non-pcre2 targets
jvoisin
2021-05-08
Remove some memory-leaks
jvoisin
2021-05-08
Add a test for #390
jvoisin
2021-05-08
Fix a memory leak when using pcre2
jvoisin
2021-05-08
Handle a possible issue with regexp
jvoisin
Gracefully handle the case where we can't get allocated memory when trying to match a regex.
2021-04-28
A pass of clang-format
jvoisin
2021-04-28
Simplify a bit get_ip()
jvoisin
[next]