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):
2004-10-31 15:14 Tim Kosse (botg)- source/Accounts.cpp, source/Accounts.h, source/ControlSocket.cpp, source/ControlSocket.h, source/Permissions.cpp, source/Permissions.h, source/Interface/FileZilla server.rc, source/Interface/GroupsDlg.cpp, source/Interface/GroupsDlgSharedFolders.cpp, source/Interface/GroupsDlgSharedFolders.h, source/Interface/UsersDlg.cpp, source/Interface/UsersDlgSharedFolders.cpp, source/Interface/UsersDlgSharedFolders.h: - simplified permissions system - removed shortcut resolving - removed non-relative directory structure
- source/platform.h: some macros to access unaligned integers from memory under Win64
- source/Accounts.cpp: more cleanup
- source/Permissions.cpp, source/Permissions.h: simplified and cleaned code, especially GetRealDirectory
- source/Accounts.cpp, source/Options.cpp, source/Interface/OptionsCompressionPage.cpp: made IsValidIp even more simple
- source/Accounts.cpp, source/Accounts.h, source/Options.cpp, source/Options.h, source/Permissions.cpp, source/Interface/GroupsDlgIpFilter.cpp, source/Interface/OptionsCompressionPage.cpp, source/Interface/OptionsCompressionPage.h, source/Interface/OptionsDlg.cpp, source/Interface/OptionsIpFilterPage.cpp, source/Interface/UsersDlgIpFilter.cpp: cleaned up IsValidIp
- readme.htm: some updates
- source/Accounts.cpp, source/AsyncGssSocketLayer.cpp, source/AsyncGssSocketLayer.h, source/AsyncSocketEx.cpp, source/ControlSocket.cpp, source/FileZilla server.sln, source/Options.cpp, source/Permissions.cpp, source/Permissions.h, source/Server.cpp, source/Server.h, source/ServerThread.cpp, source/TransferSocket.cpp, source/TransferSocket.h, source/Interface/AdminSocket.cpp, source/Interface/AdminSocket.h, source/Interface/AsyncSocketEx.cpp, source/Interface/ConnectDialog.cpp, source/Interface/FileZilla server.cpp, source/Interface/GroupsDlgSpeedLimit.cpp, source/Interface/MainFrm.cpp, source/Interface/MainFrm.h, source/Interface/Options.cpp, source/Interface/Options.h, source/Interface/OptionsCompressionPage.cpp, source/Interface/OptionsDlg.cpp, source/Interface/OptionsDlg.h, source/Interface/OptionsGSSPage.cpp, source/Interface/OptionsGeneralWelcomemessagePage.cpp, source/Interface/OptionsLoggingPage.cpp, source/Interface/OptionsMiscPage.cpp, source/Interface/OptionsPasvPage.cpp, source/Interface/OptionsSecurityPage.cpp, source/Interface/OptionsSpeedLimitPage.cpp, source/Interface/StatusCtrl.cpp, source/Interface/StatusCtrl.h, source/Interface/UsersDlgSpeedLimit.cpp, source/Interface/UsersListCtrl.cpp, source/Interface/misc/SAPrefsDialog.cpp, source/Interface/misc/SystemTray.cpp, source/Interface/misc/SystemTray.h: - code should now compile and work on win64 - fixed all warnings
- source/Interface/FileZilla server.rc: type of the time picker in the speed limit rule dialog did change to date picker somehow.
- source/Service.cpp: for command line switches, the dash as preceeding character wasn't recognized, only slashes could be used for switches
- source/Interface/FileZilla server.rc: fixed typos reported by Sebastian Schuberth fixed wrong flags for ip textcontrols
- documentation/admin interface technotes.txt: some notes about the admin interface
- source/Interface/FileZilla Server Interface.dsp: added missing files to project
- source/FileZilla server.sln, source/FileZilla server.vcproj, source/GFtp/GFtp.vcproj, source/Interface/FileZilla Server Interface.vcproj: VS 7.1 workspace files
- source/GFtp/main.cpp: don't use chan bindings if using IPV6
- source/ControlSocket.cpp, source/Permissions.cpp: - Fixed MKD reply on already existing directories - improper padding in directory listings
- source/Service.cpp, source/misc/ExceptionReport.cpp: fix exceptions if stopping server
- source/Server.cpp: unable to shutdown server if there are no threads
- source/FileZilla server.dsp, source/Interface/FileZilla Server Interface.dsp, source/Interface/misc/ExceptionReport.cpp, source/Interface/misc/ExceptionReport.h, source/Interface/misc/WheatyExceptionReport.cpp [DEAD], source/Interface/misc/WheatyExceptionReport.h [DEAD], source/misc/ExceptionReport.cpp, source/misc/ExceptionReport.h, source/misc/WheatyExceptionReport.cpp [DEAD], source/misc/WheatyExceptionReport.h [DEAD]: replaced exception report class with better version
- source/Service.cpp: always try both ways to reload configs
- source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla server.rc, source/OptionTypes.h, source/Options.cpp, source/ServerThread.cpp, source/Interface/FileZilla server.rc, source/Interface/OptionsGeneralWelcomemessagePage.cpp, source/Interface/OptionsGeneralWelcomemessagePage.h, source/Interface/resource.h: Allow longer welcome message make it possible to hide welcome message in interface/logs
- source/AsyncGssSocketLayer.cpp, source/AsyncGssSocketLayer.h, source/GFtp/gssapi.h, source/GFtp/main.cpp: IPv6 support in gssapi code
- source/Permissions.cpp: :u wasn't replaced in alias map with username
- source/Server.cpp: sanity checks
- source/ControlSocket.cpp: typo