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 2875 by yutakakn, Mon Jun 26 13:26:49 2006 UTC revision 2890 by yutakakn, Thu Aug 3 15:05:02 2006 UTC
# Line 5925  static BOOL handle_SSH2_authrequest(PTIn Line 5925  static BOOL handle_SSH2_authrequest(PTIn
5925          finish_send_packet(pvar);          finish_send_packet(pvar);
5926          buffer_free(msg);          buffer_free(msg);
5927    
5928            // パスワードの破棄 (2006.8.3 yutaka)
5929            if (pvar->auth_state.cur_cred.remeber_password == 0) {
5930                    destroy_malloced_string(&pvar->auth_state.cur_cred.password);
5931            }
5932    
5933          SSH2_dispatch_init(5);          SSH2_dispatch_init(5);
5934          SSH2_dispatch_add_message(SSH2_MSG_IGNORE); // XXX: Tru64 UNIX workaround   (2005.3.5 yutaka)          SSH2_dispatch_add_message(SSH2_MSG_IGNORE); // XXX: Tru64 UNIX workaround   (2005.3.5 yutaka)
5935          if (kbdint == 1) { // keyboard-interactive method          if (kbdint == 1) { // keyboard-interactive method
# Line 6228  BOOL handle_SSH2_userauth_inforeq(PTInst Line 6233  BOOL handle_SSH2_userauth_inforeq(PTInst
6233          finish_send_packet(pvar);          finish_send_packet(pvar);
6234          buffer_free(msg);          buffer_free(msg);
6235    
6236            // パスワードの破棄 (2006.8.3 yutaka)
6237            if (pvar->auth_state.cur_cred.remeber_password == 0) {
6238                    destroy_malloced_string(&pvar->auth_state.cur_cred.password);
6239            }
6240    
6241          return TRUE;          return TRUE;
6242  }  }
6243    
# Line 6865  static BOOL handle_SSH2_window_adjust(PT Line 6875  static BOOL handle_SSH2_window_adjust(PT
6875    
6876  /*  /*
6877   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
6878     * Revision 1.47  2006/06/26 13:26:49  yutakakn
6879     * TTSSHのsetupダイアログの変更内容が次回接続時から反映されるようにした。
6880     *
6881   * Revision 1.46  2006/06/23 13:57:24  yutakakn   * Revision 1.46  2006/06/23 13:57:24  yutakakn
6882   * TTSSH 2.28にて遅延パケット圧縮をサポートした。   * TTSSH 2.28にて遅延パケット圧縮をサポートした。
6883   *   *

Legend:
Removed from v.2875  
changed lines
  Added in v.2890

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