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_crypt.c
(
follow
)
Age
Commit message (
Expand
)
Author
2022-07-13
Remove some useless conditions
jvoisin
2021-09-23
config is stack allocated now + some code improvements (see details)
Ben Fuhrmannek
2021-09-03
fixed session encryption in php8 + related test cases
Ben Fuhrmannek
2021-08-03
fixed memleaks in zval encryption/decryption routines
Ben Fuhrmannek
2020-08-12
Allow empty configuration (#342)
jvoisin
2020-07-22
refactoring sp_log_* (#340)
Giovanni
2019-06-20
Fix snufflepagus_globals linking issues and one mac compatibility issue
bef
2019-02-23
Try to unify the includes
jvoisin
2019-01-01
Fix a harmless-but-invalid zend_string_release
jvoisin
2018-12-15
Improve simulation mode for session cookies (#259)
jvoisin
2018-10-06
Bump a bit the coverage
jvoisin
2018-09-10
Bump the coverage
jvoisin
2018-08-30
Minor code cleanup
xXx-caillou-xXx
2018-08-28
Use php's logging functions
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-05-29
Support session encryption
kkadosh
2018-05-15
Refactor the encryption process to extract encrypt/decrypt functions (#176)
kkadosh