aboutsummaryrefslogtreecommitdiff
path: root/contrib/lukemftpd
Commit message (Collapse)AuthorAgeFilesLines
* Remove lukemftpd. It was disconnected from the build in 2009.Dag-Erling Smørgrav2014-03-1432-17218/+0
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=263160
* Make lukemftpd properly set login class and cpumask.Edward Tomasz Napierala2011-06-301-5/+5
| | | | Notes: svn path=/head/; revision=223702
* Prevent cross-site forgery attacks on lukemftpd(8) due to splittingSimon L. B. Nielsen2009-01-073-11/+40
| | | | | | | | | | | | | | | | | long commands into multiple requests. [09:01] Fix incorrect OpenSSL checks for malformed signatures due to invalid check of return value from EVP_VerifyFinal(), DSA_verify, and DSA_do_verify. [09:02] Security: FreeBSD-SA-09:01.lukemftpd Security: FreeBSD-SA-09:02.openssl Obtained from: NetBSD [SA-09:01] Obtained from: OpenSSL Project [SA-09:02] Approved by: so (simon) Notes: svn path=/head/; revision=186872
* Pull vendor file to HEAD.David E. O'Brien2006-08-311-4/+37
| | | | Notes: svn path=/head/; revision=161771
* Merge in OPIE support, and MAC support.David E. O'Brien2006-08-311-140/+468
| | | | | | | Our PAM and LOGIN_CAP support is now in the stock sources. Notes: svn path=/head/; revision=161770
* This commit was generated by cvs2svn to compensate for changes in r161764,David E. O'Brien2006-08-3111-123/+195
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=161765
| * Import of LukeM's ftpd taken from the NetBSD CVS repo on 31-Aug-2006.vendor/NetBSD/lukemftpdDavid E. O'Brien2006-08-3113-197/+729
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + Add PAM and LOGIN_CAP support. Mostly from FreeBSD. + Implement option "-D", for running ftpd in standalone mode (daemon). + NLST should return 450 instead of 550 upon error, per RFC 959. + Add recvbufsize configuration option + Remove unreachable code (res could never be NULL here), Coverity CID 712. + Set file to NULL after calling fclose(), Coverity CID 2669. + Make sure that "su" is initialized before dereferencing it, Coverity CID 1075. + Cleanup utmp and utmpx support. Notes: svn path=/vendor/lukemftpd/dist/; revision=161764
* | NetBSD has updated their groff to a version that handles .Nm the sameDavid E. O'Brien2004-08-182-12/+6
| | | | | | | | | | | | | | way ours does. So use the vendor files now. Notes: svn path=/head/; revision=133940
* | Merge rev 1.2 (OPIE, login user capabilities database, PAM) supportDavid E. O'Brien2004-08-181-84/+272
| | | | | | | | | | | | | | into 'nbsd_20040809'. Notes: svn path=/head/; revision=133939
* | This commit was generated by cvs2svn to compensate for changes in r133936,David E. O'Brien2004-08-1812-151/+185
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=133937
| * Import of LukeM's ftpd taken from the NetBSD CVS repo on 9-Aug-2004.David E. O'Brien2004-08-1815-242/+407
| | | | | | | | | | | | | | | | | | This closes the remotely exploitable vulnerability documented at ftp://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2004-009.txt.asc http://www.vuxml.org/freebsd/c4b025bb-f05d-11d8-9837-000c41e2cdad.html Notes: svn path=/vendor/lukemftpd/dist/; revision=133936
* | Merge our rev 1.2 PAM support into 'nbsd_20030122'.David E. O'Brien2003-02-021-25/+32
| | | | | | | | Notes: svn path=/head/; revision=110245
* | This commit was generated by cvs2svn to compensate for changes in r110242,David E. O'Brien2003-02-024-20/+152
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=110243
| * Import of LukeM's ftpd taken from the NetBSD CVS repo on 22-Jan-2003.David E. O'Brien2003-02-025-45/+184
| | | | | | | | | | | | | | This includes the DoS fix of rev 1.133 libexec/ftpd/ftpd.c. Notes: svn path=/vendor/lukemftpd/dist/; revision=110242
* | Add support for OPIE and PAM.David E. O'Brien2003-01-071-0/+77
| | | | | | | | | | | | | | Submitted by: mikeh (reworked by me) Notes: svn path=/head/; revision=108886
* | This commit was generated by cvs2svn to compensate for changes in r108760,David E. O'Brien2003-01-061-0/+254
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=108761
| * NetBSD files needed to build LukeM's ftpd src as taken from the NetBSD CVS repo.David E. O'Brien2003-01-061-0/+254
| | | | | | | | | | | | | | | | The "portable" release of this is just lagging way too far behind what is in NetBSD's base. Notes: svn path=/vendor/lukemftpd/dist/; revision=108760
* | Merge our .Nm changes into the nbsd_20030105 import.David E. O'Brien2003-01-062-42/+140
| | | | | | | | Notes: svn path=/head/; revision=108748
* | This commit was generated by cvs2svn to compensate for changes in r108746,David E. O'Brien2003-01-0612-483/+841
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=108747
| * Import of LukeM's ftpd taken from the NetBSD CVS repo on 5-Jan-2003.David E. O'Brien2003-01-0614-524/+976
| | | | | | | | | | | | | | | | The "portable" release of this is just lagging way too far behind what is in NetBSD's base. Notes: svn path=/vendor/lukemftpd/dist/; revision=108746
* | NetBSD manpages use .Nm "" to typeset the `name' of the manpage, butGiorgos Keramidas2002-12-142-3/+5
|/ | | | | | | | | | | | | this doesn't work quite right with our groff. They have an older groff version in the base system, but no real plans to update both groff and manpages. Fix the .Nm usage locally in our manpages. PR: docs/41972 Submitted by: Yoshiteru Kageyama <yt-kage@cb3.so-net.ne.jp> Discussed with: ru and obrien Notes: svn path=/head/; revision=107885
* Import of LukeM's ftpd version 1.2 Beta 2.vendor/NetBSD/lukemftpd/1.2-beta2David E. O'Brien2002-11-127-42/+109
| | | | | Notes: svn path=/vendor/lukemftpd/dist/; revision=106792 svn path=/vendor/lukemftpd/1.2-beta2/; revision=106794; tag=vendor/NetBSD/lukemftpd/1.2-beta2
* Import of LukeM's ftpd version 1.2 Beta 1.vendor/NetBSD/lukemftpd/1.2-beta1David E. O'Brien2002-03-1419-240/+421
| | | | | Notes: svn path=/vendor/lukemftpd/dist/; revision=92282 svn path=/vendor/lukemftpd/1.2-beta1/; revision=92284; tag=vendor/NetBSD/lukemftpd/1.2-beta1
* Import of LukeM's ftpd version 1.1.vendor/NetBSD/lukemftpd/1.1David E. O'Brien2001-07-1930-0/+15364
Notes: svn path=/vendor/lukemftpd/dist/; revision=79968 svn path=/vendor/lukemftpd/1.1/; revision=79970; tag=vendor/NetBSD/lukemftpd/1.1