summaryrefslogtreecommitdiff
path: root/execute.c (follow)
AgeCommit message (Collapse)Author
2016-10-12added length check for function_existsBen Fuhrmannek
2016-09-23whitespace / code indentationBen Fuhrmannek
2016-08-25Add missing equal signNewEraCracker
2016-08-25Avoid having parameter warnings twice when they're incorrectNewEraCracker
2016-07-30fixed #92 (function_exists backslash-prefix)Ben Fuhrmannek
2016-02-17backport of PHP bug 71152: mt_rand()Ben Fuhrmannek
2015-02-13change (c) to 2015Ben Fuhrmannek
2015-02-07refactored srand()Ben Fuhrmannek
2015-02-07refactored mt_srandBen Fuhrmannek
2015-02-06fixed newline detection for suhosin.mail.protectBen Fuhrmannek
2015-01-27https for suhosin.filter.action + unittestsBen Fuhrmannek
2015-01-22removed #ifdef ZEND_ENGINE_2 as it is always defined anywayBen Fuhrmannek
2015-01-15removed <5.4 compatibility codeBen Fuhrmannek
2014-12-18removed compatibility to PHP version < 5.4 (by ifdef)Ben Fuhrmannek
2014-11-25corrected ugly grammar mistake "an URL" -> "a URL"Ben Fuhrmannek
2014-11-24HAVE_FNMATCH ifdef fix for win32Ben Fuhrmannek
2014-11-22more win32 related fixesBen Fuhrmannek
2014-11-22win32 fix from NewEraCrackerBen Fuhrmannek
2014-11-22TSRM related speed optimization - thanks to patch from NewEraCrackerBen Fuhrmannek
2014-09-25array index whitelist/blacklistBen Fuhrmannek
2014-07-17minor changes / no more compiler warningsBen Fuhrmannek
2014-07-15simplified else/breakBen Fuhrmannek
2014-07-09untested features must be enabled: configure --enable-suhosin-experimentalBen Fuhrmannek
2014-07-09experimental PDO supportBen Fuhrmannek
2014-07-09SQL username check in sim. mode checks only for the first occ. of inv. charsBen Fuhrmannek
2014-07-09enforce SQL username check + return FALSE instead of bailoutBen Fuhrmannek
2014-07-09added sql.user_match + username character checkBen Fuhrmannek
2014-06-24Added SQL injection protection for Mysqli and several test casesBen Fuhrmannek
2014-06-09Document new rand/mt_rand featuresStefan Esser
Add reseeding on srand/mt_srand if ignore is activated
2014-06-09Added various improvements to rand()/mt_rand() protectionStefan Esser
2014-06-09Fix variable logging statistics outputting on every includeStefan Esser
2014-02-12Silence all compiler warningsStefan Esser
2014-02-12Detect some more code typesStefan Esser
2014-02-11Adapt suhosin to lots of changes in PHP 5.5 executorStefan Esser
2014-02-11Fix year in copyrightStefan Esser
2012-05-20Next time compile first...Stefan Esser
2012-05-20Fix include whitelist and blacklist to support shemes with dots in their namesStefan Esser
2012-04-14Fix doubled error messagesStefan Esser
2012-04-13Fix potential out of bounds accessStefan Esser
2012-04-13Fix log spammingStefan Esser
2012-04-13Initial PHP 5.4.0 compatibilityStefan Esser
2012-04-10Fix read after efree()Stefan Esser
2012-02-12Add some variable drop statistics as requested by usersStefan Esser
2012-02-12Silence some more compiler warningsStefan Esser
2012-02-12Fix build with clangStefan Esser
2012-01-11Long overdue update of copyright yearStefan Esser
2012-01-11Fix git repository. Github had the wrong git repository commited. The last ↵Stefan Esser
revisions were missing. From here we can continue developing.
2010-04-13Improve random number generator seeding with extra juice from /dev/urandomStefan
2010-04-13Add header file to fix missing function prototype.Stefan
2010-03-25Fix error case return values of random number generator for PHP 5.2.x, tooStefan