Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
vsftpd: vsftpd - Very Secure Ftp Daemon
- Summary
- vsftpd is a Very Secure FTP daemon. It was written completely from
scratch.
Changelog
- * Mon Jan 19 18:00:00 2009 Jiri Skala <jskala{%}redhat{*}com> 2.0.1-8
- Resolves: #465216 'binary operator expected' occurs in viartual hosting vsftpd
- Resolves: #460069 vsftpd.conf lists incorrect default value for xferlog_file
- Resolves: #479774 Wildcard failures with vsftpd
- * Tue Nov 18 18:00:00 2008 Jiri Skala <jskala{%}redhat{*}com> 2.0.1-7
- Resolves: #462018 SSL connections are not correctly shutdown
- * Mon Feb 4 18:00:00 2008 Martin Nagy <mnagy{%}redhat{*}com> 2.0.1-6
- add option max_login_fails that kicks the session after few login fails
- Resolves: #197141
- fix bad handling of unique files
- Resolves: #250727
- increase maximum length of allowed username
- Resolves: #236326
- fix create/lock race condition when more clients are uploading to a file
- Resolves: #240550
- document lock_upload_files option
- Resolves: #316381
- allow usernames to begin with underscore or dot
- Resolves: #339911
- don't reply with code 150 two times when uploading files with STOU
- Resolves: #387021
- fix memory leak in ls.c
- Resolves: #408431
- daemonize correctly and report startup failure correctly
- Resolves: #206843
- fix init script
- Resolves: #431450