obrien
|
c98a455106
|
Not needed any more, vendor sources have PAM support.
|
2006-08-31 17:12:33 +00:00 |
|
obrien
|
e2b445ed86
|
Catch up with the import of ftpd.c rev 1.1.1.6.
|
2006-08-31 17:02:05 +00:00 |
|
obrien
|
aeae00d8be
|
FreeBSD doesn't have the simple pidfile(3), so craft it using FreeBSD's
primitives.
|
2006-08-31 16:57:46 +00:00 |
|
yar
|
7ed5788085
|
The lukemftpd code depends on INET6. Therefore MK_INET6_SUPPORT
should be respected.
|
2006-07-28 10:50:11 +00:00 |
|
ru
|
388e590f95
|
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)
|
2006-03-17 18:54:44 +00:00 |
|
ru
|
c8158555ed
|
NOPAM -> NO_PAM
|
2004-12-21 12:49:24 +00:00 |
|
obrien
|
22dcfa59a7
|
Add some details about our wonderful system.
|
2004-08-21 03:36:47 +00:00 |
|
obrien
|
a1194af70b
|
Turn on the FreeBSD login user capabilities database support.
|
2004-08-18 06:46:25 +00:00 |
|
ru
|
794727acbe
|
- Added the NOPAM knob, for consistency with ${.CURDIR}/../ftpd.
- Unbreak -DNOPAM -DNOSHARED build by putting -lmd after -lopie.
(Static build with PAM remains broken.)
|
2004-02-04 10:05:21 +00:00 |
|
obrien
|
507c61e256
|
Deal with the LOGIN_NAME_MAX issue in the NetBSD->FreeBSD
translation^H^H^Hhack layer.
|
2003-09-11 03:28:21 +00:00 |
|
obrien
|
d98e23fbe8
|
Add a dependancy on 'nbsd2fbsd.h'
|
2003-09-10 19:03:48 +00:00 |
|
obrien
|
fb9845a19e
|
Remove a useless '/'.
|
2003-08-24 17:35:52 +00:00 |
|
obrien
|
7ea86c6d90
|
Remove MAINTAINER lines.
|
2003-06-14 19:32:52 +00:00 |
|
obrien
|
c3523316fa
|
Add OPIE and PAM libs to the mix.
|
2003-02-02 21:11:15 +00:00 |
|
obrien
|
001be11d96
|
OPIE and PAM bits to agument LukeMftpd.
Submitted by: mikeh (reworked by me)
|
2003-02-02 21:06:10 +00:00 |
|
obrien
|
1d7140c9c9
|
We have a usable 'LOGIN_NAME_MAX' now.
|
2003-01-06 04:42:20 +00:00 |
|
obrien
|
245822d35f
|
Need to prototype strsuftollx() to quiet a warning.
|
2003-01-06 04:09:20 +00:00 |
|
obrien
|
c5fa1fb790
|
Make the "nbsd_20030105" import build.
|
2003-01-06 03:03:53 +00:00 |
|
obrien
|
e4a311f35f
|
We don't use libpam, libopie, or libmd.
|
2002-11-12 07:41:59 +00:00 |
|
obrien
|
252278ff5d
|
We have fparseln(3). Also libskey on RELENG_4.
|
2002-11-12 07:37:15 +00:00 |
|
obrien
|
b3245bbb2f
|
Update for version 1.2 Beta 2.
|
2002-11-12 06:48:35 +00:00 |
|
kuriyama
|
1a4ad6f685
|
Unbreak by merging the change in r1.51 of src/libexec/ftpd/Makefile.
|
2002-10-24 04:55:25 +00:00 |
|
obrien
|
3b8e2fbae0
|
Was mising ftpchroot.5
PR: 40717
Submitted by: Andrew <andrew@ugh.net.au>
|
2002-08-30 06:50:08 +00:00 |
|
ru
|
019e44ef62
|
Fixed CLEANFILES.
|
2002-05-13 15:21:51 +00:00 |
|
obrien
|
986e4bd208
|
Allow to compile with both GCC 2.95 and 3.1.
|
2002-04-08 21:22:58 +00:00 |
|
obrien
|
63cb65a36e
|
*sigh* while the last commit made GCC 3.1 happy, it upset GCC 2.95.
back out last commit to un-break world.
|
2002-03-01 17:30:01 +00:00 |
|
obrien
|
46f27ab47e
|
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
|
2002-02-28 23:12:44 +00:00 |
|
obrien
|
a94b4230be
|
Build LukeM's ftpd.
|
2002-02-27 18:35:26 +00:00 |
|