index
:
suhosin
0.9.37
0.9.38
loglength
master
secureconfig
sesrec
SUHOSIN [수호신] for PHP 5.x - The PHP security extension.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
session.c
(
follow
)
Age
Commit message (
Expand
)
Author
2016-09-23
whitespace / code indentation
Ben Fuhrmannek
2016-08-25
Disable this piece of code in Windows OS
NewEraCracker
2015-12-02
fixed #73
Ben Fuhrmannek
2015-02-13
change (c) to 2015
Ben Fuhrmannek
2015-01-15
removed <5.4 compatibility code
Ben Fuhrmannek
2014-12-18
removed compatibility to PHP version < 5.4 (by ifdef)
Ben Fuhrmannek
2014-11-12
removed session structs + split crypt funcs
Ben Fuhrmannek
2014-11-12
fixed session recursion - issue #60
Ben Fuhrmannek
2014-07-17
minor changes / no more compiler warnings
Ben Fuhrmannek
2014-06-09
Improve SessionHandler() recursion protection
Stefan Esser
2014-06-09
Fixed problem with SessionHandler() class and endless recursion
Stefan Esser
2014-02-17
Add some PHP 5.6.0aplha2 compatibility
Stefan Esser
2014-02-15
Change algorithm a bit for empty keys to make it easier testable
Stefan Esser
2014-02-12
Silence all compiler warnings
Stefan Esser
2014-02-11
Fix this to actually compile with PHP 5.5
Stefan Esser
2014-02-11
Fix session struct for PHP 5.5
Stefan Esser
2014-02-11
Fix year in copyright
Stefan Esser
2014-02-11
Fix problem with user space session handlers (including test case)
Stefan Esser
2012-04-13
Initial PHP 5.4.0 compatibility
Stefan Esser
2012-02-12
Silence some more compiler warnings
Stefan Esser
2012-01-14
Use new suhosin_getenv() function in all places
Stefan Esser
2012-01-11
Long overdue update of copyright year
Stefan Esser
2012-01-11
Fix git repository. Github had the wrong git repository commited. The last re...
Stefan Esser
2010-03-28
Increase session identifier entropy by using /dev/urandom if available
Stefan
2010-03-26
Fix ZTS build
Stefan
2010-03-05
Fix the session serializer protection
Stefan
2010-02-21
Added ! protection to PHP session serializer
Stefan
2010-02-21
Fixed PHP 5.3.x send_cookie crash
Stefan
2010-02-21
Fix copryight notice in file header
Stefan
2010-02-21
Inital commit
Stefan Esser