aboutsummaryrefslogtreecommitdiff
path: root/ftp/vsftpd
Commit message (Collapse)AuthorAgeFilesLines
* - run vsftpd_check only when vsftpd_enable is set to YESDirk Meyer2005-11-131-4/+3
| | | | | | | Submitted by: James O'Gorman Notes: svn path=/head/; revision=148091
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - more fixes for RC_NGDirk Meyer2005-11-021-0/+1
| | | | | | | Submitted by: Imri Zvik Notes: svn path=/head/; revision=147036
* - more fixes for RC_NGDirk Meyer2005-11-021-3/+3
| | | | | | | Submitted by: Imri Zvik Notes: svn path=/head/; revision=147035
* - more fixes for rc_ng script.Dirk Meyer2005-10-251-4/+7
| | | | | | | Problems reported by: Marius Korsmo Notes: svn path=/head/; revision=146306
* - prevent endless loop on config errorsDirk Meyer2005-10-134-12/+15
| | | | | | | | | - extend USE_RC_SUBR PR: 87174, 87354 Submitted by: Pavel Gubin, Wesley Shields Notes: svn path=/head/; revision=145206
* - include SSL in OPTIONSDirk Meyer2005-07-151-9/+12
| | | | | | | | PR: 83421 Submitted by: Marcus Grando Notes: svn path=/head/; revision=139251
* - Add rcNG script optionDirk Meyer2005-05-023-0/+59
| | | | | | | | PR: 79687 Submitted by: Marcus Grando Notes: svn path=/head/; revision=134493
* - Update to 2.0.3Dirk Meyer2005-04-102-3/+7
| | | | | | | | | - link with tcp-wrapper PR: 79687 Submitted by: Marcus Grando Notes: svn path=/head/; revision=132853
* - add WWWDirk Meyer2005-01-131-0/+2
| | | | Notes: svn path=/head/; revision=126311
* - update to 2.0.1Dirk Meyer2004-07-063-5/+22
| | | | | | | | | | see ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-2.0.1/Changelog - new option WITH_VSFTPD_SSL - honor CC, LDFLAGS Notes: svn path=/head/; revision=113093
* - update to 1.2.2Dirk Meyer2004-04-293-15/+3
| | | | Notes: svn path=/head/; revision=107906
* - add ipv6 to CATEGORIESDirk Meyer2004-03-121-1/+1
| | | | | | | | PR: 64101 Submitted by: Janos Mohacsi Notes: svn path=/head/; revision=103806
* - add SIZEDirk Meyer2004-02-261-0/+1
| | | | Notes: svn path=/head/; revision=102161
* - Fix path to config files in manpagesDirk Meyer2003-12-281-1/+3
| | | | | | | - search all config files in ${PREFIX}/etc/ Notes: svn path=/head/; revision=96808
* - get rid of all perl stuffDirk Meyer2003-12-122-91/+44
| | | | | | | - USE_REINPLACE Notes: svn path=/head/; revision=95678
* - Fix output of time_t for 64bitDirk Meyer2003-11-212-0/+12
| | | | | | | | PR: 59546 Submitted by: matthias.andree@gmx.de Notes: svn path=/head/; revision=94656
* - update to 1.2.1Dirk Meyer2003-11-132-2/+2
| | | | Notes: svn path=/head/; revision=93856
* - remove COPYINGDirk Meyer2003-10-192-2/+1
| | | | Notes: svn path=/head/; revision=91691
* - use DOCSDIRDirk Meyer2003-10-121-42/+42
| | | | Notes: svn path=/head/; revision=90904
* - Update to 1.2.0Dirk Meyer2003-06-012-2/+2
| | | | | | | PR: 52787 Notes: svn path=/head/; revision=81832
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - Add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75975
* Fix PLIST so configuration is not deletedDirk Meyer2002-12-111-1/+1
| | | | Notes: svn path=/head/; revision=71539
* - Update to 1.1.3Dirk Meyer2002-11-113-12/+70
| | | | | | | | | | | - supports tcp_wrappers in standalone mode - verboose install - documentation added PR: 45199 Submitted by: matthias.andree@web.de Notes: svn path=/head/; revision=69872
* - remove BROKENDirk Meyer2002-11-031-5/+5
| | | | | | | | | - add USE_PERL5 - honor CFLAGS - whitespace fixes Notes: svn path=/head/; revision=69321
* - Update to 1.1.2Dirk Meyer2002-10-282-6/+6
| | | | | | | | | - take maintainership - remove dependency to PERL Approved by: nbm Notes: svn path=/head/; revision=69050
* Mark BROKEN on 5.0Kris Kennaway2002-10-261-1/+7
| | | | Notes: svn path=/head/; revision=68849
* unbreak port, see errlog on bentoDirk Meyer2002-10-011-1/+1
| | | | | | | no response from MAINTAINER sin 2002-09-07 Notes: svn path=/head/; revision=67282
* Fix typo in atoll defineNeil Blakey-Milner2002-08-041-1/+1
| | | | Notes: svn path=/head/; revision=63992
* Upgrade to vsftpd 1.1.0Neil Blakey-Milner2002-08-042-4/+4
| | | | Notes: svn path=/head/; revision=63991
* Make port more verbose about creating users and what users to remove ifNeil Blakey-Milner2002-03-232-0/+18
| | | | | | | | | | no longer necessary. PR: 28179 Submitted by: Rob Simmons <rsimmons@beanweevil.wlcg.com> Notes: svn path=/head/; revision=56484
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53954
* - update to 1.0.1Pete Fritchman2001-12-183-14/+24
| | | | | | | | | | | | | | - style (spaces -> ^I) - clean up post-patch target - make sure /var/ftp exists PR: 32929, 32939 Submitted by: Matthias Andree <matthias.andree@web.de>, Miguel Mendez <flynn@energyhq.homeip.net> Approved by: nbm (approval to update the port while he is away) Notes: svn path=/head/; revision=51720
* Update to 0.0.15Neil Blakey-Milner2001-08-014-60/+3
| | | | | | | Submitted by: Anders Andersson <anders@codefactory.se> Notes: svn path=/head/; revision=45691
* Remove empty directories on uninstall.Steve Price2001-04-151-0/+2
| | | | Notes: svn path=/head/; revision=41399
* Add vsftpd 0.0.10, a FTP daemon that aims to be "very secure".Neil Blakey-Milner2001-02-037-0/+189
Notes: svn path=/head/; revision=37935