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 2907 by maya, Sat Sep 16 07:24:06 2006 UTC revision 2908 by maya, Mon Sep 18 05:08:04 2006 UTC
# Line 1382  static int parse_option(PTInstVar pvar, Line 1382  static int parse_option(PTInstVar pvar,
1382                  } else if (MATCH_STR(option + 1, "keyfile=") == 0) {                  } else if (MATCH_STR(option + 1, "keyfile=") == 0) {
1383                          replace_to_blank(option + 9, pvar->ssh2_keyfile, sizeof(pvar->ssh2_keyfile));                          replace_to_blank(option + 9, pvar->ssh2_keyfile, sizeof(pvar->ssh2_keyfile));
1384    
1385                    } else if (MATCH_STR(option + 1, "ask4passwd") == 0) {
1386                            // パスワードを聞く (2006.9.18 maya)
1387                            pvar->ask4passwd = 1;
1388    
1389                    }
1390    
1391                    // パスワードを聞く場合は自動ログインが無効になる
1392                    // /auth は認証メソッドの指定としては利用される (2006.9.18 maya)
1393                    if (pvar->ask4passwd == 1) {
1394                            pvar->ssh2_autologin = 0;
1395                  }                  }
1396    
1397          }          }
# Line 3188  int CALLBACK LibMain(HANDLE hInstance, W Line 3198  int CALLBACK LibMain(HANDLE hInstance, W
3198    
3199  /*  /*
3200   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
3201     * Revision 1.39  2006/09/16 07:24:06  maya
3202     * /ssh1, /ssh2, /telnet オプションを追加した。
3203     *
3204   * Revision 1.38  2006/08/21 12:21:33  maya   * Revision 1.38  2006/08/21 12:21:33  maya
3205   * コマンドラインパラメータにおいて、ダブルクォーテーションで囲まれたファイル名を正しく認識するようにした。   * コマンドラインパラメータにおいて、ダブルクォーテーションで囲まれたファイル名を正しく認識するようにした。
3206   *   *

Legend:
Removed from v.2907  
changed lines
  Added in v.2908

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