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_config_keywords.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-17
Remove useless "head" member in our linked lists implementation
simon MAGNIN-FEYSOT
2018-01-12
do not prepend $ to the var name if there is one already
Sebastien Blot
2018-01-12
Add an ugly hack to our parser to make the writing of configuration rules mor...
jvoisin
2018-01-10
Eval whitelist
jvoisin
2018-01-04
Eval blacklist
jvoisin
2017-12-28
Clang-format pass
Thibault "bui" Koechlin
2017-12-28
re-integrate simulation token for cookies
bui
2017-12-28
Implement regexp support for cookies encryption
Thibault "bui" Koechlin
2017-12-27
Implement simulation mode for cookies (de/en)cryption
jvoisin
2017-12-20
Better parsing of the rules
xXx-caillou-xXx
2017-12-04
Improve the `.dump` filter
jvoisin
2017-11-29
Code-formatting pass
jvoisin
2017-11-29
Implement eval hooking
jvoisin
2017-11-24
Implement anti csrf measures
xXx-caillou-xXx
2017-11-06
53 absolute path (#62)
jvoisin
2017-10-31
Minor factorization of the keyword parsing code
jvoisin
2017-10-31
Unify two struct members related to virtual-patching
xXx-caillou-xXx
2017-10-26
Renames `sp_new_list` -> `sp_list_new`
Ben Foster
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
`.pos` is mutuaally exclusive with .param and .paran_r
jvoisin
2017-10-18
Improve the strtol dance
jvoisin
2017-10-18
strtol dance
bui
2017-10-18
do the strtol dance to make jvoisin happy
bui
2017-10-18
Implement match on arguments position
jvoisin
2017-10-13
Rename a confusing structure member
jvoisin
2017-10-12
Fix minor gcc warnings with experimental options
jvoisin
2017-10-10
Bump coverage, and fix a segfault on trace matching
jvoisin
2017-10-09
Better hooking of language constructs (#26)
jvoisin
2017-10-09
Implement matching on the calltrace (#17)
jvoisin
2017-10-02
First pass for #9
jvoisin
2017-09-25
Show the line number in case of processing error
jvoisin
2017-09-20
Initial import
Sebastien Blot