| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-11-06 | Remove the Alpine APKBUILD since it's upstreamed | jvoisin | |
| 2020-10-27 | Fix some slides links | jvoisin | |
| 2020-10-27 | Fix some download links | 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 `make coverage` | 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-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-06 | Fix a warning in the documentation | jvoisin | |
| 2020-07-06 | Improve a bit the previous commit | jvoisin | |
| 2020-07-05 | Document how to install Snuffleupagus on Heroku | Chris Lin | |
| REF: #336 | |||
| 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-07-04 | Add two articles to the propaganda page | jvoisin | |
| 2020-06-26 | Add two articles to the propaganda section | jvoisin | |
| 2020-06-26 | Fix the footer in the documentation wrt. copyright | jvoisin | |
| 2020-06-26 | Fix the links to coverity in the README | jvoisin | |
| 2020-06-25 | Add a step to the release process | jvoisin | |
| 2020-06-20 | Bump the changelogv0.5.1 | jvoisin | |
| 2020-06-20 | Fix `make debian` by using the magic sed one-liner | jvoisin | |
| 2020-06-20 | Add php-xml and php-curl as debian dependencies | jvoisin | |
| 2020-06-19 | Fix the gitlab-ci Ubuntu runner | jvoisin | |
| 2020-06-09 | Improve the documentation wrt. "modifiers" | jvoisin | |
| 2020-06-07 | Fix a link in the documentation | jvoisin | |
| Instead of linking to an intermediary page, link directly to the cookie's one. | |||
| 2020-06-07 | Lockdown of the logging directives | jvoisin | |
| This is done to prevent an attacker who obtained arbitrary code execution to mess with the logging configuration. | |||
| 2020-06-07 | Install php-xml on the ubuntu runner on gitlab | 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 | Remove a leftover | jvoisin | |
| 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-04-25 | Update a bit debian/control | jvoisin | |
