Changelogs
Overview
These changelogs reflect the history of all files in the CVS repository. The changelog has been generated at 2007-11-22 10:46
Changelog for Legay FileZilla Server (581 changes):
2005-11-12 11:26 Tim Kosse (botg)- source/AsyncSslSocketLayer.cpp, source/AsyncSslSocketLayer.h, source/ControlSocket.cpp, source/OptionTypes.h, source/Interface/FileZilla server.rc, source/Interface/OptionsSslPage.cpp, source/Interface/OptionsSslPage.h, source/Interface/resource.h: Interface and server did freeze if using a password protected ssl keyfile. These are now supported.
- source/ControlSocket.cpp: fix compile error with VC++ 2005
- readme.htm, source/FileZilla server.rc, source/Interface/FileZilla server.rc, source/install/FileZilla Server.nsi: version bump
- source/ControlSocket.cpp: better handling of the QUIT command in SSL mode
- source/TransferSocket.cpp: fix premature connection close on ssl downloads
- source/Accounts.cpp, source/Accounts.h, source/ControlSocket.cpp, source/ControlSocket.h, source/OptionTypes.h, source/Permissions.cpp, source/Permissions.h, source/Interface/FileZilla server.rc, source/Interface/GroupsDlg.cpp, source/Interface/GroupsDlgGeneral.cpp, source/Interface/GroupsDlgGeneral.h, source/Interface/GroupsDlgSharedFolders.cpp, source/Interface/UsersDlg.cpp, source/Interface/UsersDlgGeneral.cpp, source/Interface/UsersDlgGeneral.h, source/Interface/UsersDlgSharedFolders.cpp, source/Interface/resource.h: add option to force SSL for accounts
- source/Server.cpp: fixed creation of multiple ports if not bound to all IP addresses
- source/Interface/GroupsDlgSharedFolders.cpp, source/Interface/UsersDlgSharedFolders.cpp: make READ + LIST + SUBDIRS permissions default for new directories instead of none.
- source/Options.cpp: fixed default values for transfer buffers
- source/AsyncSslSocketLayer.cpp: merged with FZ client branch
- source/ExternalIpCheck.cpp, source/ExternalIpCheck.h, source/ServerThread.cpp, source/Interface/OptionsPasvPage.cpp: fix IP address detection. Server was contacted even when disabled and custom server address was not taken into account.
- source/ControlSocket.cpp, source/Interface/FileZilla server.rc: improve logic for force PROT P
- source/ControlSocket.cpp: fix typo
- readme.htm, source/FileZilla server.rc, source/Interface/FileZilla server.rc, source/install/FileZilla Server.nsi: bumped version
- source/ControlSocket.cpp, source/OptionTypes.h, source/Interface/FileZilla server.rc, source/Interface/OptionsSslPage.cpp, source/Interface/OptionsSslPage.h, source/Interface/UsersDlg.cpp, source/Interface/resource.h: add option to force PROT P
- source/ControlSocket.cpp: typo
- readme.htm, source/FileZilla server.rc, source/Interface/FileZilla server.rc, source/install/FileZilla Server.nsi: bumped version
- source/ControlSocket.cpp: Applied patch [ 1228596 ] Toggle MODE Z in FEAT response
- source/TransferSocket.cpp: On EOF, transfer was closed even with pending data
- readme.htm, source/FileZilla server.rc, source/Interface/FileZilla server.rc, source/install/FileZilla Server.nsi: updated version information
- source/Interface/FileZilla server.rc, source/OptionTypes.h, source/Options.cpp, source/TransferSocket.cpp, source/Interface/MainFrm.cpp, source/Interface/OptionsMiscPage.cpp, source/Interface/OptionsMiscPage.h, source/Interface/resource.h: add option to set socket buffer siize, increased default buffer sizes
- source/ControlSocket.cpp: use proper reply code for AUTH SSL/TLS
- source/Permissions.cpp: fixed bug #1206809: Wildcard file listing not working properly
- source/install/FileZilla Server.nsi: general files were not extracted to the selected directory
- source/install/FileZilla Server.nsi: add InterfaceOptions.ini to source distribution
- readme.htm, source/FileZilla server.rc, source/Interface/FileZilla server.rc: updated version information
- source/install/FileZilla Server.nsi: set next button text properly if not installing interface
- source/install/FileZilla Server.nsi, source/install/InterfaceOptions.ini, source/install/StartupOptions.ini, source/install/StartupOptions9x.ini: service and admin interface can be installed independant from each other
- source/ControlSocket.cpp: Accept PBSZ command if using SSL
- source/ControlSocket.cpp: fix infinite loop if anti-hammering limit was reached
- readme.htm, source/FileZilla server.rc, source/OptionTypes.h, source/Interface/FileZilla server.rc, source/Interface/OptionsSslPage.cpp, source/install/FileZilla Server.nsi: updated version information
- source/AsyncSocketEx.cpp, source/AsyncSslSocketLayer.cpp: TriggerEvents has to cope with the case m_onCloseCalled
- source/AsyncSocketEx.cpp, source/AsyncSocketEx.h, source/AsyncSocketExLayer.cpp: crude hack if using layers and FD_CLOSE notification gets sent. Unfortunately Windows does only generate WM_TIMER messages if the application waits in GetMessage. Only reason I can imagine is that this crude behaviour was taken over from Win 3.1
- source/ControlSocket.cpp, source/OptionTypes.h, source/Interface/FileZilla server.rc, source/Interface/OptionsSslPage.cpp, source/Interface/OptionsSslPage.h, source/Interface/resource.h: add option to force explicit SSL
- source/AsyncSocketEx.cpp, source/TransferSocket.cpp: fix infinite loop if speedlimits are enabled
- source/ControlSocket.cpp, source/ControlSocket.h, source/Server.cpp, source/ServerThread.cpp: apply server state to already closing threads as well
- source/AsyncSslSocketLayer.cpp: set m_mayTriggerRead if returning from OnReceive if m_bBlocking is true.
- source/ServerThread.cpp: type
- source/SpeedLimit.cpp: time based speed limits over midnight did not work properly
- source/AsyncSslSocketLayer.cpp: fixed crash
- source/Accounts.cpp, source/Accounts.h, source/ControlSocket.cpp, source/ControlSocket.h, source/Permissions.cpp, source/ServerThread.cpp, source/ServerThread.h, source/TransferSocket.cpp, source/Interface/GroupsDlgSpeedLimit.cpp, source/Interface/UsersDlg.cpp, source/Interface/UsersDlgSpeedLimit.cpp: fixed and simplified speed limit code
- source/Interface/res/certificate.ico: missing file
- readme.htm, source/FileZilla server.rc, source/install/FileZilla Server.nsi: updated version information
- source/Interface/OptionsGeneralPage.cpp: accept more than 5 characters for the port field
- source/Interface/FileZilla server.rc, source/Interface/GenerateCertificateDlg.cpp, source/Interface/GenerateCertificateDlg.h, source/Interface/OptionsSslPage.cpp: don't reset dialog after browsing for a file
- source/Permissions.cpp: reserve filename filtering did not work properly
- source/AsyncSocketEx.cpp: add fallback for AF_INET family if getaddrinfo is not available in CAsyncSocketEx::Bind
- source/AsyncSocketEx.cpp, source/AsyncSocketExLayer.cpp: possible fix for the socket creation problems in 0.9.6
- source/ControlSocket.cpp: connection limits did not work properly