Date: Sat, 29 Jun 2002 23:00:51 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/lukemftpd COPYING ChangeLog INSTALL Makefile.in NEWS README THANKS acconfig.h aclocal.m4 config.h.in configure configure.in install-sh lukemftpd.h todo src/contrib/lukemftpd/src Makefile.in arpaftp.h cmds.c conf.c ... Message-ID: <200206300600.g5U60q9v070370@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2002/06/29 23:00:51 PDT
Added files: (Branch: RELENG_4)
contrib/lukemftpd COPYING ChangeLog INSTALL Makefile.in
NEWS README THANKS acconfig.h aclocal.m4
config.h.in configure configure.in
install-sh lukemftpd.h todo
contrib/lukemftpd/src Makefile.in arpaftp.h cmds.c conf.c
extern.h ftpcmd.y ftpd.8 ftpd.c
ftpd.conf.5 ftpusers.5 logutmp.c
logwtmp.c pathnames.h popen.c version.h
Log:
MFC.
Revision Changes Path
1.1.1.1.2.1 +47 -0 src/contrib/lukemftpd/COPYING (new)
1.1.1.2.2.1 +206 -0 src/contrib/lukemftpd/ChangeLog (new)
1.1.1.2.2.1 +101 -0 src/contrib/lukemftpd/INSTALL (new)
1.1.1.1.2.1 +29 -0 src/contrib/lukemftpd/Makefile.in (new)
1.1.1.2.2.1 +23 -0 src/contrib/lukemftpd/NEWS (new)
1.1.1.2.2.1 +104 -0 src/contrib/lukemftpd/README (new)
1.1.1.2.2.1 +10 -0 src/contrib/lukemftpd/THANKS (new)
1.1.1.1.2.1 +101 -0 src/contrib/lukemftpd/acconfig.h (new)
1.1.1.1.2.1 +257 -0 src/contrib/lukemftpd/aclocal.m4 (new)
1.1.1.1.2.1 +274 -0 src/contrib/lukemftpd/config.h.in (new)
1.1.1.2.2.1 +4091 -0 src/contrib/lukemftpd/configure (new)
1.1.1.2.2.1 +300 -0 src/contrib/lukemftpd/configure.in (new)
1.1.1.1.2.1 +251 -0 src/contrib/lukemftpd/install-sh (new)
1.1.1.2.2.1 +396 -0 src/contrib/lukemftpd/lukemftpd.h (new)
1.1.1.1.2.1 +61 -0 src/contrib/lukemftpd/src/Makefile.in (new)
1.1.1.1.2.1 +111 -0 src/contrib/lukemftpd/src/arpaftp.h (new)
1.1.1.2.2.1 +818 -0 src/contrib/lukemftpd/src/cmds.c (new)
1.1.1.2.2.1 +1018 -0 src/contrib/lukemftpd/src/conf.c (new)
1.1.1.2.2.1 +374 -0 src/contrib/lukemftpd/src/extern.h (new)
1.1.1.2.2.1 +1808 -0 src/contrib/lukemftpd/src/ftpcmd.y (new)
1.1.1.2.2.1 +835 -0 src/contrib/lukemftpd/src/ftpd.8 (new)
1.1.1.2.2.1 +2991 -0 src/contrib/lukemftpd/src/ftpd.c (new)
1.1.1.2.2.1 +629 -0 src/contrib/lukemftpd/src/ftpd.conf.5 (new)
1.1.1.2.2.1 +186 -0 src/contrib/lukemftpd/src/ftpusers.5 (new)
1.1.1.1.2.1 +111 -0 src/contrib/lukemftpd/src/logutmp.c (new)
1.1.1.1.2.1 +65 -0 src/contrib/lukemftpd/src/logwtmp.c (new)
1.1.1.1.2.1 +51 -0 src/contrib/lukemftpd/src/pathnames.h (new)
1.1.1.2.2.1 +236 -0 src/contrib/lukemftpd/src/popen.c (new)
1.1.1.2.2.1 +40 -0 src/contrib/lukemftpd/src/version.h (new)
1.1.1.2.2.1 +21 -0 src/contrib/lukemftpd/todo (new)
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?200206300600.g5U60q9v070370>
