~ubuntu-branches/ubuntu/trusty/vsftpd/trusty-proposed

« back to all changes in this revision

Viewing changes to Changelog

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-11-28 15:56:37 UTC
  • mfrom: (1.3.1 upstream)
  • mto: (2.2.1 lenny) (1.5.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20061128155637-6jb6x47ak6rmah4m
Tags: upstream-2.0.5
ImportĀ upstreamĀ versionĀ 2.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
908
908
At this point: v2.0.4 released!
909
909
===============================
910
910
 
 
911
- Apply fix for O_NONBLOCK vs. XFS DMAPI filesystem. Thanks to Sudha Srinivasan
 
912
<sudhas@sgi.com>.
 
913
- Fix build warnings exposed by my upgrade to Fedora Core 5 / GCC4.1.1.
 
914
- Be more honest in FEAT response if PORT or PASV are disabled! Reported by
 
915
Charles Honton <chas@honton.org>. Allows MS Explorer to get the transfer mode
 
916
correct.
 
917
- pam_pwdb.so -> pam_unix.so in example PAM file. Thanks to
 
918
Rhodes, Colin <colin.rhodes@airways.co.nz>.
 
919
- Add FAQ issue regarding "chroot fails with SSL" - in fact, sshd is being hit
 
920
here instead ;-)
 
921
- Minor man page doc tweaks.
 
922
- Tiny bit of paranoia in privops.c.
 
923
- Revert change to reject anonymous logins before asking for password. This
 
924
fixes complaints about IE not showing the FTP login dialog.
 
925
- Change SSL certificate load to cater for chaining too.
 
926
- Added delay_failed_login and delay_successful_login to help limit resources
 
927
taken by brute force attacks.
 
928
- Kick session after a few login fails. Allows IP blocking solutions to be more
 
929
immediately effective.
 
930
- Replace setenv() with more portable putenv(). First part of Solaris fix.
 
931
- Replace tm_gmtoff usage with timezone and daylight. Second part of Solaris
 
932
fix.
 
933
- Set PAM items TTY and RUSER if possible.
 
934
- OpenBSD build warning fixes.
 
935
- So, timezone and daylight are not available on BSD, so redo the whole TZ
 
936
thing again. Should use only very portable constructs now.
 
937