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
2019-06-20
Fix snufflepagus_globals linking issues and one mac compatibility issue
bef
2019-05-14
Fix the cookie's handling for PHP7.3+
jvoisin
2019-02-23
Try to unify the includes
jvoisin
2019-02-23
Add php8 to travis and fix php7.4
jvoisin
2018-12-26
Document that it's not possible to hook builtins via regexp
jvoisin
2018-11-18
Minor code clarification
jvoisin
2018-10-09
Bump again
jvoisin
2018-10-09
Don't check the return values of functions that might not return (#255)
jvoisin
2018-10-06
Bump coverage again
jvoisin
2018-10-06
Bump a bit the coverage
jvoisin
2018-10-06
Remove sp_terminate and bump a bit the coverage
jvoisin
2018-09-03
Fix #241 segfault on 32-bit related to bad protype (#242)
Remi Collet
2018-08-30
Minor code cleanup
xXx-caillou-xXx
2018-08-30
Match on ret improvements
xXx-caillou-xXx
2018-08-28
Fix some compilation warnings
xXx-caillou-xXx
2018-08-28
Use php's logging functions
xXx-caillou-xXx
2018-08-20
Fix two minor issues
xXx-caillou-xXx
2018-07-13
Yet an other pass of clang-format
jvoisin
2018-07-13
Reduce call to get_complete_function_path
xXx-caillou-xXx
2018-07-13
Fix hooking on `print`
xXx-caillou-xXx
2018-07-13
Allow rules matching on echo and print
xXx-caillou-xXx
2018-07-13
Massively optimize how rules are handled
xXx-caillou-xXx
2018-06-28
Better handling of filters for builtins
kkadosh
2018-03-19
The filename filter is now matching on callsite instead of implemsite (#167)
kkadosh
2018-03-06
Fix a variadic-functions-related crash
jvoisin
2018-03-05
Improve a bit the performances (+10%)
jvoisin
2018-03-02
Add .dump() for eval whitelist/blacklist + simulation mode for whitelist
kkadosh
2018-02-07
Use assertions for things that should never happen
jvoisin
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
[next]