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
/
sp_disabled_functions.c
(
follow
)
Age
Commit message (
Expand
)
Author
2017-12-21
Rename sp_node_t to sp_list_node
jvoisin
2017-12-20
Better parsing of the rules
xXx-caillou-xXx
2017-11-29
Add a comment, and improve a bit the performances wrt. vpatch
jvoisin
2017-11-29
Refactoring (#79)
jvoisin
2017-11-29
Fix segfault in should_drop_on_ret
xXx-caillou-xXx
2017-11-29
Implement eval hooking
jvoisin
2017-11-29
Fix segfault in sp_disabled_functions.c
xXx-caillou-xXx
2017-10-26
Remove an arbitrary limitation
jvoisin
2017-10-24
Remove the `enable` member from the disable function structure
jvoisin
2017-10-23
Implement the .line filter
jvoisin
2017-10-18
Add some debug
jvoisin
2017-10-18
Fix a possible mistake
jvoisin
2017-10-18
Implement match on arguments position
jvoisin
2017-10-18
.drop() is not a `nop` anymore
Thibault "bui" Koechlin
2017-10-13
Rename a confusing structure member
jvoisin
2017-10-13
Fix some pedantic warnings
jvoisin
2017-10-12
Fix minor gcc warnings with experimental options
jvoisin
2017-10-11
Hopefully fix an unreproductible NULL-deref in regexp matching
jvoisin
2017-10-11
Cache checksum calculation for the current file
jvoisin
2017-10-10
Bump coverage, and fix a segfault on trace matching
jvoisin
2017-10-09
Implement matching on the calltrace (#17)
jvoisin
2017-09-21
Add travis
jvoisin
2017-09-20
Initial import
Sebastien Blot