History log of /httpd/modules/test/mod_policy.c
Revision Date Author Comments Expand
9d3e8ab5391fb11d3d2f295a602279c70a78d957 1631021 11-Oct-2014 jailletc36

Style ('{' on same line as function definition)

d65e488b299ce82e10802fe9d921c89b45eebfb6 1418752 08-Dec-2012 sf

CVE-2012-3499 add missing html escaping

fc251eb7714d158c2952bc2ddbbcfb9169098212 1361801 15-Jul-2012 sf

Various code clean up Submitted by: Christophe JAILLET <christophe jaillet wanadoo fr> PR: 52893

ac3c34a9df3a980148993a91a2b6e630b59b5274 1239027 01-Feb-2012 rjung

Minor fixes for firehose and mod_policy: - err.h does not exist in Solaris. Judging from the expected content of err.h we don't use it at all, so remove inclusion of it. - The name DEFAULT_TYPE is to generic. Use POLICY_DEFAULT_TYPE instead. - Include apr header files from configured path instead of system path.

c4160662d93c5c24b234650f9914b3aea20276ce 1231602 15-Jan-2012 trawick

fix const warning with strchr->ap_strchr mapping

e6dd71992459d05a676b98b7963423dc5dc1e24a 1221668 21-Dec-2011 minfrin

mod_policy: Add a new testing module to help server administrators enforce a configurable level of protocol compliance on their servers and application servers behind theirs.