| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2019-10-22 | Revamp a bit the FAQ | jvoisin | |
| 2019-10-16 | Fix the default configuration | jvoisin | |
| ini_[sg]et first parameter is actually varname, and not var_name. Thanks to @gergo314 for flagging this! | |||
| 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-16 | Merge branch 'master' of https://github.com/nbs-system/snuffleupagus | Ben Fuhrmannek | |
| 2019-07-10 | Use pcre3 on Debian in gitlab's CI for now. | jvoisin | |
| 2019-07-10 | Fix the Debian build on gitlab | jvoisin | |
| Apparently, pcre isn't a hard dependency for php anymore. We're using pcre2, because pcre3 is actually pcre in Debian, because why not. | |||
| 2019-07-10 | Improve a bit the readme | jvoisin | |
| 2019-07-10 | Re-enable PHP7.4 support | jvoisin | |
| It seems that the snapshot was fixed, and that the bug is gone (https://externals.io/message/105884) | |||
| 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-07-09 | Fix the Alpine Linux build | jvoisin | |
| pcre is not bundled with PHP anymore in AlpineLinux, so we have to install it separately. | |||
| 2019-07-05 | Document a workaround for a gentoo-specific bug | jvoisin | |
| Thanks to infectormp for reporting the bugs, and testing the workaround. | |||
| 2019-06-20 | Merge remote-tracking branch 'upstream/master' | Ben Fuhrmannek | |
| 2019-06-20 | Fix Alpine's build in the CI | jvoisin | |
| PCRE must now be installed, since it's not shipped with PHP by default anymore. Fedora did it too, and was fixed in 3fe0d28. | |||
| 2019-06-20 | Fix snufflepagus_globals linking issues and one mac compatibility issue | bef | |
| 2019-06-20 | removed comment | Ben Fuhrmannek | |
| 2019-06-19 | fix snufflepagus_globals linking issues and one mac compatibility issue | Ben Fuhrmannek | |
| 2019-06-12 | Add failure on php7.4 snapshots, for now | jvoisin | |
| Since PHP7.4 isn't released yet and is^w might break snuffleupagus, we're allowing the testsuite to fail on it, until there is a proper release. | |||
| 2019-06-12 | Fix the fedora build in the CI | jvoisin | |
| 2019-06-12 | bump debian changelogv0.5.0 | kka | |
| 2019-06-12 | bump the changelog | kka | |
