Bugzilla – Attachment 207 Details for
Bug 472
scp won't accept 'hash' character in usernames, ssh will
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to allow 'hash' character in scp usernames
scphash.diff (text/plain), 379 bytes, created by
Michael Pearce
on 2003-01-23 17:15:21 AEDT
(
hide
)
Description:
Patch to allow 'hash' character in scp usernames
Filename:
MIME Type:
Creator:
Michael Pearce
Created:
2003-01-23 17:15:21 AEDT
Size:
379 bytes
patch
obsolete
>--- openssh-3.5p1/scp.c 2002-06-21 10:41:52.000000000 +1000 >+++ openssh-3.5p1-mod/scp.c 2003-01-02 15:27:38.000000000 +1100 >@@ -1014,7 +1014,7 @@ > if (c & 0200) > goto bad; > if (!isalpha(c) && !isdigit(c) && >- c != '_' && c != '-' && c != '.' && c != '+') >+ c != '_' && c != '-' && c != '.' && c != '+' && c != '#') > goto bad; > } while (*++cp); > return (1);
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 472
: 207