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 2890 by yutakakn, Thu Aug 3 15:05:02 2006 UTC revision 2891 by yutakakn, Sat Aug 5 03:47:49 2006 UTC
# Line 5926  static BOOL handle_SSH2_authrequest(PTIn Line 5926  static BOOL handle_SSH2_authrequest(PTIn
5926          buffer_free(msg);          buffer_free(msg);
5927    
5928          // パスワードの破棄 (2006.8.3 yutaka)          // パスワードの破棄 (2006.8.3 yutaka)
5929          if (pvar->auth_state.cur_cred.remeber_password == 0) {          if (pvar->settings.remember_password == 0) {
5930                  destroy_malloced_string(&pvar->auth_state.cur_cred.password);                  destroy_malloced_string(&pvar->auth_state.cur_cred.password);
5931          }          }
5932    
# Line 6234  BOOL handle_SSH2_userauth_inforeq(PTInst Line 6234  BOOL handle_SSH2_userauth_inforeq(PTInst
6234          buffer_free(msg);          buffer_free(msg);
6235    
6236          // パスワードの破棄 (2006.8.3 yutaka)          // パスワードの破棄 (2006.8.3 yutaka)
6237          if (pvar->auth_state.cur_cred.remeber_password == 0) {          if (pvar->settings.remember_password == 0) {
6238                  destroy_malloced_string(&pvar->auth_state.cur_cred.password);                  destroy_malloced_string(&pvar->auth_state.cur_cred.password);
6239          }          }
6240    
# Line 6875  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.48  2006/08/03 15:04:37  yutakakn
6879     * パスワードをメモリ上に保持するかどうかを決めるチェックボックスを認証ダイアログに追加した。
6880     *
6881   * Revision 1.47  2006/06/26 13:26:49  yutakakn   * Revision 1.47  2006/06/26 13:26:49  yutakakn
6882   * TTSSHのsetupダイアログの変更内容が次回接続時から反映されるようにした。   * TTSSHのsetupダイアログの変更内容が次回接続時から反映されるようにした。
6883   *   *

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

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