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.c
(
follow
)
Age
Commit message (
Expand
)
Author
2024-06-06
Declare file local variables and functions static
Christian Göttsche
2023-02-02
Url encode functions arguments when logging them
jvoisin
2023-02-01
Fix a possible NULL-byte truncation when outputting parameters in the logs
jvoisin
2023-01-31
Add sp.log_max_len
jvoisin
2022-12-09
Portability improvements for PHP8.2
jvoisin
2022-07-13
Even more const!
jvoisin
2022-07-13
More micro-optimizations
jvoisin
2022-07-13
Minor micro-optimization
jvoisin
2022-07-13
Remove some dead code
jvoisin
2022-07-13
Mix the stacktrace in the sha256 for the filename of .dump()
jvoisin
2022-06-27
Minor code simplification
jvoisin
2022-06-27
Dump the eval'ed code
jvoisin
2022-05-06
Silence a compiler warning
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
clarify control flow
Ben Fuhrmannek
2021-10-21
added some array initialization, just in case.
Ben Fuhrmannek
2021-09-23
config is stack allocated now + some code improvements (see details)
Ben Fuhrmannek
2021-08-17
removed unused variables
Ben Fuhrmannek
2021-08-16
fincy new scanner/parser for config rules + fixed a few bugs along the way + ...
Ben Fuhrmannek
2021-08-12
missing efree in sp_log_msgf
Ben Fuhrmannek
2021-08-07
fixed doulbe hook
Ben Fuhrmannek
2021-08-06
restructured function hooks, implemented unhook
Ben Fuhrmannek
2021-08-03
fixed incorrect use of free()/efree()
Ben Fuhrmannek
2021-08-02
Merge branch 'master' of https://github.com/jvoisin/snuffleupagus
Ben Fuhrmannek
2021-04-28
A pass of clang-format
jvoisin
2021-04-28
Simplify a bit get_ip()
jvoisin
2021-02-18
log forging protection
Ben Fuhrmannek
2021-01-30
Improve a bit type diversity
jvoisin
2021-01-02
Do a clang-format pass
jvoisin
2021-01-02
Add stacktraces to dumps
jvoisin
2021-01-01
Simplify a loop condition
jvoisin
2021-01-01
Simplify sp_match_array_value
jvoisin
2021-01-01
Constify a function
jvoisin
2020-12-19
docs: fix simple typo, migitate -> mitigate
Tim Gates
2020-08-12
Allow empty configuration (#342)
jvoisin
2020-07-22
refactoring sp_log_* (#340)
Giovanni
2020-07-21
Fixed issue on impossible bailout.
Giovanni Dante Grazioli
2020-07-21
Fix #338 - added log type if type is simulation, drop or log. (#339)
Giovanni
2020-07-12
More constification
jvoisin
2020-07-12
Use $_SERVER['REMOTE_ADDR'] in last resort to get the client's ip addr
jvoisin
2020-07-08
Add a couple of `restrict`
jvoisin
2020-07-04
Fix a small typo
jvoisin
2020-07-04
Reorder some declaration
jvoisin
2020-07-04
Run clang-format on the codebase
jvoisin
2020-07-04
Factorize how snuffleupagus gets client's ip addr
jvoisin
2020-07-04
Fix a syslog-related issue
jvoisin
2019-11-03
Log ip addresses
kkadosh
2019-08-31
Support direct syslog logging
Thibault "bui" Koechlin
2019-06-20
Fix snufflepagus_globals linking issues and one mac compatibility issue
bef
[next]