summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-03-26 23:58:51 +0000
committerneilbrown <neilbrown>2006-03-26 23:58:51 +0000
commitd2e0390dcd89a5bd14491b7cee82a17554f2963b (patch)
treec6d9d54eb8eed013baae73ca0120e6ac921bf1f3 /ChangeLog
parent88c0bf4f1229c5cd9990c19363fa1fa81b8b6890 (diff)
downloadnfs-utils-d2e0390dcd89a5bd14491b7cee82a17554f2963b.tar.gz
nfs-utils-d2e0390dcd89a5bd14491b7cee82a17554f2963b.tar.xz
nfs-utils-d2e0390dcd89a5bd14491b7cee82a17554f2963b.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1cd888..510a63d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-27 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.
+
2006-03-27
Don't close and reopen all pipes on every DNOTIFY signal.