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
/
execute.c
(
follow
)
Age
Commit message (
Collapse
)
Author
2016-07-30
fixed #92 (function_exists backslash-prefix)
Ben Fuhrmannek
2016-02-17
backport of PHP bug 71152: mt_rand()
Ben Fuhrmannek
2015-02-13
change (c) to 2015
Ben Fuhrmannek
2015-02-07
refactored srand()
Ben Fuhrmannek
2015-02-07
refactored mt_srand
Ben Fuhrmannek
2015-02-06
fixed newline detection for suhosin.mail.protect
Ben Fuhrmannek
2015-01-27
https for suhosin.filter.action + unittests
Ben Fuhrmannek
2015-01-22
removed #ifdef ZEND_ENGINE_2 as it is always defined anyway
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-25
corrected ugly grammar mistake "an URL" -> "a URL"
Ben Fuhrmannek
2014-11-24
HAVE_FNMATCH ifdef fix for win32
Ben Fuhrmannek
2014-11-22
more win32 related fixes
Ben Fuhrmannek
2014-11-22
win32 fix from NewEraCracker
Ben Fuhrmannek
2014-11-22
TSRM related speed optimization - thanks to patch from NewEraCracker
Ben Fuhrmannek
2014-09-25
array index whitelist/blacklist
Ben Fuhrmannek
2014-07-17
minor changes / no more compiler warnings
Ben Fuhrmannek
2014-07-15
simplified else/break
Ben Fuhrmannek
2014-07-09
untested features must be enabled: configure --enable-suhosin-experimental
Ben Fuhrmannek
2014-07-09
experimental PDO support
Ben Fuhrmannek
2014-07-09
SQL username check in sim. mode checks only for the first occ. of inv. chars
Ben Fuhrmannek
2014-07-09
enforce SQL username check + return FALSE instead of bailout
Ben Fuhrmannek
2014-07-09
added sql.user_match + username character check
Ben Fuhrmannek
2014-06-24
Added SQL injection protection for Mysqli and several test cases
Ben Fuhrmannek
2014-06-09
Document new rand/mt_rand features
Stefan Esser
Add reseeding on srand/mt_srand if ignore is activated
2014-06-09
Added various improvements to rand()/mt_rand() protection
Stefan Esser
2014-06-09
Fix variable logging statistics outputting on every include
Stefan Esser
2014-02-12
Silence all compiler warnings
Stefan Esser
2014-02-12
Detect some more code types
Stefan Esser
2014-02-11
Adapt suhosin to lots of changes in PHP 5.5 executor
Stefan Esser
2014-02-11
Fix year in copyright
Stefan Esser
2012-05-20
Next time compile first...
Stefan Esser
2012-05-20
Fix include whitelist and blacklist to support shemes with dots in their names
Stefan Esser
2012-04-14
Fix doubled error messages
Stefan Esser
2012-04-13
Fix potential out of bounds access
Stefan Esser
2012-04-13
Fix log spamming
Stefan Esser
2012-04-13
Initial PHP 5.4.0 compatibility
Stefan Esser
2012-04-10
Fix read after efree()
Stefan Esser
2012-02-12
Add some variable drop statistics as requested by users
Stefan Esser
2012-02-12
Silence some more compiler warnings
Stefan Esser
2012-02-12
Fix build with clang
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 ↵
Stefan Esser
revisions were missing. From here we can continue developing.
2010-04-13
Improve random number generator seeding with extra juice from /dev/urandom
Stefan
2010-04-13
Add header file to fix missing function prototype.
Stefan
2010-03-25
Fix error case return values of random number generator for PHP 5.2.x, too
Stefan
2010-03-24
Fixed error case handling in function_exists() PHP 5.3
Stefan
2010-03-24
Fixed error handling in (mt_)srand(), (mt_)getrandmax()
Stefan
2010-03-04
Changed simulation mode now affects (dis)allowed functions
Stefan
2010-02-21
Inital commit
Stefan Esser