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_utils.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
2024-06-06
Add format attribute to log function and adjust format specifiers
Christian Göttsche
2024-06-06
Avoid dropping const qualifier in casts
Christian Göttsche
2022-07-13
Even more const!
jvoisin
2022-02-05
introduced sp_regexp / store original regex
Ben Fuhrmannek
2021-12-14
fix: include class name in eval whitelist matching
Ben Fuhrmannek
2021-11-30
added @log logging feature to config parser
Ben Fuhrmannek
2021-09-23
config is stack allocated now + some code improvements (see details)
Ben Fuhrmannek
2021-08-16
fincy new scanner/parser for config rules + fixed a few bugs along the way + ...
Ben Fuhrmannek
2021-08-14
debug log to dup'd stderr / php is closing stderr during shutdown
Ben Fuhrmannek
2021-08-07
prevent STDERR debug output based on SP_NODEBUG environment variable
Ben Fuhrmannek
2021-08-06
restructured function hooks, implemented unhook
Ben Fuhrmannek
2021-08-06
debug log to dup'd stderr / php is closing stderr during shutdown
Ben Fuhrmannek
2021-02-16
fix debug log
Ben Fuhrmannek
2021-01-30
Improve a bit type diversity
jvoisin
2021-01-01
Constify a function
jvoisin
2020-11-06
Clang-format again
jvoisin
2020-11-06
Use proper prototype declaration
jvoisin
2020-07-22
refactoring sp_log_* (#340)
Giovanni
2020-07-21
Fix #338 - added log type if type is simulation, drop or log. (#339)
Giovanni
2020-07-08
Add a couple of `restrict`
jvoisin
2020-07-04
Factorize how snuffleupagus gets client's ip addr
jvoisin
2020-06-15
clobal config.h + better debug log
Ben Fuhrmannek
2018-10-06
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
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-07-13
Yet an other pass of clang-format
jvoisin
2018-07-13
Massively optimize how rules are handled
xXx-caillou-xXx
2018-03-19
The filename filter is now matching on callsite instead of implemsite (#167)
kkadosh
2018-03-02
Fix a warning due to an unexported symbol
jvoisin
2018-02-05
Massive simplification of functions hooking
jvoisin
2018-02-05
Compatibility layer for pcre2
jvoisin
2018-01-11
Remove some legacy code
jvoisin
2018-01-10
Rework the priority of bl/wl in eval
jvoisin
2017-12-28
Clang-format pass
Thibault "bui" Koechlin
2017-12-20
Better parsing of the rules
xXx-caillou-xXx
2017-10-26
Remove an arbitrary limitation
jvoisin
2017-10-13
Improve the doc wrt. the Debian package
jvoisin
2017-10-13
Partially revert d8ac163 because php.
jvoisin
2017-10-13
Fix some pedantic warnings
jvoisin
2017-10-10
Make the `simulation` mode logs more obvious
jvoisin
2017-09-21
Add travis
jvoisin