Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-01 00:10:01
Changelog for FileZilla Server (441 changes):
2018-07-07 15:12 codesquid, revision 8827- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/Options.h
- M /FileZilla Server/trunk/source/Interface/StdAfx.h
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- A /FileZilla Server/trunk/source/pugixml
- A /FileZilla Server/trunk/source/pugixml/pugiconfig.hpp
- A /FileZilla Server/trunk/source/pugixml/pugixml.cpp
- A /FileZilla Server/trunk/source/pugixml/pugixml.hpp
- M /FileZilla Server/trunk/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.h
- M /FileZilla Server/trunk/source/StdAfx.h
- D /FileZilla Server/trunk/source/tinyxml
- M /FileZilla Server/trunk/source/xml_utils.cpp
- M /FileZilla Server/trunk/source/xml_utils.h
2018-06-24 21:56 codesquid, revision 8818Replace tinyxml with pugixml.
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/AdminInterface.h
- M /FileZilla Server/trunk/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/source/Interface/AdminSocket.h
2018-06-24 13:56 codesquid, revision 8816Additional refactoring.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/conversion.cpp
- M /FileZilla Server/trunk/source/conversion.h
- M /FileZilla Server/trunk/source/ExternalIpCheck.cpp
- M /FileZilla Server/trunk/source/FileLogger.cpp
- M /FileZilla Server/trunk/source/FileLogger.h
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.h
- M /FileZilla Server/trunk/source/Interface/misc/BrowseForFolder.h
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsCompressionPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsIpFilterPage.cpp
- M /FileZilla Server/trunk/source/Interface/StatusCtrl.cpp
- M /FileZilla Server/trunk/source/Interface/StatusCtrl.h
- M /FileZilla Server/trunk/source/Interface/StatusView.cpp
- M /FileZilla Server/trunk/source/Interface/StatusView.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/source/iputils.cpp
- M /FileZilla Server/trunk/source/iputils.h
- M /FileZilla Server/trunk/source/misc/StdString.h
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/OptionTypes.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/source/StdAfx.h
- M /FileZilla Server/trunk/source/version.cpp
- M /FileZilla Server/trunk/source/version.h
- M /FileZilla Server/trunk/source/xml_utils.cpp
- M /FileZilla Server/trunk/source/xml_utils.h
2018-02-13 11:40 codesquid, revision 8723Refactor code to be a bit more modern and phase out use of CStdString in a couple of places.
2018-02-05 11:29 codesquid, revision 8720Close connection if it looks like HTTP.
2018-02-05 11:22 codesquid, revision 8719Remove obsolete member variable.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/hash_thread.cpp
- M /FileZilla Server/trunk/source/hash_thread.h
- M /FileZilla Server/trunk/source/ServerThread.cpp
2018-02-05 11:06 codesquid, revision 8718Modernize code a bit.
- M /FileZilla Server/trunk/source/hash_thread.cpp
- M /FileZilla Server/trunk/source/hash_thread.h
- M /FileZilla Server/trunk/source/Server.cpp
2017-12-29 19:26 codesquid, revision 8682#11506 Fix deadlock during shutdown.
2017-12-29 19:23 codesquid, revision 8681Also restrict admin interface port in the interface itself.
2017-12-29 19:23 codesquid, revision 8680Restrict administration port.
2017-08-27 17:45 codesquid, revision 8551Restrict administration port.
2017-08-27 17:40 codesquid, revision 8550We don't need a recursive mutex here.
2017-08-27 14:31 codesquid, revision 8548Wait on a condition instead of sleeping in a loop.
2017-08-27 14:30 codesquid, revision 8547Default to 4 worker threads instead of 2.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
2017-08-27 12:44 codesquid, revision 8546Connection limits can no longer be set to less than 15. The server can handle many connections just fine.
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/Server.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
2017-08-27 12:37 codesquid, revision 8545Further LPCTSTR avoidance.
2017-08-27 12:37 codesquid, revision 8544Minor cleanup.
2017-08-27 12:24 codesquid, revision 8543Fix parsing account data.
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.h
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
2017-08-27 12:24 codesquid, revision 8542Avoid LPCTSTR in CAsyncSocketEx.
2017-04-24 16:30 codesquid, revision 8370Improve trimming of welcome messages.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/AdminListenSocket.cpp
- M /FileZilla Server/trunk/source/AdminSocket.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/conversion.cpp
- M /FileZilla Server/trunk/source/conversion.h
- M /FileZilla Server/trunk/source/ExternalIpCheck.cpp
- M /FileZilla Server/trunk/source/FileLogger.cpp
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/source/Interface/AdminSocket.h
- M /FileZilla Server/trunk/source/Interface/ConnectDialog.cpp
- M /FileZilla Server/trunk/source/Interface/DeleteGroupInUseDlg.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
- M /FileZilla Server/trunk/source/Interface/GenerateCertificateDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/Options.h
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsCompressionPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.h
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralIpbindingsPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralWelcomemessagePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsIpFilterPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsPasvPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/source/Interface/StdAfx.h
- M /FileZilla Server/trunk/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/iputils.cpp
- M /FileZilla Server/trunk/source/iputils.h
- M /FileZilla Server/trunk/source/ListenSocket.cpp
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/xml_utils.cpp
- M /FileZilla Server/trunk/source/xml_utils.h
2017-02-06 15:00 codesquid, revision 8133Slowly move towards std::(w)string.
- M /FileZilla Server/trunk/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- D /FileZilla Server/trunk/source/Interface/res/donate.bmp
- M /FileZilla Server/trunk/source/Interface/resource.h
2017-02-06 14:57 codesquid, revision 8132Remove the donate button.
- M /FileZilla Server/trunk/legal.htm
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2017-02-06 11:46 codesquid, revision 8131Bump to FileZilla Server 0.9.60
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2017-02-06 11:37 codesquid, revision 8130Minor refactoring.
2017-02-06 11:34 codesquid, revision 8129Minor reformatting for readability.
- M /FileZilla Server/trunk/INSTALL
- M /FileZilla Server/trunk/source/AdminSocket.cpp
- M /FileZilla Server/trunk/source/AdminSocket.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/Dependencies.props.example
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/ListenSocket.cpp
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2017-02-06 10:32 codesquid, revision 8127Add dependency on libfilezilla and use fz::monotonic_clock in a couple of places instead of FILETIME/SYSTEMTIME.
2017-02-05 18:48 codesquid, revision 8126Fix a typo in an error message.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2017-02-05 18:42 codesquid, revision 8125Improve error messages if opening/seeking/reading or writing local files fails.
2017-02-05 18:26 codesquid, revision 8124Reformatting.
2017-02-05 18:24 codesquid, revision 8123Fix typo.
2017-02-01 19:45 codesquid, revision 8122Redistribute unused quota across timeslices.
2016-10-27 09:55 codesquid, revision 7903Generate a random serial for certificates.
2016-09-22 16:04 codesquid, revision 7789Change to home directory, and thus checking its existence, only after auto-creating the shared directories.
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2016-09-01 11:58 codesquid, revision 7747Bump to FileZilla Server 0.9.59
- M /FileZilla Server/trunk/source/AdminInterface.cpp
- M /FileZilla Server/trunk/source/AdminSocket.cpp
- M /FileZilla Server/trunk/source/AdminSocket.h
- M /FileZilla Server/trunk/source/Server.cpp
2016-09-01 11:12 codesquid, revision 7746Fix a crash if an admin socket gets closed while processing a command.
2016-09-01 11:12 codesquid, revision 7745Fix getting initial users list.
- M /FileZilla Server/trunk/source/AdminSocket.cpp
- M /FileZilla Server/trunk/source/AdminSocket.h
- M /FileZilla Server/trunk/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/source/Interface/AdminSocket.h
2016-08-11 15:49 codesquid, revision 7719Formatting to improve readability.
2016-08-11 15:24 codesquid, revision 7718Update readme.htm with changes.
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/FileZilla server.sln
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
2016-08-11 14:59 codesquid, revision 7717Bump to FileZilla Server 0.9.58
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2016-08-10 16:59 codesquid, revision 7715Auto-tune TCP send buffer size.
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
2016-08-10 16:53 codesquid, revision 7714Use default optimization rules for inline expansion.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.h
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.h
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.h
- M /FileZilla Server/trunk/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlg.h
- M /FileZilla Server/trunk/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/OptionTypes.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.h
2016-08-10 15:47 codesquid, revision 7713Fix warnings and assorted code cleanup.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
2016-08-10 11:45 codesquid, revision 7712Verify existence of home directory.
2016-08-10 11:16 codesquid, revision 7711Avoid copying the command structure and remove a workaround for broken routers. The router instead needs to be fixed.
2016-08-10 11:12 codesquid, revision 7710Do not set expiry if still holding lease, it's pointless.
2016-08-10 10:49 codesquid, revision 7709Typo
2016-08-10 10:49 codesquid, revision 7708Pass PM_NOYIELD to PeekMessage. Small code cleanup.
2016-08-10 10:41 codesquid, revision 7707Use a larger listen backlog.
2016-07-25 19:03 codesquid, revision 7684Disable IDEA and SEED ciphers, they are rarely used and at least IDEA is recommended against in RFC5469.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/iputils.cpp
- M /FileZilla Server/trunk/source/iputils.h
- M /FileZilla Server/trunk/source/Permissions.cpp
2016-07-25 18:38 codesquid, revision 7683Convert some more lists to vectors.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/ServerThread.h
2016-07-25 11:57 codesquid, revision 7682Convert some lists into vectors.
2016-07-25 11:56 codesquid, revision 7681We do not need to call TranslateMessage in worker threads.
- M /FileZilla Server/trunk/source/pasv_port_randomizer.cpp
- M /FileZilla Server/trunk/source/pasv_port_randomizer.h
2016-07-25 11:38 codesquid, revision 7680Use one mutex per port.
- M /FileZilla Server/trunk/source/pasv_port_randomizer.cpp
- M /FileZilla Server/trunk/source/pasv_port_randomizer.h
2016-07-25 10:55 codesquid, revision 7679Use atomics to avoid mutex locks for the connecting flag in the passsive mode port randomizer.
2016-07-25 10:53 codesquid, revision 7678Delay converting to lowercase.
2016-07-25 10:53 codesquid, revision 7677Keep a spare socket around to keep the socket helper window alive.
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
2016-07-22 09:56 codesquid, revision 7670Use thread_local keyword to keep thread-specific data.
- M /FileZilla Server/trunk/source/ListenSocket.cpp
- M /FileZilla Server/trunk/source/ListenSocket.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/Server.h
2016-07-22 09:55 codesquid, revision 7669Use a vector instead of a list to hold the server threads.
2016-06-29 18:50 codesquid, revision 7610Fix possible crash removing layers while there are pending messages.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
2016-06-29 18:47 codesquid, revision 7609Replace SSL with TLS in strings.
2016-05-03 20:36 codesquid, revision 7470Fix a check for empty certificate and key file names.
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2016-05-02 12:20 codesquid, revision 7469Bump to 0.9.57
2016-05-02 11:54 codesquid, revision 7468Show main window prior to opening connect dialog so that user has context what the dialog is about.
2016-05-02 11:53 codesquid, revision 7467Redesign connect dialog.
2016-05-02 11:39 codesquid, revision 7466Default to localhost instead of an IP address.
2016-05-01 16:03 codesquid, revision 7465Add a bit of text clarifying what the admin port is for.
- M /FileZilla Server/trunk/source/FileZilla server.sln
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/xml_utils.cpp
- M /FileZilla Server/trunk/source/xml_utils.h
2016-04-06 17:42 codesquid, revision 7406Use _wfopen to load XML files instead of converting to narrow character set which can fail. Fixes #10816.
2016-03-16 15:20 codesquid, revision 7380Convert outdated contact information in welcome messages.
2016-03-01 19:21 codesquid, revision 7355Bump to 0.9.56.1
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2016-03-01 18:56 codesquid, revision 7354Bump to 0.9.56
2016-03-01 10:25 codesquid, revision 7353Update prebuild event for release builds.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/ServerThread.h
2016-02-21 20:47 codesquid, revision 7337Decrease anti-hammering counter on a successful login.
2016-01-28 17:28 codesquid, revision 7282Fix path to release zlib builds.
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/FileZilla server.sln
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2016-01-28 17:23 codesquid, revision 7281Bump to 0.9.55
- D /FileZilla Server/trunk/source/Interface/OptionsGSSPage.h
2016-01-27 18:55 codesquid, revision 7280Remove dead file.
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/Options.h
2016-01-27 13:30 codesquid, revision 7278Allow configuring max reconnect attempts for the admin interface.
- M /FileZilla Server/trunk/legal.htm
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/AdminInterface.cpp
- M /FileZilla Server/trunk/source/AdminInterface.h
- M /FileZilla Server/trunk/source/AdminListenSocket.h
- M /FileZilla Server/trunk/source/AdminSocket.cpp
- M /FileZilla Server/trunk/source/AdminSocket.h
- M /FileZilla Server/trunk/source/autobanmanager.cpp
- M /FileZilla Server/trunk/source/autobanmanager.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/config.h
- M /FileZilla Server/trunk/source/defs.h
- M /FileZilla Server/trunk/source/ExternalIpCheck.cpp
- M /FileZilla Server/trunk/source/ExternalIpCheck.h
- M /FileZilla Server/trunk/source/FileLogger.cpp
- M /FileZilla Server/trunk/source/FileLogger.h
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/source/Interface/AdminSocket.h
- M /FileZilla Server/trunk/source/Interface/ConnectDialog.cpp
- M /FileZilla Server/trunk/source/Interface/ConnectDialog.h
- M /FileZilla Server/trunk/source/Interface/DeleteGroupInUseDlg.cpp
- M /FileZilla Server/trunk/source/Interface/DeleteGroupInUseDlg.h
- M /FileZilla Server/trunk/source/Interface/EnterSomething.cpp
- M /FileZilla Server/trunk/source/Interface/EnterSomething.h
- M /FileZilla Server/trunk/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla server.h
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/GenerateCertificateDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GenerateCertificateDlg.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgGeneral.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSpeedLimit.h
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.h
- M /FileZilla Server/trunk/source/Interface/NewUserDlg.cpp
- M /FileZilla Server/trunk/source/Interface/NewUserDlg.h
- M /FileZilla Server/trunk/source/Interface/OfflineAskDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OfflineAskDlg.h
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/Options.h
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.h
- M /FileZilla Server/trunk/source/Interface/OptionsAutobanPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsAutobanPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.h
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralWelcomemessagePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralWelcomemessagePage.h
- M /FileZilla Server/trunk/source/Interface/OptionsGSSPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsIpFilterPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsIpFilterPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsLoggingPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsLoggingPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsMiscPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsMiscPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsPasvPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsPasvPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsSecurityPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSecurityPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsSpeedLimitPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSpeedLimitPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.h
- M /FileZilla Server/trunk/source/Interface/SpeedLimitRuleDlg.cpp
- M /FileZilla Server/trunk/source/Interface/SpeedLimitRuleDlg.h
- M /FileZilla Server/trunk/source/Interface/StatusView.cpp
- M /FileZilla Server/trunk/source/Interface/StatusView.h
- M /FileZilla Server/trunk/source/Interface/StdAfx.cpp
- M /FileZilla Server/trunk/source/Interface/StdAfx.h
- M /FileZilla Server/trunk/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlg.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSpeedLimit.h
- M /FileZilla Server/trunk/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/source/Interface/UsersListCtrl.h
- M /FileZilla Server/trunk/source/Interface/UsersView.cpp
- M /FileZilla Server/trunk/source/Interface/UsersView.h
- M /FileZilla Server/trunk/source/ListenSocket.cpp
- M /FileZilla Server/trunk/source/ListenSocket.h
- M /FileZilla Server/trunk/source/MFC64bitFix.cpp
- M /FileZilla Server/trunk/source/MFC64bitFix.h
- M /FileZilla Server/trunk/source/OptionLimits.h
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/OptionTypes.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/ServerThread.h
- M /FileZilla Server/trunk/source/Service.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.h
- M /FileZilla Server/trunk/source/StdAfx.cpp
- M /FileZilla Server/trunk/source/StdAfx.h
- M /FileZilla Server/trunk/source/Thread.cpp
- M /FileZilla Server/trunk/source/Thread.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
- M /FileZilla Server/trunk/source/version.cpp
- M /FileZilla Server/trunk/source/version.h
2016-01-27 10:18 codesquid, revision 7277Bump copyright year to 2016.
- M /FileZilla Server/trunk/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/Service.cpp
2016-01-27 10:17 codesquid, revision 7276Fix check for which Winsock version got loaded.
2016-01-27 10:04 codesquid, revision 7275Annual change of DH group.
2016-01-27 10:04 codesquid, revision 7274Update svn:ignore
2016-01-27 10:03 codesquid, revision 7273Small code cleanup.
- M /FileZilla Server/trunk/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/Service.cpp
2016-01-19 16:02 codesquid, revision 7257Request Winsock 2.2
2016-01-19 16:01 codesquid, revision 7256Fix a comment typo
2016-01-19 16:00 codesquid, revision 7255Do not start the administration interface if the TLS libraries cannot be loaded.
2016-01-04 15:48 codesquid, revision 7235Disable user if password cannot be converted to salted hash.
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlg.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSpeedLimit.h
2016-01-04 15:47 codesquid, revision 7234Update user structure when copying a user and then copy the user structure itself.
2016-01-04 15:01 codesquid, revision 7233Fix warnings.
2016-01-04 15:00 codesquid, revision 7232Clean up coding style to improve readability.
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2015-11-30 11:14 codesquid, revision 7213Forgot to commit the 0.9.54 version bump.
2015-11-30 10:55 codesquid, revision 7212Fix off-by-one in loop condition.
2015-11-27 10:00 codesquid, revision 7210Update solution file
2015-11-23 16:18 codesquid, revision 7203Use a bigger buffer when truncating logs. Todo: Replace the entire logging. Do it like FileZilla Client.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
2015-11-23 15:38 codesquid, revision 7202Use salted SHA-512 hashes for passwords.
2015-11-23 15:36 codesquid, revision 7201Get it to compile if using MFC's CString
2015-11-23 15:35 codesquid, revision 7200Fix typo
2015-10-30 09:19 codesquid, revision 7149Add salt field to account structure and add a function to generate a salt.
2015-10-04 09:16 codesquid, revision 7044Do not display warning about missing explicit FTP over TLS port if the server state isn't online.
2015-09-03 10:47 codesquid, revision 6962Fix VS requirement.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/source/Interface/resource.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.h
- M /FileZilla Server/trunk/source/Permissions.cpp
2015-09-03 10:36 codesquid, revision 6961Remove the 8+3 filename feature.
2015-09-03 10:35 codesquid, revision 6960More helpful error message if no certificate or key file is set.
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- A /FileZilla Server/trunk/source/Interface/res/home.ico
- D /FileZilla Server/trunk/source/Interface/res/icon1.ico
2015-08-11 18:25 codesquid, revision 6909Project file fixes.
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2015-08-11 18:18 codesquid, revision 6908Minor cleanup.
2015-08-11 18:16 codesquid, revision 6907If waiting on a transfer to finish before closing the socket, close the socket even if the transfer succeeds.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/Server.h
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/ServerThread.h
- M /FileZilla Server/trunk/source/Thread.cpp
2015-08-11 17:17 codesquid, revision 6906Cleanup state transitions handling.
2015-07-26 11:51 codesquid, revision 6843Minor cleanup.
2015-06-12 11:26 codesquid, revision 6763When hashing a plaintext password from FileZilla Server.xml, write the hash back into the xml and write out the changed file. Patch by Caleb Begly.
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2015-06-01 15:41 codesquid, revision 6746Bump to 0.9.53
2015-06-01 15:33 codesquid, revision 6745Before installing the OpenSSL DLLs, make sure service and interface are stopped.
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2015-06-01 14:35 codesquid, revision 6744Bump to 0.9.52
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
2015-06-01 14:15 codesquid, revision 6743Use SSL_set_ex_data and SSL_get_ex_data to associate the CAsyncSslSocketLayer instance with the SSL structure instead of using the custom list.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
2015-06-01 13:04 codesquid, revision 6742Load DH parameters already when initializing the library, doing it later on is too slow.
2015-06-01 12:53 codesquid, revision 6741Minor cleanup.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/Server.h
2015-06-01 12:07 codesquid, revision 6740Load OpenSSL when starting the server, loading and unloading during runtime is too slow and OpenSSL seems to leak memory like crazy.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
2015-05-23 22:48 codesquid, revision 6731Used a shared pointer to keep track of the context.
2015-05-23 22:43 codesquid, revision 6730Handle /0 CIDR in filter validation.
2015-05-23 16:13 codesquid, revision 6729Allow 0.0.0.0/32 in IP filters.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/source/OptionTypes.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
2015-05-22 09:49 codesquid, revision 6722Add option for minimum TLS version.
2015-05-21 11:42 codesquid, revision 6718Fixed typo in comment.
2015-05-21 11:13 codesquid, revision 6717Enable ECDH for PFS.
2015-05-21 11:13 codesquid, revision 6716Reset m_dh to 0 after freeing it.
2015-05-21 11:10 codesquid, revision 6715Fix memory leak.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/hash_thread.cpp
2015-05-06 17:06 codesquid, revision 6681Allow use of ephemeral Diffie-Hellman for PFS.
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2015-05-06 16:17 codesquid, revision 6680Bump to 0.9.51
2015-05-06 15:57 codesquid, revision 6679Update svn:ignore
2015-05-06 14:39 codesquid, revision 6678Fix tab order and slightly adjust wording.
2015-05-06 14:39 codesquid, revision 6677Improve wording.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2015-05-06 11:11 codesquid, revision 6676Apply IP check early when using PORT/EPRT.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/iputils.h
- A /FileZilla Server/trunk/source/pasv_port_randomizer.cpp
- A /FileZilla Server/trunk/source/pasv_port_randomizer.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2015-05-05 16:11 codesquid, revision 6675Randomize passive mode port.
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/OptionsSecurityPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSecurityPage.h
- M /FileZilla Server/trunk/source/Interface/resource.h
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/OptionTypes.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
2015-05-05 14:39 codesquid, revision 6674Rework data connection IP check and clarify its meaning in the settings.
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
2015-05-03 11:37 codesquid, revision 6672Remove the NOLAYERS configuration.
2015-05-02 19:29 codesquid, revision 6671Remove debug code.
2015-05-01 19:56 codesquid, revision 6666Don't use rand()
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/Service.cpp
- M /FileZilla Server/trunk/source/StdAfx.h
2015-05-01 19:47 codesquid, revision 6665Fixed a Coverity warning.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/source/Server.cpp
2015-04-30 10:59 codesquid, revision 6662Made API a bit safer to use.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.h
2015-04-29 12:09 codesquid, revision 6661Rearrange TLS settings.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.h
- M /FileZilla Server/trunk/source/Interface/resource.h
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/OptionTypes.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2015-04-24 12:02 codesquid, revision 6660Add option to require TLS session resumption when using FTP over TLS.
2015-04-15 11:23 codesquid, revision 6637Fix memory leak.
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/OptionsPasvPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsPasvPage.h
- M /FileZilla Server/trunk/source/Interface/resource.h
2015-04-07 11:08 codesquid, revision 6627Make settings dialog larger and slightly improve passive mode page.
2015-04-07 11:07 codesquid, revision 6626Update svn:ignore
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
- M /FileZilla Server/trunk/source/iputils.cpp
- M /FileZilla Server/trunk/source/iputils.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/Server.h
2015-04-07 10:05 codesquid, revision 6625Detect if behind a NAT router and print a message in the admin interface if passive mode settings aren't configured.
- M /FileZilla Server/trunk/source/ExternalIpCheck.cpp
- M /FileZilla Server/trunk/source/ExternalIpCheck.h
2015-04-07 10:04 codesquid, revision 6624Query external IP address via HTTP/1.1
- M /FileZilla Server/trunk/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/version.cpp
- M /FileZilla Server/trunk/source/version.h
2015-04-07 10:03 codesquid, revision 6623Cleanup GetVersionString and split into two functions.
- M /FileZilla Server/trunk/source/hash_thread.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
2015-03-31 11:21 codesquid, revision 6618Adjust file open flags for.
- M /FileZilla Server/trunk/source/AdminInterface.cpp
- M /FileZilla Server/trunk/source/AdminInterface.h
- M /FileZilla Server/trunk/source/AdminSocket.cpp
- M /FileZilla Server/trunk/source/ListenSocket.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/Server.h
2015-03-31 10:48 codesquid, revision 6617Verify FTP over TLS configuration after changing settings and when connecting with the admin interface.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
2015-03-24 14:44 codesquid, revision 6606CAsyncSslSocketLayer::LoadCertKeyFile can now optionally verify certificate for expiry.
2015-03-24 09:52 codesquid, revision 6605Always clear SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION and SSL_OP_LEGACY_SERVER_CONNECT, we do not want those options enabled.
2015-03-19 20:57 codesquid, revision 6591Updated svn:ignore
2015-03-19 19:00 codesquid, revision 6590Fixed typos
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2015-03-18 11:07 codesquid, revision 6584Bump to 0.9.50
2015-03-15 19:56 codesquid, revision 6574Increase size of network BIO to better handle larger TLS records.
2015-02-24 18:30 codesquid, revision 6502Fixed discrepancy of actual default socket buffer size and its description. The latter is the intended value.
2015-02-17 14:57 codesquid, revision 6460Fix silent uninstallation. #7239
2015-01-09 11:16 codesquid, revision 6350Fixed typo.
2015-01-09 11:10 codesquid, revision 6349Add missing change.
- M /FileZilla Server/trunk/legal.htm
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/AdminInterface.cpp
- M /FileZilla Server/trunk/source/AdminInterface.h
- M /FileZilla Server/trunk/source/AdminListenSocket.h
- M /FileZilla Server/trunk/source/AdminSocket.cpp
- M /FileZilla Server/trunk/source/AdminSocket.h
- M /FileZilla Server/trunk/source/autobanmanager.cpp
- M /FileZilla Server/trunk/source/autobanmanager.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/config.h
- M /FileZilla Server/trunk/source/defs.h
- M /FileZilla Server/trunk/source/ExternalIpCheck.cpp
- M /FileZilla Server/trunk/source/ExternalIpCheck.h
- M /FileZilla Server/trunk/source/FileLogger.cpp
- M /FileZilla Server/trunk/source/FileLogger.h
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/source/Interface/AdminSocket.h
- M /FileZilla Server/trunk/source/Interface/ConnectDialog.cpp
- M /FileZilla Server/trunk/source/Interface/ConnectDialog.h
- M /FileZilla Server/trunk/source/Interface/DeleteGroupInUseDlg.cpp
- M /FileZilla Server/trunk/source/Interface/DeleteGroupInUseDlg.h
- M /FileZilla Server/trunk/source/Interface/EnterSomething.cpp
- M /FileZilla Server/trunk/source/Interface/EnterSomething.h
- M /FileZilla Server/trunk/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla server.h
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/GenerateCertificateDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GenerateCertificateDlg.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgGeneral.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSpeedLimit.h
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.h
- M /FileZilla Server/trunk/source/Interface/NewUserDlg.cpp
- M /FileZilla Server/trunk/source/Interface/NewUserDlg.h
- M /FileZilla Server/trunk/source/Interface/OfflineAskDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OfflineAskDlg.h
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/Options.h
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.h
- M /FileZilla Server/trunk/source/Interface/OptionsAutobanPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsAutobanPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.h
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralWelcomemessagePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralWelcomemessagePage.h
- M /FileZilla Server/trunk/source/Interface/OptionsGSSPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsIpFilterPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsIpFilterPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsLoggingPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsLoggingPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsMiscPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsMiscPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsPasvPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsPasvPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsSecurityPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSecurityPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsSpeedLimitPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSpeedLimitPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.h
- M /FileZilla Server/trunk/source/Interface/SpeedLimitRuleDlg.cpp
- M /FileZilla Server/trunk/source/Interface/SpeedLimitRuleDlg.h
- M /FileZilla Server/trunk/source/Interface/StatusView.cpp
- M /FileZilla Server/trunk/source/Interface/StatusView.h
- M /FileZilla Server/trunk/source/Interface/StdAfx.cpp
- M /FileZilla Server/trunk/source/Interface/StdAfx.h
- M /FileZilla Server/trunk/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlg.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSpeedLimit.h
- M /FileZilla Server/trunk/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/source/Interface/UsersListCtrl.h
- M /FileZilla Server/trunk/source/Interface/UsersView.cpp
- M /FileZilla Server/trunk/source/Interface/UsersView.h
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/ListenSocket.cpp
- M /FileZilla Server/trunk/source/ListenSocket.h
- M /FileZilla Server/trunk/source/MFC64bitFix.cpp
- M /FileZilla Server/trunk/source/MFC64bitFix.h
- M /FileZilla Server/trunk/source/OptionLimits.h
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/OptionTypes.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/ServerThread.h
- M /FileZilla Server/trunk/source/Service.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.h
- M /FileZilla Server/trunk/source/StdAfx.cpp
- M /FileZilla Server/trunk/source/StdAfx.h
- M /FileZilla Server/trunk/source/Thread.cpp
- M /FileZilla Server/trunk/source/Thread.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
- M /FileZilla Server/trunk/source/version.cpp
- M /FileZilla Server/trunk/source/version.h
2015-01-09 10:18 codesquid, revision 6347Update copyright year to 2015 and bump to 0.9.49
2015-01-03 10:11 codesquid, revision 6330Fix log output of welcome message and FEAT reply.
2015-01-03 10:10 codesquid, revision 6329Don't mark resources as German if they aren't.
2014-12-13 09:57 codesquid, revision 6256Check value returned by CFrame::LoadFrame.
- M /FileZilla Server/trunk/source/AdminListenSocket.cpp
- M /FileZilla Server/trunk/source/AdminListenSocket.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/Server.h
- M /FileZilla Server/trunk/source/StdAfx.h
2014-11-29 11:14 codesquid, revision 6205Fix (and simplify) changing admin interface IP bindings, it did not recreate binding on [::1].
2014-11-07 11:12 codesquid, revision 6167As the updated permissions callback is per-thread, access the thread-specific user id list. Otherwise we might crash.
- M /FileZilla Server/trunk/source/iputils.cpp
- M /FileZilla Server/trunk/source/iputils.h
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/Server.h
2014-11-07 11:08 codesquid, revision 6166Simplify listen socket creation.
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/OptionTypes.h
2014-11-07 10:45 codesquid, revision 6165Forgot to commit past version bump to 0.9.48
2014-10-29 21:25 codesquid, revision 6148Fix IP binding parsing to handle IPv6 addresses containing letters.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/ServerThread.cpp
2014-10-29 20:57 codesquid, revision 6147Coalesce welcome message and FEAT reply into a single packet each.
2014-10-29 17:40 codesquid, revision 6146Configure Windows to create mini dumps if the server service crashes.
2014-10-29 17:39 codesquid, revision 6145Small simplification.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/misc/dll.cpp
- M /FileZilla Server/trunk/source/misc/dll.h
2014-10-29 16:29 codesquid, revision 6144OpenSSL keeps a lot of internal state hidden behind a most ugly API. We need to do more cleanup when unloading OpenSSL.
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2014-10-29 16:19 codesquid, revision 6143Make layer callbacks safer to use.
2014-10-29 16:02 codesquid, revision 6142Fix another memory leak.
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ListenSocket.cpp
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
2014-10-29 14:34 codesquid, revision 6141Remove some legacy cruft from MFC days.
2014-10-29 14:33 codesquid, revision 6140Fix memory leak, we were calling SSL_load_error_strings but didn't call ERR_free_strings
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/version.cpp
2014-10-29 10:17 codesquid, revision 6139Fix a few harmless issues founds by Visual Studio's static analyzer.
2014-10-24 10:42 codesquid, revision 6136Advertise EPSV/EPRT support in FEAT reply.
2014-10-20 16:18 codesquid, revision 6131Fixed typo.
2014-10-10 09:29 codesquid, revision 6120Update string class to a newer version to fix a buffer overflow in FormatV.
2014-09-19 11:51 codesquid, revision 6094Allow OPTS prior to login. It is not coupled to accounts/permissions in any way. There are some clients that sent OPTS UTF8 ON prior to login.
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2014-09-19 11:51 codesquid, revision 6093Bump to 0.9.47
- M /FileZilla Server/trunk/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/source/Options.cpp
2014-09-19 09:53 codesquid, revision 6092Update address in welcome message.
2014-09-19 09:41 codesquid, revision 6091Make external IP check more robost wrt. leading/trailing whitespace.
2014-09-18 15:10 codesquid, revision 6090Don't copy too many bytes fixes #9850.
2014-09-18 15:08 codesquid, revision 6089Fix another case of bad math.
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
2014-09-18 14:11 codesquid, revision 6088Fix some bit-fiddling integer arithmetic leading to incorrect timestamps.
2014-09-18 10:55 codesquid, revision 6087Fix sort dropdown selection when sorted by IP.
2014-09-18 10:54 codesquid, revision 6086Bump protocol version.
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
2014-09-18 09:10 codesquid, revision 6085Allow more than 64k users/groups.
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/Options.h
2014-09-17 20:39 codesquid, revision 6084Additional code cleanup.
2014-09-17 20:35 codesquid, revision 6083Remove non-existing file references.
2014-09-17 20:34 codesquid, revision 6082Simplify (and fix) loading of the hand cursor.
2014-09-17 15:57 codesquid, revision 6081Only look in executable directory for DLLs.
2014-09-17 15:30 codesquid, revision 6080Increase size of pending connection backlog.
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/Options.h
2014-09-17 15:28 codesquid, revision 6079Save interface settings in application directory.
2014-09-17 14:41 codesquid, revision 6078Display server address in connecting message.
2014-09-16 16:47 codesquid, revision 6077Fix autoban of IPv6 addresses not triggering.
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.cpp
2014-09-16 14:50 codesquid, revision 6076Allow a 60% larger list of IP filters for users and groups.
2014-09-16 14:48 codesquid, revision 6075Install a locking callback. The necessary to do so is a prime example of bad library design.
2014-09-16 14:46 codesquid, revision 6074Sign certificates with SHA256 instead of SHA1
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
2014-09-16 10:47 codesquid, revision 6073Use DLL wrapper to slightly simplify usage.
2014-08-13 10:10 codesquid, revision 6014Small wrapper for loading and unloading DLLs.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/MFC64bitFix.cpp
- M /FileZilla Server/trunk/source/MFC64bitFix.h
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
2014-08-10 10:35 codesquid, revision 6005Don't misuse FindFirstFile to query attributes for individual files. Since Windows XP we can use GetFileAttributesEx.
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/source/ExternalIpCheck.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.cpp
2014-08-10 10:32 codesquid, revision 6004Get rid of some memsets.
2014-08-10 10:30 codesquid, revision 6003Remove dead code.
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.h
2014-08-10 09:57 codesquid, revision 6002Simplify GetSockName and GetPeerName functions.
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/Interface/StdAfx.h
- M /FileZilla Server/trunk/source/StdAfx.h
2014-08-05 11:53 codesquid, revision 5981Get rid of some unneeded includes.
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/autobanmanager.cpp
- M /FileZilla Server/trunk/source/autobanmanager.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/FileZilla server.sln
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/hash_thread.cpp
- M /FileZilla Server/trunk/source/hash_thread.h
- M /FileZilla Server/trunk/source/Interface/ConnectDialog.cpp
- M /FileZilla Server/trunk/source/Interface/EnterSomething.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/misc/BrowseForFolder.cpp
- M /FileZilla Server/trunk/source/Interface/misc/HyperLink.cpp
- M /FileZilla Server/trunk/source/Interface/misc/Led.cpp
- M /FileZilla Server/trunk/source/Interface/misc/SAPrefsDialog.cpp
- M /FileZilla Server/trunk/source/Interface/misc/SAPrefsStatic.cpp
- M /FileZilla Server/trunk/source/Interface/misc/SAPrefsSubDlg.cpp
- M /FileZilla Server/trunk/source/Interface/misc/SBDestination.cpp
- M /FileZilla Server/trunk/source/Interface/misc/SystemTray.cpp
- M /FileZilla Server/trunk/source/Interface/NewUserDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OfflineAskDlg.cpp
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsAutobanPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralWelcomemessagePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsIpFilterPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsLoggingPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsMiscPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsPasvPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSecurityPage.cpp
- M /FileZilla Server/trunk/source/Interface/SpeedLimitRuleDlg.cpp
- M /FileZilla Server/trunk/source/Interface/StatusCtrl.cpp
- M /FileZilla Server/trunk/source/Interface/StatusView.cpp
- M /FileZilla Server/trunk/source/Interface/StdAfx.h
- M /FileZilla Server/trunk/source/Interface/splitex.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/source/Interface/UsersView.cpp
- D /FileZilla Server/trunk/source/misc/mmgr.cpp
- D /FileZilla Server/trunk/source/misc/mmgr.h
- D /FileZilla Server/trunk/source/misc/nommgr.h
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/ServerThread.h
- M /FileZilla Server/trunk/source/StdAfx.cpp
- M /FileZilla Server/trunk/source/StdAfx.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
2014-08-03 12:22 codesquid, revision 5980Code modernization and cleanup. In particular, use std::recursive_mutex
- M /FileZilla Server/trunk/legal.htm
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2014-08-03 12:08 codesquid, revision 5979Bump version to 0.9.46
2014-08-03 11:30 codesquid, revision 5978Disallow RC4.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/ServerThread.h
2014-08-03 11:14 codesquid, revision 5977Set initial speed limit when creating CControlSocket.
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
2014-08-03 10:46 codesquid, revision 5976Refactor speed limit code for readability.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
2014-08-02 17:05 codesquid, revision 5975Cleanup initialization.
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/AdminListenSocket.cpp
- M /FileZilla Server/trunk/source/AdminListenSocket.h
- M /FileZilla Server/trunk/source/AdminSocket.cpp
- M /FileZilla Server/trunk/source/AdminSocket.h
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.h
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/autobanmanager.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/ExternalIpCheck.h
- M /FileZilla Server/trunk/source/FileLogger.cpp
- M /FileZilla Server/trunk/source/FileLogger.h
- M /FileZilla Server/trunk/source/hash_thread.h
- M /FileZilla Server/trunk/source/ListenSocket.cpp
- M /FileZilla Server/trunk/source/ListenSocket.h
- M /FileZilla Server/trunk/source/MFC64bitFix.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/Server.h
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/ServerThread.h
- M /FileZilla Server/trunk/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.h
2014-08-02 11:50 codesquid, revision 5974Fix a whole bunch of Coverity issues.
2014-08-02 11:43 codesquid, revision 5973Don't delete void pointer.
2014-08-02 11:36 codesquid, revision 5972Fix uninitialized variable.
- D /FileZilla Server/trunk/source/Interface/misc/ProcessorInfo.h
- D /FileZilla Server/trunk/source/Interface/misc/WindowsVersion.h
- D /FileZilla Server/trunk/source/misc/ProcessorInfo.h
- D /FileZilla Server/trunk/source/misc/WindowsVersion.h
2014-08-02 11:33 codesquid, revision 5971Remove some unused headers.
- M /FileZilla Server/trunk/documentation/admin interface technotes.txt
- M /FileZilla Server/trunk/legal.htm
- M /FileZilla Server/trunk/license.txt
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/AdminInterface.cpp
- M /FileZilla Server/trunk/source/AdminInterface.h
- M /FileZilla Server/trunk/source/AdminListenSocket.cpp
- M /FileZilla Server/trunk/source/AdminListenSocket.h
- M /FileZilla Server/trunk/source/AdminSocket.cpp
- M /FileZilla Server/trunk/source/AdminSocket.h
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/autobanmanager.cpp
- M /FileZilla Server/trunk/source/autobanmanager.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/config.h
- M /FileZilla Server/trunk/source/ExternalIpCheck.cpp
- M /FileZilla Server/trunk/source/ExternalIpCheck.h
- M /FileZilla Server/trunk/source/FileLogger.cpp
- M /FileZilla Server/trunk/source/FileLogger.h
- M /FileZilla Server/trunk/source/hash_thread.cpp
- M /FileZilla Server/trunk/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/source/Interface/AdminSocket.h
- M /FileZilla Server/trunk/source/Interface/ConnectDialog.cpp
- M /FileZilla Server/trunk/source/Interface/ConnectDialog.h
- M /FileZilla Server/trunk/source/Interface/DeleteGroupInUseDlg.h
- M /FileZilla Server/trunk/source/Interface/EnterSomething.cpp
- M /FileZilla Server/trunk/source/Interface/EnterSomething.h
- M /FileZilla Server/trunk/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla server.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgGeneral.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSpeedLimit.h
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.h
- M /FileZilla Server/trunk/source/Interface/misc/BrowseForFolder.cpp
- M /FileZilla Server/trunk/source/Interface/misc/BrowseForFolder.h
- M /FileZilla Server/trunk/source/Interface/misc/HyperLink.cpp
- M /FileZilla Server/trunk/source/Interface/misc/hyperlink.h
- M /FileZilla Server/trunk/source/Interface/misc/Led.cpp
- M /FileZilla Server/trunk/source/Interface/misc/ProcessorInfo.h
- M /FileZilla Server/trunk/source/Interface/misc/SAPrefsStatic.cpp
- M /FileZilla Server/trunk/source/Interface/misc/SAPrefsStatic.h
- M /FileZilla Server/trunk/source/Interface/misc/SAPrefsSubDlg.cpp
- M /FileZilla Server/trunk/source/Interface/misc/SAPrefsSubDlg.h
- M /FileZilla Server/trunk/source/Interface/misc/SBDestination.h
- M /FileZilla Server/trunk/source/Interface/misc/SystemTray.cpp
- M /FileZilla Server/trunk/source/Interface/misc/SystemTray.h
- M /FileZilla Server/trunk/source/Interface/misc/WindowsVersion.h
- M /FileZilla Server/trunk/source/Interface/NewUserDlg.cpp
- M /FileZilla Server/trunk/source/Interface/NewUserDlg.h
- M /FileZilla Server/trunk/source/Interface/OfflineAskDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OfflineAskDlg.h
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/Options.h
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.h
- M /FileZilla Server/trunk/source/Interface/OptionsAutobanPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsAutobanPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsCompressionPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.h
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralIpbindingsPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralWelcomemessagePage.h
- M /FileZilla Server/trunk/source/Interface/OptionsGSSPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsIpFilterPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsIpFilterPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsLoggingPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsLoggingPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsMiscPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsMiscPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsPasvPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsPasvPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsSecurityPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSecurityPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsSpeedLimitPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSpeedLimitPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.h
- M /FileZilla Server/trunk/source/Interface/SpeedLimitRuleDlg.cpp
- M /FileZilla Server/trunk/source/Interface/SpeedLimitRuleDlg.h
- M /FileZilla Server/trunk/source/Interface/StatusCtrl.cpp
- M /FileZilla Server/trunk/source/Interface/StatusCtrl.h
- M /FileZilla Server/trunk/source/Interface/StatusView.cpp
- M /FileZilla Server/trunk/source/Interface/StatusView.h
- M /FileZilla Server/trunk/source/Interface/StdAfx.h
- M /FileZilla Server/trunk/source/Interface/splitex.cpp
- M /FileZilla Server/trunk/source/Interface/splitex.h
- M /FileZilla Server/trunk/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlg.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSpeedLimit.h
- M /FileZilla Server/trunk/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/source/Interface/UsersListCtrl.h
- M /FileZilla Server/trunk/source/Interface/UsersView.cpp
- M /FileZilla Server/trunk/source/Interface/UsersView.h
- M /FileZilla Server/trunk/source/iputils.cpp
- M /FileZilla Server/trunk/source/MFC64bitFix.cpp
- M /FileZilla Server/trunk/source/MFC64bitFix.h
- M /FileZilla Server/trunk/source/misc/ProcessorInfo.h
- M /FileZilla Server/trunk/source/misc/StdString.h
- M /FileZilla Server/trunk/source/misc/WindowsVersion.h
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/OptionTypes.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/Server.h
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/ServerThread.h
- M /FileZilla Server/trunk/source/Service.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/source/StdAfx.h
- M /FileZilla Server/trunk/source/Thread.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
- M /FileZilla Server/trunk/source/version.cpp
- M /FileZilla Server/trunk/source/xml_utils.cpp
2014-08-02 11:28 codesquid, revision 5970Whitespace cleanup. Patch by XhmikosR
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
2014-08-02 11:10 codesquid, revision 5969Do not dynamically load getaddrinfo/freeaddrinfo, this was only needed in the distance past. Nowadays all supported Windows versions have these functions. Also cleanup initialization of CAsyncSocketEx members.
2014-08-02 10:57 codesquid, revision 5968Fix a potential nullpointer dereference and get rid of some memsets.
- M /FileZilla Server/trunk/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.h
- M /FileZilla Server/trunk/source/Interface/NewUserDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralWelcomemessagePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSpeedLimitPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/source/Interface/StatusCtrl.h
- M /FileZilla Server/trunk/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/source/Interface/UsersListCtrl.cpp
2014-08-02 10:55 codesquid, revision 5967Patch by XhmikosR: Changed some format type specifiers to the proper ones, switched to prefix ++ for primitive types and some whitespace cleanup.
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.h
2014-08-01 23:40 codesquid, revision 5966Make CSpeedLimit::Save const.
2014-08-01 23:35 codesquid, revision 5965Fix harmless memory leak.
2014-08-01 23:30 codesquid, revision 5964Make sure whole structure is initialized.
2014-08-01 23:23 codesquid, revision 5963Pass output parameter "out" by reference instead of value. Function is dead code for FileZilla Server but there may be other users. CID 41023.
2014-08-01 23:11 codesquid, revision 5962Remove two unused variables.
2014-08-01 23:11 codesquid, revision 5961Disable SSLv3, We now requires TLSv1.0 or later.
2014-08-01 23:05 codesquid, revision 5960Fix a harmless regression in printing debug information.
2014-07-31 21:53 codesquid, revision 5959Fix writing to uninitialized memory. Found via Coverify CID 41017.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
2014-07-31 21:49 codesquid, revision 5958Fix GetSpeedLimit, in some cases it returned negative limits, causing crashes in places the negative limit was used without additional checks.
2014-07-31 21:35 codesquid, revision 5957More defensive handling of speed limits.
2014-07-29 11:16 codesquid, revision 5943Add a missing return if no data can be sent due to a full BIO. Also employ a bit of defensive programming in case the BIO for some reason is more than full.
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
2014-07-29 09:32 codesquid, revision 5942Further cleanup of TLS code.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
2014-07-28 20:11 codesquid, revision 5937Small code cleanup.
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/ListenSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
2014-07-28 19:48 codesquid, revision 5936The TLS handshake requires a few round-trips, so set TCP_NODELAY during handshake.
2014-07-28 19:33 codesquid, revision 5935Do not peek number of bytes in the receive buffer. This hurts performance.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/ServerThread.h
2014-07-27 23:07 codesquid, revision 5933Instead of faster-than-before looking up the user, keep a copy of the user around and update it only if it changes.
2014-07-27 22:18 codesquid, revision 5932Reduce code duplication.
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
2014-07-27 21:36 codesquid, revision 5931Keep users in a map for faster lookup.
2014-07-27 21:26 codesquid, revision 5930Enable automatic inlining in release builds.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
2014-07-27 20:42 codesquid, revision 5929Don't needlessly copy the user structure around.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/TransferSocket.h
2014-07-27 20:41 codesquid, revision 5928Mark some classes that arae not being derived from as final. Hopefully Visual Studio can optimize based on this information.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
2014-07-27 19:50 codesquid, revision 5927A couple of small performance improvements.
2014-07-27 19:48 codesquid, revision 5926Refactor the shutdown code to be much simpler and less error-prone.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
2014-07-27 19:45 codesquid, revision 5925Disable verbose logging and avoid a large amount of unneeded memory allocations.
- M /FileZilla Server/trunk/source/Interface/misc/SAPrefsStatic.cpp
- M /FileZilla Server/trunk/source/Interface/StdAfx.h
- M /FileZilla Server/trunk/source/StdAfx.h
2014-07-27 19:05 codesquid, revision 5924Define NOMINMAX prior to including windows headers.
2014-07-27 15:37 codesquid, revision 5923Even in case of a spurious FD_READ, we must call Receive on the socket, else we won't get the next real FD_READ and the connection will stall.
2014-07-26 21:46 codesquid, revision 5921We need to call SSL_shutdown again to force it to write out pending alerts.
2014-07-18 19:13 codesquid, revision 5881Handshakes can get interrupted. Continue the handshake if needed.
2014-07-05 10:23 codesquid, revision 5779Tighten list of supported ciphers.
2014-06-23 20:36 codesquid, revision 5731Print port in "Sending welcome message..." message.
2014-06-23 20:35 codesquid, revision 5730shutdown() returns 0 on success, hence ShutDownNext() should return true.
2014-06-07 16:12 codesquid, revision 5595Fix a potential problem during Shutdown: Sometimes ShutDownNext wasn't being called.
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2014-06-07 15:53 codesquid, revision 5594Bump to 0.9.45
2014-05-04 10:23 codesquid, revision 5521Additional fixes to prevent alias deletion.
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.cpp
2014-05-04 09:07 codesquid, revision 5520Show an error if user tries to enter a non-virtual alias.
2014-04-12 09:45 codesquid, revision 5496Fix wording, virtual paths are to be used.
2014-04-08 21:36 codesquid, revision 5495Modernize command parsing.
2014-04-08 21:28 codesquid, revision 5494Make wording a bit stronger.
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/OptionTypes.h
2014-04-08 21:27 codesquid, revision 5493Prepare for a new release.
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
2014-04-08 21:07 codesquid, revision 5492Remove XP from workspace files.
2014-03-29 09:48 codesquid, revision 5488XP is dead. Long live Vista.
2014-03-29 09:47 codesquid, revision 5487Updated svn:ignore
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
2014-03-16 11:35 codesquid, revision 5470Additional diagnostic if loading the certificate or key file fails.
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
2014-03-16 10:25 codesquid, revision 5469Remove non-virtual aliases. Prevent user from creating directory structures with missing aliases.
2014-03-15 15:17 codesquid, revision 5468Unify STOR and APPE.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2014-03-15 14:04 codesquid, revision 5467Simplify directory listing buffer handling.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2014-03-15 13:35 codesquid, revision 5466Unify handling of MLSD, LIST and NLST.
2014-01-08 21:38 codesquid, revision 5339Fix a possible race condition in passive mode port and refactor code to reduce some code duplication.
- M /FileZilla Server/trunk/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/source/Interface/AdminSocket.h
2014-01-08 21:32 codesquid, revision 5338Perform same refactoring for the client.
2014-01-08 21:16 codesquid, revision 5337Minor fix for timeout handling.
2014-01-02 22:27 codesquid, revision 5329Refactor code to be less error-prone and to reduce code duplication.
- M /FileZilla Server/trunk/legal.htm
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/AdminInterface.cpp
- M /FileZilla Server/trunk/source/AdminInterface.h
- M /FileZilla Server/trunk/source/AdminListenSocket.h
- M /FileZilla Server/trunk/source/AdminSocket.cpp
- M /FileZilla Server/trunk/source/AdminSocket.h
- M /FileZilla Server/trunk/source/autobanmanager.cpp
- M /FileZilla Server/trunk/source/autobanmanager.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/config.h
- M /FileZilla Server/trunk/source/defs.h
- M /FileZilla Server/trunk/source/ExternalIpCheck.cpp
- M /FileZilla Server/trunk/source/ExternalIpCheck.h
- M /FileZilla Server/trunk/source/FileLogger.cpp
- M /FileZilla Server/trunk/source/FileLogger.h
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/source/Interface/AdminSocket.h
- M /FileZilla Server/trunk/source/Interface/ConnectDialog.cpp
- M /FileZilla Server/trunk/source/Interface/ConnectDialog.h
- M /FileZilla Server/trunk/source/Interface/DeleteGroupInUseDlg.cpp
- M /FileZilla Server/trunk/source/Interface/DeleteGroupInUseDlg.h
- M /FileZilla Server/trunk/source/Interface/EnterSomething.cpp
- M /FileZilla Server/trunk/source/Interface/EnterSomething.h
- M /FileZilla Server/trunk/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla server.h
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/GenerateCertificateDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GenerateCertificateDlg.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgGeneral.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSpeedLimit.h
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.h
- M /FileZilla Server/trunk/source/Interface/NewUserDlg.cpp
- M /FileZilla Server/trunk/source/Interface/NewUserDlg.h
- M /FileZilla Server/trunk/source/Interface/OfflineAskDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OfflineAskDlg.h
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/Options.h
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.h
- M /FileZilla Server/trunk/source/Interface/OptionsAutobanPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsAutobanPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.h
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralWelcomemessagePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralWelcomemessagePage.h
- M /FileZilla Server/trunk/source/Interface/OptionsGSSPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsIpFilterPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsIpFilterPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsLoggingPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsLoggingPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsMiscPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsMiscPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsPasvPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsPasvPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsSecurityPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSecurityPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsSpeedLimitPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSpeedLimitPage.h
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.h
- M /FileZilla Server/trunk/source/Interface/SpeedLimitRuleDlg.cpp
- M /FileZilla Server/trunk/source/Interface/SpeedLimitRuleDlg.h
- M /FileZilla Server/trunk/source/Interface/StatusView.cpp
- M /FileZilla Server/trunk/source/Interface/StatusView.h
- M /FileZilla Server/trunk/source/Interface/StdAfx.cpp
- M /FileZilla Server/trunk/source/Interface/StdAfx.h
- M /FileZilla Server/trunk/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlg.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSpeedLimit.h
- M /FileZilla Server/trunk/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/source/Interface/UsersListCtrl.h
- M /FileZilla Server/trunk/source/Interface/UsersView.cpp
- M /FileZilla Server/trunk/source/Interface/UsersView.h
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/ListenSocket.cpp
- M /FileZilla Server/trunk/source/ListenSocket.h
- M /FileZilla Server/trunk/source/MFC64bitFix.cpp
- M /FileZilla Server/trunk/source/MFC64bitFix.h
- M /FileZilla Server/trunk/source/OptionLimits.h
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/OptionTypes.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/ServerThread.h
- M /FileZilla Server/trunk/source/Service.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.h
- M /FileZilla Server/trunk/source/StdAfx.cpp
- M /FileZilla Server/trunk/source/StdAfx.h
- M /FileZilla Server/trunk/source/Thread.cpp
- M /FileZilla Server/trunk/source/Thread.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
- M /FileZilla Server/trunk/source/version.cpp
- M /FileZilla Server/trunk/source/version.h
2014-01-01 22:17 codesquid, revision 5328Prepare for 0.9.43 release by bumping version number and copyright year.
2014-01-01 10:00 codesquid, revision 5327Don't call bio_ctrl_pending on the SSL BIO if the handshake has not succeeded yet.
2013-12-30 21:58 codesquid, revision 5326Error handling when copying files.
- A /FileZilla Server/trunk/INSTALL
- M /FileZilla Server/trunk/legal.htm
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
2013-12-30 21:08 codesquid, revision 5325Add instructions and copy the SSL libraries to the output directory when building.
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
2013-12-30 20:08 codesquid, revision 5324The project files are now almost pretty.
2013-12-30 20:00 codesquid, revision 5323Update svn:ignore
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
2013-12-30 19:24 codesquid, revision 5322Additional project file cleanup.
- M /FileZilla Server/trunk/source
- A /FileZilla Server/trunk/source/Dependencies.props.example
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
- D /FileZilla Server/trunk/source/includes
2013-12-30 18:39 codesquid, revision 5321Make dependency directories easily configurable.
2013-12-30 18:13 codesquid, revision 5320Get rid of old paths.
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
2013-12-30 18:02 codesquid, revision 5319Even more project file cleanup.
- M /FileZilla Server/trunk/source
- M /FileZilla Server/trunk/source/FileZilla server.sln
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
2013-12-30 17:01 codesquid, revision 5318More project file cleanup.
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/FileZilla server.sln
- D /FileZilla Server/trunk/source/FileZilla server.vcproj
- A /FileZilla Server/trunk/source/FileZilla server.vcxproj
- D /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcproj
- A /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
2013-12-30 16:56 codesquid, revision 5317Update workspace files.
2013-12-30 16:52 codesquid, revision 5316Update svn:ignore
- A /FileZilla Server/trunk/documentation
- D /FileZilla Server/trunk/FileZilla Server
- A /FileZilla Server/trunk/legal.htm
- A /FileZilla Server/trunk/license.txt
- A /FileZilla Server/trunk/readme.htm
- A /FileZilla Server/trunk/source
2013-12-29 22:23 codesquid, revision 5315Get rid of extra subdirectory.
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GenerateCertificateDlg.cpp
2013-12-28 17:30 codesquid, revision 5311Instead of defaulting to 2048 bits, change minimum to 1280 bits.
2013-12-28 17:17 codesquid, revision 5310Fix #606
- M /FileZilla Server/trunk/FileZilla Server/source/Accounts.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AdminSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/conversion.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/conversion.h
- M /FileZilla Server/trunk/FileZilla Server/source/FileLogger.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.sln
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GenerateCertificateDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Server.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/xml_utils.cpp
2013-12-28 15:02 codesquid, revision 5309Some refactoring to fix a few memory leaks. Fixes #7941
2013-12-28 14:59 codesquid, revision 5308Support a common command argument misspelling.
2013-12-28 14:53 codesquid, revision 5307Add a few null checks.
2013-12-28 14:46 codesquid, revision 5306Allow leading/trailing whitespace in filenames, fixes #8604
2013-12-28 14:37 codesquid, revision 5305Fix clipped text. #8686
2013-12-27 19:06 codesquid, revision 5304Default to 2048 bit certificates.
2013-12-26 10:13 codesquid, revision 5303Don't give up so easily finding a free port. #8093
2013-12-26 09:40 codesquid, revision 5302Disallow deleting (or renaming) aliases.
2013-12-18 20:19 codesquid, revision 5300Save the 8+3 option in the correct XML element.
2013-12-18 20:17 codesquid, revision 5299Create a copy of the resource before resetting the transferstatus.
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
2013-12-18 20:15 codesquid, revision 5298Fix spelling.
- D /FileZilla Server/trunk/FileZilla Server/source/AsyncGssSocketLayer.cpp
- D /FileZilla Server/trunk/FileZilla Server/source/AsyncGssSocketLayer.h
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.h
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.vcproj
- D /FileZilla Server/trunk/FileZilla Server/source/GFtp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla Server Interface.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsDlg.cpp
- D /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGSSPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/resource.h
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.h
2013-12-18 19:52 codesquid, revision 5297Remove the outdated and untested Kerberos GSSAPI support.
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.h
- M /FileZilla Server/trunk/FileZilla Server/source/conversion.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.h
2013-12-18 19:36 codesquid, revision 5296Remove support for OPTS UTF8 OFF.
- M /FileZilla Server/trunk/FileZilla Server/source/Accounts.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/conversion.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/conversion.h
- M /FileZilla Server/trunk/FileZilla Server/source/ExternalIpCheck.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/StatusCtrl.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
2013-12-16 23:46 codesquid, revision 5295Remove non-Unicode defines.
2013-12-16 22:46 codesquid, revision 5294Fix encoding problems
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
2013-12-16 22:17 codesquid, revision 5293Prepare for release
2013-12-16 21:51 codesquid, revision 5292Fix an endless loop, don't use PostMessage directly to trigger another FD_CLOSE. Use the ResendCloseNotify facility instead.
- M /FileZilla Server/trunk/FileZilla Server/source/AdminInterface.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AdminInterface.h
- M /FileZilla Server/trunk/FileZilla Server/source/AdminListenSocket.h
- M /FileZilla Server/trunk/FileZilla Server/source/AdminSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AdminSocket.h
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketExLayer.h
- M /FileZilla Server/trunk/FileZilla Server/source/autobanmanager.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/autobanmanager.h
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.h
- M /FileZilla Server/trunk/FileZilla Server/source/config.h
- M /FileZilla Server/trunk/FileZilla Server/source/defs.h
- M /FileZilla Server/trunk/FileZilla Server/source/ExternalIpCheck.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ExternalIpCheck.h
- M /FileZilla Server/trunk/FileZilla Server/source/FileLogger.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/FileLogger.h
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/AdminSocket.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/ConnectDialog.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/ConnectDialog.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/DeleteGroupInUseDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/DeleteGroupInUseDlg.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/EnterSomething.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/EnterSomething.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GenerateCertificateDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GenerateCertificateDlg.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlg.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgGeneral.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgGeneral.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgIpFilter.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSharedFolders.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSpeedLimit.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/NewUserDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/NewUserDlg.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OfflineAskDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OfflineAskDlg.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/Options.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAdminInterfacePage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAutobanPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAutobanPage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsCompressionPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsCompressionPage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsDlg.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralIpbindingsPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralIpbindingsPage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralPage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralWelcomemessagePage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralWelcomemessagePage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGSSPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGSSPage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsIpFilterPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsIpFilterPage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsLoggingPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsLoggingPage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsMiscPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsMiscPage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsPage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsPasvPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsPasvPage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsSecurityPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsSecurityPage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsSpeedLimitPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsSpeedLimitPage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsSslPage.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/SpeedLimitRuleDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/SpeedLimitRuleDlg.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/StatusView.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/StatusView.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/StdAfx.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/StdAfx.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlg.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgGeneral.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgIpFilter.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgSharedFolders.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgSpeedLimit.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersListCtrl.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersView.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersView.h
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/iputils.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/iputils.h
- M /FileZilla Server/trunk/FileZilla Server/source/ListenSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ListenSocket.h
- M /FileZilla Server/trunk/FileZilla Server/source/MFC64bitFix.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/MFC64bitFix.h
- M /FileZilla Server/trunk/FileZilla Server/source/OptionLimits.h
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Options.h
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.h
- M /FileZilla Server/trunk/FileZilla Server/source/Server.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ServerThread.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ServerThread.h
- M /FileZilla Server/trunk/FileZilla Server/source/Service.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/SpeedLimit.h
- M /FileZilla Server/trunk/FileZilla Server/source/StdAfx.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/StdAfx.h
- M /FileZilla Server/trunk/FileZilla Server/source/Thread.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Thread.h
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.h
- M /FileZilla Server/trunk/FileZilla Server/source/version.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/version.h
2013-12-16 21:38 codesquid, revision 5291Update my mail address and the copyright year.
2013-12-16 21:26 codesquid, revision 5290More precise transfer end message.
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.h
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.h
2013-09-19 18:36 codesquid, revision 5203Make the transfer 150 more explicit, stating what is being transferred.
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.h
2013-06-01 09:30 codesquid, revision 5107Refactored closing of file.
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GenerateCertificateDlg.cpp
2012-12-09 11:04 codesquid, revision 4867Use UTF8String in DNs as per RFC 5280.
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ServerThread.cpp
2012-05-22 15:17 codesquid, revision 4639Fix a memory leak and an uninitialized variable.
- M /FileZilla Server/trunk/FileZilla Server/source/Accounts.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Accounts.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/resource.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgGeneral.h
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.cpp
2012-05-13 13:33 codesquid, revision 4631Add hidden option to only display 8+3 filenames.
2012-05-13 13:30 codesquid, revision 4630This should fix 0.0.0.0/0
2012-02-26 15:41 codesquid, revision 4446Fix a typo.
2012-02-26 15:40 codesquid, revision 4445Update changelog
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/bio.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/crypto.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/opensslv.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ssl.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ssl3.h
2012-02-26 15:20 codesquid, revision 4444Bump OpenSSL version.
2012-02-22 23:06 codesquid, revision 4437Fix typo
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
- M /FileZilla Server/trunk/FileZilla Server/source/SpeedLimit.cpp
2012-02-22 23:03 codesquid, revision 4436Some more speed limit limits lifted.
- M /FileZilla Server/trunk/FileZilla Server/legal.htm
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2012-02-20 22:26 codesquid, revision 4435Bump copyright years.
2012-02-20 22:23 codesquid, revision 4434Missed a file.
2012-02-20 22:19 codesquid, revision 4433Allow larger speed limits.
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.h
- M /FileZilla Server/trunk/FileZilla Server/source/ServerThread.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.cpp
2012-01-09 08:10 codesquid, revision 4392Use 64bit integers for speed limits.
2011-11-06 14:10 codesquid, revision 4302Bit more verbose error message.
2011-10-23 19:32 codesquid, revision 4285Fix for IPv6 addresses ending on :0 (or equivalent)
2011-10-23 12:30 codesquid, revision 4284#5499 Fix spelling errors.
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2011-10-23 12:20 codesquid, revision 4283Prepare for a new release.
2011-10-23 12:18 codesquid, revision 4282IPv6 addresses were not copied correctly resulting in server crashes if an authenticated admin client connects.
2011-10-16 10:33 codesquid, revision 4281This bug is totally harmless from what I can tell, but security scanners scream bloody murder.
2011-08-25 22:51 codesquid, revision 4167Missing include
2011-07-24 14:49 codesquid, revision 4108Fix an incorrect default value.
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla Server Interface.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/res/manifest.xml
2011-07-24 12:27 codesquid, revision 4107Updated manifest
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/Led.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/Led.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsDialog.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsDialog.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SystemTray.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SystemTray.h
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/SpeedLimit.h
2011-07-24 11:56 codesquid, revision 4106Patches by XhmikosR
2011-06-18 22:05 codesquid, revision 4068Fix a case of link rot.
2011-06-07 21:26 codesquid, revision 4067Fix state of icon in id column after getting the initial list of connected users.
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2011-06-07 21:18 codesquid, revision 4066Bump version
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Server.cpp
2011-06-07 21:18 codesquid, revision 4065Disable message boxes.
2011-06-07 21:18 codesquid, revision 4064As FD_READ is level triggered, this avoids spurious window messages.
2011-06-06 22:10 codesquid, revision 4062Table based approach should make this faster.
2011-06-06 21:37 codesquid, revision 4061Fix a typo.
2011-06-06 21:32 codesquid, revision 4060Fix IPv4 filter matching.
2011-06-05 23:20 codesquid, revision 4059Socket family not initialized in one instance.
2011-06-05 21:15 codesquid, revision 4058Apply another patch by XhimkosR
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- D /FileZilla Server/trunk/FileZilla Server/source/GFtp/GFtp.dsp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
2011-06-05 19:45 codesquid, revision 4057Apply some patches by XhimkosR
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
2011-06-05 19:43 codesquid, revision 4056Bump
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/aes.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/asn1.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/asn1t.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/bio.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/blowfish.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/bn.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/cast.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/crypto.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/dh.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/dsa.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/dtls1.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/engine.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/err.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/evp.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/hmac.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/idea.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/md2.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/md4.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/md5.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/obj_mac.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/opensslconf.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/opensslv.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ossl_typ.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/pem.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/pkcs12.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/pqueue.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/pq_compat.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/rand.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/rc2.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/rc4.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ripemd.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/rsa.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/safestack.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/sha.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ssl.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ssl3.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/store.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/symhacks.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/tls1.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/x509.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/x509v3.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/x509_vfy.h
2011-06-04 17:23 codesquid, revision 4055Update OpenSSL
- M /FileZilla Server/trunk/FileZilla Server/legal.htm
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.cpp
2011-06-02 18:07 codesquid, revision 4054Wording in GUI, update copyright information and version numbers.
- M /FileZilla Server/trunk/FileZilla Server/source/AdminListenSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.h
- M /FileZilla Server/trunk/FileZilla Server/source/iputils.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Server.cpp
2011-05-29 15:40 codesquid, revision 4051Fix admin socket bindings. Adjust interface so that it can connect using IPv6.
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/hash_thread.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/iputils.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
- M /FileZilla Server/trunk/FileZilla Server/source/Server.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Server.h
- M /FileZilla Server/trunk/FileZilla Server/source/ServerThread.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.h
2011-05-29 11:40 codesquid, revision 4050Bunch more IPv6 fixes.
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/Accounts.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Accounts.h
- M /FileZilla Server/trunk/FileZilla Server/source/AdminListenSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/FileZilla Server/source/autobanmanager.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/autobanmanager.h
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.h
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.sln
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/iputils.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/iputils.h
- M /FileZilla Server/trunk/FileZilla Server/source/ListenSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
- M /FileZilla Server/trunk/FileZilla Server/source/Server.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ServerThread.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ServerThread.h
- M /FileZilla Server/trunk/FileZilla Server/source/StdAfx.h
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.cpp
2011-05-23 23:41 codesquid, revision 4047Very very basic IPv6 support. Still needs lots of cleanup and even more testing.
- M /FileZilla Server/trunk/FileZilla Server/source/tinyxml/tinystr.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/tinyxml/tinystr.h
- M /FileZilla Server/trunk/FileZilla Server/source/tinyxml/tinyxml.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/tinyxml/tinyxml.h
- M /FileZilla Server/trunk/FileZilla Server/source/tinyxml/tinyxmlerror.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/tinyxml/tinyxmlparser.cpp
2011-05-21 14:14 codesquid, revision 4037Merged upstream changes into built-in TinyXML.
- M /FileZilla Server/trunk/FileZilla Server/source/AdminSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/iputils.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/iputils.h
2011-05-16 19:36 codesquid, revision 4029The rapture is coming June 8th.
2011-05-08 15:17 codesquid, revision 4021Fix a crash
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsMiscPage.cpp
2011-05-08 15:16 codesquid, revision 4020Reflect new defaults in GUI.
2011-03-22 22:41 codesquid, revision 3973Higher default value for socket buffer sizes, allow up to 128MiB
2011-02-13 15:18 codesquid, revision 3954Fix reply code in case of permanent ban
2011-02-10 08:29 codesquid, revision 3952Report correct physical path on aliases.
2010-10-17 21:57 codesquid, revision 3888Post message to all matching windows on /reload-config, not just the first. Also, load service name before connecting to the service.
2010-10-17 21:56 codesquid, revision 3887Update svn:ignore
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2010-10-17 21:25 codesquid, revision 3886Version bump
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.h
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.h
2010-10-17 15:14 codesquid, revision 3885WIP: perm fact
2010-10-16 18:45 codesquid, revision 3884PROT P require error needs 521 code.
2010-10-16 18:36 codesquid, revision 3883Print directory name in MKD reply, fixes #5635
2010-10-15 22:23 codesquid, revision 3882Get rid of read-only attribute on files if deleting them.
2010-10-09 11:36 codesquid, revision 3878Use proper RNTO and EPRT replies.
- M /FileZilla Server/trunk/FileZilla Server/source
- M /FileZilla Server/trunk/FileZilla Server/source/Interface
2010-10-09 11:35 codesquid, revision 3877Update svn:ignore
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.h
2010-10-07 22:49 codesquid, revision 3876PROT can be called after PORT/PASV before the actual transfer commands.
2010-08-23 22:10 codesquid, revision 3815Adhere to RFC 4217 and advertise PBSZ and PROT in the FEAT reply.
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketExLayer.h
2010-08-22 20:52 codesquid, revision 3813Enable some helper functions
2010-08-22 20:38 codesquid, revision 3812Fix stream-in of Unicode characters
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.h
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/hash_thread.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/hash_thread.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
- M /FileZilla Server/trunk/FileZilla Server/source/ServerThread.cpp
2010-07-04 22:28 codesquid, revision 3752Missing commit
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2010-06-28 21:27 codesquid, revision 3751Version bump
2010-06-27 22:36 codesquid, revision 3750Beating a dead horse.
2010-06-27 22:35 codesquid, revision 3749Fix saving of listen ports
2010-06-27 21:51 codesquid, revision 3748Memory leak
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/BrowseForFolder.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsDialog.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/StatusCtrl.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/splitex.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersView.cpp
2010-06-27 20:46 codesquid, revision 3747Cleanup.
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/DeleteGroupInUseDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/EnterSomething.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsDialog.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsPasvPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgSpeedLimit.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/misc/md5.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.cpp
2010-06-27 20:37 codesquid, revision 3746More unicode fixes
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla Server Interface.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAutobanPage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/OptionLimits.h
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2010-06-27 20:21 codesquid, revision 3745Apply #5093
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla Server Interface.vcproj
- D /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/md5.cpp
- D /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/md5.h
- M /FileZilla Server/trunk/FileZilla Server/source/misc/md5.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/misc/md5.h
2010-06-27 11:49 codesquid, revision 3744Some static analysis tools are reporting memory leaks in dead code. Stupid tools...
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.h
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.vcproj
- A /FileZilla Server/trunk/FileZilla Server/source/hash_algorithms
- A /FileZilla Server/trunk/FileZilla Server/source/hash_algorithms/int64.c
- A /FileZilla Server/trunk/FileZilla Server/source/hash_algorithms/int64.h
- A /FileZilla Server/trunk/FileZilla Server/source/hash_algorithms/sshmd5.c
- A /FileZilla Server/trunk/FileZilla Server/source/hash_algorithms/sshsh512.c
- A /FileZilla Server/trunk/FileZilla Server/source/hash_algorithms/sshsha.c
- A /FileZilla Server/trunk/FileZilla Server/source/hash_thread.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/hash_thread.h
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/ServerThread.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ServerThread.h
- M /FileZilla Server/trunk/FileZilla Server/source/StdAfx.h
- M /FileZilla Server/trunk/FileZilla Server/source/Thread.h
2010-06-27 00:15 codesquid, revision 3743Preliminary support for HASH command, left disabled for now.
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/SpeedLimit.h
2010-06-26 20:31 codesquid, revision 3742Further cleanup
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/DeleteGroupInUseDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla Server Interface.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GenerateCertificateDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgGeneral.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/HyperLink.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsDialog.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsDialog.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsStatic.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/NewUserDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAutobanPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsCompressionPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralWelcomemessagePage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsIpFilterPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsLoggingPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsMiscPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsPasvPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/StatusCtrl.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/StatusCtrl.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/iputils.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/iputils.h
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.h
- M /FileZilla Server/trunk/FileZilla Server/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/SpeedLimit.h
- A /FileZilla Server/trunk/FileZilla Server/source/xml_utils.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/xml_utils.h
2010-06-26 20:11 codesquid, revision 3741Unicode support for admin interface and small code cleanup.
2010-06-04 16:16 codesquid, revision 3720Fix saving of speedlimit rules
2010-03-19 21:22 codesquid, revision 3689Allow larger window sizes.
2009-12-31 11:59 botg, revision 3584Fix a race condition, closes #5277
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2009-12-31 00:29 botg, revision 3583Version bump.
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla Server Interface.vcproj
- D /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/ExceptionReport.cpp
- D /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/ExceptionReport.h
- D /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/MailMsg.cpp
- D /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/MailMsg.h
- D /FileZilla Server/trunk/FileZilla Server/source/misc/ExceptionReport.cpp
- D /FileZilla Server/trunk/FileZilla Server/source/misc/ExceptionReport.h
- D /FileZilla Server/trunk/FileZilla Server/source/misc/MailMsg.cpp
- D /FileZilla Server/trunk/FileZilla Server/source/misc/MailMsg.h
- M /FileZilla Server/trunk/FileZilla Server/source/Service.cpp
2009-12-30 15:57 botg, revision 3581Get rid of exception reporting - doesn't appear to work anymore - there are no bugs remaining in FZS that could be solved using post-mortem debugging.
2009-12-29 22:27 botg, revision 3580Apply #5038 with even further cleanup.
2009-12-13 20:24 botg, revision 3561Disable some weak ciphers.
2009-11-30 17:37 botg, revision 3550Use case-insensitive comparison instead of transforming everything to lowercase. Helps in case a case-sensitive directory is shared.
2009-11-30 17:35 botg, revision 3549Eliminate code duplication, second patch from #2361.
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.cpp
2009-11-28 16:02 botg, revision 3543Apply patch from #2361, show connected server address in window captiol.
2009-11-28 14:31 botg, revision 3542Small correction
2009-11-28 14:23 botg, revision 3541#5030: Minor settings dialog fixes.
2009-11-27 11:26 botg, revision 3539Fix reading of empty strings from xml, patch #4929.
2009-11-27 11:25 botg, revision 3538Minor code cleanup, #5026
2009-11-26 18:05 botg, revision 3537Apply #5025: Also fix Debug / Memcheck targets for server project
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/ConnectDialog.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/BrowseForFolder.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/ExceptionReport.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/HyperLink.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/MailMsg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsDialog.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAutobanPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsCompressionPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsMiscPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsPasvPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/version.cpp
2009-11-26 16:50 botg, revision 3536Apply #5023 with some minor changes: Fix issues reported by code analyzer
2009-11-26 16:48 botg, revision 3535#5022: Fix a compiler warning in UsersListCtrl.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgSharedFolders.cpp
2009-11-26 14:59 botg, revision 3534#5021: Remove small parts of useless code
2009-10-21 19:00 botg, revision 3451Apply #5019, fixes compile errors in debug builds.
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla Server Interface.vcproj
2009-09-27 11:28 botg, revision 3419Fix paths to tinyxml
2009-09-23 12:27 botg, revision 3410Update platform requirements
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSslSocketLayer.h
2009-09-23 12:25 botg, revision 3409Don't abort on some non-fatal error that somehow gets triggered a lot.
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.h
2009-09-23 10:59 botg, revision 3408Cleanup.
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Options.h
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.cpp
2009-09-13 18:09 botg, revision 3357Further reduction in redundant saves.
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Options.h
2009-09-06 16:28 botg, revision 3346Speed up loading of settings.
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2009-09-06 16:05 botg, revision 3345Version bump.
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
2009-09-02 10:49 botg, revision 3341Increase minimum of maximum allowed attempts before autoban to 10.
2009-09-02 10:37 botg, revision 3340Fix crash
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
- M /FileZilla Server/trunk/FileZilla Server/source/Service.cpp
2009-09-01 17:28 botg, revision 3339Allow changing of service (display) name using /servicename and /servicedisplayname
2009-09-01 17:20 botg, revision 3338Fix dependencies.
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.sln
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/GFtp/GFtp.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla Server Interface.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/HyperLink.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/hyperlink.h
- D /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/MarkupSTL.cpp
- D /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/MarkupSTL.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/Options.h
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- D /FileZilla Server/trunk/FileZilla Server/source/misc/MarkupSTL.cpp
- D /FileZilla Server/trunk/FileZilla Server/source/misc/MarkupSTL.h
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Options.h
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.h
- A /FileZilla Server/trunk/FileZilla Server/source/tinyxml
- A /FileZilla Server/trunk/FileZilla Server/source/tinyxml/tinystr.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/tinyxml/tinystr.h
- A /FileZilla Server/trunk/FileZilla Server/source/tinyxml/tinyxml.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/tinyxml/tinyxml.h
- A /FileZilla Server/trunk/FileZilla Server/source/tinyxml/tinyxmlerror.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/tinyxml/tinyxmlparser.cpp
2009-09-01 12:07 botg, revision 3337Switch XML parser library due to incompatible license.
- M /FileZilla Server/trunk/FileZilla Server/source/AdminSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AdminSocket.h
2009-06-21 15:04 botg, revision 3224Fix potential double-delete.
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2009-06-21 14:57 botg, revision 3223Version bump
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OutputFormat.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OutputFormat.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersListCtrl.cpp
2009-06-21 14:37 botg, revision 3222Nice number formatting. Patch ##4265.
2009-05-05 17:54 botg, revision 3153Increase width of user and group lists in user and group dialogs. Reword SSL settings page.
2009-05-05 17:53 botg, revision 3152Typo in key size, used 2058 instead of requested 2048.
2009-04-30 16:08 botg, revision 3148Disallow SSLv2
2009-03-03 11:21 botg, revision 3054Small memory leak
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2009-03-03 11:20 botg, revision 3053Version bump
2009-03-03 11:03 botg, revision 3052Compile fixes
2009-01-30 21:57 botg, revision 2982Fix buffer overflows.
2009-01-30 21:51 botg, revision 2981Copyright year.
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2009-01-30 21:44 botg, revision 2980Version bump
2009-01-29 14:34 botg, revision 2978Fix a rare case in which shutdown notification doesn't get sent. I still do not know why this is needed, I blame the crappy OpenSSl API.
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/ProcessorInfo.h
- M /FileZilla Server/trunk/FileZilla Server/source/misc/ProcessorInfo.h
2009-01-29 14:29 botg, revision 2977Fix #4028, swapped memset arguments.
2008-11-10 17:35 botg, revision 2843Typo
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2008-11-10 17:23 botg, revision 2842Version bump.
2008-11-10 17:20 botg, revision 2841Fix for #3981, need to quote executable path. Due to the strange lookup conventions of Windows, not doing so poses a security risk.
2008-11-03 00:35 botg, revision 2832Blind changes to combat the sporadic, hard to reproduce and undebuggable crashes on system shutdown.
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2008-10-23 17:16 botg, revision 2818Version bump
2008-10-14 12:52 botg, revision 2791Fix some strings generated by visual studio to use English.
2008-09-26 13:27 botg, revision 2736Fix option for manual startup.
2008-08-07 15:05 botg, revision 2599Fix wording.
2008-08-01 15:11 botg, revision 2587Allow 0 no-transfer timeout again.
2008-08-01 15:01 botg, revision 2586Need to reset m_user if SSL is required for user.
2008-07-30 16:36 botg, revision 2578If PROT P is required, reject PROT C.
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.h
2008-07-30 12:29 botg, revision 2575The new socket code in FileZilla Client is too fast for the server. Fix a race between Init and OnSend. If the latter came first, transfer would appear to hang.
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2008-07-30 10:48 botg, revision 2574Version bump
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
2008-07-30 10:43 botg, revision 2573Don't allow no-transfer timeout smaller than 600 seconds.
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.h
2008-07-30 10:20 botg, revision 2572Control connection needs to be properly shut down as well.
2008-07-13 16:44 botg, revision 2497Fix another case in which no shutdown notification got sent.
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2008-07-13 16:35 botg, revision 2496Version bump
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/aes.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/asn1.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/asn1t.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/bio.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/bn.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/comp.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/des.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/des_old.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/err.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/obj_mac.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ocsp.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/opensslconf.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/opensslv.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ossl_typ.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/pem.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/safestack.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ssl.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ssl3.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/symhacks.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/tls1.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/x509.h
- M /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/x509v3.h
2008-07-13 16:17 botg, revision 2495Update OpenSSL version
2008-07-13 16:15 botg, revision 2494Don't close socket prematurely if downloading empty files through SSL/TLS secured connections, need to perform handshake first.
- A /FileZilla Server
- A /FileZilla Server/trunk
- A /FileZilla Server/trunk/FileZilla Server
- A /FileZilla Server/trunk/FileZilla Server/documentation
- A /FileZilla Server/trunk/FileZilla Server/documentation/admin interface technotes.txt
- A /FileZilla Server/trunk/FileZilla Server/legal.htm
- A /FileZilla Server/trunk/FileZilla Server/license.txt
- A /FileZilla Server/trunk/FileZilla Server/readme.htm
- A /FileZilla Server/trunk/FileZilla Server/source
- A /FileZilla Server/trunk/FileZilla Server/source/Accounts.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Accounts.h
- A /FileZilla Server/trunk/FileZilla Server/source/AdminInterface.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/AdminInterface.h
- A /FileZilla Server/trunk/FileZilla Server/source/AdminListenSocket.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/AdminListenSocket.h
- A /FileZilla Server/trunk/FileZilla Server/source/AdminSocket.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/AdminSocket.h
- A /FileZilla Server/trunk/FileZilla Server/source/AsyncGssSocketLayer.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/AsyncGssSocketLayer.h
- A /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketEx.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketEx.h
- A /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketExLayer.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketExLayer.h
- A /FileZilla Server/trunk/FileZilla Server/source/AsyncSslSocketLayer.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/AsyncSslSocketLayer.h
- A /FileZilla Server/trunk/FileZilla Server/source/autobanmanager.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/autobanmanager.h
- A /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/ControlSocket.h
- A /FileZilla Server/trunk/FileZilla Server/source/config.h
- A /FileZilla Server/trunk/FileZilla Server/source/conversion.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/conversion.h
- A /FileZilla Server/trunk/FileZilla Server/source/defs.h
- A /FileZilla Server/trunk/FileZilla Server/source/ExternalIpCheck.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/ExternalIpCheck.h
- A /FileZilla Server/trunk/FileZilla Server/source/FileLogger.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/FileLogger.h
- A /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- A /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.sln
- A /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.vcproj
- A /FileZilla Server/trunk/FileZilla Server/source/GFtp
- A /FileZilla Server/trunk/FileZilla Server/source/GFtp/CriticalSectionWrapper.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/GFtp/CriticalSectionWrapper.h
- A /FileZilla Server/trunk/FileZilla Server/source/GFtp/externvars.h
- A /FileZilla Server/trunk/FileZilla Server/source/GFtp/ftp_var.h
- A /FileZilla Server/trunk/FileZilla Server/source/GFtp/GFtp.dsp
- A /FileZilla Server/trunk/FileZilla Server/source/GFtp/GFtp.vcproj
- A /FileZilla Server/trunk/FileZilla Server/source/GFtp/gssapi.h
- A /FileZilla Server/trunk/FileZilla Server/source/GFtp/krb5.h
- A /FileZilla Server/trunk/FileZilla Server/source/GFtp/krb5proxy.h
- A /FileZilla Server/trunk/FileZilla Server/source/GFtp/main.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/GFtp/pwd.h
- A /FileZilla Server/trunk/FileZilla Server/source/GFtp/radix.c
- A /FileZilla Server/trunk/FileZilla Server/source/GFtp/win-mac.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/AdminSocket.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/AdminSocket.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/ConnectDialog.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/ConnectDialog.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/DeleteGroupInUseDlg.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/DeleteGroupInUseDlg.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/EnterSomething.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/EnterSomething.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla Server Interface.vcproj
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/GenerateCertificateDlg.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/GenerateCertificateDlg.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlg.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlg.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgGeneral.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgGeneral.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgIpFilter.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgIpFilter.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSharedFolders.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSharedFolders.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSpeedLimit.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSpeedLimit.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/BrowseForFolder.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/BrowseForFolder.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/ExceptionReport.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/ExceptionReport.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/HyperLink.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/hyperlink.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/Led.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/Led.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/MailMsg.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/MailMsg.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/MarkupSTL.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/MarkupSTL.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/md5.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/md5.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/ProcessorInfo.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsDialog.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsDialog.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsStatic.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsStatic.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsSubDlg.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsSubDlg.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SBDestination.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SBDestination.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SystemTray.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SystemTray.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/WindowsVersion.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/NewUserDlg.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/NewUserDlg.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OfflineAskDlg.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OfflineAskDlg.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/Options.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/Options.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAdminInterfacePage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAdminInterfacePage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAutobanPage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAutobanPage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsCompressionPage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsCompressionPage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsDlg.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsDlg.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralIpbindingsPage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralIpbindingsPage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralPage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralPage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralWelcomemessagePage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralWelcomemessagePage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGSSPage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGSSPage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsIpFilterPage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsIpFilterPage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsLoggingPage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsLoggingPage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsMiscPage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsMiscPage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsPage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsPage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsPasvPage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsPasvPage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsSecurityPage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsSecurityPage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsSpeedLimitPage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsSpeedLimitPage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsSslPage.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsSslPage.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/certificate.ico
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/donate.bmp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/down.ico
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/empty.ico
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/FileZilla server.ico
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/FileZilla server.rc2
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/green.ico
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/icon1.ico
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/leds.bmp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/manifest.xml
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/red.ico
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/Toolbar.bmp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/transfer_modes.bmp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/unknown.ico
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/up.ico
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/userlisttoolbar.bmp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/res/yellow.ico
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/resource.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/SpeedLimitRuleDlg.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/SpeedLimitRuleDlg.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/StatusCtrl.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/StatusCtrl.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/StatusView.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/StatusView.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/StdAfx.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/StdAfx.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/splitex.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/splitex.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlg.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlg.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgGeneral.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgGeneral.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgIpFilter.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgIpFilter.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgSharedFolders.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgSharedFolders.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgSpeedLimit.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgSpeedLimit.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersListCtrl.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersListCtrl.h
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersView.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersView.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/aes.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/asn1.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/asn1t.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/asn1_mac.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/bio.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/blowfish.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/bn.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/buffer.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/cast.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/comp.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/conf.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/conf_api.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/crypto.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/des.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/des_old.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/dh.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/dsa.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/dso.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/dtls1.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ebcdic.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ec.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ecdh.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ecdsa.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/engine.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/err.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/evp.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/e_os2.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/hmac.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/idea.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/krb5_asn.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/kssl.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/lhash.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/md2.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/md4.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/md5.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/objects.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/obj_mac.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ocsp.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/opensslconf.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/opensslv.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ossl_typ.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/pem.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/pem2.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/pkcs12.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/pkcs7.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/pqueue.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/pq_compat.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/rand.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/rc2.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/rc4.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ripemd.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/rsa.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/safestack.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/sha.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ssl.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ssl2.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ssl23.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ssl3.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/stack.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/symhacks.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/tls1.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/tmdiff.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/txt_db.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ui.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/ui_compat.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/x509.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/x509v3.h
- A /FileZilla Server/trunk/FileZilla Server/source/includes/openssl/x509_vfy.h
- A /FileZilla Server/trunk/FileZilla Server/source/install
- A /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- A /FileZilla Server/trunk/FileZilla Server/source/install/InterfaceOptions.ini
- A /FileZilla Server/trunk/FileZilla Server/source/install/StartupOptions.ini
- A /FileZilla Server/trunk/FileZilla Server/source/install/uninstall.ico
- A /FileZilla Server/trunk/FileZilla Server/source/iputils.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/iputils.h
- A /FileZilla Server/trunk/FileZilla Server/source/ListenSocket.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/ListenSocket.h
- A /FileZilla Server/trunk/FileZilla Server/source/MFC64bitFix.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/MFC64bitFix.h
- A /FileZilla Server/trunk/FileZilla Server/source/misc
- A /FileZilla Server/trunk/FileZilla Server/source/misc/ExceptionReport.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/misc/ExceptionReport.h
- A /FileZilla Server/trunk/FileZilla Server/source/misc/MailMsg.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/misc/MailMsg.h
- A /FileZilla Server/trunk/FileZilla Server/source/misc/MarkupSTL.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/misc/MarkupSTL.h
- A /FileZilla Server/trunk/FileZilla Server/source/misc/md5.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/misc/md5.h
- A /FileZilla Server/trunk/FileZilla Server/source/misc/mmgr.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/misc/mmgr.h
- A /FileZilla Server/trunk/FileZilla Server/source/misc/nommgr.h
- A /FileZilla Server/trunk/FileZilla Server/source/misc/ProcessorInfo.h
- A /FileZilla Server/trunk/FileZilla Server/source/misc/StdString.h
- A /FileZilla Server/trunk/FileZilla Server/source/misc/WindowsVersion.h
- A /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Options.h
- A /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
- A /FileZilla Server/trunk/FileZilla Server/source/Permissions.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Permissions.h
- A /FileZilla Server/trunk/FileZilla Server/source/platform.h
- A /FileZilla Server/trunk/FileZilla Server/source/res
- A /FileZilla Server/trunk/FileZilla Server/source/res/FileZilla server.ico
- A /FileZilla Server/trunk/FileZilla Server/source/resource.h
- A /FileZilla Server/trunk/FileZilla Server/source/Server.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Server.h
- A /FileZilla Server/trunk/FileZilla Server/source/ServerThread.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/ServerThread.h
- A /FileZilla Server/trunk/FileZilla Server/source/Service.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/SpeedLimit.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/SpeedLimit.h
- A /FileZilla Server/trunk/FileZilla Server/source/StdAfx.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/StdAfx.h
- A /FileZilla Server/trunk/FileZilla Server/source/Thread.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/Thread.h
- A /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.h
- A /FileZilla Server/trunk/FileZilla Server/source/version.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/version.h
Move FileZilla Server to SVN. For some reason I am unable to use commit changes into the CVS repository anymore. Error messages are complete gibberish.
Select page:
[<<] [1] [>>]