summaryrefslogtreecommitdiff
path: root/libexec/lukemftpd
Commit message (Collapse)AuthorAgeFilesLines
* Deal with the LOGIN_NAME_MAX issue in the NetBSD->FreeBSDDavid E. O'Brien2003-09-111-0/+7
| | | | | | | translation^H^H^Hhack layer. Notes: svn path=/head/; revision=119975
* Add a dependancy on 'nbsd2fbsd.h'David E. O'Brien2003-09-101-0/+2
| | | | Notes: svn path=/head/; revision=119961
* Remove a useless '/'.David E. O'Brien2003-08-241-1/+1
| | | | Notes: svn path=/head/; revision=119416
* Remove MAINTAINER lines.David E. O'Brien2003-06-141-2/+0
| | | | Notes: svn path=/head/; revision=116346
* Add OPIE and PAM libs to the mix.David E. O'Brien2003-02-021-0/+4
| | | | Notes: svn path=/head/; revision=110247
* OPIE and PAM bits to agument LukeMftpd.David E. O'Brien2003-02-021-0/+153
| | | | | | | Submitted by: mikeh (reworked by me) Notes: svn path=/head/; revision=110246
* We have a usable 'LOGIN_NAME_MAX' now.David E. O'Brien2003-01-061-2/+0
| | | | Notes: svn path=/head/; revision=108767
* Need to prototype strsuftollx() to quiet a warning.David E. O'Brien2003-01-061-0/+8
| | | | Notes: svn path=/head/; revision=108764
* Make the "nbsd_20030105" import build.David E. O'Brien2003-01-063-1/+18
| | | | Notes: svn path=/head/; revision=108763
* We don't use libpam, libopie, or libmd.David E. O'Brien2002-11-121-12/+2
| | | | Notes: svn path=/head/; revision=106799
* We have fparseln(3). Also libskey on RELENG_4.David E. O'Brien2002-11-121-2/+8
| | | | Notes: svn path=/head/; revision=106798
* Update for version 1.2 Beta 2.David E. O'Brien2002-11-121-5/+5
| | | | Notes: svn path=/head/; revision=106795
* Unbreak by merging the change in r1.51 of src/libexec/ftpd/Makefile.Jun Kuriyama2002-10-241-1/+1
| | | | Notes: svn path=/head/; revision=105847
* Was mising ftpchroot.5David E. O'Brien2002-08-301-0/+1
| | | | | | | | PR: 40717 Submitted by: Andrew <andrew@ugh.net.au> Notes: svn path=/head/; revision=102604
* Fixed CLEANFILES.Ruslan Ermilov2002-05-131-0/+2
| | | | Notes: svn path=/head/; revision=96528
* Allow to compile with both GCC 2.95 and 3.1.David E. O'Brien2002-04-081-2/+3
| | | | Notes: svn path=/head/; revision=94242
* *sigh* while the last commit made GCC 3.1 happy, it upset GCC 2.95.David E. O'Brien2002-03-011-1/+1
| | | | | | | back out last commit to un-break world. Notes: svn path=/head/; revision=91534
* CPP v3.1 has different rules for processing #lines directives. ThisDavid E. O'Brien2002-02-281-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=91510
* Build LukeM's ftpd.David E. O'Brien2002-02-272-0/+327
Notes: svn path=/head/; revision=91407