index
:
suhosin
0.9.37
0.9.38
loglength
master
secureconfig
sesrec
SUHOSIN [수호신] for PHP 5.x - The PHP security extension.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-02-16
Refactor array index handling in input filter, to make it work in all cases.
Stefan Esser
2014-02-16
Add tests for suhosin.get/post/cookie/request.max_value_length
Stefan Esser
2014-02-16
Add test for suhosin.request.max_totalname_length
Stefan Esser
2014-02-16
Add tests for suhosin.get/post/cookie.max_totalname_length filter
Stefan Esser
2014-02-16
Fix suhosin.get/post/cookie.max_totalname_length filter
Stefan Esser
2014-02-16
Add various tests for include filename checks
Stefan Esser
2014-02-16
Tests for suhosin.executor.include.allow_writable_files
Stefan Esser
2014-02-15
Back to development
Stefan Esser
2014-02-15
Changelog for 0.9.35-RC1
suhosin-0.9.35-RC1
Stefan Esser
2014-02-15
Tests for suhosin.upload.disallow_binary
Stefan Esser
2014-02-15
Tests suhosin.upload.disallow_elf
Stefan Esser
2014-02-15
Some "incomplete" tests for suhosin.server.strip and suhosin.server.encode
Stefan Esser
2014-02-15
Tests for suhosin.disable.display_errors
Stefan Esser
2014-02-15
Add ini_set() fail mode to suhosin.disable.display_errors
Stefan Esser
2014-02-15
Test for suhosin.protectkey
Stefan Esser
2014-02-15
Test for RFC1867 version of suhosin.post.disallow_nul
Stefan Esser
2014-02-15
Binary safety.
Stefan Esser
2014-02-15
Binary safety.
Stefan Esser
2014-02-15
Test for suhosin.upload.max_uploads
Stefan Esser
2014-02-15
Add tests for suhosin.executor.allow_symlink
Stefan Esser
2014-02-15
Adding a few more session id tests
Stefan Esser
2014-02-15
Add a bunch of session id / session encryption tests from Ben.
Stefan Esser
2014-02-15
Change algorithm a bit for empty keys to make it easier testable
Stefan Esser
2014-02-13
Tests for suhosin.XXX.max_name_length and suhosin.request_max_varname_length
Stefan Esser
2014-02-13
Tests for suhosin.XXX.max_array_depth
Stefan Esser
2014-02-13
Tests for suhosin.log.use-x-forwarded-for
Stefan Esser
2014-02-12
Tests for the suhosin.XXX.disallow_nul feature
Stefan Esser
2014-02-12
Silence all compiler warnings
Stefan Esser
2014-02-12
Test for suhosin.cookie.disallow_ws
Stefan Esser
2014-02-12
Test for suhosin.post.disallow_ws
Stefan Esser
2014-02-12
Test for suhosin.get.disallow_ws
Stefan Esser
2014-02-12
Test for suhosin.request.disallow_ws
Stefan Esser
2014-02-12
Test for allowing whitespace
Stefan Esser
2014-02-12
Only remove whitespace for COOKIE
Stefan Esser
2014-02-12
Add testcase for server variables filter
Stefan Esser
2014-02-12
Fix server variables filter
Stefan Esser
2014-02-12
Some function_exist() tests for whitelist/blacklist usage
Stefan Esser
2014-02-12
Detect some more code types
Stefan Esser
2014-02-12
Add one more test
Stefan Esser
2014-02-12
Fix this test to include stats
Stefan Esser
2014-02-12
Need to set abort_request because otherwise we do not get the statistics
Stefan Esser
2014-02-12
Add info to changelog
Stefan Esser
2014-02-12
One more test.
Stefan Esser
2014-02-12
We still need our own handlers for RFC1867 post uploads because PHP's filter ...
Stefan Esser
2014-02-12
One more test
Stefan Esser
2014-02-12
Add some testcases
Stefan Esser
2014-02-12
Have to override the std post handler otherwise the filter does not work
Stefan Esser
2014-02-12
Fix compile error
Stefan Esser
2014-02-12
We need to support PHP's "new" max_input_vars in our treat_data handler
Stefan Esser
2014-02-12
Added suhosin.log.stdout to log to stdout (dor debugging purposes)
Stefan Esser
[next]