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 2976 by yutakapon, Fri Apr 27 12:56:47 2007 UTC revision 2977 by maya, Tue May 1 13:45:53 2007 UTC
# Line 6861  static BOOL handle_SSH2_open_failure(PTI Line 6861  static BOOL handle_SSH2_open_failure(PTI
6861    
6862          free(cstring);          free(cstring);
6863    
6864            // チャネルの解放漏れを修正 (2007.5.1 maya)
6865            ssh2_channel_delete(c);
6866    
6867          return TRUE;          return TRUE;
6868  }  }
6869    
# Line 7412  static BOOL handle_SSH2_window_adjust(PT Line 7415  static BOOL handle_SSH2_window_adjust(PT
7415    
7416  /*  /*
7417   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
7418     * Revision 1.77  2007/04/27 12:56:47  yutakapon
7419     * ユーザ認証リストをもらったら、認証ダイアログのラジオボタンを更新するようにした。
7420     *
7421   * Revision 1.76  2007/04/27 12:41:33  yutakapon   * Revision 1.76  2007/04/27 12:41:33  yutakapon
7422   * "none"メソッドによりユーザ認証メソッドリストを取得し、パスワード認証選択時に   * "none"メソッドによりユーザ認証メソッドリストを取得し、パスワード認証選択時に
7423   * keyboard-interactiveログインを試みるようにした。   * keyboard-interactiveログインを試みるようにした。

Legend:
Removed from v.2976  
changed lines
  Added in v.2977

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