diff options
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 43f2e0d061f6..f20c4069c220 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -8,7 +8,8 @@ accurately mark string length before allocating memory (which may help the | |||
8 | rare cases where a UTF-8 string is much larger than the UCS2 string that | 8 | rare cases where a UTF-8 string is much larger than the UCS2 string that |
9 | we converted from). Fix endianness of the vcnum field used during | 9 | we converted from). Fix endianness of the vcnum field used during |
10 | session setup to distinguish multiple mounts to same server from different | 10 | session setup to distinguish multiple mounts to same server from different |
11 | userids. | 11 | userids. Raw NTLMSSP fixed (it requires /proc/fs/cifs/experimental |
12 | flag to be set to 2, and mount must enable krb5 to turn on extended security). | ||
12 | 13 | ||
13 | Version 1.57 | 14 | Version 1.57 |
14 | ------------ | 15 | ------------ |