Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 3029 by maya, Fri Oct 5 02:08:13 2007 UTC revision 3036 by maya, Tue Oct 16 15:28:14 2007 UTC
# Line 797  int AUTH_set_supported_auth_types(PTInst Line 797  int AUTH_set_supported_auth_types(PTInst
797                  // 公開鍵認証を有効にする (2004.12.18 yutaka)                  // 公開鍵認証を有効にする (2004.12.18 yutaka)
798                  // TISを追加。SSH2ではkeyboard-interactiveとして扱う。(2005.3.12 yutaka)                  // TISを追加。SSH2ではkeyboard-interactiveとして扱う。(2005.3.12 yutaka)
799                  types &= (1 << SSH_AUTH_PASSWORD) | (1 << SSH_AUTH_RSA)                  types &= (1 << SSH_AUTH_PASSWORD) | (1 << SSH_AUTH_RSA)
                        | (1 << SSH_AUTH_DSA)  
800                         | (1 << SSH_AUTH_TIS);                         | (1 << SSH_AUTH_TIS);
801          }          }
802          pvar->auth_state.supported_types = types;          pvar->auth_state.supported_types = types;

Legend:
Removed from v.3029  
changed lines
  Added in v.3036

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