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 6835 by doda, Tue Jul 4 15:01:42 2017 UTC revision 6841 by doda, Tue Jul 4 15:02:28 2017 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   * (C) 2004-2017 TeraTerm Project
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
7  are permitted provided that the following conditions are met:   * modification, are permitted provided that the following conditions
8     * are met:
9  Redistributions of source code must retain the above copyright notice, this list of   *
10  conditions and the following disclaimer.   * 1. Redistributions of source code must retain the above copyright
11     *    notice, this list of conditions and the following disclaimer.
12  Redistributions in binary form must reproduce the above copyright notice, this list   * 2. Redistributions in binary form must reproduce the above copyright
13  of conditions and the following disclaimer in the documentation and/or other materials   *    notice, this list of conditions and the following disclaimer in the
14  provided with the distribution.   *    documentation and/or other materials provided with the distribution.
15     * 3. The name of the author may not be used to endorse or promote products
16  The name of Robert O'Callahan may not be used to endorse or promote products derived from   *    derived from this software without specific prior written permission.
17  this software without specific prior written permission.   *
18     * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
19  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND   * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
20  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES   * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
21  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL   * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
22  THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF   * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)   * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,   * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS   * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28  */   */
29    
30  #include "ttxssh.h"  #include "ttxssh.h"
31  #include "util.h"  #include "util.h"

Legend:
Removed from v.6835  
changed lines
  Added in v.6841

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