diff options
author | Steve French <sfrench@us.ibm.com> | 2008-04-17 23:41:01 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-04-17 23:41:01 +0000 |
commit | 675c46796d601f63f2d47c6dd07332bca77ddae5 (patch) | |
tree | b0fb70a3e3336d1e8fa28f8c68994b125fb6be4a /fs/cifs/README | |
parent | 20e673810c69d18bee2ed74d19af3806ec2504f5 (diff) | |
download | linux-3.10-675c46796d601f63f2d47c6dd07332bca77ddae5.tar.gz linux-3.10-675c46796d601f63f2d47c6dd07332bca77ddae5.tar.bz2 linux-3.10-675c46796d601f63f2d47c6dd07332bca77ddae5.zip |
[CIFS] Add various missing flags and defintions
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/README')
-rw-r--r-- | fs/cifs/README | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fs/cifs/README b/fs/cifs/README index 50306229b0f..621aa1a8597 100644 --- a/fs/cifs/README +++ b/fs/cifs/README @@ -3,7 +3,14 @@ features such as hierarchical dfs like namespace, hardlinks, locking and more. It was designed to comply with the SNIA CIFS Technical Reference (which supersedes the 1992 X/Open SMB Standard) as well as to perform best practice practical interoperability with Windows 2000, Windows XP, Samba and equivalent -servers. +servers. This code was developed in participation with the Protocol Freedom +Information Foundation. + +Please see + http://protocolfreedom.org/ and + http://samba.org/samba/PFIF/ +for more details. + For questions or bug reports please contact: sfrench@samba.org (sfrench@us.ibm.com) |