diff options
author | Steve French <smfrench@austin.rr.com> | 2005-04-29 01:41:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-29 01:41:08 -0400 |
commit | 09d1db5c6131232f764046160c29118cd4e5e646 (patch) | |
tree | 198d0b03c0afa7974cd6dcea4e711351f4e056eb /fs/cifs/README | |
parent | 966ca9234754ece58870075972ef103e354de075 (diff) |
[PATCH] cifs: improve check for search entry going beyond end of SMB transact
Signed-off-by: Steve French (sfrench@us.ibm.com)
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/cifs/README')
-rw-r--r-- | fs/cifs/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/cifs/README b/fs/cifs/README index 48c37a6e9c3f..bec7b3fc8a72 100644 --- a/fs/cifs/README +++ b/fs/cifs/README | |||
@@ -420,7 +420,7 @@ Misc /proc/fs/cifs Flags and Debug Info | |||
420 | ======================================= | 420 | ======================================= |
421 | Informational pseudo-files: | 421 | Informational pseudo-files: |
422 | DebugData Displays information about active CIFS sessions | 422 | DebugData Displays information about active CIFS sessions |
423 | and shares. | 423 | and shares, as well as the cifs.ko version. |
424 | Stats Lists summary resource usage information as well as per | 424 | Stats Lists summary resource usage information as well as per |
425 | share statistics, if CONFIG_CIFS_STATS in enabled | 425 | share statistics, if CONFIG_CIFS_STATS in enabled |
426 | in the kernel configuration. | 426 | in the kernel configuration. |
@@ -477,7 +477,7 @@ and for more extensive tracing including the start of smb requests and responses | |||
477 | Two other experimental features are under development and to test | 477 | Two other experimental features are under development and to test |
478 | require enabling CONFIG_CIFS_EXPERIMENTAL | 478 | require enabling CONFIG_CIFS_EXPERIMENTAL |
479 | 479 | ||
480 | More efficient write operations and SMB buffer handling | 480 | More efficient write operations |
481 | 481 | ||
482 | DNOTIFY fcntl: needed for support of directory change | 482 | DNOTIFY fcntl: needed for support of directory change |
483 | notification and perhaps later for file leases) | 483 | notification and perhaps later for file leases) |
@@ -495,8 +495,8 @@ returned success. | |||
495 | 495 | ||
496 | Also note that "cat /proc/fs/cifs/DebugData" will display information about | 496 | Also note that "cat /proc/fs/cifs/DebugData" will display information about |
497 | the active sessions and the shares that are mounted. Note: NTLMv2 enablement | 497 | the active sessions and the shares that are mounted. Note: NTLMv2 enablement |
498 | will not work since they its implementation is not quite complete yet. | 498 | will not work since its implementation is not quite complete yet. Do not alter |
499 | Do not alter these configuration values unless you are doing specific testing. | 499 | the ExtendedSecurity configuration value unless you are doing specific testing. |
500 | Enabling extended security works to Windows 2000 Workstations and XP but not to | 500 | Enabling extended security works to Windows 2000 Workstations and XP but not to |
501 | Windows 2000 server or Samba since it does not usually send "raw NTLMSSP" | 501 | Windows 2000 server or Samba since it does not usually send "raw NTLMSSP" |
502 | (instead it sends NTLMSSP encapsulated in SPNEGO/GSSAPI, which support is not | 502 | (instead it sends NTLMSSP encapsulated in SPNEGO/GSSAPI, which support is not |