summaryrefslogtreecommitdiff
path: root/src/sp_disabled_functions.c (follow)
AgeCommit message (Expand)Author
2019-06-20Fix snufflepagus_globals linking issues and one mac compatibility issuebef
2019-05-14Fix the cookie's handling for PHP7.3+jvoisin
2019-02-23Try to unify the includesjvoisin
2019-02-23Add php8 to travis and fix php7.4jvoisin
2018-12-26Document that it's not possible to hook builtins via regexpjvoisin
2018-11-18Minor code clarificationjvoisin
2018-10-09Bump againjvoisin
2018-10-09Don't check the return values of functions that might not return (#255)jvoisin
2018-10-06Bump coverage againjvoisin
2018-10-06Bump a bit the coveragejvoisin
2018-10-06Remove sp_terminate and bump a bit the coveragejvoisin
2018-09-03Fix #241 segfault on 32-bit related to bad protype (#242)Remi Collet
2018-08-30Minor code cleanupxXx-caillou-xXx
2018-08-30Match on ret improvementsxXx-caillou-xXx
2018-08-28Fix some compilation warningsxXx-caillou-xXx
2018-08-28Use php's logging functionsxXx-caillou-xXx
2018-08-20Fix two minor issuesxXx-caillou-xXx
2018-07-13Yet an other pass of clang-formatjvoisin
2018-07-13Reduce call to get_complete_function_pathxXx-caillou-xXx
2018-07-13Fix hooking on `print`xXx-caillou-xXx
2018-07-13Allow rules matching on echo and printxXx-caillou-xXx
2018-07-13Massively optimize how rules are handledxXx-caillou-xXx
2018-06-28Better handling of filters for builtinskkadosh
2018-03-19The filename filter is now matching on callsite instead of implemsite (#167)kkadosh
2018-03-06Fix a variadic-functions-related crashjvoisin
2018-03-05Improve a bit the performances (+10%)jvoisin
2018-03-02Add .dump() for eval whitelist/blacklist + simulation mode for whitelistkkadosh
2018-02-07Use assertions for things that should never happenjvoisin
2018-02-06Make our API consistentjvoisin
2018-02-05Massive simplification of functions hookingjvoisin
2018-02-05Compatibility layer for pcre2jvoisin
2018-01-26Replace two `goto` with `break` instead.jvoisin
2018-01-18Improve the way we're dealing with filtering on parameter positionsjvoisin
2018-01-17Bump a bit the coveragejvoisin
2018-01-17Remove useless "head" member in our linked lists implementationsimon MAGNIN-FEYSOT
2018-01-12Fix a memory leakjvoisin
2018-01-12Minor factorization and symbol exposure reductionjvoisin
2018-01-12Minor refactoringjvoisin
2018-01-10Rework the priority of bl/wl in evaljvoisin
2018-01-10Eval whitelistjvoisin
2018-01-08Hopefully fix a crashjvoisin
2018-01-05Fix a bypass in our eval blacklistjvoisin
2018-01-04Eval blacklistjvoisin
2018-01-03Remove some dead codejvoisin
2017-12-28Clang-format passThibault "bui" Koechlin
2017-12-28Implement hooking on user-defined functions return valuesjvoisin
2017-12-21Rename sp_node_t to sp_list_nodejvoisin
2017-12-20Better parsing of the rulesxXx-caillou-xXx
2017-11-29Add a comment, and improve a bit the performances wrt. vpatchjvoisin
2017-11-29Refactoring (#79)jvoisin