Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|