History log of /freebsd-10.0-release/libexec/lukemftpd/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


229780 07-Jan-2012 uqs

Spelling fixes for libexec/


161772 31-Aug-2006 obrien

Not needed any more, vendor sources have PAM support.


161769 31-Aug-2006 obrien

Catch up with the import of ftpd.c rev 1.1.1.6.


161768 31-Aug-2006 obrien

FreeBSD doesn't have the simple pidfile(3), so craft it using FreeBSD's
primitives.


160778 28-Jul-2006 yar

The lukemftpd code depends on INET6. Therefore MK_INET6_SUPPORT
should be respected.


156813 17-Mar-2006 ru

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)


139126 21-Dec-2004 ru

NOPAM -> NO_PAM


134094 21-Aug-2004 obrien

Add some details about our wonderful system.


133941 18-Aug-2004 obrien

Turn on the FreeBSD login user capabilities database support.


125428 04-Feb-2004 ru

- Added the NOPAM knob, for consistency with ${.CURDIR}/../ftpd.
- Unbreak -DNOPAM -DNOSHARED build by putting -lmd after -lopie.

(Static build with PAM remains broken.)


119975 11-Sep-2003 obrien

Deal with the LOGIN_NAME_MAX issue in the NetBSD->FreeBSD
translation^H^H^Hhack layer.


119961 10-Sep-2003 obrien

Add a dependancy on 'nbsd2fbsd.h'


119416 24-Aug-2003 obrien

Remove a useless '/'.


116346 14-Jun-2003 obrien

Remove MAINTAINER lines.


110247 02-Feb-2003 obrien

Add OPIE and PAM libs to the mix.


110246 02-Feb-2003 obrien

OPIE and PAM bits to agument LukeMftpd.

Submitted by: mikeh (reworked by me)


108767 06-Jan-2003 obrien

We have a usable 'LOGIN_NAME_MAX' now.


108764 06-Jan-2003 obrien

Need to prototype strsuftollx() to quiet a warning.


108763 06-Jan-2003 obrien

Make the "nbsd_20030105" import build.


106799 12-Nov-2002 obrien

We don't use libpam, libopie, or libmd.


106798 12-Nov-2002 obrien

We have fparseln(3). Also libskey on RELENG_4.


106795 12-Nov-2002 obrien

Update for version 1.2 Beta 2.


105847 24-Oct-2002 kuriyama

Unbreak by merging the change in r1.51 of src/libexec/ftpd/Makefile.


102604 30-Aug-2002 obrien

Was mising ftpchroot.5

PR: 40717
Submitted by: Andrew <andrew@ugh.net.au>


96528 13-May-2002 ru

Fixed CLEANFILES.


94242 08-Apr-2002 obrien

Allow to compile with both GCC 2.95 and 3.1.


91534 01-Mar-2002 obrien

*sigh* while the last commit made GCC 3.1 happy, it upset GCC 2.95.
back out last commit to un-break world.


91510 28-Feb-2002 obrien

CPP v3.1 has different rules for processing #lines directives. This
sometimes causes fewer directories to be searched for includes. Thus
we have to be more explicit in our search list.

Pointy at to: GCC 3.1


91407 27-Feb-2002 obrien

Build LukeM's ftpd.