cifs(4), cifsd(8): add HISTORY
This commit is contained in:
parent
459f018d0d
commit
066ef28390
2 changed files with 16 additions and 15 deletions
|
@ -4,10 +4,7 @@ cifs - Microsoft™ Windows network filesystem client
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B cifs
|
.B cifs
|
||||||
[
|
[
|
||||||
.B -bDiv
|
.B -bdDiv
|
||||||
] [
|
|
||||||
.B -d
|
|
||||||
.I debug
|
|
||||||
] [
|
] [
|
||||||
.B -a
|
.B -a
|
||||||
.I auth-method
|
.I auth-method
|
||||||
|
@ -46,7 +43,7 @@ The arguments are:
|
||||||
.BI -a " auth-method"
|
.BI -a " auth-method"
|
||||||
.I Cifs
|
.I Cifs
|
||||||
authenticates using
|
authenticates using
|
||||||
.B ntlmv2
|
.L BNTLM
|
||||||
by default, but alternative strategies may be
|
by default, but alternative strategies may be
|
||||||
selected using this option.
|
selected using this option.
|
||||||
.I Cifs
|
.I Cifs
|
||||||
|
@ -59,7 +56,7 @@ if no method name is supplied.
|
||||||
.IP
|
.IP
|
||||||
.I "Windows server 2003"
|
.I "Windows server 2003"
|
||||||
requires the
|
requires the
|
||||||
.B ntlmv2
|
.B BNTLMv2
|
||||||
method by default, though it can be configured to be more flexible.
|
method by default, though it can be configured to be more flexible.
|
||||||
.TP
|
.TP
|
||||||
.B -b
|
.B -b
|
||||||
|
@ -70,18 +67,15 @@ This requires an open and close per file and thus will slow
|
||||||
.I cifs
|
.I cifs
|
||||||
considerably; its use is not recommended.
|
considerably; its use is not recommended.
|
||||||
.TP
|
.TP
|
||||||
.BI -d " debug"
|
.B -d
|
||||||
followed by non-whitespace separated list of debug options
|
CIFS packet debug.
|
||||||
.I debug
|
|
||||||
writes specific debug output to file descriptor 2. See source
|
|
||||||
for more information.
|
|
||||||
.TP
|
.TP
|
||||||
.B -D
|
.B -D
|
||||||
9P request debug.
|
9P request debug.
|
||||||
.TP
|
.TP
|
||||||
.B -i
|
.B -i
|
||||||
By default
|
By default
|
||||||
.I cifs
|
.I cifs(4)
|
||||||
attempts to enforce case significance file and directory names, though objects
|
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
|
which differ only in their case still cannot co-exist in the same directory. The
|
||||||
.B -i
|
.B -i
|
||||||
|
@ -192,8 +186,8 @@ in milliseconds, the server proximity (0 is local), the server name,
|
||||||
and the share name on that server.
|
and the share name on that server.
|
||||||
.SH COMPATIBILITY
|
.SH COMPATIBILITY
|
||||||
.I Cifs
|
.I Cifs
|
||||||
has been tested against aquarela,
|
has been tested against
|
||||||
.IR cifsd (8),
|
.IR aquarela (8),
|
||||||
Windows 95, NT4.0sp6,
|
Windows 95, NT4.0sp6,
|
||||||
Windows server 2003, Windows server 2003, WinXP pro,
|
Windows server 2003, Windows server 2003, WinXP pro,
|
||||||
Samba 2.0 (Pluto VideoSpace), and Samba 3.0.
|
Samba 2.0 (Pluto VideoSpace), and Samba 3.0.
|
||||||
|
@ -220,10 +214,14 @@ likely that this could be easily fixed.
|
||||||
.B /sys/src/cmd/cifs
|
.B /sys/src/cmd/cifs
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR factotum (4),
|
.IR factotum (4),
|
||||||
.IR cifsd (8)
|
.IR aquarela (8)
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
DFS support is unfinished, it will not follow referals that span servers.
|
DFS support is unfinished, it will not follow referals that span servers.
|
||||||
.PP
|
.PP
|
||||||
Kerberos authentication is not supported.
|
Kerberos authentication is not supported.
|
||||||
.PP
|
.PP
|
||||||
NetBios name resolution is not supported, though it is now rarely used.
|
NetBios name resolution is not supported, though it is now rarely used.
|
||||||
|
.SH HISTORY
|
||||||
|
.I Cifs
|
||||||
|
first appeared in Plan 9 from Bell Labs. It was updated to the author's
|
||||||
|
latest revision for 9front (January, 2012).
|
||||||
|
|
|
@ -104,3 +104,6 @@ some applications.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR listen (8),
|
.IR listen (8),
|
||||||
.IR srv (4)
|
.IR srv (4)
|
||||||
|
.SH HISTORY
|
||||||
|
.I Cifsd
|
||||||
|
first appeared in 9front (May, 2011).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue