| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-15 | Merge remote-tracking branch 'upstream/master' | Ben Fuhrmannek | |
| 2020-06-15 | fixed trigger logic to parameter matching | Ben Fuhrmannek | |
| 2020-06-15 | stricter config checks | Ben Fuhrmannek | |
| 2020-06-15 | clobal config.h + better debug log | Ben Fuhrmannek | |
| 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 | |
| 2020-04-25 | Fix and improve the previous commit | jvoisin | |
| 2020-04-25 | Add yet an other stupid things to the default set of rules | jvoisin | |
| 2020-04-24 | Add missing dependencies for Ubuntu's CI | jvoisin | |
| 2020-04-24 | Add yet another disabled_functions bypass | jvoisin | |
| 2020-04-14 | Typofix s/than/that/ | Travis Paul | |
| 2020-04-03 | Add an other article mentioning Snuffleupagus | jvoisin | |
| 2020-04-03 | Add cPanel to the list of users | jvoisin | |
| 2020-04-01 | Document why SP doesn't provide a `.nop` action | jvoisin | |
| 2020-03-19 | Fix coverity integration | jvoisin | |
| 2020-03-09 | Mention Synacktiv's latest talk | jvoisin | |
| 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. | |||
| 2020-02-19 | Fix some dead links | jvoisin | |
| 2019-11-03 | Log ip addresses | kkadosh | |
| 2019-10-24 | Improve a bit the compatibility with php8 | jvoisin | |
| - Apparently, TSRMLS_C and TSRMLS_FETCH aren't defined anymore, so we have to manually define them to nothing - PHP8 constified a bit some strings, which is great, so we should do the same to avoid warnings | |||
| 2019-10-24 | Update the "papers" section of the documentation | jvoisin | |
