summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2013-10-11 18:21:31 -0400
committerRob Crittenden <rcritten@redhat.com>2014-02-21 14:20:19 -0500
commitd80edebece935254185775dedfc71121412937bc (patch)
tree0d39eb803ca10dca1c5308072d9cbd7046266a00
parentff7637163c2677d1bff87583574c2378736de4e1 (diff)
downloadmod_nss-d80edebece935254185775dedfc71121412937bc.tar.gz
mod_nss-d80edebece935254185775dedfc71121412937bc.tar.xz
mod_nss-d80edebece935254185775dedfc71121412937bc.zip
Update Changelog and AUTHORS
-rw-r--r--AUTHORS10
-rw-r--r--ChangeLog38
2 files changed, 48 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e69de29..5455a25 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -0,0 +1,10 @@
+The following people have contributed to mod_nss, in alphabetical order:
+
+Rob Crittenden
+Wolter Eldering
+Kai Engert
+Oden Eriksson
+Matthew Harmsen
+Tomas Hoger
+Joshua Roys
+Ulf Weltman
diff --git a/ChangeLog b/ChangeLog
index b24a0aa..0612b8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2014-02-20 Rob Crittenden <rcritten@redhat.com
+ * Sync with Fedora builds which were basicaly the defacto upstream.
+ * Add nss_pcache man page
+ * Fix CVE-2013-4566
+ * Move nss_pcache to /usr/libexec
+ * Fix argument handling in nss_pcache
+
+2013-10-11 Tomas Hoger <thoger@redhat.com>
+ * Documentation formatting fixes
+
+2013-10-11 Rob Crittenden <rcritten@redhat.com>
+ * Only clear the SSL Session Cache when shutting the server down.
+
+2013-10-11 Matthew Harmsen <mharmsen@redhat.com>
+ * Add support for TLS v1.1
+
+2013-07-02 Matthew Harmsen <mharmsen@redhat.com>
+ * Add man page for nss_pcache, update man page for gencert
+
+2011-10-09 Rob Crittenden <rcritten@redhat.com>
+ * Fix static array overrun when generating arg list for nss_pcache
+
+2011-06-14 Rob Crittenden <rcritten@redhat.com>
+ * Always copy in client certificate and fix FakeBasicAuth
+
+ * When NSSOptions +FakeBasicAuth is set for a directory, and a
+ certificate is not provided with which the BasicAuth can be Faked,
+ and the client provides an Authorization header, the FakeBasicAuth
+ code in mod_nss may not properly reject an attempt to spoof.
+
+ * No need to shut things down if NSS isn't initialized.
+
+2011-03-02 Rob Crittenden <rcritten@redhat.com>
+ * Add semaphore lock around retrieving token PINs to avoid overruns.
+
+2011-02-03 Rob Crittenden <rcritten@redhat.com>
+ * Add man page for gencert
+
2011-01-12 Rob Crittenden <rcritten@redhat.com>
* Don't use memcpy as it may operate on overlapping memory (#669118)
Patch ported from mod_ssl by Stephen Gallagher <sgallagh@redhat.com>