summaryrefslogtreecommitdiff
path: root/src/sp_config.h (follow)
AgeCommit message (Expand)Author
2019-08-31Support direct syslog loggingThibault "bui" Koechlin
2018-08-29Change how we're validating certificatesxXx-caillou-xXx
2018-08-29Verify certs (#223)jvoisin
2018-08-27Add whitelist support for php's wrappersxXx-caillou-xXx
2018-07-13Yet an other pass of clang-formatjvoisin
2018-07-13Massively optimize how rules are handledxXx-caillou-xXx
2018-07-09Trying to fix sloppy comparison (#186)jvoisin
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-05Compatibility layer for pcre2jvoisin
2018-01-10Eval whitelistjvoisin
2018-01-04Eval blacklistjvoisin
2017-12-28Clang-format passThibault "bui" Koechlin
2017-12-28Implement regexp support for cookies encryptionThibault "bui" Koechlin
2017-12-27Implement simulation mode for cookies (de/en)cryptionjvoisin
2017-12-21Rename sp_node_t to sp_list_nodejvoisin
2017-12-20Better parsing of the rulesxXx-caillou-xXx
2017-12-04Improve the `.dump` filterjvoisin
2017-11-29Hide an enum definitionjvoisin
2017-11-29Implement eval hookingjvoisin
2017-11-24Implement anti csrf measuresxXx-caillou-xXx
2017-10-31Unify two struct members related to virtual-patchingxXx-caillou-xXx
2017-10-26Free additionally allocated `sp_list` instancesBen Foster
2017-10-24Remove the `enable` member from the disable function structurejvoisin
2017-10-23Implement the .line filterjvoisin
2017-10-18Implement match on arguments positionjvoisin
2017-10-13Rename a confusing structure memberjvoisin
2017-10-11s/disable_functions/disable_function/gjvoisin
2017-10-09Better hooking of language constructs (#26)jvoisin
2017-10-09Implement matching on the calltrace (#17)jvoisin
2017-10-02First pass for #9jvoisin
2017-09-25Show the line number in case of processing errorjvoisin
2017-09-20Initial importSebastien Blot