| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-13 | Get rid of pcre1 | jvoisin | |
| 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-30 | Fix an other type mismatch in zend_compile_string | jvoisin | |
| 2020-11-30 | Fix the type of zend_compile_string (#357) | jvoisin | |
| This was changed in https://github.com/php/php-src/commit/f5dbebd82e642b1d1af462b486fc392ecff2c67a | |||
| 2020-11-29 | Fix some unused variables warnings introduced in ea7c76b | jvoisin | |
| 2020-11-29 | Fix zend_write booking type | jvoisin | |
| The signature was changed in PHP8: https://github.com/php/php-src/commit/e15409b43cacf711608189c299191f2969ea331c | |||
| 2020-11-29 | Don't call libxml_disable_entity_loader for php8+ | jvoisin | |
| This functions is deprecated, but since PHP8+ requires libxml 2.9.0 where XXE are disabled by default, there is no need to call it anymore. | |||
| 2020-11-29 | Make the `>` operator skip over functions | jvoisin | |
| 2020-11-20 | Add some tests for the strict mode | jvoisin | |
| 2020-11-18 | Make the strict mode disableable | jvoisin | |
| The global strict mode was enabled by default without any means to disable it, in certain cases. Bug reported by wedi. | |||
| 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-12 | Simplify a bit a function | jvoisin | |
| 2020-11-12 | Snuffleupagus now uses pcre2 by default | jvoisin | |
| 2020-11-08 | Mark a test as broken | jvoisin | |
| 2020-11-06 | Bump the changelogv0.6.0 | jvoisin | |
| 2020-11-06 | Clang-format again | jvoisin | |
| 2020-11-06 | Constify a bit more | jvoisin | |
| 2020-11-06 | Use proper prototype declaration | jvoisin | |
| 2020-10-03 | Fix the testsuite for php7.4 | jvoisin | |
| 2020-08-16 | Remove a useless line of code | 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-07 | Move an include | jvoisin | |
| 2020-08-05 | Add a test for the syslog output of the logs | jvoisin | |
| 2020-07-22 | refactoring sp_log_* (#340) | Giovanni | |
| Co-authored-by: Giovanni Dante Grazioli <giovanni.dantegrazioli@nbs-system.com> | |||
| 2020-07-21 | Fixed issue on impossible bailout. | Giovanni Dante Grazioli | |
| 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-12 | One more const | jvoisin | |
| 2020-07-12 | More constification | jvoisin | |
| 2020-07-12 | Use $_SERVER['REMOTE_ADDR'] in last resort to get the client's ip addr | jvoisin | |
| 2020-07-08 | Add a couple of `restrict` | jvoisin | |
| 2020-07-04 | Fix a small typo | jvoisin | |
| 2020-07-04 | Reorder some declaration | jvoisin | |
| So that the syslog part is tight as possible | |||
| 2020-07-04 | Add two tests related to x-forwarded-for and remote-addr | jvoisin | |
| 2020-07-04 | Run clang-format on the codebase | jvoisin | |
| 2020-07-04 | Factorize how snuffleupagus gets client's ip addr | jvoisin | |
| 2020-07-04 | Fix a syslog-related issue | jvoisin | |
| Previously, the syslog logging would always go to LOG_ERR no matter the severity. | |||
| 2020-06-20 | Bump the changelogv0.5.1 | 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. | |||
| 2020-02-19 | Improve a bit php8 compatibility | jvoisin | |
| PHP changed the way it exposes if a function has variadic arguments or not, hence why we need yet an other ifdef. | |||
| 2019-11-03 | Log ip addresses | kkadosh | |
