summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h (follow)
AgeCommit message (Collapse)Author
2019-06-12update snuffleupagus.h with new versionkka
2019-02-23Try to unify the includesjvoisin
2019-01-12Make compilation stop gracefully in the absence of PCREjvoisin
2018-12-26Add a PHP5 guardjvoisin
2018-12-21bump the changelogv0.4.1kka
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
This should close #241
2018-08-31Bump the changelogv0.4.0jvoisin
2018-08-30Change how we're handling invalid configurationsxXx-caillou-xXx
Since our configuration format is a bit more complex than php's one, we have a `sp.allow_broken_configuration` parameter (`false` by default), that you can set to `true` if you want PHP to carry on if your Snuffleupagus' configuration contains syntax errors. You'll still get a big scary message in your logs of course. We do **not** recommend to use it of course, but sometimes it might be useful to be able to "debug in production" without breaking your website.
2018-08-29Change how we're validating certificatesxXx-caillou-xXx
2018-08-29Verify certs (#223)jvoisin
Ensure that certificates are verified in curl should close #47
2018-08-27Add whitelist support for php's wrappersxXx-caillou-xXx
2018-08-20Bump the changlogv0.3.1hamza (hes) ES SAHELY
2018-07-19Bump the changelogkka
2018-07-16Yet an other clang-format passjvoisin
2018-07-09Trying to fix sloppy comparison (#186)jvoisin
* Trying to fix sloppy comparison https://github.com/nbs-system/snuffleupagus/issues/10 by modifying php's opcode
2018-05-29Support session encryptionkkadosh
Implement session encryption.
2018-05-15Refactor the encryption process to extract encrypt/decrypt functions (#176)kkadosh
Refactor the encryption process to extract encrypt/decrypt functions
2018-03-12Bump the changelogv0.2.2jvoisin
2018-02-07Bump the changelogv0.2.1jvoisin
2018-02-05Compatibility layer for pcre2jvoisin
This should close #129
2018-01-22switch to commonly used version schema (#136)Remi Collet
* switch to commonly used version schema * update release process
2018-01-18Bump the changelogjvoisin
2018-01-10Eval whitelistjvoisin
Implement whitelist in eval
2018-01-05Fix a bypass in our eval blacklistjvoisin
2018-01-04Eval blacklistjvoisin
Add support for eval filtering, only blacklist for now
2017-12-28Show in the phpinfo() is the config is validjvoisin
This should close #39
2017-12-20Refactor a bit the sp_tree implementationxXx-caillou-xXx
2017-12-20Better parsing of the rulesxXx-caillou-xXx
Thanks to this huge commit from @xXx-caillou-xXx, we can now write amazingly flexible rules.
2017-12-06Vastly simplify the dumping of zval in `.dump`jvoisin
2017-10-13Add more data to `phpinfo()`jvoisin
- The version - The git commit
2017-10-10Remove a useless ile for nowjvoisin
This should close #31
2017-09-21Add travisjvoisin
2017-09-20Initial importSebastien Blot