summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp
diff options
context:
space:
mode:
authorDan Winship <danw@mit.edu>1998-10-20 20:35:54 +0000
committerDan Winship <danw@mit.edu>1998-10-20 20:35:54 +0000
commit8c3395b6a09b6ec2e49d3926ee15471c2146b993 (patch)
tree1afecccf3e71e337ad9e5e8d7ba2d125beb86fcd /src/appl/gssftp
parent54f827e98938d5c2b432fbb92ea0ec90042c9620 (diff)
downloadkrb5-8c3395b6a09b6ec2e49d3926ee15471c2146b993.tar.gz
krb5-8c3395b6a09b6ec2e49d3926ee15471c2146b993.tar.xz
krb5-8c3395b6a09b6ec2e49d3926ee15471c2146b993.zip
update ftpd man page to fully match reality (-a, -c, -u, CCC)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10973 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gssftp')
-rw-r--r--src/appl/gssftp/ftpd/ChangeLog5
-rw-r--r--src/appl/gssftp/ftpd/ftpd.M25
2 files changed, 24 insertions, 6 deletions
diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog
index 37967da954..400d4834df 100644
--- a/src/appl/gssftp/ftpd/ChangeLog
+++ b/src/appl/gssftp/ftpd/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct 20 16:29:46 1998 Dan Winship <danw@mit.edu>
+
+ * ftpd.M: Reality check. Add -a to synopsis, document -c and -u
+ and CCC.
+
1998-10-08 Geoffrey King <gjking@mit.edu>
* ftpd.c: Add support for restricted users, as requested in
diff --git a/src/appl/gssftp/ftpd/ftpd.M b/src/appl/gssftp/ftpd/ftpd.M
index 1806aa5b48..cdbb69b541 100644
--- a/src/appl/gssftp/ftpd/ftpd.M
+++ b/src/appl/gssftp/ftpd/ftpd.M
@@ -39,9 +39,10 @@
Internet File Transfer Protocol server
.SH SYNOPSIS
.B ftpd
-[\fB\-d\fP] [\fB\-l\fP] [\fB\-t\fP \fItimeout\fP] [\fB\-T\fP
-\fImaxtimeout\fP] [\fB\-p\fP \fIport\fP] [\fB\-r\fP \fIrealm-file\fP]
-[\fB\-s\fP \fIsrvtab\fP]
+[\fB\-a\fP] [\fB\-c\fP] [\fB\-d\fP] [\fB\-l\fP]
+[\fB\-t\fP \fItimeout\fP] [\fB\-T\fP \fImaxtimeout\fP]
+[\fB\-p\fP \fIport\fP] [\fB\-u\fP \fIumask\fP]
+[\fB\-r\fP \fIrealm-file\fP] [\fB\-s\fP \fIsrvtab\fP]
.SH DESCRIPTION
.B Ftpd
is the
@@ -54,6 +55,13 @@ specification; see
.PP
Available options:
.TP
+.B \-a
+Only permit Kerberos-authenticated or anonymous logins.
+.TP
+.B \-c
+Allow the CCC (Clear Command Channel) command to be used. This allows
+less secure connections, and should probably only be used when debugging.
+.TP
.B \-d
Debugging information is written to the syslog.
.TP
@@ -75,15 +83,15 @@ seconds with the
.B \-T
option. The default limit is 2 hours.
.TP
-.B \-a
-Only permit Kerberos authenticated or anonymous logins.
-.TP
\fB\-p\fP \fIport\fP
Run as a server and accept a connection on
.IR port .
Normally the ftp server is invoked by
.IR inetd (8).
.TP
+\fB\-u\fP \fIumask\fP
+Sets the umask for the ftpd process. The default value is normally 027.
+.TP
\fB\-r\fP \fIrealm-file\fP
Sets the name of the
.I krb.conf
@@ -127,6 +135,11 @@ AUTH
specify an authentication protocol to be performed
.sp -1
.TP
+CCC
+set the command channel protection mode to "Clear" (no protection).
+Only available if the \fB-c\fP command-line option was given.
+.sp -1
+.TP
CDUP
change to parent of current working directory
.sp -1