Date: Sat, 16 Feb 2002 06:02:01 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd extern.h ftpcmd.y ftpd.8 ftpd.c Message-ID: <200202161402.g1GE21457664@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2002/02/16 06:02:01 PST
Modified files: (Branch: RELENG_4)
libexec/ftpd extern.h ftpcmd.y ftpd.8 ftpd.c
Log:
MFC: Various ftpd changes which haven't found their way into -stable yet.
ftpcmd.y 1.29 Be more careful about freeing memory.
ftpd.c 1.85 Be consistent about indenting in a block.
ftpd.c 1.83 Remove bad/useless field width specifier.
ftpd.c 1.81 long->off_t, long->time_t, %l->%q, fseek->fseeko
ftpcmd.y 1.26 debug->ftpdebug, fatal->fatalerror
ftpd.c 1.76 debug->ftpdebug, fatal->fatalerror
extern.h 1.15 debug->ftpdebug, fatal->fatalerror
ftpcmd.y 1.23 Support the empty "PASS\r\n" command.
ftpd.8 1.38 Document that SITE disabled for anonymous logins.
ftpd.8 1.37 SITE MD5 filename.
ftpcmd.y 1.22 SITE MD5 filename.
The remaining differences between -current and -stable should be
__P removal, PAM/Skey changes, Makefile adjustments and the bugfix
for the sendfile loop. The last item is marked for MFC by maxim
shortly.
Revision Changes Path
1.14.2.2 +1 -1 src/libexec/ftpd/extern.h
1.16.2.7 +49 -19 src/libexec/ftpd/ftpcmd.y
1.31.2.9 +3 -0 src/libexec/ftpd/ftpd.8
1.62.2.18 +25 -27 src/libexec/ftpd/ftpd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202161402.g1GE21457664>
