X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=caa472e535df58c81f4a816ca0d48831b6cbac94;hp=437660af45ccb4a39a58c3707ad1d955159374f7;hb=7c0658702830ca9f4d019bbdca0d94fa657a0f17;hpb=a6037e23a8c9d649bf5946ac9d23114f9097b997 diff --git a/ChangeLog b/ChangeLog index 437660a..caa472e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2006-03-28 kwc@citi.umich.edu + Add debugging to better detect negotiation of enctype not supported by kernel + + Print debugging message indicating the type of encryption keys being sent + down to the kernel. This should make it easier to detect cases where + unsupported encryption types are being negotiated. + (really this time) + +2006-03-28 kwc@citi.umich.edu + + Don't close and reopen all pipes on every DNOTIFY signal. + + From: Vince Busam + Signed-off-by: Kevin Coffman + + Don't unnecessarily close and re-open all pipes after every DNOTIFY + signal. These unnecessary closes were triggering a kernel Oops. + Original patch modified to correct segfault when unmounting last + NFSv4 mount. + 2006-03-28 kwc@citi.umich.edu Add option to specify directory to search for credentials cache files