summaryrefslogtreecommitdiff
path: root/src/sp_config_keywords.c (follow)
AgeCommit message (Expand)Author
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
2017-12-28Implement regexp support for cookies encryptionThibault "bui" Koechlin
2017-12-27Implement simulation mode for cookies (de/en)cryptionjvoisin
2017-12-20Better parsing of the rulesxXx-caillou-xXx
2017-12-04Improve the `.dump` filterjvoisin
2017-11-29Code-formatting passjvoisin
2017-11-29Implement eval hookingjvoisin
2017-11-24Implement anti csrf measuresxXx-caillou-xXx
2017-11-0653 absolute path (#62)jvoisin
2017-10-31Minor factorization of the keyword parsing codejvoisin
2017-10-31Unify two struct members related to virtual-patchingxXx-caillou-xXx
2017-10-26Renames `sp_new_list` -> `sp_list_new`Ben Foster
2017-10-26Remove an arbitrary limitationjvoisin
2017-10-24Remove the `enable` member from the disable function structurejvoisin
2017-10-23Implement the .line filterjvoisin
2017-10-18`.pos` is mutuaally exclusive with .param and .paran_rjvoisin
2017-10-18Improve the strtol dancejvoisin
2017-10-18strtol dancebui
2017-10-18do the strtol dance to make jvoisin happybui
2017-10-18Implement match on arguments positionjvoisin
2017-10-13Rename a confusing structure memberjvoisin
2017-10-12Fix minor gcc warnings with experimental optionsjvoisin
2017-10-10Bump coverage, and fix a segfault on trace matchingjvoisin
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