X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=0e31d54d02b864573832414aeffeb72865ad5adb;hp=0c8b592803ec6e14b9096b9269c10acf25a72c49;hb=2312040530af18422dd811e4338a4ae81bdcada4;hpb=5206cbfa8934cb7331a840f3446d35cdbb795e34 diff --git a/ChangeLog b/ChangeLog index 0c8b592..0e31d54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-12-03 NeilBrown + Release 1.0.7-pre1 for testing + + * config.mk, configure.in: update version number, run autoconf + +2004-12-03 Trond Myklebust + + * utils/statd/statd.c(main): ignore SIGPIPE + 2004-11-22 "J. Bruce Fields" * tools/rpcdebug/rpcdebug.c: support aliases "nfsdebug" and @@ -23,6 +32,14 @@ file for the default domain, instead of doing that ourselves. * utils/gssd/gssd_proc.c: Make sure we get an error when a gssd downcall fails. + * utils/gssd/gssd_proc.c: We were forgetting to restore the euid + on certain failures, which meant gssd could get stuck in a state + where it didn't have permissions to read the files in rpc_pipefs + that it needed to. + * utils/gssd/gssd_proc.c: Use libnfsidmapd to map gss principals + to uids. + * debian/nfs-kernel-server.default: Document the NEED_SVCGSSD + variable in /etc/default/nfs-kernel-server. 2004-11-22 NeilBrown