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 2793 by yutakakn, Thu Mar 3 13:28:23 2005 UTC revision 2794 by yutakakn, Thu Mar 3 13:37:31 2005 UTC
# Line 1  Line 1 
1  /*  /*
2  Copyright (c) 1998-2001, Robert O'Callahan  Copyright (c) 1998-2001, Robert O'Callahan
3    Copyright (c) 2004-2005, Yutaka Hirata
4  All rights reserved.  All rights reserved.
5    
6  Redistribution and use in source and binary forms, with or without modification,  Redistribution and use in source and binary forms, with or without modification,
# Line 1060  BOOL SSH_handle_server_ID(PTInstVar pvar Line 1061  BOOL SSH_handle_server_ID(PTInstVar pvar
1061    
1062                                          SSH2_dispatch_init(1);                                          SSH2_dispatch_init(1);
1063                                          SSH2_dispatch_add_message(SSH2_MSG_KEXINIT);                                          SSH2_dispatch_add_message(SSH2_MSG_KEXINIT);
1064                                            SSH2_dispatch_add_message(SSH2_MSG_IGNORE); // XXX: Tru64 UNIX workground (2005.3.3 yutaka)
1065                                  }                                  }
1066                          }                          }
1067    
# Line 5140  static BOOL handle_SSH2_window_adjust(PT Line 5142  static BOOL handle_SSH2_window_adjust(PT
5142    
5143  /*  /*
5144   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
5145     * Revision 1.16  2005/03/03 13:28:23  yutakakn
5146     * クライアントのSSHバージョンを ttxssh.dll から取得して、サーバへ送るようにした。
5147     *
5148   * Revision 1.15  2005/01/24 14:07:07  yutakakn   * Revision 1.15  2005/01/24 14:07:07  yutakakn
5149   * ・keyboard-interactive認証をサポートした。   * ・keyboard-interactive認証をサポートした。
5150   *  それに伴い、teraterm.iniに "KeyboardInteractive" エントリを追加した。   *  それに伴い、teraterm.iniに "KeyboardInteractive" エントリを追加した。

Legend:
Removed from v.2793  
changed lines
  Added in v.2794

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