Bugzilla – Attachment 1865 Details for
Bug 1655
sftp is unhappy with asterisks in filenames
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
/home/djm/sftp-unbreak-ls-of-glob.diff
sftp-unbreak-ls-of-glob.diff (text/plain), 460 bytes, created by
Damien Miller
on 2010-06-18 10:57:16 AEST
(
hide
)
Description:
/home/djm/sftp-unbreak-ls-of-glob.diff
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2010-06-18 10:57:16 AEST
Size:
460 bytes
patch
obsolete
>Index: sftp.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/sftp.c,v >retrieving revision 1.124 >diff -u -p -r1.124 sftp.c >--- sftp.c 5 May 2010 04:22:09 -0000 1.124 >+++ sftp.c 18 Jun 2010 00:56:39 -0000 >@@ -1345,7 +1345,7 @@ parse_dispatch_command(struct sftp_conn > break; > case I_LS: > if (!path1) { >- do_globbed_ls(conn, *pwd, *pwd, lflag); >+ do_ls_dir(conn, *pwd, *pwd, lflag); > break; > } >
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 1655
: 1865