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):
2003-02-08 21:46 Tim Kosse (botg)- source/FileLogger.cpp, source/FileLogger.h: added missing GPL header
- source/ControlSocket.cpp, source/ControlSocket.h, source/ServerThread.cpp, source/StdAfx.h: no longer using CStdString in structures sent between threads
- source/FileLogger.cpp, source/FileLogger.h, source/FileZilla server.dsp, source/Options.cpp, source/Server.cpp, source/Server.h: implemented logging to file
- source/Permissions.cpp: removed unused line
- source/AdminSocket.cpp, source/AdminSocket.h: small cleanup
- source/misc/StdString.h: fixed problem with _alloca, see http://www.codeproject.com/string/stdstring.asp?df=100&forumid=2215&select=398574#xx398574xx
- source/Interface/MainFrm.cpp: removed "Initializing server" message
- source/OptionTypes.h, source/Options.cpp, source/Interface/FileZilla Server Interface.dsp, source/Interface/FileZilla server.rc, source/Interface/OptionsDlg.cpp, source/Interface/OptionsDlg.h, source/Interface/resource.h: interface for file logging added, actual implementation still missing
- source/AdminListenSocket.cpp, source/AdminSocket.cpp, source/Options.cpp, source/Interface/FileZilla server.rc, source/Interface/OptionsAdminInterfacePage.cpp, source/Interface/OptionsAdminInterfacePage.h, source/Interface/OptionsDlg.cpp: admin password can be set, admin interface is now complete
- source/AdminListenSocket.cpp, source/Options.cpp, source/Interface/FileZilla server.rc, source/Interface/OptionsDlg.cpp: remote ip addresses for admin interface can be set
- source/Interface/FileZilla server.rc, source/Options.cpp: added slash to end of homepage URL
- source/ControlSocket.cpp, source/Server.cpp, source/TransferSocket.cpp, source/Settings Converter/Options.cpp: fixed memory leaks
- source/OptionTypes.h, source/Options.cpp, source/Options.h, source/Server.cpp, source/Server.h, source/Interface/FileZilla server.rc, source/Interface/OptionsAdminInterfacePage.cpp, source/Interface/OptionsAdminInterfacePage.h, source/Interface/OptionsDlg.cpp, source/Interface/resource.h: admin interface IP bindings can be set
- source/misc/WheatyExceptionReport.cpp: Adding FileZilla Server version to exception report did not work
- source/Interface/UsersDlg.cpp: fixed problem with directory changing it's permissions if renaming directory
- source/Interface/MainFrm.cpp, source/Server.cpp: send/receive indicators in statusbar did not work properly
- source/Options.cpp: added settings validation to SetOption
- source/TransferSocket.cpp: fixed problem with OnSend, could send corrupt data
- source/AdminSocket.cpp, source/AdminSocket.h, source/OptionTypes.h: implemented authentication for remote administration (though not activated)
- source/ControlSocket.cpp: fixed PORT error handling, implemented EPRT and EPSV
- source/Interface/AdminSocket.cpp, source/Interface/AdminSocket.h, source/Interface/MainFrm.cpp, source/Interface/resource.h, source/Interface/misc/md5.cpp, source/Interface/misc/md5.h: implemented authentication for remote administration (though not activated)
- source/Interface/UsersDlg.cpp, source/Interface/UsersDlg.h: F2 can be used to rename users/dirs
- source/AsyncSocketEx.cpp, source/Interface/AsyncSocketEx.cpp: IOCtl did return wrong value
- source/AdminSocket.cpp, source/OptionTypes.h, source/Interface/AdminSocket.cpp: reduced size of packets by one byte
- source/AdminSocket.cpp, source/AdminSocket.h, source/OptionTypes.h, source/Options.cpp, source/Permissions.cpp, source/Server.cpp, source/Interface/MainFrm.cpp, source/Interface/OptionsDlg.cpp, source/Interface/UsersDlg.cpp, source/Interface/UsersListCtrl.cpp: strings in the admin protocol are no longer nullterminated
- readme.htm, source/FileZilla server.rc, source/OptionTypes.h, source/Interface/FileZilla server.rc: updated version information
- source/install/FileZilla Server.nsi: added missing Settings Converter source
- source/TransferSocket.cpp: another timeout fix
- source/ControlSocket.cpp: fixed problem with timeouts
- source/Permissions.cpp, source/Permissions.h: fixed "settings duplication", now don't read settings more than once if restarting server
- readme.htm: updated readme
- source/install/FileZilla Server.nsi, source/Settings Converter/OptionTypes.h, source/Settings Converter/Options.cpp, source/Settings Converter/Options.h, source/Settings Converter/Permissions.cpp, source/Settings Converter/Permissions.h, source/Settings Converter/Settings Converter.cpp, source/Settings Converter/Settings Converter.dsp, source/Settings Converter/Settings Converter.dsw, source/Settings Converter/exdll.h, source/Settings Converter/misc/MarkupSTL.cpp, source/Settings Converter/misc/MarkupSTL.h, source/Settings Converter/misc/StdString.h: added settings converter NSIS plugin
- source/AdminSocket.cpp, source/FileZilla server.rc, source/OptionTypes.h, source/Interface/AdminSocket.cpp, source/Interface/FileZilla server.rc: updated version information, added protocol version checking
- source/Interface/UsersDlg.cpp: fix for home icon, did not work if opening the users dlg more than once
- source/ListenSocket.cpp, source/ListenSocket.h, source/Options.cpp, source/Server.cpp: did forget to modify some status message code
- source/Service.cpp: fix for autostart question, if selecting yes FZS did not ask to start server
- source/OptionTypes.h: removed obsolete option
- source/install/FileZilla Server.nsi: fix for rename, did only work if target file is not present.
- source/AdminSocket.cpp: if several commands were waiting, only command one was processed for each OnReceive call
- source/Interface/AdminSocket.cpp, source/Interface/AdminSocket.h, source/Interface/StdAfx.h: improved send buffer, with old method data could be send out of order
- source/Permissions.cpp: some account settings could not be loaded from the xml file
- source/AdminSocket.cpp: fixed buffer overflow
- source/Interface/UsersDlg.cpp: "Show relative paths" now enabled by default for new users
- readme.htm, source/FileZilla server.rc, source/Interface/FileZilla server.rc: updated version information
- source/install/FileZilla Server.nsi, source/install/StartupOptions.ini, source/install/StartupOptions9x.ini: now acts differently on win9x
- source/Service.cpp: added check for /install, /install auto and /uninstall in /compat mode
- source/Server.cpp, source/Interface/FileZilla Server Interface.dsp, source/Interface/FileZilla server.cpp, source/Interface/FileZilla server.rc, source/Interface/Options.cpp, source/Interface/Options.h, source/Interface/OptionsAdminInterfacePage.cpp, source/Interface/OptionsAdminInterfacePage.h, source/Interface/OptionsDlg.cpp, source/Interface/OptionsDlg.h, source/Interface/resource.h: admin port can now be changed
- source/Interface/Options.cpp, source/Interface/Options.h: removed obsolete code
- source/AdminInterface.cpp, source/AdminInterface.h, source/AdminListenSocket.h, source/AdminSocket.cpp, source/AdminSocket.h, source/Permissions.cpp, source/Permissions.h, source/Server.cpp, source/Service.cpp, source/Thread.cpp, source/Thread.h, source/Interface/AdminSocket.cpp, source/Interface/AdminSocket.h, source/Interface/ConnectDialog.cpp, source/Interface/ConnectDialog.h: added missing GPL headers
- source/Service.cpp: question text changed a little