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