Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3307 by doda, Mon Apr 13 09:49:34 2009 UTC revision 3329 by doda, Sat Apr 18 13:23:43 2009 UTC
# Line 1684  static int parse_option(PTInstVar pvar, Line 1684  static int parse_option(PTInstVar pvar,
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26