aboutsummaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Enable optional PAM support using WITH_PAM knobAndrey A. Chernov2006-05-271-1/+8
| | | | | | | | PR: 97774 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=163563
* big whitespace cleanup (see ports/65409)Edwin Groothuis2005-11-251-2/+2
| | | | | | | | | PR: ports/65828 Submitted by: trevor Approved by: ache Notes: svn path=/head/; revision=149369
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Integrate official skeychallenge.patchAndrey A. Chernov2005-04-051-2/+2
| | | | | | | Fix denial of service in NLST CAN-2005-0256 Notes: svn path=/head/; revision=132511
* Add CONFLICTS due to libexec/ftpd.Jacques Vidrine2005-01-181-0/+2
| | | | | | | | PR: ports/76235 Approved by: ache, sumikawa (maintainers for wu-ftpd*) Notes: svn path=/head/; revision=126742
* Increase args size for big listingsAndrey A. Chernov2004-06-101-2/+2
| | | | | | | | PR: 44019 Submitted by: Cejka Rudolf <cejkar@fit.vutbr.cz> Notes: svn path=/head/; revision=111189
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* fix for `restricted-uid'/`restricted-gid' directive may be bypassedAndrey A. Chernov2004-03-081-1/+1
| | | | | | | Submitted by: Matt Zimmerman <mdz@debian.org> Notes: svn path=/head/; revision=103311
* Integrate official DOS-attack prevention patchAndrey A. Chernov2003-09-231-1/+3
| | | | | | | | | Add -- to tar args to stop hacking with "-"-started files in ftpconversions Approved by: security-officer ('--' fix), portmgr Notes: svn path=/head/; revision=89126
* Address CAN-2003-0466.Daniel Harris2003-07-311-1/+1
| | | | | | | Submitted/approved by: security-officer Notes: svn path=/head/; revision=86057
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Use correct SPT_TYPE to really change proctitleAndrey A. Chernov2002-10-151-0/+3
| | | | | | | PR: 44019 Notes: svn path=/head/; revision=68089
* Upgrade to 2.6.2Andrey A. Chernov2002-03-201-9/+1
| | | | Notes: svn path=/head/; revision=56373
* Use -lmd with -lopieAndrey A. Chernov2002-02-191-1/+1
| | | | Notes: svn path=/head/; revision=54924
* portlint, no functional changesAndrey A. Chernov2002-02-191-5/+3
| | | | Notes: svn path=/head/; revision=54922
* Switch to GNU configureAndrey A. Chernov2002-02-191-8/+9
| | | | | | | | PR: 34660 Submitted by: "James E. Housley" <jeh@thehousleys.net> Notes: svn path=/head/; revision=54906
* Use vendor-supplied prevent glob overflow patchAndrey A. Chernov2001-11-301-5/+6
| | | | Notes: svn path=/head/; revision=50752
* Prevent buffer overflow in globAndrey A. Chernov2001-11-281-1/+1
| | | | Notes: svn path=/head/; revision=50686
* Fix broken strcasestr() implementation.Andrey A. Chernov2001-10-101-1/+1
| | | | | | | Use FreeBSD's strcasestr() if present. Notes: svn path=/head/; revision=48640
* Use official patches setAndrey A. Chernov2001-10-021-2/+8
| | | | | | | (fix wrong place of pasv-allow fix as result) Notes: svn path=/head/; revision=48358
* Fix the case when opie keys not usedAndrey A. Chernov2001-09-291-1/+1
| | | | Notes: svn path=/head/; revision=48270
* OPIE fixes: bad user reaction, normal passwordAndrey A. Chernov2001-09-281-1/+1
| | | | Notes: svn path=/head/; revision=48233
* Make wu-ftpd install with correct permissionsDavid W. Chapman Jr.2001-09-041-1/+1
| | | | | | | | PR: 17313 Submitted by: Dmitry Grigorovic Notes: svn path=/head/; revision=47429
* Switch to OPIEAndrey A. Chernov2001-07-291-0/+1
| | | | Notes: svn path=/head/; revision=45592
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Update to 2.6.1, which fixes some security issues (actually, we alreadyWill Andrews2000-07-091-1/+1
| | | | | | | | | had some setproctitle(), etc. fixed through patch-aa), fixes memory leaks in internal ls, and merges in the virtual passwd/shadow features of BeroFTPD. This update should solve SA 00:29. Add WWW to DESCR. Notes: svn path=/head/; revision=30364
* PORTNAME/PORTVERSION stuffMichael Haro2000-04-121-4/+4
| | | | Notes: svn path=/head/; revision=27456
* upgrade to 2.6.0Andrey A. Chernov1999-10-241-12/+8
| | | | | | | Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Notes: svn path=/head/; revision=22597
* add more official patchesAndrey A. Chernov1999-09-031-1/+6
| | | | Notes: svn path=/head/; revision=21220
* Add a PATCH_FILE to close a security hole in wu-ftpd.Chris Piazza1999-08-301-0/+3
| | | | | | | | | | | | | | | | | Quoted from wu-ftpd group's accouncement: Due to insufficient bounds checking on directory name lengths which can be supplied by users, it is possible to overwrite the static memory space of the wu-ftpd daemon while it is executing under certain configurations. By having the ability to create directories and supplying carefully designed directory names to the wu-ftpd, users may gain privileged access. PR: 13475 Submitted by: jack@germanium.xtalwind.net Notes: svn path=/head/; revision=21133
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Change "net" -> "ftp".Satoshi Asami1999-08-021-2/+2
| | | | Notes: svn path=/head/; revision=20493
* Update Y2K URLMichael Haro1999-06-291-2/+2
| | | | Notes: svn path=/head/; revision=19900
* upgrade to 2.5.0Andrey A. Chernov1999-06-071-5/+4
| | | | Notes: svn path=/head/; revision=19298
* upgrade to vr17Andrey A. Chernov1999-04-071-3/+3
| | | | Notes: svn path=/head/; revision=17685
* upgrade to vr16Andrey A. Chernov1999-03-091-4/+4
| | | | | | | PR: 10505 Notes: svn path=/head/; revision=17115
* Update to 2.4.2-beta-18-vr14Seiichirou Hiraoka1999-02-211-3/+3
| | | | Notes: svn path=/head/; revision=16807
* Portlint.Satoshi Asami1999-02-101-4/+4
| | | | Notes: svn path=/head/; revision=16593
* upgrade to vr13 to close security hole and lots of enhancementsAndrey A. Chernov1999-02-101-6/+4
| | | | Notes: svn path=/head/; revision=16585
* Add a couple more Y2K links...Marc G. Fournier1999-01-131-1/+3
| | | | Notes: svn path=/head/; revision=16025
* Upgrade to beta-18Andrey A. Chernov1998-07-221-3/+3
| | | | Notes: svn path=/head/; revision=12060
* Upgrade to beta-17Andrey A. Chernov1998-05-121-4/+4
| | | | Notes: svn path=/head/; revision=10959
* Upgrade to beta-16Andrey A. Chernov1997-12-241-5/+5
| | | | Notes: svn path=/head/; revision=9172
* Upgrade to beta-15, nlist hole fixedAndrey A. Chernov1997-09-151-4/+4
| | | | Notes: svn path=/head/; revision=7915
* Upgrade to beta-14Andrey A. Chernov1997-09-091-4/+4
| | | | Notes: svn path=/head/; revision=7838
* Add PKGNAME to change "-beta-" to "b" in version string.Satoshi Asami1997-04-291-1/+2
| | | | Notes: svn path=/head/; revision=6358
* Upgrade to beta-13Andrey A. Chernov1997-04-271-3/+3
| | | | Notes: svn path=/head/; revision=6339
* Add reminder about -a option required now to use ftpaccessAndrey A. Chernov1997-02-011-0/+2
| | | | | | | Fix ftpcount/ftpwho by using malloc prototype Notes: svn path=/head/; revision=5487
* Upgrade to Academ 2.4.2-beta-12 as recommended by AUSCERT securityAndrey A. Chernov1997-01-301-5/+8
| | | | | | | | | | advisory. P.S. this version is much improved comparing to what we have previously, f.e. it already contains most of our fixes. Notes: svn path=/head/; revision=5473
* Things in pre-install target are already handled by mtree.David E. O'Brien1996-12-011-7/+4
| | | | | | | | | Compression of manpages should be dealt with in the FreeBSD port Makefile, not by patching the dist Makefile. (more obvious to those looking at the port). Notes: svn path=/head/; revision=4739