update ftpd man page to fully match reality (-a, -c, -u, CCC)
authorDan Winship <danw@mit.edu>
Tue, 20 Oct 1998 20:35:54 +0000 (20:35 +0000)
committerDan Winship <danw@mit.edu>
Tue, 20 Oct 1998 20:35:54 +0000 (20:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10973 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/gssftp/ftpd/ChangeLog
src/appl/gssftp/ftpd/ftpd.M

index 37967da9547347b8cab27b08bc3442e017897c07..400d4834df9875ddddd1697246a1cc9231d45010 100644 (file)
@@ -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
index 1806aa5b48b04d1c457b3bc46e31d6081ad5155e..cdbb69b541402b0fa904833c5f41f76c8aa89fce 100644 (file)
 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