]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Add debugging to better detect negotiation of enctype not supported by kernel
authorneilbrown <neilbrown>
Sun, 26 Mar 2006 23:58:51 +0000 (23:58 +0000)
committerneilbrown <neilbrown>
Sun, 26 Mar 2006 23:58:51 +0000 (23:58 +0000)
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.

ChangeLog

index d1cd888e1f9edfc4c66eff7266aa3243c5b2f6f1..510a63d88c846ce21d266a391377c812f5b603a6 100644 (file)
--- 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.