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
/
suhosin.c
(
follow
)
Age
Commit message (
Expand
)
Author
2015-02-13
(c) 2015
Ben Fuhrmannek
2015-01-22
removed even more #ifdef ZEND_ENGINE_2
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-12-12
prep for 0.9.37.1
0.9.37.1
0.9.37
Ben Fuhrmannek
2014-11-24
extra null check for old startup handler. (#70)
Ben Fuhrmannek
2014-11-24
safeguard for display_errors=fail
Ben Fuhrmannek
2014-11-22
TSRM related speed optimization - thanks to patch from NewEraCracker
Ben Fuhrmannek
2014-11-21
no session support warning on startup
Ben Fuhrmannek
2014-11-18
Set default array index blacklist to '"+-<>;()
Ben Fuhrmannek
2014-11-15
removed old PHP4 related code
Ben Fuhrmannek
2014-11-15
Merge branch 'sesrec'
Ben Fuhrmannek
2014-11-15
fixed crash with PHP 5.3 and disable_display_errors=fail
Ben Fuhrmannek
2014-11-12
removed session structs + split crypt funcs
Ben Fuhrmannek
2014-11-06
Merge branch 'constants'
Ben Fuhrmannek
2014-10-16
Merge branch 'ifilter'
Ben Fuhrmannek
2014-10-14
Merge branch 'buf2' (closes #52 and #54)
Ben Fuhrmannek
2014-10-11
fixed utf8 detection + made feature experimental
Ben Fuhrmannek
2014-10-06
suppress date/time logging with suhosin.log.file.time=0
Ben Fuhrmannek
2014-09-25
array index whitelist/blacklist
Ben Fuhrmannek
2014-09-22
warn if ini contstants are not available
Ben Fuhrmannek
2014-08-21
suhosin.executor.max_depth -> 750 (resolves #56)
Ben Fuhrmannek
2014-08-01
fixed potential segfault/hashtable inconsistency for disable_display_errors=fail
Ben Fuhrmannek
2014-07-17
suhosin_get_raw_cookies() parses cookies in reverse order to give first occur...
Ben Fuhrmannek
2014-07-15
replaced suhosin_register_cookie_variable + suhosin_register_cookie_variable_...
Ben Fuhrmannek
2014-07-14
Merge branch 'filter'
Ben Fuhrmannek
2014-07-12
introduced suhosin.upload.allow_utf8
Ben Fuhrmannek
2014-07-09
added sql.user_match + username character check
Ben Fuhrmannek
2014-06-09
Added various improvements to rand()/mt_rand() protection
Stefan Esser
2014-02-15
Add ini_set() fail mode to suhosin.disable.display_errors
Stefan Esser
2014-02-12
Added suhosin.log.stdout to log to stdout (dor debugging purposes)
Stefan Esser
2014-02-11
Fix Logo handling
Stefan Esser
2014-02-11
Fix year in copyright
Stefan Esser
2012-04-13
Initial PHP 5.4.0 compatibility
Stefan Esser
2012-02-12
Add some variable drop statistics as requested by users
Stefan Esser
2012-02-12
Fix ZTS compile problem
Stefan Esser
2012-02-12
Make clear that not calling the session unhook is intentional
Stefan Esser
2012-01-14
Use new suhosin_getenv() function in all places
Stefan Esser
2012-01-14
Fix comment
Stefan Esser
2012-01-14
Fix typo
Stefan Esser
2012-01-14
detect runtime modification of post handlers
Stefan Esser
2012-01-12
Another copyright year fixed
Stefan Esser
2012-01-11
Long overdue update of copyright year
Stefan Esser
2012-01-11
Removed crypt() support
Stefan Esser
2012-01-11
Of course we also do not support PHP 5.0 and 5.1 anymore
Stefan Esser
2012-01-11
Cleanup
Stefan Esser
2012-01-11
Ensure that people using PHP 4 will fail to use Suhosin Extension.
Stefan Esser
2010-02-21
Fix copyright notice (years) in code
Stefan
2010-02-21
Fix copryight notice in file header
Stefan
2010-02-21
Inital commit
Stefan Esser