summaryrefslogtreecommitdiff
path: root/src/sp_config_keywords.c (follow)
AgeCommit message (Expand)Author
2021-12-20removed upload script x-bit check at load time, thus allowing root-user to ex...Ben Fuhrmannek
2021-11-19added old php version checkBen Fuhrmannek
2021-11-11detect dummy or short encryption keyBen Fuhrmannek
2021-09-23config is stack allocated now + some code improvements (see details)Ben 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-02fixed compiler warnings + test casesBen Fuhrmannek
2021-08-17removed unused variablesBen Fuhrmannek
2021-08-16fincy new scanner/parser for config rules + fixed a few bugs along the way + ...Ben Fuhrmannek
2021-08-10prevent option to be enabled and then disabledBen Fuhrmannek
2021-08-08fixed enable/disable logicBen Fuhrmannek
2021-08-07more ini protection featuresBen Fuhrmannek
2021-08-06implemented ini settings protectionBen Fuhrmannek
2021-08-03fixed mem leak in parse_disabled_functionsBen Fuhrmannek
2020-06-15Merge remote-tracking branch 'upstream/master'Ben Fuhrmannek
2020-06-15stricter config checksBen Fuhrmannek
2020-03-04%s/nbs-system/jvoisinjvoisin
2019-08-31Support direct syslog loggingThibault "bui" Koechlin
2019-06-20Fix snufflepagus_globals linking issues and one mac compatibility issuebef
2019-06-19fix snufflepagus_globals linking issues and one mac compatibility issueBen Fuhrmannek
2019-02-23Try to unify the includesjvoisin
2019-02-23Add php8 to travis and fix php7.4jvoisin
2019-01-12Fix missing symbol when there is no session supportjvoisin
2018-10-06Bump a bit the coveragejvoisin
2018-08-30Minor code cleanupxXx-caillou-xXx
2018-08-29Change how we're validating certificatesxXx-caillou-xXx
2018-08-29Verify certs (#223)jvoisin
2018-08-28Fix some compilation warningsxXx-caillou-xXx
2018-08-28Use php's logging functionsxXx-caillou-xXx
2018-08-27Add whitelist support for php's wrappersxXx-caillou-xXx
2018-08-02fix #203 (#204)crKontrol
2018-07-13Fix hooking on `print`xXx-caillou-xXx
2018-07-13Massively optimize how rules are handledxXx-caillou-xXx
2018-07-09Trying to fix sloppy comparison (#186)jvoisin
2018-06-28Better handling of filters for builtinskkadosh
2018-05-29Support session encryptionkkadosh
2018-03-02Add .dump() for eval whitelist/blacklist + simulation mode for whitelistkkadosh
2018-03-02Implement dump() for execution of writable PHP fileskkadosh
2018-02-27Implements .dump() for unserialize and fix some related testskkadosh
2018-02-06Make our API consistentjvoisin
2018-02-05Massive simplification of functions hookingjvoisin
2018-02-05Compatibility layer for pcre2jvoisin
2018-01-17Remove useless "head" member in our linked lists implementationsimon MAGNIN-FEYSOT
2018-01-12do not prepend $ to the var name if there is one alreadySebastien Blot
2018-01-12Add an ugly hack to our parser to make the writing of configuration rules mor...jvoisin
2018-01-10Eval whitelistjvoisin
2018-01-04Eval blacklistjvoisin
2017-12-28Clang-format passThibault "bui" Koechlin
2017-12-28re-integrate simulation token for cookiesbui