summaryrefslogtreecommitdiff
path: root/src/sp_config_keywords.c (follow)
AgeCommit message (Expand)Author
2026-02-22Constify function pointer tablesChristian Göttsche
2026-02-22Use correct parser for session ID lengthsChristian Göttsche
2025-10-24feat(log): add the possibility to log to a filelog2filejvoisin
2025-10-02Rename a handful of global constantsjvoisin
2025-05-13Remove the useless show_old_php_warning featurejvoisin
2024-06-18Fix an UBSAN warningjvoisin
2024-06-09Add option to specify the allowed "php" wrapper typesChristian Göttsche
2024-06-06Reorder calloc(3) argumentsChristian Göttsche
2023-12-07make 'phar' filenames work in sp.disabled_functions, fixes #472brown-midas
2023-01-31Add sp.log_max_lenjvoisin
2022-12-08Add unserialize_noclassjvoisin
2022-07-20Merge branch 'master' into pr1BeF
2022-07-20fixed cookie config parsing with same cookie name (update instead of ignore)Ben Fuhrmannek
2022-07-20fixed mem leak while parsing cookie configBen Fuhrmannek
2022-07-18Remove a superfluous conditionjvoisin
2022-07-18added config error for ini rules with identical keyBen Fuhrmannek
2022-07-12extended checks for readonly_exec, enabled by defaultBen Fuhrmannek
2022-04-19extended checks for readonly_exec, enabled by defaultBen Fuhrmannek
2022-03-20Fix compilation on PHP<7.2jvoisin
2022-03-20Merge remote-tracking branch 'sektioneins/master'jvoisin
2022-03-20stricter config checksBen Fuhrmannek
2022-01-12make session support a runtime check instead of compile timeBen Fuhrmannek
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-11-12Invalid configurations with mutually exclusive keywords now abortsjvoisin
2020-11-12Harmonize a bit the configuration parsing and fix a typojvoisin
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