From: neilbrown Date: Sun, 26 Mar 2006 23:58:51 +0000 (+0000) Subject: Add debugging to better detect negotiation of enctype not supported by kernel X-Git-Tag: nfs-utils-1-0-8~25 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=d2e0390dcd89a5bd14491b7cee82a17554f2963b 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. --- 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.