summaryrefslogtreecommitdiff
path: root/doc (follow)
AgeCommit message (Collapse)Author
2019-07-05Document a workaround for a gentoo-specific bugjvoisin
Thanks to infectormp for reporting the bugs, and testing the workaround.
2019-06-12bump the changelogkka
2019-02-23Fix 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-22Fix typos and suggest more broad term for sysadminstomcodes
2019-01-21Document the point of having a black-list approach for evaljvoisin
2019-01-19Fix typo in how Snuffleupagus is spelled in doc/source/config.rsttomcodes
2019-01-12We're not in alpha anymore \o/jvoisin
2019-01-09Add a note about PHP7.3+ SameSite supportjvoisin
2019-01-09Rename a documentation filejvoisin
2018-12-31Fix spelling issue in features docPhilip Keighley
Changed 'passer' to 'passed'
2018-12-26Document that it's not possible to hook builtins via regexpjvoisin
Also bump a bit the coverage
2018-12-26Fix a typojvoisin
2018-12-23Mention that SP is packaged in Fedora and FreeBSDjvoisin
2018-12-23Fix a typo in the changelogjvoisin
Spotted by @PeeHaa
2018-12-21bump the changelogv0.4.1kka
2018-12-15Document the previous commitjvoisin
2018-12-01Improve the documentation wrt. functions hooked by sloppy comparisonsjvoisin
This should close #264
2018-11-29Document our curl-tls-verification magicjvoisin
2018-11-23Document a bit more the threat modeljvoisin
2018-11-18Improve the cookie encryption documentationjvoisin
This should close #261
2018-11-18Add alertot to the list of usersjvoisin
Source: https://twitter.com/alertot/status/1063366265593622528
2018-10-23Improve a bit the documentation, againjvoisin
2018-10-23Clarify a bit the documentationjvoisin
A user was a bit afraid that Snuffleupagus might damage their website permanently, so we rephrase the documentation to convey that this is not the case.
2018-10-07Document the `.pos` filterjvoisin
2018-10-06Improve a bit the documentationjvoisin
Thanks to @joe for bringing up this issue ♥
2018-09-13Add the 44con's slides in the documentationjvoisin
2018-09-01Add mentions to the propaganda pagejvoisin
2018-08-31Bump the changelogv0.4.0jvoisin
2018-08-30Change how we're handling invalid configurationsxXx-caillou-xXx
Since our configuration format is a bit more complex than php's one, we have a `sp.allow_broken_configuration` parameter (`false` by default), that you can set to `true` if you want PHP to carry on if your Snuffleupagus' configuration contains syntax errors. You'll still get a big scary message in your logs of course. We do **not** recommend to use it of course, but sometimes it might be useful to be able to "debug in production" without breaking your website.
2018-08-29Change how we're validating certificatesxXx-caillou-xXx
2018-08-29Add new propaganda items, include ourselves and swisscenterThibault "bui" Koechlin
2018-08-29Verify certs (#223)jvoisin
Ensure that certificates are verified in curl should close #47
2018-08-27Document that the previous commit might break other cookie-related extensionsjvoisin
2018-08-27Add whitelist support for php's wrappersxXx-caillou-xXx
2018-08-23Fix a typo in a linkjvoisin
2018-08-23Add some articles to the propaganda pagejvoisin
2018-08-21Fix a linkjvoisin
2018-08-21Document our type-juggling-prevention systemjvoisin
2018-08-20Bump the changlogv0.3.1hamza (hes) ES SAHELY
2018-08-09Improve the cookie encryption documentationkka
2018-07-19Add some slidesjvoisin
2018-07-19Fix the changelog's linksjvoisin
2018-07-19Bump the changelogkka
2018-07-18Fix a broken link in the encryption documentationkka
2018-07-18Fix broken link in the config documentationkka
2018-07-18Fix broken links in the documentationkka
2018-07-13Document even more the `print`/`echo` situationjvoisin
2018-07-13Document why `print` might look like `echo` in logsjvoisin
2018-07-09Trying to fix sloppy comparison (#186)jvoisin
* Trying to fix sloppy comparison https://github.com/nbs-system/snuffleupagus/issues/10 by modifying php's opcode
2018-05-29Support session encryptionkkadosh
Implement session encryption.