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
2018-02-06
Make our API consistent
jvoisin
2018-02-05
Massive simplification of functions hooking
jvoisin
2018-02-05
Compatibility layer for pcre2
jvoisin
2018-01-26
Replace two `goto` with `break` instead.
jvoisin
2018-01-18
Improve the way we're dealing with filtering on parameter positions
jvoisin
2018-01-17
Bump a bit the coverage
jvoisin
2018-01-17
Remove useless "head" member in our linked lists implementation
simon MAGNIN-FEYSOT
2018-01-12
Fix a memory leak
jvoisin
2018-01-12
Minor factorization and symbol exposure reduction
jvoisin
2018-01-12
Minor refactoring
jvoisin
2018-01-10
Rework the priority of bl/wl in eval
jvoisin
2018-01-10
Eval whitelist
jvoisin
2018-01-08
Hopefully fix a crash
jvoisin
2018-01-05
Fix a bypass in our eval blacklist
jvoisin
2018-01-04
Eval blacklist
jvoisin
2018-01-03
Remove some dead code
jvoisin
2017-12-28
Clang-format pass
Thibault "bui" Koechlin
2017-12-28
Implement hooking on user-defined functions return values
jvoisin
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