[INN-COMMITTERS] inn/nnrpd (article.c commands.c newnews.c nnrpd.c)
kondou at nec.co.jp
kondou at nec.co.jp
Tue Feb 1 07:03:46 UTC 2000
Date: Monday, January 31, 2000 @ 23:03:46
Author: kondou
Update of /dist1/cvs/isc/inn/inn/nnrpd
from pub3.rc.vix.com:/dist1/isc/kondou/CURRENT/inn/nnrpd
Modified Files:
article.c commands.c newnews.c nnrpd.c
----------------------------- Log Message -----------------------------
nnrpd/article.c:
nnrpd/commands.c:
nnrpd/newnews.c:
nnrpd/nnrpd.c:
- From: Heiko Schlichting <inn-bugs at FU-Berlin.DE>
- Issueing an XHDR command with a range before entering a group
crashes nnrpd (or does something undefined). nnrpd should reply
with "412 Not in a newsgroup". Fixed in article.c
- nnrpd crashes if OVERGetHeader() returns with NULL while
processing an XHDR command. nnrpd should skip this article
and continue with the next. Fixed in article.c
- NEWGROUPS command prints only 2-digit year in usage message. It
should show that a four digit year is also possible. Fixed in
commands.c and nnrpd.c
- NEWGROUPS can't handle "UTC" as required in
draft-ietf-nntpext-base-09.txt. "UTC" should be handled as a synonym
for "GMT". Fixed in commands.c
- Position of the colon in 'bad distribution list' message is wrong.
Fixed in commands.c
- nnrpd crashes when the NEWGROUPS command tries to print more than
1000 newsgroups. There are 1000 GROUPDATA records allocated but
1001 were used. Fixed in commands.c
- NEWNEWS command prints only 2-digit year in usage message. It
should show that a four digit year is also allowed. Fixed in
nnrpd.c
- NEWNEWS doesn't handle "UTC" as a synonym to "GMT". It is crazy that
draft-ietf-nntpext-base-09.txt defines "UTC" and "GMT" for the
NEWGROUPS command but for NEWNEWS only "GMT" is mentioned. Looks like
a glitch in the draft - nnrpd should handle both as a synonym. Fixed
in newnews.c
More information about the inn-committers
mailing list