summaryrefslogtreecommitdiff
path: root/net/vsftpd/patches
AgeCommit message (Collapse)AuthorFilesLines
2002-08-22Updated vsftpd to 1.0.1martti1-6/+18
- Fix potential leak in PAM handling code. - Fix build in the non-PAM case - Include filename and size in bytes in the "here comes the data" 150 message. - Change link flags from "-s" to "-Wl,-s" - Tidy up vsf_findlibs.sh - Work with NFS mounted home dirs and root_squash - Add FAQ. - Improve "make install". - Fix Solaris build (nanosleep is in a separate library, typical). - Fix REST + STOR combination - Make our 150 response code match wu-ftpd - allows broken "ange-ftp" of emacs to do a percentage complete indicator. - Add anon_root and local_root
2001-06-19Initial import of vsftpd-0.9.1zuntum1-0/+25
vsftpd is an FTP server, or daemon. The "vs" stands for Very Secure. Obviously this is not a guarantee, but a reflection that I have written the entire codebase with security in mind, and carefully designed the program to be resilient to attack. Recent evidence suggests that vsftpd is also extremely fast (and this is before any explicit performance tuning!) In tests against wu-ftpd, vsftpd was always faster, supporting over twice as many users in some tests. Package provided by Jacek Latos <vaneth@krasnik.org> in pkg/13208; minor modifications by me.