Deleted Added
full compact
ssh2.h (221420) ssh2.h (263712)
1/* $OpenBSD: ssh2.h,v 1.14 2010/08/31 11:54:45 djm Exp $ */
1/* $OpenBSD: ssh2.h,v 1.15 2014/01/29 06:18:35 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

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

110#define SSH2_MSG_USERAUTH_BANNER 53
111
112/* user authentication: method specific, can be reused */
113
114#define SSH2_MSG_USERAUTH_PK_OK 60
115#define SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ 60
116#define SSH2_MSG_USERAUTH_INFO_REQUEST 60
117#define SSH2_MSG_USERAUTH_INFO_RESPONSE 61
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

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

110#define SSH2_MSG_USERAUTH_BANNER 53
111
112/* user authentication: method specific, can be reused */
113
114#define SSH2_MSG_USERAUTH_PK_OK 60
115#define SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ 60
116#define SSH2_MSG_USERAUTH_INFO_REQUEST 60
117#define SSH2_MSG_USERAUTH_INFO_RESPONSE 61
118#define SSH2_MSG_USERAUTH_JPAKE_CLIENT_STEP1 60
119#define SSH2_MSG_USERAUTH_JPAKE_SERVER_STEP1 61
120#define SSH2_MSG_USERAUTH_JPAKE_CLIENT_STEP2 62
121#define SSH2_MSG_USERAUTH_JPAKE_SERVER_STEP2 63
122#define SSH2_MSG_USERAUTH_JPAKE_CLIENT_CONFIRM 64
123#define SSH2_MSG_USERAUTH_JPAKE_SERVER_CONFIRM 65
124
125/* connection protocol: generic */
126
127#define SSH2_MSG_GLOBAL_REQUEST 80
128#define SSH2_MSG_REQUEST_SUCCESS 81
129#define SSH2_MSG_REQUEST_FAILURE 82
130
131/* channel related messages */

--- 51 unchanged lines hidden ---
118
119/* connection protocol: generic */
120
121#define SSH2_MSG_GLOBAL_REQUEST 80
122#define SSH2_MSG_REQUEST_SUCCESS 81
123#define SSH2_MSG_REQUEST_FAILURE 82
124
125/* channel related messages */

--- 51 unchanged lines hidden ---