summaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)Author
2021-09-23comments on lookup tableBen Fuhrmannek
2021-09-16ported sid min/max restriction from suhosinBen Fuhrmannek
2021-09-16ported server.strip and server.encode features from suhosinBen Fuhrmannek
2021-09-15implemented execution depth limitBen Fuhrmannek
2021-09-15changed version and version output in phpinfoBen Fuhrmannek
2021-09-03fixed testsBen Fuhrmannek
2021-09-03fixed session encryption in php8 + related test casesBen Fuhrmannek
2021-09-02fixed test cases where pcre error output changedBen Fuhrmannek
2021-09-02fixed more test casesBen Fuhrmannek
2021-09-02fixed compiler warnings + test casesBen Fuhrmannek
2021-09-01implemented proper operand precedence using the shunting yard algorithmBen Fuhrmannek
2021-08-31basic condition suuport for rules filesBen Fuhrmannek
2021-08-18start SP as late as possible. this allows us to hook functions of extensions ...Ben Fuhrmannek
2021-08-17removed unused variablesBen Fuhrmannek
2021-08-17fixed broken tests for PHP7 after scanner/parser updateBen Fuhrmannek
2021-08-17added pregenerated scanner to relax re2c dependencyBen Fuhrmannek
2021-08-17require re2c >= 2.0Ben Fuhrmannek
2021-08-17php 7 compatibilityBen Fuhrmannek
2021-08-16config supports variables nowBen Fuhrmannek
2021-08-16fincy new scanner/parser for config rules + fixed a few bugs along the way + ...Ben Fuhrmannek
2021-08-14debug log to dup'd stderr / php is closing stderr during shutdownBen Fuhrmannek
2021-08-14missing efree in sp_log_msgfBen Fuhrmannek
2021-08-14fixed mem leak in parserBen Fuhrmannek
2021-08-14fixed incorrect debug log invocationBen Fuhrmannek
2021-08-14fixed mem leak in get_paramBen Fuhrmannek
2021-08-14removed unused variableBen Fuhrmannek
2021-08-14fixed null pointer dereferenceBen Fuhrmannek
2021-08-12missing efree in sp_log_msgfBen Fuhrmannek
2021-08-10filename typoBen Fuhrmannek
2021-08-10prevent option to be enabled and then disabledBen Fuhrmannek
2021-08-08fixed enable/disable logicBen Fuhrmannek
2021-08-08removed invalid inline keywordBen Fuhrmannek
2021-08-08more PHP 7 compatibility and license clarificationBen Fuhrmannek
2021-08-08fixed test case. src in path is not mandatoryBen Fuhrmannek
2021-08-08fixed test due to changed outputBen Fuhrmannek
2021-08-07fixed some PHP7 test casesBen Fuhrmannek
2021-08-07PHP7 compatibilityBen Fuhrmannek
2021-08-07fixed compiler warningBen Fuhrmannek
2021-08-07fixed disabled_functions testsBen Fuhrmannek
2021-08-07fixed doulbe hookBen Fuhrmannek
2021-08-07removed incorrect duplicate checkBen Fuhrmannek
2021-08-07fixed tests due to output changesBen Fuhrmannek
2021-08-07fixed cidr matching and test casesBen Fuhrmannek
2021-08-07fixed test caseBen Fuhrmannek
2021-08-07unit tests for ini protection featureBen Fuhrmannek
2021-08-07more ini protection featuresBen Fuhrmannek
2021-08-07prevent STDERR debug output based on SP_NODEBUG environment variableBen Fuhrmannek
2021-08-06implemented ini settings protectionBen Fuhrmannek
2021-08-06restructured function hooks, implemented unhookBen Fuhrmannek
2021-08-06fixed incorrect debug log invocationBen Fuhrmannek