X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=510a63d88c846ce21d266a391377c812f5b603a6;hp=de1400e25d6dd057d72da2d0dd6848182ab056a1;hb=4fde9011946076918021a7007408b0d9802e80d0;hpb=0aefd6ce463b65c81031d32410ab776fdeb80605 diff --git a/ChangeLog b/ChangeLog index de1400e..510a63d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +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. + + Don't unnecessarily close and re-open all pipes after every DNOTIFY + signal. These unnecessary closes were triggering a kernel Oops. + Original patch modified to correct segfault when unmounting last + NFSv4 mount. + 2006-03-27 Add option to specify directory to search for credentials cache files