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_unserialize.c
(
follow
)
Age
Commit message (
Expand
)
Author
2024-06-06
Silence unused variable warning with php 8.3
Christian Göttsche
2023-06-25
Fix an unserialize-related warning
jvoisin
2022-12-08
Add unserialize_noclass
jvoisin
2022-12-07
Minor refactor
jvoisin
2022-05-03
Help the compiler to optimize sp_do_hash_hmac_sha256 a more
jvoisin
2022-03-20
Fix compilation on PHP<7.2
jvoisin
2021-12-13
fixed use after free + PHP 7 compatibility
Ben Fuhrmannek
2021-11-19
replaced call_user_func with C level call
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-16
fincy new scanner/parser for config rules + fixed a few bugs along the way + ...
Ben Fuhrmannek
2021-08-03
simplified string concat
Ben Fuhrmannek
2020-07-22
refactoring sp_log_* (#340)
Giovanni
2020-07-04
Run clang-format on the codebase
jvoisin
2019-06-20
Fix snufflepagus_globals linking issues and one mac compatibility issue
bef
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-07-13
Yet an other pass of clang-format
jvoisin
2018-07-13
Fix various possible integer overflows
xXx-caillou-xXx
2018-07-13
Massively optimize how rules are handled
xXx-caillou-xXx
2018-03-02
Implement dump() for execution of writable PHP files
kkadosh
2018-02-27
Implements .dump() for unserialize and fix some related tests
kkadosh
2018-02-05
Massive simplification of functions hooking
jvoisin
2018-01-15
Fix some memleaks
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-10-30
Fix a silly and useless off-by-one
jvoisin
2017-10-18
.drop() is not a `nop` anymore
Thibault "bui" Koechlin
2017-10-10
Make the `simulation` mode logs more obvious
jvoisin
2017-09-21
Add travis
jvoisin
2017-09-20
Initial import
Sebastien Blot