diff options
author | rcritten <> | 2010-05-14 15:49:33 +0000 |
---|---|---|
committer | rcritten <> | 2010-05-14 15:49:33 +0000 |
commit | 52b20c7d459f7071d58d76972417d1c4bb4ff58a (patch) | |
tree | 30f8c411be7d79087dbbe9628656d10c4a749cdc | |
parent | 08cfa88f3cb54eeb41163c9a0640f9623af52c60 (diff) | |
download | mod_nss-52b20c7d459f7071d58d76972417d1c4bb4ff58a.tar.gz mod_nss-52b20c7d459f7071d58d76972417d1c4bb4ff58a.tar.xz mod_nss-52b20c7d459f7071d58d76972417d1c4bb4ff58a.zip |
2010-05-14 Rob Crittenden <rcritten@redhat.com>
* Ignore SIGHUP in nss_pcache (#591889).
Contributed by Joshua Roys <roysjosh@gmail.com>
2010-05-13 Rob Crittenden <rcritten@redhat.com>
* Compare CN value of remote host with requested host in reverse proxy.
* Add configuration option to disable this, defaulting to on. (#591224)
* Based on patch from Joshua Roys <roysjosh@gmail.com
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2010-05-14 Rob Crittenden <rcritten@redhat.com> + * Ignore SIGHUP in nss_pcache (#591889). + Contributed by Joshua Roys <roysjosh@gmail.com> + +2010-05-13 Rob Crittenden <rcritten@redhat.com> + * Compare CN value of remote host with requested host in reverse proxy. + * Add configuration option to disable this, defaulting to on. (#591224) + * Based on patch from Joshua Roys <roysjosh@gmail.com + 2008-07-21 Rob Crittenden <rcritten@redhat.com> * mod_nss 1.0.8 |