summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h (follow)
AgeCommit message (Collapse)Author
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