head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2017.09.11.20.24.37; author wiz; state dead; branches; next 1.1; commitid mG3QfM3Xu0DwPO6A; 1.1 date 2017.08.25.20.04.07; author joerg; state Exp; branches; next ; commitid 1ro6Sp7zyu4CgD4A; desc @@ 1.2 log @Updated filezilla to 3.27.1. 3.27.1 (2017-08-14) ! Change client identification string if connecting with SFTP due to OpenSSH disregarding the supported ciphers announced by the client, resulting in less secure algorithms being chosen by OpenSSH. - MSW: Improve handling of NTFS reparse points - MSW: If running the installer with /S, previous versions where not uninstalled prior to the new version being installed - MSW: The installer can be run with /quiet for a semi-silent installation - OS X, *nix: Potential fix for a rare crash if changing local directories while the local directory list is being updated and vice versa. 3.27.0.1 (2017-07-19) - MSW: Add misssing file to .zip binary package - MSW: Fix toolchain issues breaking the shell extension 3.27.0 (2017-07-19) - SFTP components have been updated and are now based on PuTTY 0.70 3.27.0-rc1 (2017-07-11) + Support for the Storj decentralized cloud storage provider - MSW: Fix display of file type of directories if the directory name contains a dot - Fix assertion if entering an invalid protocol prefix into the host field on the quickconnect bar or in the site manager - Improve error message if TLS certificate verification fails due to a missing stapled OCSP resonse - Building and running FileZilla now depends on libfilezilla >= 0.10.0 (https://lib.filezilla-project.org/) 3.26.2 (2017-06-12) - Fixed crash if using master passwords and decrypting very long passwords 3.26.1 (2017-06-02) - Fixed crash if changing password settings and the Site Manager contains subdirectories - *nix: Fixed saving of sites having more than one site-specific bookmark 3.26.0 (2017-06-01) - When changing or removing the master password, update protected credentials of server items in the transfer queue - Fix display of remember checkbox when showing the password entry dialog for sites that have no username set and are using the "Ask" logon type - Some icons were missing in the Windows .zip binary archive 3.26.0-rc1 (2017-05-25) + Passwords can now be stored encrypted, protected with a master password + Building and running FileZilla now depends on libfilezilla >= 0.9.2 (https://lib.filezilla-project.org/). + Building and running FileZilla now depends on wxWidgets >= 3.0.3 @ text @$NetBSD: patch-src_engine_uri.cpp,v 1.1 2017/08/25 20:04:07 joerg Exp $ Moved to libfilezilla. --- src/engine/uri.cpp.orig 2017-02-11 13:27:28.000000000 +0000 +++ src/engine/uri.cpp @@@@ -2,6 +2,7 @@@@ #include "uri.h" +#include #include namespace fz { @@@@ -223,6 +224,7 @@@@ bool uri::empty() const return host_.empty() && path_.empty(); } +#if 0 std::string percent_encode(std::string const& s, bool keep_slashes) { std::string ret; @@@@ -293,5 +295,6 @@@@ std::string percent_decode(std::string c return ret; } +#endif } @ 1.1 log @Don't overlap with libfilezilla. @ text @d1 1 a1 1 $NetBSD$ @