summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New USE flag selinux now depends on the selinux-ftpd policy, wrt #106355.Roy Marples2005-09-194-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 correctlyRoy Marples2005-08-041-2/+2
| | | | (Portage version: 2.0.51.22-r2)
* Fixed vsftpd.conf example wrt bug #101137Roy Marples2005-08-031-3/+3
| | | | (Portage version: 2.0.51.22-r2)
* Stable on amd64 and x86.Roy Marples2005-07-273-184/+0
| | | | (Portage version: 2.0.51.22-r2)
* Added dependency on ftpbase - fixes #96258Roy Marples2005-06-283-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 versionsRoy Marples2005-06-078-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 #54228Roy Marples2005-06-075-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 outNed Ludd2005-03-131-0/+1
| | | | (Portage version: 2.0.51-r15)
* updated init.d/vsftpd to remove insecure source cmd call, bug 51908Jeffrey Forman2004-10-011-7/+6
|
* fix bug #64175 on ppc64Tom Gall2004-09-291-0/+11
|
* added vsftpd-2.0.1-gentoo.diff for gentoo-friendly path locationsJeffrey Forman2004-09-241-0/+182
|
* new ebuild for vsftpd-2.0.1, adds ssl-tls supportJeffrey Forman2004-09-231-0/+1
|
* Manifest fix - files/ftpusers size mismatch, files/vsftpd.xinetd.ipv6 size ↵Daniel Black2004-07-185-5/+5
| | | | mismatch, files/vsftpd.conf size mismatch, files/vsftpd.xinetd size mismatch, files/vsftpd.pam size mismatch
* Gentoo Technologies -> Gentoo FoundationAron Griffis2004-07-142-4/+4
|
* security version bump bug #53116Ned Ludd2004-06-151-0/+1
|
* version bump. fixes bug #33648.Rajiv Aaron Manglani2003-12-102-0/+1
|
* removed old patch files.Rajiv Aaron Manglani2003-12-103-1523/+0
|
* removed old ebuild files.Rajiv Aaron Manglani2003-12-104-4/+0
|
* check for 'listen' in conf file. bug #33648.Rajiv Aaron Manglani2003-12-101-3/+4
|
* added init.d and conf.d files for running vsftpd standalone.Rajiv Aaron Manglani2003-09-033-0/+45
|
* removing lockfileRobin H. Johnson2003-07-031-1/+0
|
* Add frozen lock supportRobin H. Johnson2003-07-031-0/+1
|
* Version bump. No more ipv6 patch needed. Updated the gentoo patch.Nick Hadaway2003-06-092-0/+1
|
* Added ipv6 support. Added ~hppa to KEYWORDS.Guy Martin2003-04-063-0/+1209
|
* add pam & tcpd supportDonny Davies2003-02-152-0/+174
|
* chase latest release + some small fixesDonny Davies2002-10-193-6/+166
|
* added LICENSE, SLOT, $Headers.Donny Davies2002-05-045-1/+5
|
* full digest recalculation with correct filesizesDaniel Robbins2002-01-301-1/+1
|
* This is the Very Secure FTP Daemon. A newly written server whichDonny Davies2001-11-216-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