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_session.c
(
follow
)
Age
Commit message (
Expand
)
Author
2021-09-23
config is stack allocated now + some code improvements (see details)
Ben Fuhrmannek
2021-09-16
ported sid min/max restriction from suhosin
Ben Fuhrmannek
2021-09-03
fixed session encryption in php8 + related test cases
Ben Fuhrmannek
2021-08-03
fixed null pointer dereference
Ben Fuhrmannek
2019-06-19
fix snufflepagus_globals linking issues and one mac compatibility issue
Ben Fuhrmannek
2019-02-23
Try to unify the includes
jvoisin
2019-02-23
Add php8 to travis and fix php7.4
jvoisin
2019-01-16
Fix a compilation warning
jvoisin
2019-01-12
Fix missing symbol when there is no session support
jvoisin
2018-12-26
Fix the build for php7.0
jvoisin
2018-12-26
Remove an unnecessary guard against infinite recursion in session handling
jvoisin
2018-12-15
Improve simulation mode for session cookies (#259)
jvoisin
2018-10-06
Bump coverage again
jvoisin
2018-10-06
Bump a bit the coverage
jvoisin
2018-09-03
Add a const attribute, added in 7.3
Remi Collet
2018-08-30
Minor code cleanup
xXx-caillou-xXx
2018-08-28
Fix some compilation warnings
xXx-caillou-xXx
2018-07-18
Remove an useless check in session handling
kka
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