index
:
snuffleupagus
85beta2
log2file
master
Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
snuffleupagus.c
(
follow
)
Age
Commit message (
Expand
)
Author
2020-11-18
Make the strict mode disableable
jvoisin
2020-08-12
Allow empty configuration (#342)
jvoisin
2020-08-07
Move an include
jvoisin
2019-02-23
Try to unify the includes
jvoisin
2018-10-06
Remove sp_terminate and bump a bit the coverage
jvoisin
2018-08-30
Minor code cleanup
xXx-caillou-xXx
2018-08-30
Change how we're handling invalid configurations
xXx-caillou-xXx
2018-08-29
Change how we're validating certificates
xXx-caillou-xXx
2018-08-29
Remove the GLOB_BRACE flag
Antoine Tenart
2018-08-29
Verify certs (#223)
jvoisin
2018-08-27
Add whitelist support for php's wrappers
xXx-caillou-xXx
2018-08-20
Fix two minor issues
xXx-caillou-xXx
2018-07-16
Yet an other clang-format pass
jvoisin
2018-07-13
Allow rules matching on echo and print
xXx-caillou-xXx
2018-07-13
Massively optimize how rules are handled
xXx-caillou-xXx
2018-07-09
Trying to fix sloppy comparison (#186)
jvoisin
2018-05-29
Support session encryption
kkadosh
2018-01-18
Improve a bit our portability wrt. windows
jvoisin
2018-01-18
Simplify the previous commit
jvoisin
2018-01-18
Clean up a bit the glob code
jvoisin
2018-01-18
add missing globfree()
Sebastien Blot
2018-01-18
Add globbing support for configuration file path (closes #125)
Sebastien Blot
2018-01-17
Remove useless "head" member in our linked lists implementation
simon MAGNIN-FEYSOT
2018-01-10
Eval whitelist
jvoisin
2018-01-05
Fix a bypass in our eval blacklist
jvoisin
2018-01-04
Eval blacklist
jvoisin
2017-12-28
Clang-format pass
Thibault "bui" Koechlin
2017-12-28
Show in the phpinfo() is the config is valid
jvoisin
2017-12-28
Implement regexp support for cookies encryption
Thibault "bui" Koechlin
2017-12-21
Rename sp_node_t to sp_list_node
jvoisin
2017-11-29
Implement eval hooking
jvoisin
2017-11-24
Implement anti csrf measures
xXx-caillou-xXx
2017-10-31
Minor factorization
jvoisin
2017-10-26
Free additionally allocated `sp_list` instances
Ben Foster
2017-10-26
Renames `sp_new_list` -> `sp_list_new`
Ben Foster
2017-10-26
Free `config_disabled_constructs`
Ben Foster
2017-10-20
Add support for multiple files in sp.configuration_file directive
blotus
2017-10-13
Add more data to `phpinfo()`
jvoisin
2017-10-13
Show some data in the phpinfo();
jvoisin
2017-10-10
Remove a useless ile for now
jvoisin
2017-10-09
Better hooking of language constructs (#26)
jvoisin
2017-09-20
Initial import
Sebastien Blot
[prev]