diff options
author | neilbrown <neilbrown> | 2006-03-26 23:58:51 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2006-03-26 23:58:51 +0000 |
commit | d2e0390dcd89a5bd14491b7cee82a17554f2963b (patch) | |
tree | c6d9d54eb8eed013baae73ca0120e6ac921bf1f3 | |
parent | 88c0bf4f1229c5cd9990c19363fa1fa81b8b6890 (diff) | |
download | nfs-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.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |