summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2013-12-27 16:42:36 -0500
committerstanley lieber <stanley.lieber@gmail.com>2013-12-27 16:42:36 -0500
commit4aa68d2f3a10b81fecc27550c9e1bb05b7b74887 (patch)
tree44a5bbd6813f88b2af9b75b5a59b31ff54537513
parent066ef283907b39c4db3c06224665a70b46fc2738 (diff)
downloadplan9front-4aa68d2f3a10b81fecc27550c9e1bb05b7b74887.tar.xz
cifs(4): replace with correct version
-rw-r--r--sys/man/4/cifs24
1 files changed, 15 insertions, 9 deletions
diff --git a/sys/man/4/cifs b/sys/man/4/cifs
index 8e35aac97..3ba63ebfd 100644
--- a/sys/man/4/cifs
+++ b/sys/man/4/cifs
@@ -4,7 +4,10 @@ cifs - Microsoft™ Windows network filesystem client
.SH SYNOPSIS
.B cifs
[
-.B -bdDiv
+.B -bDiv
+] [
+.B -d
+.I debug
] [
.B -a
.I auth-method
@@ -43,7 +46,7 @@ The arguments are:
.BI -a " auth-method"
.I Cifs
authenticates using
-.L BNTLM
+.B ntlmv2
by default, but alternative strategies may be
selected using this option.
.I Cifs
@@ -56,7 +59,7 @@ if no method name is supplied.
.IP
.I "Windows server 2003"
requires the
-.B BNTLMv2
+.B ntlmv2
method by default, though it can be configured to be more flexible.
.TP
.B -b
@@ -67,15 +70,18 @@ This requires an open and close per file and thus will slow
.I cifs
considerably; its use is not recommended.
.TP
-.B -d
-CIFS packet debug.
+.BI -d " debug"
+followed by non-whitespace separated list of debug options
+.I debug
+writes specific debug output to file descriptor 2. See source
+for more information.
.TP
.B -D
9P request debug.
.TP
.B -i
By default
-.I cifs(4)
+.I cifs
attempts to enforce case significance file and directory names, though objects
which differ only in their case still cannot co-exist in the same directory. The
.B -i
@@ -186,8 +192,8 @@ in milliseconds, the server proximity (0 is local), the server name,
and the share name on that server.
.SH COMPATIBILITY
.I Cifs
-has been tested against
-.IR aquarela (8),
+has been tested against aquarela,
+.IR cifsd (8),
Windows 95, NT4.0sp6,
Windows server 2003, Windows server 2003, WinXP pro,
Samba 2.0 (Pluto VideoSpace), and Samba 3.0.
@@ -214,7 +220,7 @@ likely that this could be easily fixed.
.B /sys/src/cmd/cifs
.SH SEE ALSO
.IR factotum (4),
-.IR aquarela (8)
+.IR cifsd (8)
.SH BUGS
DFS support is unfinished, it will not follow referals that span servers.
.PP