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 (
Expand
)
Author
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
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 re...
Stefan Esser
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