]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - ChangeLog
1.0.8
[nfs-utils.git] / ChangeLog
index 91511830ce4be403d59f5e683794eaa5e03cde42..e2dae5116c7533885aeff3791ab8f00150145d66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-04-12 NeilBrown <neilb@suse.de>
+       Set version to 1.0.8, 
+       aclocal -I aclocal ; autoheader ; automake ; autoconf
+
+2006-04-10 NeilBrown <neilb@suse.de>
+       Various paranoia checks:
+       gssd_proc.c: pass max_field sizes to sscanf to avoid buffer
+         overflow
+       svcgssd_proc.c: range_check name.length, to ensure name.length+1
+         doesn't wrap
+       idmapd.c(nfsdcb): make sure at least one byte is read before
+        zeroing the last byte that was read, otherwise memory corruption
+        is possible.
+
+       Found by SuSE security audit.
+       
 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>
        Check for sufficient version of librpcsecgss and libgssapi
        in configure.in