| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-12 | Make compilation stop gracefully in the absence of PCRE | jvoisin | |
| 2019-01-12 | Add Alpine back to the CI, compile-only, no testsuite | jvoisin | |
| 2019-01-12 | Add a compile-only target to the Makefile | jvoisin | |
| 2019-01-09 | Add a note about PHP7.3+ SameSite support | jvoisin | |
| 2019-01-09 | Rename a documentation file | jvoisin | |
| 2019-01-07 | Depend on shlibs in Debian | Viktor Szépe | |
| This should fix the following lintian warning: > W: snuffleupagus: missing-depends-line | |||
| 2019-01-07 | Remove a terminal dot in the readme | Viktor Szépe | |
| 2019-01-05 | Don't build with clang | jvoisin | |
| This will dramatically lower the time required to run the CI. Clang isn't really supported by php on travis anyway, since it's using weird constructs that clang can't compile. | |||
| 2019-01-05 | Improve a bit the readme | jvoisin | |
| 2019-01-05 | Add ubuntu and a badge in the README | jvoisin | |
| 2019-01-03 | Add a gitlab-ci file, and a fix test on Fedora | jvoisin | |
| 2019-01-01 | Fix a harmless-but-invalid zend_string_release | jvoisin | |
| 2019-01-01 | Fix the build | jvoisin | |
| Snuffleupagus doesn't support php7.4 for now | |||
| 2018-12-31 | Fix spelling issue in features doc | Philip Keighley | |
| Changed 'passer' to 'passed' | |||
| 2018-12-26 | Document that it's not possible to hook builtins via regexp | jvoisin | |
| Also bump a bit the coverage | |||
| 2018-12-26 | Add two eval-related tests | jvoisin | |
| 2018-12-26 | Fix a typo | jvoisin | |
| 2018-12-26 | Fix the build for php7.0 | jvoisin | |
| We only want to prevent crash/infinite recursion, we don't really care about the error/warning messages. | |||
| 2018-12-26 | Fix the build for php7.0 and php7.1 | jvoisin | |
| 2018-12-26 | Bump a bit the coverage | jvoisin | |
| 2018-12-26 | Add a PHP5 guard | jvoisin | |
| 2018-12-26 | Remove an unnecessary guard against infinite recursion in session handling | jvoisin | |
| This used to be useful in the times of PHP5.4/Suhosin (https://github.com/sektioneins/suhosin/issues/60), but nowadays, php is handling this case on its own. | |||
| 2018-12-26 | Make the testsuite a bit more portable | jvoisin | |
| 2018-12-25 | Tighten a bit the command-injection prevention rule | jvoisin | |
| 2018-12-23 | Mention that SP is packaged in Fedora and FreeBSD | jvoisin | |
| 2018-12-23 | Fix a typo in the changelog | jvoisin | |
| Spotted by @PeeHaa | |||
| 2018-12-21 | bump the changelogv0.4.1 | kka | |
| 2018-12-15 | Document the previous commit | jvoisin | |
| 2018-12-15 | Provide a php script, to get rid of the python one for test suite | Remi Collet | |
| This commit adds a php version of the upload_validation.py script. | |||
| 2018-12-15 | Improve simulation mode for session cookies (#259) | jvoisin | |
| Since decrypt_zval doesn't provide a way to tell apart failed and successful decryption when used in simulation mode, we'll have to restore the original value if something goes wrong, because crypto_secretbox_open might modify the value. | |||
| 2018-12-07 | Add support for php7.3 | jvoisin | |
| 2018-12-01 | Improve the documentation wrt. functions hooked by sloppy comparisons | jvoisin | |
| This should close #264 | |||
| 2018-11-29 | Document our curl-tls-verification magic | jvoisin | |
| 2018-11-23 | Document a bit more the threat model | jvoisin | |
| 2018-11-18 | Minor code clarification | jvoisin | |
| 2018-11-18 | Improve the cookie encryption documentation | jvoisin | |
| This should close #261 | |||
| 2018-11-18 | Add alertot to the list of users | jvoisin | |
| Source: https://twitter.com/alertot/status/1063366265593622528 | |||
| 2018-10-25 | Minor formatting issue | jvoisin | |
| 2018-10-25 | Snuffleupagus should now compile on Windows | jvoisin | |
| 2018-10-23 | Improve a bit the documentation, again | jvoisin | |
| 2018-10-23 | Clarify a bit the documentation | jvoisin | |
| A user was a bit afraid that Snuffleupagus might damage their website permanently, so we rephrase the documentation to convey that this is not the case. | |||
| 2018-10-09 | Bump again | jvoisin | |
| 2018-10-09 | Bump coverage | jvoisin | |
| 2018-10-09 | Bump the coverage a bit | jvoisin | |
| 2018-10-09 | Remove 3 useless lines | jvoisin | |
| 2018-10-09 | Don't check the return values of functions that might not return (#255) | jvoisin | |
| This is due to our modifications to the logging system | |||
| 2018-10-09 | Improve mb_string hooking logic | jvoisin | |
| 2018-10-08 | Add a test | jvoisin | |
| 2018-10-07 | Document the `.pos` filter | jvoisin | |
| 2018-10-06 | Add a missing opcode in sp_execute_ex | jvoisin | |
