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 3025 by maya, Thu Oct 4 15:15:04 2007 UTC revision 3028 by maya, Thu Oct 4 15:41:56 2007 UTC
# Line 1515  static int parse_option(PTInstVar pvar, Line 1515  static int parse_option(PTInstVar pvar,
1515                                  //pvar->auth_state.cur_cred.method = SSH_AUTH_PASSWORD;                                  //pvar->auth_state.cur_cred.method = SSH_AUTH_PASSWORD;
1516                                  pvar->ssh2_authmethod = SSH_AUTH_PASSWORD;                                  pvar->ssh2_authmethod = SSH_AUTH_PASSWORD;
1517    
1518                          // /auth=challange を追加 (2007.10.5 maya)                          // /auth=challenge を追加 (2007.10.5 maya)
1519                          } else if (MATCH_STR(option + 5, "=challange") == 0) { // keyboard-interactive認証                          } else if (MATCH_STR(option + 5, "=challenge") == 0) { // keyboard-interactive認証
1520                                  //pvar->auth_state.cur_cred.method = SSH_AUTH_TIS;                                  //pvar->auth_state.cur_cred.method = SSH_AUTH_TIS;
1521                                  pvar->ssh2_authmethod = SSH_AUTH_TIS;                                  pvar->ssh2_authmethod = SSH_AUTH_TIS;
1522    

Legend:
Removed from v.3025  
changed lines
  Added in v.3028

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