Bug 1166741
| Summary: | Wildcard "?" does not work correctly in vsftpd-3.0.2-9.el7 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Javier Coscia <jcoscia> | ||||
| Component: | vsftpd | Assignee: | Martin Sehnoutka <msehnout> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Stefan Kremen <skremen> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 7.0 | CC: | amarecek, cspicer, fkrska, lunix, mosvald, ovasik, psimerda, sdordevi, thozza, tspeetje, zpytela | ||||
| Target Milestone: | rc | Keywords: | Patch, Regression, ZStream | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | vsftpd-3.0.2-11.el7_2 | Doc Type: | Bug Fix | ||||
| Doc Text: |
Previously, due a bug, the vsftpd service did not handle the question mark character "?" correctly when used in the middle of filenames. As a result, the service sent incorrect responses to clients using question marks in this way. This has been fixed and vsftpd now responds correctly in this situation.
|
Story Points: | --- | ||||
| Clone Of: | |||||||
| : | 1311475 (view as bug list) | Environment: | |||||
| Last Closed: | 2016-11-04 01:32:27 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1203710, 1295829, 1311475 | ||||||
| Attachments: |
|
||||||
|
Description
Javier Coscia
2014-11-21 15:40:23 UTC
Any update on this? Created attachment 1120893 [details] Patch from Bug 799245 This patch applies cleanly and appears to resolve the issue: Before (vsftpd-3.0.2-9.el7.x86_64): $ lftp sf01551872-test lftp sf01551872-test:~> user anonymous Password: lftp anonymous@sf01551872-test:~> ls -rw-r--r-- 1 0 0 0 Feb 03 19:37 aaa.txt -rw-r--r-- 1 0 0 0 Feb 03 19:37 file drwxr-xr-x 2 0 0 4096 Mar 07 2014 pub lftp anonymous@sf01551872-test:/> ls aaa.tx? -rw-r--r-- 1 0 0 0 Feb 03 19:37 aaa.txt lftp anonymous@sf01551872-test:/> ls aaa.t?t lftp anonymous@sf01551872-test:/> After (vsftpd-3.0.2-10.el7_2.bz1166741.1.x86_64) $ lftp sf01551872-test lftp sf01551872-test:~> user anonymous Password: lftp anonymous@sf01551872-test:~> ls -rw-r--r-- 1 0 0 0 Feb 03 19:37 aaa.txt -rw-r--r-- 1 0 0 0 Feb 03 19:37 file drwxr-xr-x 2 0 0 4096 Feb 03 18:43 pub lftp anonymous@sf01551872-test:/> ls aaa.tx? -rw-r--r-- 1 0 0 0 Feb 03 19:37 aaa.txt lftp anonymous@sf01551872-test:/> ls aaa.t?t -rw-r--r-- 1 0 0 0 Feb 03 19:37 aaa.txt *** Bug 1086873 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2242.html |