Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-24 21:20:01

Select Changelog:

FileZilla 3, FileZilla Server,
Legacy FileZilla 2, Legay FileZilla Server

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla Server (441 changes):

2015-05-06 14:39 codesquid, revision 6677

Apply IP check early when using PORT/EPRT.

2015-05-06 11:11 codesquid, revision 6676

Randomize passive mode port.

2015-05-05 16:11 codesquid, revision 6675

Rework data connection IP check and clarify its meaning in the settings.

2015-05-05 14:39 codesquid, revision 6674

Remove the NOLAYERS configuration.

2015-05-03 11:37 codesquid, revision 6672

Remove debug code.

2015-05-02 19:29 codesquid, revision 6671

Don't use rand()

2015-05-01 19:56 codesquid, revision 6666

Fixed a Coverity warning.

2015-05-01 19:47 codesquid, revision 6665

Made API a bit safer to use.

2015-04-30 10:59 codesquid, revision 6662

Rearrange TLS settings.

2015-04-29 12:09 codesquid, revision 6661

Add option to require TLS session resumption when using FTP over TLS.

2015-04-24 12:02 codesquid, revision 6660

Fix memory leak.

2015-04-15 11:23 codesquid, revision 6637

Make settings dialog larger and slightly improve passive mode page.

2015-04-07 11:08 codesquid, revision 6627

Update svn:ignore

2015-04-07 11:07 codesquid, revision 6626

Detect if behind a NAT router and print a message in the admin interface if passive mode settings aren't configured.

2015-04-07 10:05 codesquid, revision 6625

Query external IP address via HTTP/1.1

2015-04-07 10:04 codesquid, revision 6624

Cleanup GetVersionString and split into two functions.

2015-04-07 10:03 codesquid, revision 6623

Adjust file open flags for.

2015-03-31 11:21 codesquid, revision 6618

Verify FTP over TLS configuration after changing settings and when connecting with the admin interface.

2015-03-31 10:48 codesquid, revision 6617

CAsyncSslSocketLayer::LoadCertKeyFile can now optionally verify certificate for expiry.

2015-03-24 14:44 codesquid, revision 6606

Always clear SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION and SSL_OP_LEGACY_SERVER_CONNECT, we do not want those options enabled.

2015-03-24 09:52 codesquid, revision 6605

Updated svn:ignore

2015-03-19 20:57 codesquid, revision 6591

Fixed typos

2015-03-19 19:00 codesquid, revision 6590

Bump to 0.9.50

2015-03-18 11:07 codesquid, revision 6584

Increase size of network BIO to better handle larger TLS records.

2015-03-15 19:56 codesquid, revision 6574

Fixed discrepancy of actual default socket buffer size and its description. The latter is the intended value.