Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New USE flag selinux now depends on the selinux-ftpd policy, wrt #106355. | Roy Marples | 2005-09-19 | 4 | -28/+0 |
| | | | | | Punted the old 1.2.2 ebuild - 2.0.3-r1 stable on all arches :) (Portage version: 2.0.51.22-r2) | ||||
* | Call start-stop-daemon correctly | Roy Marples | 2005-08-04 | 1 | -2/+2 |
| | | | | (Portage version: 2.0.51.22-r2) | ||||
* | Fixed vsftpd.conf example wrt bug #101137 | Roy Marples | 2005-08-03 | 1 | -3/+3 |
| | | | | (Portage version: 2.0.51.22-r2) | ||||
* | Stable on amd64 and x86. | Roy Marples | 2005-07-27 | 3 | -184/+0 |
| | | | | (Portage version: 2.0.51.22-r2) | ||||
* | Added dependency on ftpbase - fixes #96258 | Roy Marples | 2005-06-28 | 3 | -4/+157 |
| | | | | | | | | | | | | Changed default options of /etc/vsftpd/vsftpd.something to /etc/vsftpd/something - exception is /etc/vsftpd/vsftpd.conf This makes is more consistent with the default vsftpd installation. Default log file is now /var/log/vsftpd.log - which is the package default Default PAM service name is now ftp again (Portage version: 2.0.51.19) | ||||
* | punted old versions | Roy Marples | 2005-06-07 | 8 | -155/+12 |
| | | | | | | | | ipv6 flag dropped for 2.0.3 - I'm sure xinetd users can add the ipv6 flag to the /etc/xinetd.d/vsftpd themselves if needed - fixes #75609 added background=YES and listen=YES to the default config - fixes #78347 tweaked DEPEND to work with sys-libs/pam and virtual/pam (Portage version: 2.0.51.22-r1) | ||||
* | init.d script now checks for listen=YES or listen_ipv6=YES - fixes #54228 | Roy Marples | 2005-06-07 | 5 | -16/+26 |
| | | | | | | | | xinetd USE flag added to make support of it optional - fixes #75892 USERID removed from xinetd files - fixes #78764 init.d script now does a "killall vsftpd" when stopping - fixes #81819 cleaner ebuild - fixes #84733 (Portage version: 2.0.51.19) | ||||
* | - version bump. fixes an issue with SSL secured data connections dropping out | Ned Ludd | 2005-03-13 | 1 | -0/+1 |
| | | | | (Portage version: 2.0.51-r15) | ||||
* | updated init.d/vsftpd to remove insecure source cmd call, bug 51908 | Jeffrey Forman | 2004-10-01 | 1 | -7/+6 |
| | |||||
* | fix bug #64175 on ppc64 | Tom Gall | 2004-09-29 | 1 | -0/+11 |
| | |||||
* | added vsftpd-2.0.1-gentoo.diff for gentoo-friendly path locations | Jeffrey Forman | 2004-09-24 | 1 | -0/+182 |
| | |||||
* | new ebuild for vsftpd-2.0.1, adds ssl-tls support | Jeffrey Forman | 2004-09-23 | 1 | -0/+1 |
| | |||||
* | Manifest fix - files/ftpusers size mismatch, files/vsftpd.xinetd.ipv6 size ↵ | Daniel Black | 2004-07-18 | 5 | -5/+5 |
| | | | | mismatch, files/vsftpd.conf size mismatch, files/vsftpd.xinetd size mismatch, files/vsftpd.pam size mismatch | ||||
* | Gentoo Technologies -> Gentoo Foundation | Aron Griffis | 2004-07-14 | 2 | -4/+4 |
| | |||||
* | security version bump bug #53116 | Ned Ludd | 2004-06-15 | 1 | -0/+1 |
| | |||||
* | version bump. fixes bug #33648. | Rajiv Aaron Manglani | 2003-12-10 | 2 | -0/+1 |
| | |||||
* | removed old patch files. | Rajiv Aaron Manglani | 2003-12-10 | 3 | -1523/+0 |
| | |||||
* | removed old ebuild files. | Rajiv Aaron Manglani | 2003-12-10 | 4 | -4/+0 |
| | |||||
* | check for 'listen' in conf file. bug #33648. | Rajiv Aaron Manglani | 2003-12-10 | 1 | -3/+4 |
| | |||||
* | added init.d and conf.d files for running vsftpd standalone. | Rajiv Aaron Manglani | 2003-09-03 | 3 | -0/+45 |
| | |||||
* | removing lockfile | Robin H. Johnson | 2003-07-03 | 1 | -1/+0 |
| | |||||
* | Add frozen lock support | Robin H. Johnson | 2003-07-03 | 1 | -0/+1 |
| | |||||
* | Version bump. No more ipv6 patch needed. Updated the gentoo patch. | Nick Hadaway | 2003-06-09 | 2 | -0/+1 |
| | |||||
* | Added ipv6 support. Added ~hppa to KEYWORDS. | Guy Martin | 2003-04-06 | 3 | -0/+1209 |
| | |||||
* | add pam & tcpd support | Donny Davies | 2003-02-15 | 2 | -0/+174 |
| | |||||
* | chase latest release + some small fixes | Donny Davies | 2002-10-19 | 3 | -6/+166 |
| | |||||
* | added LICENSE, SLOT, $Headers. | Donny Davies | 2002-05-04 | 5 | -1/+5 |
| | |||||
* | full digest recalculation with correct filesizes | Daniel Robbins | 2002-01-30 | 1 | -1/+1 |
| | |||||
* | This is the Very Secure FTP Daemon. A newly written server which | Donny Davies | 2001-11-21 | 6 | -0/+302 |
strives to be small, fast and secure. Supposedly tested by Redhat recently with their 7.2 release to be excellent. The author has benchmarks comparing it to wu-ftpd in the docs. Its amazing how everybody beats up on wu-ftpd these days :) This ebuild takes advantage of /etc/xinetd.d. In there you will find a configuration sample for vsftpd. Its disabled by default. Basically, all you need to do to use this package is turn on the server in the /etc/xinetd.d/vsftpd file, and tune the /etc/vsftpd/vsftpd.conf to your tastes. Although you'll first have to either create that file or move one into place from the sample you'll find there. ~Woodchip |