Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 166466 Details for
Bug 238725
net-ftp/pure-ftpd doesn't report UTF8 in FEAT command if force_passive_ip
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file for ftpd.c
ftpd.c.diff (text/plain), 542 bytes, created by
Dennis Huang
on 2008-09-26 09:38:18 UTC
(
hide
)
Description:
patch file for ftpd.c
Filename:
MIME Type:
Creator:
Dennis Huang
Created:
2008-09-26 09:38:18 UTC
Size:
542 bytes
patch
obsolete
>3442c3442 >< char feat[] = FEAT FEAT_DEBUG FEAT_TVFS FEAT_ESTP FEAT_PASV FEAT_ESTA FEAT_TLS FEAT_UTF8; >--- >> char feat[] = FEAT FEAT_DEBUG FEAT_TVFS FEAT_UTF8 FEAT_ESTP FEAT_PASV FEAT_ESTA FEAT_TLS; >3445c3445 >< feat[sizeof FEAT FEAT_DEBUG FEAT_TVFS FEAT_ESTP] = 0; >--- >> feat[sizeof FEAT FEAT_DEBUG FEAT_TVFS FEAT_UTF8 FEAT_ESTP] = 0; >3449c3449 >< feat[sizeof FEAT FEAT_DEBUG FEAT_TVFS FEAT_ESTP FEAT_PASV] = 0; >--- >> feat[sizeof FEAT FEAT_DEBUG FEAT_TVFS FEAT_UTF8 FEAT_ESTP FEAT_PASV] = 0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238725
: 166466