]> diplodocus.org Git - nmh/commitdiff
-apop and -noapop were not documented in inc.man. -snoop was documented but
authorDan Harkless <dan@harkless.org>
Wed, 20 Dec 2000 03:18:33 +0000 (03:18 +0000)
committerDan Harkless <dan@harkless.org>
Wed, 20 Dec 2000 03:18:33 +0000 (03:18 +0000)
didn't appear in the usage SYNOPSIS.

ChangeLog
man/inc.man

index b00c1c794c04e56dfb87cb6f29453e9b016f2e97..245c78426d0614db77f1dd5edae6407843a141ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 19 19:16:37 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
+
+       * -apop and -noapop were not documented in inc.man.  -snoop was
+       documented but didn't appear in the usage SYNOPSIS.
+
 Thu Dec 14 14:32:09 2000 Shantonu Sen <ssen@mit.edu>
 
        * Updated config.guess and config.sub to the most recent
 Thu Dec 14 14:32:09 2000 Shantonu Sen <ssen@mit.edu>
 
        * Updated config.guess and config.sub to the most recent
index 4a06a7f69a80eb21eaa04fc265df700977d3bd8f..fe627ce537aa71dea993319dc594d36610d1759f 100644 (file)
@@ -32,9 +32,12 @@ inc
 \%[\-user\ username]
 \%[\-pack\ file]
 \%[\-nopack]
 \%[\-user\ username]
 \%[\-pack\ file]
 \%[\-nopack]
+\%[\-apop]
+\%[\-noapop]
 \%[\-kpop]
 \%[\-sasl]
 \%[\-saslmech\ mechanism]
 \%[\-kpop]
 \%[\-sasl]
 \%[\-saslmech\ mechanism]
+\%[\-snoop]
 .br
 %nmhendpop%
 \%[\-version]
 .br
 %nmhendpop%
 \%[\-version]
@@ -150,6 +153,17 @@ For debugging purposes, you may give the switch `\-snoop', which will
 allow you to watch the POP transaction take place between you and the
 POP server.
 
 allow you to watch the POP transaction take place between you and the
 POP server.
 
+If nmh has been compiled with APOP #defined, the `\-apop' switch will cause
+\fIinc\fR to use APOP rather than standard POP3 authentication.  Under APOP, a
+unique string (generally of the format
+<\fIpid\fR.\fItimestamp\fR@\fIhostname\fR>) is announced by the POP server.
+Rather than `USER \fIuser\fR', `PASS \fIpassword\fR', inc sends `APOP \fIuser\fR
+\fIdigest\fR', where digest is the MD5 hash of the unique string followed by a
+`secret' shared by client and server, essentially equivalent to the user's
+password (though an APOP-enabled POP3 server can have separate APOP and plain
+POP3 passwords for a single user).  `\-noapop' disables APOP in cases where it'd
+otherwise be used.
+
 If nmh has been compiled with KPOP #defined, the `\-kpop' switch will allow
 \fIinc\fR to use Kerberized POP rather than standard POP3 on a given invocation.
 If POPSERVICE was also #defined to "kpop", \fIinc\fR will be hardwired to always
 If nmh has been compiled with KPOP #defined, the `\-kpop' switch will allow
 \fIinc\fR to use Kerberized POP rather than standard POP3 on a given invocation.
 If POPSERVICE was also #defined to "kpop", \fIinc\fR will be hardwired to always