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