Deleted Added
full compact
ssh2.h (204917) ssh2.h (221420)
1/* $OpenBSD: ssh2.h,v 1.13 2010/02/26 20:29:54 djm Exp $ */
1/* $OpenBSD: ssh2.h,v 1.14 2010/08/31 11:54:45 djm Exp $ */
2
3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 83 unchanged lines hidden (view full) ---

93
94/* dh-group-exchange */
95#define SSH2_MSG_KEX_DH_GEX_REQUEST_OLD 30
96#define SSH2_MSG_KEX_DH_GEX_GROUP 31
97#define SSH2_MSG_KEX_DH_GEX_INIT 32
98#define SSH2_MSG_KEX_DH_GEX_REPLY 33
99#define SSH2_MSG_KEX_DH_GEX_REQUEST 34
100
2
3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 83 unchanged lines hidden (view full) ---

93
94/* dh-group-exchange */
95#define SSH2_MSG_KEX_DH_GEX_REQUEST_OLD 30
96#define SSH2_MSG_KEX_DH_GEX_GROUP 31
97#define SSH2_MSG_KEX_DH_GEX_INIT 32
98#define SSH2_MSG_KEX_DH_GEX_REPLY 33
99#define SSH2_MSG_KEX_DH_GEX_REQUEST 34
100
101/* ecdh */
102#define SSH2_MSG_KEX_ECDH_INIT 30
103#define SSH2_MSG_KEX_ECDH_REPLY 31
104
101/* user authentication: generic */
102
103#define SSH2_MSG_USERAUTH_REQUEST 50
104#define SSH2_MSG_USERAUTH_FAILURE 51
105#define SSH2_MSG_USERAUTH_SUCCESS 52
106#define SSH2_MSG_USERAUTH_BANNER 53
107
108/* user authentication: method specific, can be reused */

--- 70 unchanged lines hidden ---
105/* user authentication: generic */
106
107#define SSH2_MSG_USERAUTH_REQUEST 50
108#define SSH2_MSG_USERAUTH_FAILURE 51
109#define SSH2_MSG_USERAUTH_SUCCESS 52
110#define SSH2_MSG_USERAUTH_BANNER 53
111
112/* user authentication: method specific, can be reused */

--- 70 unchanged lines hidden ---