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):
2002-05-30 18:41 Tim Kosse (botg)- source/ControlSocket.cpp, source/ControlSocket.h: skipping all telnet command, QUIT now works without beeing logged on
- source/ControlSocket.cpp, source/FileZilla server.rc, source/Options.cpp, source/Options.h, source/OptionsMiscPage.cpp, source/OptionsMiscPage.h, source/UsersDlg.cpp, source/resource.h: added custom PASV ip/port settings patch from Juan Carlos Arevalo-Baeza
- readme.htm, source/FileZilla server.rc, source/StdAfx.h: version 0.7.1
- source/AsyncSocketEx.cpp, source/AsyncSocketEx.h: latest version
- source/UsersDlg.cpp: fixed security hole reported by Stephen Cope
- source/FileZilla server.rc, source/UsersDlg.cpp, source/UsersDlg.h, source/resource.h: added add/remove/.... buttons to users dialog
- source/resource.h: fixed id conflicts, renumbered ids
- source/install/FileZilla Server.nsi: Shortcut to FZS Workspace was created in the wrong directory
- source/ControlSocket.cpp, source/UsersDlg.cpp: fixed problems with usernames containing uppercase characters
- source/UsersDlg.cpp: fixed problem with links and nonrelative accounts
- readme.htm, source/FileZilla server.rc, source/UsersDlg.cpp: updated version information
- source/misc/WheatyExceptionReport.cpp: version information added to exception report
- source/UsersDlg.cpp: fixed GetFileName
- source/ControlSocket.h: fixed quoted args
- source/Thread.cpp: format specifications in welcome message
- source/Options.cpp: [no log message]
- source/ControlSocket.cpp: fixed NLST param parsing
- source/AsyncSocketEx.cpp, source/AsyncSocketEx.h, source/FileZilla server.dsp, source/ListenSocket.cpp, source/ListenSocket.h, source/MainFrm.cpp, source/StdAfx.h, source/Thread.cpp, source/TransferSocket.cpp, source/TransferSocket.h: changed CAsyncSocket into CAsyncSocketEx
- source/ControlSocket.cpp, source/ControlSocket.h: changed CAsyncSocket into CAsyncSocketEx, fixed LIST/NLST with params and quoted paths
- source/install/FileZilla Server.nsi: added dbghelp.dll to installer, made compatible with latest NSIS (1.98)
- source/UsersDlg.cpp: fixed remove user
- readme.htm, source/FileZilla server.dsp, source/FileZilla server.rc: version 0.6
- source/UsersDlg.cpp, source/UsersDlg.h: new inline function: GetFileAttributes, replaces all calls to GetStatus64 to increase speed
- source/misc/WheatyExceptionReport.cpp, source/misc/WheatyExceptionReport.h: class to generate exception reports
- source/misc/SystemTray.cpp: fixed RefreshIcon()
- source/Thread.cpp: fixed another deadlock
- source/StdAfx.h, source/ControlSocket.h, source/Options.cpp: [no log message]
- source/UsersDlg.cpp: fixed security hole that allowed to view contents of directories within the ftp root without list permissions
- source/ControlSocket.cpp: resetting transferstatus after failed LIST, NLST, RETR, STOR or APPE command
- source/Options.cpp: fixed reading of large strings from registry
- source/ControlSocket.cpp: added MDTM command
- source/UsersDlg.h: [no log message]
- source/misc/SystemTray.cpp: fixed small bug
- source/UsersDlg.cpp: disable append when no write permission in dialog
- source/ControlSocket.cpp, source/FileZilla server.cpp, source/MainFrm.cpp, source/MainFrm.h, source/Options.cpp, source/Thread.cpp, source/Thread.h, source/UsersDlg.cpp, source/UsersDlg.h: Each instance of CUsersDlg has it's own copy of the data, fixed some deadlocks
- source/FileZilla server.dsp, source/FileZilla server.rc, source/resource.h: added custom welcomemessages
- source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla server.cpp, source/MainFrm.cpp, source/MainFrm.h, source/Options.cpp, source/Options.h, source/Thread.cpp, source/Thread.h, source/TransferSocket.cpp, source/TransferSocket.h, source/UsersDlg.cpp: added options cache
- source/OptionsGeneralWelcomemessagePage.cpp, source/OptionsGeneralWelcomemessagePage.h: custom welcomemessage
- source/OutputWnd.cpp: improved text positioning after scrolling and resizing
- readme.htm, source/FileZilla server.rc, source/UsersDlg.cpp: updated version information
- source/UsersDlg.cpp, source/UsersDlg.h: fixed problem with usernames containing uppercase chars, fixed server hanging when a user had no homedir
- readme.htm, source/FileZilla server.rc: updated version information
- source/MFC64bitFix.cpp: fixed 2 bugs
- readme.htm, source/FileZilla server.rc: updated version information
- source/Thread.cpp: calling AfxSocketInit in CThread::InitInstance to fix rare crash
- source/FileZilla server.cpp, source/FileZilla server.dsp, source/FileZilla server.rc, source/MainFrm.cpp, source/Options.cpp, source/Options.h, source/OptionsMiscPage.cpp, source/OptionsMiscPage.h, source/resource.h: added 'Start minimized' option
- source/misc/SystemTray.cpp, source/misc/SystemTray.h: updated to latest version
- source/ControlSocket.cpp, source/TransferSocket.cpp, source/TransferSocket.h, source/UsersDlg.cpp, source/UsersDlg.h: NLST command, params for LIST and NLST
- source/MFC64bitFix.cpp: file was not closed and shared in GetLength64
- source/MFC64bitFix.cpp, source/MFC64bitFix.h: replacements for MFC functions which don't support files larger 2GB
- source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla server.dsp, source/MainFrm.cpp, source/StdAfx.h, source/TransferSocket.cpp, source/TransferSocket.h, source/UsersDlg.cpp: fixed problem with files > 2GB
- readme.htm, source/FileZilla server.rc: updated version information
- source/UsersDlg.cpp: when adding new dirs, select dir dialog shows up automatically
- source/install/FileZilla Server.nsi: fixed run at startup bug
- source/UsersDlg.cpp: problem with filedates with files from the future
- source/FileZilla server.rc: changed version resource
- readme.htm: FZS 0.4 readme
- source/UsersDlg.cpp: fixed problem where permissions were not recognized, no homedir fix
- source/Thread.cpp: no longer accepting already closed connections, don't sending complete login msg if already disconnected
- source/TransferSocket.cpp, source/TransferSocket.h: improved OnClose() and error handling
- source/ControlSocket.cpp, source/ControlSocket.h: added QUIT and APPE command, remote IP stored so that it can appear in disconnect messages, improved PORT param parsing
- source/install/FileZilla Server.nsi: made compatible with latest NSIS version, run on startup reg-key now quoted
- source/OutputWnd.cpp, source/OutputWnd.h, source/StatusView.cpp, source/StatusView.h: Added mouse wheel scrolling
- source/OptionsMiscPage.cpp, source/OptionsMiscPage.h: misc options page
- readme.htm, source/FileZilla server.rc: last changes for 0.3 release
- source/install/FileZilla Server.nsi: Added "Start with Windows" option
- source/misc/Led.cpp, source/misc/Led.h, source/res/leds.bmp: Status LEDs
- source/ControlSocket.cpp: implemented NOOP command
- readme.htm, source/ControlSocket.cpp, source/FileZilla server.dsp, source/FileZilla server.rc, source/MainFrm.cpp, source/MainFrm.h, source/StdAfx.h, source/Thread.cpp, source/Thread.h, source/TransferSocket.cpp, source/resource.h, source/install/FileZilla Server.nsi: Transferrate and -count will be displayed in statusbar
- source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla server.dsp, source/FileZilla server.rc, source/MainFrm.cpp, source/Options.cpp, source/Options.h, source/Thread.cpp, source/Thread.h, source/TransferSocket.cpp, source/TransferSocket.h, source/resource.h: ip limit implemented
- source/FileZilla server.rc, source/UsersDlg.cpp, source/resource.h: accounts can be renamed
- source/UsersDlg.cpp: faster directory listing
- source/ControlSocket.cpp: fixed problem with timeouts
- source/ControlSocket.cpp: fixed bug in OnClose
- readme.htm, source/ControlSocket.cpp, source/FileZilla server.cpp, source/FileZilla server.rc, source/MainFrm.cpp, source/MainFrm.h, source/TransferSocket.cpp, source/TransferSocket.h, source/UsersDlg.cpp: last changes for version 0.2
- source/FileZilla server.rc: Fixed typo in IDD_SAPREFS
- readme.htm, source/ListenSocket.cpp, source/MainFrm.cpp, source/StdAfx.h, source/Thread.cpp, source/Thread.h: Number of threads can be changed at runtime
- readme.htm, source/ControlSocket.cpp, source/FileZilla server.rc, source/StdAfx.h, source/Thread.cpp, source/Thread.h, source/TransferSocket.cpp, source/TransferSocket.h, source/UsersListCtrl.cpp, source/UsersListCtrl.h, source/UsersView.cpp, source/resource.h: Users can be kicked
- source/ControlSocket.cpp, source/Thread.cpp, source/Thread.h, source/TransferSocket.cpp: Cleaned code
- source/ControlSocket.cpp, source/Thread.cpp, source/TransferSocket.cpp, source/TransferSocket.h: Removed unneeded code
- license.txt, readme.htm, source/ChildView.cpp, source/ChildView.h, source/ControlSocket.cpp, source/ControlSocket.h, source/EnterSomething.cpp, source/EnterSomething.h, source/FileZilla server.cpp, source/FileZilla server.dsp, source/FileZilla server.dsw, source/FileZilla server.h, source/FileZilla server.rc, source/ListenSocket.cpp, source/ListenSocket.h, source/MainFrm.cpp, source/MainFrm.h, source/OfflineAskDlg.cpp, source/OfflineAskDlg.h, source/Options.cpp, source/Options.h, source/OptionsGeneralPage.cpp, source/OptionsGeneralPage.h, source/OptionsSecurityPage.cpp, source/OptionsSecurityPage.h, source/OutputWnd.cpp, source/OutputWnd.h, source/StatusView.cpp, source/StatusView.h, source/StdAfx.cpp, source/StdAfx.h, source/Thread.cpp, source/Thread.h, source/TransferSocket.cpp, source/TransferSocket.h, source/resource.h, source/UsersDlg.cpp, source/UsersDlg.h, source/UsersListCtrl.cpp, source/UsersListCtrl.h, source/UsersView.cpp, source/UsersView.h, source/version.cpp, source/version.h, source/install/FileZilla Server.nsi, source/install/uninstall.ico, source/misc/BrowseForFolder.cpp, source/misc/BrowseForFolder.h, source/misc/HyperLink.cpp, source/misc/hyperlink.h, source/misc/md5.cpp, source/misc/md5.h, source/misc/SAPrefsDialog.cpp, source/misc/SAPrefsDialog.h, source/misc/SAPrefsStatic.cpp, source/misc/SAPrefsStatic.h, source/misc/SAPrefsSubDlg.cpp, source/misc/SAPrefsSubDlg.h, source/misc/SBDestination.cpp, source/misc/SBDestination.h, source/misc/SystemTray.cpp, source/misc/SystemTray.h, source/res/FileZilla server.ico, source/res/FileZilla server.rc2, source/res/Toolbar.bmp, source/res/empty.ico, source/res/green.ico, source/res/icon1.ico, source/res/red.ico, source/res/yellow.ico: no message
- license.txt, readme.htm, source/ChildView.cpp, source/ChildView.h, source/ControlSocket.cpp, source/ControlSocket.h, source/EnterSomething.cpp, source/EnterSomething.h, source/FileZilla server.cpp, source/FileZilla server.dsp, source/FileZilla server.dsw, source/FileZilla server.h, source/FileZilla server.rc, source/ListenSocket.cpp, source/ListenSocket.h, source/MainFrm.cpp, source/MainFrm.h, source/OfflineAskDlg.cpp, source/OfflineAskDlg.h, source/Options.cpp, source/Options.h, source/OptionsGeneralPage.cpp, source/OptionsGeneralPage.h, source/OptionsSecurityPage.cpp, source/OptionsSecurityPage.h, source/OutputWnd.cpp, source/OutputWnd.h, source/StatusView.cpp, source/StatusView.h, source/StdAfx.cpp, source/StdAfx.h, source/resource.h, source/Thread.cpp, source/Thread.h, source/TransferSocket.cpp, source/TransferSocket.h, source/UsersDlg.cpp, source/UsersDlg.h, source/UsersListCtrl.cpp, source/UsersListCtrl.h, source/UsersView.cpp, source/UsersView.h, source/version.cpp, source/version.h, source/install/FileZilla Server.nsi, source/install/uninstall.ico, source/misc/BrowseForFolder.cpp, source/misc/BrowseForFolder.h, source/misc/HyperLink.cpp, source/misc/hyperlink.h, source/misc/md5.cpp, source/misc/SAPrefsDialog.cpp, source/misc/md5.h, source/misc/SAPrefsDialog.h, source/misc/SAPrefsStatic.cpp, source/misc/SAPrefsStatic.h, source/misc/SAPrefsSubDlg.cpp, source/misc/SAPrefsSubDlg.h, source/misc/SBDestination.cpp, source/misc/SBDestination.h, source/misc/SystemTray.cpp, source/misc/SystemTray.h, source/res/FileZilla server.ico, source/res/FileZilla server.rc2, source/res/Toolbar.bmp, source/res/empty.ico, source/res/green.ico, source/res/icon1.ico, source/res/red.ico, source/res/yellow.ico: Initial revision