---------------------------------------
2014/06/12
FileZilla 3.8.1 CCC patch update
- 첨부파일은 글의 끝부분에 있습니다.
---------------------------------------
Fixed vulnerabilities:
Updated official binaries to use GnuTLS 3.2.15, addressing CVE-2014-3466
New features:
OS X: Partial support for retina displays
---------------------------------------
filezilla with FTP over SSL (CCC - Clear Command Channel) patch
왜 이런패치를 해서 filezilla를 사용하는지는 관련링크의 쓰레드를 읽어보시면 도움(?)이 되실듯 합니다 :)
맞는 카테고리를 찾기가 어려워(?) desktop으로 설정했습니다.
kldp에 bugiii님이 올린글의 패치내용을 적용해 windows용 filezilla 3.1.6을 빌드해봤습니다.
패치내용은 FTP over SSL사용시 로그인 까지만 암호화를 적용하고 이후는 암호화를 사용하지 않는 설정입니다.
윈도우즈에서 gcc를 사용해보니 참 재미(?)있더군요. 정작 filezilla의 빌드타임은 얼마 안되는데 이것저것 필요한것도
많더군요. 그것들 설치하는 시간이 몇배는 더 걸립니다.
적용한 패치내용은 kldp bugiii님의 글 또는 아래를 참고하세요. 라이센스
--- ftpcontrolsocket.cpp (.../vendor/3.0.8/src/engine/ftpcontrolsocket.cpp) (revision 3)
+++ ftpcontrolsocket.cpp (.../trunk/src/engine/ftpcontrolsocket.cpp) (working copy)
@@ -939,8 +939,8 @@
*/
else if (pData->opState == LOGON_PROT)
{
- if (code == 2 || code == 3)
- m_protectDataChannel = true;
+ //if (code == 2 || code == 3)
+ // m_protectDataChannel = true;
}
else if (pData->opState == LOGON_CUSTOMCOMMANDS)
{
@@ -1120,7 +1120,7 @@
res = Send(_T("PBSZ 0"));
break;
case LOGON_PROT:
- res = Send(_T("PROT P"));
+ res = Send(_T("PROT C"));
break;
case LOGON_CUSTOMCOMMANDS:
if (pData->customCommandIndex >= m_pCurrentServer->GetPostLoginCommands().size())
테스트 해본결과 원하는 대로(로그인만 암호화 데이타 전송은 암호화 안함)잘 작동하더군요.
windows용 filezilla빌드는 아래링크를 참고했습니다. 몇몇 에러가 나는데 어렵지 않게 해결이 가능할것으로 보입니다.
http://wiki.filezilla-project.org/Compiling_FileZilla_3_under_Windows
첨부파일은 windows2000이하에서는 정상 작동하지 않을것으로 예상됩니다. windows xp이상에서만 사용하세요.
또한 자동업데이트 옵션에 체크가 되어 있다면 실행파일이 바뀔수 있으니 그부분은 신경 쓰셔야 할듯합니다.
관련 링크 :
FileZilla_3.7.3_CCC_Patched.zip
FileZilla_3.7.4.1_CCC_Patched.zip
FileZilla_3.8.0_CCC_Patched.zip
FileZilla_3.8.1_CCC_Patched.zip
'ETC' 카테고리의 다른 글
Parallel BZIP2 ( PBZIP2 ) - SMP 지원 bzip2 (1) | 2009.03.17 |
---|---|
euckr to utf8 (3) | 2009.01.09 |
windows용 filezilla with FTP over SSL (CCC) patch (41) | 2008.12.10 |
firefox .NET Framework Assistant 확장 제거 (2) | 2008.09.16 |
Self signed certificates in production point to a failure of SSL (0) | 2008.08.12 |
email 주소 안전(?)링크 (0) | 2008.04.14 |
- 이전 댓글 더보기
-
EcusE 2011.08.30 21:52
FileZilla 3.5.1 CCC 패치후 빌드했습니다. 파일을 첨부하는데 문제가 있어서 일단 링크로 대체합니다;; FileZilla Client 3.5.1
Bugfixes and minor changes:Add support for another rate variant of MVS style directory listings
FileZilla Client 3.5.1-rc1
New features:Add menu item to hide toolbarBugfixes and minor changes:Don't save server list in kiosk mode 2Fix for predefined sites not appearing in all circumstancesOS X: Pasting formatted text into input boxes no longer changes their formatFix typo in build script in detection of SQLite3MSW: Small installer improvements*nix: Fix character set conversion in desktop notification codeMerged upstream PuTTY changes for compatibility with PuTTY 0.61Updated built-in TinyXML -
EcusE 2011.11.09 11:33
FileZilla Client 3.5.2 released
Bugfixes and minor changes:Updated translations
2011-11-01 - FileZilla Client 3.5.2-rc1 released
New features:Added option to open site manager on startup to the settings dialogBugfixes and minor changes:The "Don't save passwords" option was not being savedThe queue was not saved correctly if having items from multiple serversQueue items with the lowest priority setting are now being restored againDrag & Drop did not work with all saved sites if saving of passwords had been disabled---------------------------------------------------------------------------------------------CCC Patch - 실행파일 버전이 3.5.1로 인식되는 문제 해결 -
EcusE 2012.01.31 21:57
FileZilla Client 3.5.3 releasedNew features:Ctrl+Shift+O can be used to toggle between modification time and filesize based directory comparisonBugfixes and minor changes:It is now possible to use custom passwords if using "anonymous" as user nameAfter un-hiding toolbar, update toolbar button statesFix TLS compatibility issues with TLS 1.2 serversMSW: Unset hidden attribute on FileZilla's settings filesBuilding FileZilla from source now requires wxWidgets 2.8.12 or higher.
-
홀맨 2012.02.09 16:07
먼저 항상 노고에 감사드립니다. 이번 버전에서 저같은 경우 암호화 연결시 (명시적 TLS 설정) 다음과 같은 에러가 나며 연결이 되지 않는 현상이 있습니다. (일반 FTP 연결은 문제가 없습니다.)상태: 연결 수립, 환영 메시지를 기다림...응답: 220 DiskStation FTP server ready.명령: AUTH TLS응답: 234 AUTH SSL command successful.상태: TLS 초기화...오류: GnuTLS error -50: The request is invalid.오류: TLS 초기화 실패.오류: 서버에 연결하지 못함바로 이전에 올려주신 버전인 3.5.2 에서는 같은 설정에서 이상없이 연결이 가능함을 확인 하였습니다.
-
EcusE 2012.02.09 16:20
3.5.3 ccc patch 버전에서 문제가 생기는것을 확인했습니다. 포럼에서도 비슷한 문제가 있는 경우가 있는것 같더군요.(서버/클라이언트에 따라 다른듯합니다.) http://www.mail-archive.com/scientific-linux-users@listserv.fnal.gov/msg10526.htmlhttp://forum.filezilla-project.org/viewtopic.php?f=2&t=23280SSL Cipher중 3DES를 3.5.3에서 더이상 허용하지 않는다고 하는군요.가능하시면 위 링크를 참고해서 nas ftp서버 설정에서 손대볼만한 것이 있는지확인 부탁드립니다. filezilla tls 라이브러리를 교체하는것으로 해결 됐습니다
-
EcusE 2012.11.13 23:27
3.6 버전 CCC 패치후 빌드했습니다. 오랜만에 새버전이 나왔고 변경점도 꽤 많습니다.
최근 버전의 gnutls를 적용하느라(tls 성능 향상) 피곤한(?) 작업이었네요;;
FileZilla Client 3.6.0 released2012-11-02 - FileZilla Client 3.6.0-rc1 released
Bugfixes and minor changes:Do not show "Remember passwords?" dialog if connecting anonymouslyMake wording in "Remember passwords?" dialog consistent.Increase default TLS session lifetimeWhen asking for confirmation to delete files, state whether it's local or on the serverFix right-to-left rendering of progress line in the transfer queue
2012-10-21 - FileZilla Client 3.6.0-beta1 released
New features:Auto-scroll file lists if dragging an item near the top or bottom
Add option to create empty files to the remote file list context menu
Support legacy servers sending directory listings in EBCDIC
Added Tango icon set
First-time users now get prompted whether they want to save passwords when first using the quickconnect bar
Greatly improve TLS performance by updating to GnuTLS 3.1.x with Nettle backend
Bugfixes and minor changes:FTP proxies now work with IPv6 addresses as proxy address
Handle expired TLS sessions when trying to reuse a session
TLS session reusing no longer fails with newer GnuTLS versions due to changed semantics of gnutls_session_get_data
Directory listings no longer sporadically fail if two connections try to list the same directory in parallel
Partially work around a Ubuntu-specific problem with modal dialogs not being modal resulting in crashes -
FileZilla Client 3.6.0.2 released지난번 3.6 버전이후로 바로 패치 버전이 나왔었네요. 업데이트 주기 이전에 나온 버전이라 이제야 패치해
빌드했습니다; 잘 동작하는것을 확인했습니다만 문제가 발생할 경우 알려주세요.
FileZilla Client 3.6.0.2
Fix problems with stalling FTP over TLS uploads
MSW: Minor performance increase listing local filesFileZilla Client 3.6.0.1
Fix problems with TLS cipher selection, including a bugfix for GnuTLSFix a crash on shutdownAdd log message for servers not using UTF-8
Small performance and memory optimizations getting file typesImprove formatting of transfer speeds. -
FileZilla Client 3.7.3 CCC patch update
오랜만에(?) 업데이트를 했습니다. -
FileZilla Client 3.8.1 CCC patch update.
Fixed vulnerabilities:
Updated official binaries to use GnuTLS 3.2.15, addressing CVE-2014-3466
New features:
OS X: Partial support for retina displays