Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 00:40:01
Changelog for FileZilla Server (441 changes):
2015-08-11 18:25 codesquid, revision 6909- 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.
Fixed discrepancy of actual default socket buffer size and its description. The latter is the intended value.