X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=2ff82a3052b6ce969a52eb9fc238cbc342209aff;hp=e7c9f5870fa1fba64c275e53848834ac17145f8c;hb=c481a5416e5b937541205da23cde15cdabf106c1;hpb=dad8bf9fdf53d1f954339567da2aa1d1bc202c73 diff --git a/ChangeLog b/ChangeLog index e7c9f58..2ff82a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,34 @@ +2006-04-12 NeilBrown + utils/statd/rmtcall.c: use HAVE_IFADDRS_H to control compilation + of code using ifaddrs.h + configure.in: test for present of ifaddrs.h + + Old glibc's don't have ifaddrs.h + +2006-04-12 NeilBrown + Set version to 1.0.8, + aclocal -I aclocal ; autoheader ; automake ; autoconf + +2006-04-10 NeilBrown + 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" + Check for sufficient version of librpcsecgss and libgssapi + in configure.in + 2006-04-10 "Kevin Coffman" Update aclocal/tcp-wrappers.m4 to define HAVE_LIBWRAP and HAVE_TCP_WRAPPERS as appropriate. - + 2006-04-10 NeilBrown Add checking for innetgr back to configure.in