Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 3051 by maya, Thu Oct 25 00:53:08 2007 UTC revision 3052 by maya, Fri Oct 26 01:41:30 2007 UTC
# Line 5750  BOOL do_SSH2_userauth(PTInstVar pvar) Line 5750  BOOL do_SSH2_userauth(PTInstVar pvar)
5750          // すでにログイン処理を行っている場合は、SSH2_MSG_SERVICE_REQUESTの送信は          // すでにログイン処理を行っている場合は、SSH2_MSG_SERVICE_REQUESTの送信は
5751          // しないことにする。OpenSSHでは支障ないが、Tru64 UNIXではサーバエラーとなってしまうため。          // しないことにする。OpenSSHでは支障ないが、Tru64 UNIXではサーバエラーとなってしまうため。
5752          // (2005.3.10 yutaka)          // (2005.3.10 yutaka)
5753          if (pvar->userauth_retry_count > 0) {          // Cisco 12.4.11T でもこの現象が発生する模様。
5754            // 認証メソッド none の時点で SSH2_MSG_SERVICE_REQUEST を送信している。
5755            // (2007.10.26 maya)
5756            if (pvar->userauth_retry_count > 0
5757             || pvar->tryed_ssh2_authlist == TRUE) {
5758                  return handle_SSH2_authrequest(pvar);                  return handle_SSH2_authrequest(pvar);
5759                  /* NOT REACHED */                  /* NOT REACHED */
5760          }          }

Legend:
Removed from v.3051  
changed lines
  Added in v.3052

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