| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-31 | Enable a PHP<8 test | jvoisin | |
| 2020-12-31 | Add two tests for cookies encryption on php8 | jvoisin | |
| 2020-12-31 | Add tests for harden_rand | jvoisin | |
| 2020-12-31 | Add two tests for inexistant config files | jvoisin | |
| 2020-12-31 | Actually enable the tests | jvoisin | |
| 2020-12-31 | Enable 3 more tests | jvoisin | |
| PHP8 is changing the capitalization of the error message | |||
| 2020-12-31 | Add a tests for unserialize with php8 | jvoisin | |
| 2020-12-31 | Enable 3 more tests for php8 | jvoisin | |
| 2020-12-31 | Add tests for broken configuration on php8 | jvoisin | |
| 2020-12-28 | Enable 2 more tests | jvoisin | |
| 2020-12-28 | Enable more tests for php8 | jvoisin | |
| 2020-12-25 | mark some tests as passing on php8 | jvoisin | |
| 2020-12-24 | Add PHP8 support | Julien Voisin | |
| 2020-12-12 | Mark the relevant php8 tests as broken (#359) | jvoisin | |
| * Skip tests broken on php8 * Oops * Fix some tests * Add some XXE tests for php8 * Fix a test | |||
| 2020-12-01 | In tests, don't `die("skip")` but `print "skip"` instead (#358) | jvoisin | |
| This is required since the `die` is making php8 choke | |||
| 2020-11-29 | Make the `>` operator skip over functions | jvoisin | |
| 2020-11-20 | Add some tests for the strict mode | jvoisin | |
| 2020-11-12 | Add a test | jvoisin | |
| 2020-11-12 | Invalid configurations with mutually exclusive keywords now aborts | jvoisin | |
| 2020-11-12 | Harmonize a bit the configuration parsing and fix a typo | jvoisin | |
| 2020-11-08 | Mark a test as broken | jvoisin | |
| 2020-10-03 | Fix the testsuite for php7.4 | jvoisin | |
| 2020-08-16 | Add a test for the native logging | jvoisin | |
| 2020-08-12 | Allow empty configuration (#342) | jvoisin | |
| This commit allows php to run (with a warning) if there is no specified snuffleupagus configuration, instead of refusing to start. | |||
| 2020-08-05 | Add a test for the syslog output of the logs | jvoisin | |
| 2020-07-21 | Fix #338 - added log type if type is simulation, drop or log. (#339) | Giovanni | |
| Co-authored-by: Giovanni Dante Grazioli <giovanni.dantegrazioli@nbs-system.com> | |||
| 2020-07-04 | Add two tests related to x-forwarded-for and remote-addr | jvoisin | |
| 2020-06-19 | Fix the gitlab-ci Ubuntu runner | jvoisin | |
| 2020-06-07 | Fix a broken test on php nightly | jvoisin | |
| Apparently, php is now raising errors for non-existing keys in arrays, so we're now catching the exception to allow the test to be run. | |||
| 2020-06-07 | Mark simplexml tests as broken | jvoisin | |
| 2020-06-07 | Travis-ci's SimpleXML setup is weird | jvoisin | |
| So we're disabling simplexml's check on it. | |||
| 2020-05-14 | Fix the testsuite under php7.4 | jvoisin | |
| 2020-05-01 | Make the testsuite work on php7.4 | jvoisin | |
| Before php7.4, it seems that the curl module was loaded by default, but since it's no the case anymore, it has to be manually specified in the testsuite. Interestingly, Php's testsuite mechanism is running snippets to determine some runtime parameters like the extension directory. Unfortunately,it tries to run them with Snuffleupagus loaded, resulting in an error, since no configuration file is passed. | |||
| 2020-03-04 | %s/nbs-system/jvoisin | jvoisin | |
| Since I'm the only one to maintain Snuffleupagus, let's adjust the links and contact addresses of my fork, to point to well… my fork. | |||
| 2019-11-03 | Log ip addresses | kkadosh | |
| 2019-08-31 | Support direct syslog logging | Thibault "bui" Koechlin | |
| Add the possibility to log directly into the syslog, instead of using php's log system. | |||
| 2019-07-09 | Don't run an openssl-dependent test is openssl isn't installed | Remi Collet | |
| 2019-07-09 | Add a stream wrapper test that doesn't depend on openssl | jvoisin | |
| 2019-02-23 | Fix the testsuite on php8. | jvoisin | |
| In php8, it's non-trivial to hook strlen, since this function is usually optimized away by the compiler. | |||
| 2019-01-14 | Reorganize the testsuite | jvoisin | |
| Splitting the testsuite in several components makes it easier to manage and comprehend. This was also needed some some tests aren't passing on Alpine Linux, but we still want to run as many of them as we can on this platform. | |||
| 2019-01-03 | Add a gitlab-ci file, and a fix test on Fedora | jvoisin | |
| 2018-12-26 | Add two eval-related tests | 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 | 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-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-10-09 | Bump coverage | jvoisin | |
| 2018-10-09 | Bump the coverage a bit | jvoisin | |
