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 3015 by maya, Sun Sep 30 14:03:02 2007 UTC revision 3018 by maya, Mon Oct 1 14:46:22 2007 UTC
# Line 6328  static BOOL handle_SSH2_userauth_failure Line 6328  static BOOL handle_SSH2_userauth_failure
6328    
6329                  pvar->ssh2_authlist = cstring; // 不要になったらフリーすること                  pvar->ssh2_authlist = cstring; // 不要になったらフリーすること
6330    
6331                  if (!pvar->session_settings.CheckAuthListFirst) {                  if (!pvar->session_settings.CheckAuthListFirst ||
6332                        pvar->ssh2_autologin == 1) {
6333                          // まず none で試行して返ってきたところなので、実際のログイン処理へ                          // まず none で試行して返ってきたところなので、実際のログイン処理へ
6334                          handle_SSH2_authrequest(pvar);                          handle_SSH2_authrequest(pvar);
6335                  }                  }

Legend:
Removed from v.3015  
changed lines
  Added in v.3018

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