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 3579 by doda, Mon Jul 6 02:56:52 2009 UTC revision 3631 by yutakapon, Sat Oct 3 15:52:58 2009 UTC
# Line 1655  static int parse_option(PTInstVar pvar, Line 1655  static int parse_option(PTInstVar pvar,
1655                          // パスワードを聞く (2006.9.18 maya)                          // パスワードを聞く (2006.9.18 maya)
1656                          pvar->ask4passwd = 1;                          pvar->ask4passwd = 1;
1657    
1658                    } else if (MATCH_STR(option + 1, "nosecuritywarning") == 0) {
1659                            // known_hostsチェックをしない。当該オプションを使うと、セキュリティ性が低下する
1660                            // ため、隠しオプション扱いとする。
1661                            // (2009.10.4 yutaka)
1662                            pvar->nocheck_known_hosts = TRUE;
1663    
1664                  }                  }
1665                  else {  // Other (not ttssh) option                  else {  // Other (not ttssh) option
1666                          return OPTION_NONE;     // ttsshのオプションではないので消さない                          return OPTION_NONE;     // ttsshのオプションではないので消さない

Legend:
Removed from v.3579  
changed lines
  Added in v.3631

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