bugzilla-daemon at bugzilla.mindrot.org
2007-May-17 08:41 UTC
[Bug 778] sftp client globs entire path, directories enclosed in square brackets are unusable
http://bugzilla.mindrot.org/show_bug.cgi?id=778 --- Comment #1 from Damien Miller <djm at mindrot.org> 2007-05-17 18:41:41 --- Created an attachment (id=1284) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1284) Report error on read/write failures I'm not sure how much logspam this patch will generate, so I'm going to run with it for a little while. -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-May-17 08:42 UTC
[Bug 778] sftp client globs entire path, directories enclosed in square brackets are unusable
http://bugzilla.mindrot.org/show_bug.cgi?id=778 --- Comment #2 from Damien Miller <djm at mindrot.org> 2007-05-17 18:42:16 --- The content of attachment 1284 has been deleted by Damien Miller <djm at mindrot.org> who provided the following reason: wrong bug The token used to delete this attachment was generated at 2007-05-17 18:42:08. -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-May-18 07:37 UTC
[Bug 778] sftp client globs entire path, directories enclosed in square brackets are unusable
http://bugzilla.mindrot.org/show_bug.cgi?id=778 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1291| |ok? Flag| | --- Comment #3 from Damien Miller <djm at mindrot.org> 2007-05-18 17:37:21 --- Created an attachment (id=1291) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1291) Permit escaping of glob characters This patch allows escaping of glob characters, so you should be able to do: put "file with \[square braces]" put "file with asterisk\*" and so forth. -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-May-18 07:42 UTC
[Bug 778] sftp client globs entire path, directories enclosed in square brackets are unusable
http://bugzilla.mindrot.org/show_bug.cgi?id=778 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |djm at mindrot.org -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-May-20 12:18 UTC
[Bug 778] sftp client globs entire path, directories enclosed in square brackets are unusable
http://bugzilla.mindrot.org/show_bug.cgi?id=778 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1291 is|0 |1 obsolete| | Attachment #1295| |ok? Flag| | Attachment #1291|ok? | Flag| | --- Comment #4 from Damien Miller <djm at mindrot.org> 2007-05-20 22:18:10 --- Created an attachment (id=1295) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1295) Diff with support for unquoted, escaped whitespace This diff merges the previous diff with one from Ben Lindstrom to add support for escaping of whitespace in unquoted filenames. So this will support all of: get "filename with \[glob metacharacters]" get filename\ with\ spaces get filename\ with\ spaces\ and\ \[glob metacharacters] -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
Apparently Analagous Threads
- [Bug 778] sftp client globs entire path, directories enclosed in square brackets are unusable
- [PATCH] sysprep: mention globbing in help for --delete
- [PATCH] sysprep: mention globbing in help for --delete
- Call for testing: OpenSSH 7.6
- remote DoS in sftp via crafted glob expressions (CVE-2010-4755)