Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 1684 |
if ((p3 = _mbschr(p, ':')) != NULL) { |
if ((p3 = _mbschr(p, ':')) != NULL) { |
| 1685 |
*p3 = 0; |
*p3 = 0; |
| 1686 |
percent_decode(pvar->ssh2_password, sizeof(pvar->ssh2_password), p3 + 1); |
percent_decode(pvar->ssh2_password, sizeof(pvar->ssh2_password), p3 + 1); |
|
pvar->ssh2_autologin = 1; |
|
| 1687 |
} |
} |
| 1688 |
percent_decode(pvar->ssh2_username, sizeof(pvar->ssh2_username), p); |
percent_decode(pvar->ssh2_username, sizeof(pvar->ssh2_username), p); |
| 1689 |
// p が host part の先頭('@'の次の文字)を差すようにする |
// p が host part の先頭('@'の次の文字)を差すようにする |
|
|
Legend:
| Removed from v.3307 |
|
| changed lines |
| |
Added in v.3329 |
|
|
| |