summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-03-28 00:51:14 +0000
committerneilbrown <neilbrown>2006-03-28 00:51:14 +0000
commit7c0658702830ca9f4d019bbdca0d94fa657a0f17 (patch)
tree68cfd34a04d02096f9eb95b681c8faa1f4581dad /ChangeLog
parent05424b57b5ccfefcfee415f97d5c4063d2ab314e (diff)
downloadnfs-utils-7c0658702830ca9f4d019bbdca0d94fa657a0f17.tar.gz
nfs-utils-7c0658702830ca9f4d019bbdca0d94fa657a0f17.tar.xz
nfs-utils-7c0658702830ca9f4d019bbdca0d94fa657a0f17.zip
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)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74808aa..caa472e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
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.