mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
Move GSSAPI KEX messages to be numerically sorted
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -24,6 +24,15 @@
|
|||||||
#define SSH2_MSG_KEX_DH_GEX_INIT 32
|
#define SSH2_MSG_KEX_DH_GEX_INIT 32
|
||||||
#define SSH2_MSG_KEX_DH_GEX_REPLY 33
|
#define SSH2_MSG_KEX_DH_GEX_REPLY 33
|
||||||
#define SSH2_MSG_KEX_DH_GEX_REQUEST 34
|
#define SSH2_MSG_KEX_DH_GEX_REQUEST 34
|
||||||
|
|
||||||
|
#define SSH2_MSG_KEXGSS_INIT 30
|
||||||
|
#define SSH2_MSG_KEXGSS_CONTINUE 31
|
||||||
|
#define SSH2_MSG_KEXGSS_COMPLETE 32
|
||||||
|
#define SSH2_MSG_KEXGSS_HOSTKEY 33
|
||||||
|
#define SSH2_MSG_KEXGSS_ERROR 34
|
||||||
|
#define SSH2_MSG_KEXGSS_GROUPREQ 40
|
||||||
|
#define SSH2_MSG_KEXGSS_GROUP 41
|
||||||
|
|
||||||
#define SSH2_MSG_USERAUTH_REQUEST 50
|
#define SSH2_MSG_USERAUTH_REQUEST 50
|
||||||
#define SSH2_MSG_USERAUTH_FAILURE 51
|
#define SSH2_MSG_USERAUTH_FAILURE 51
|
||||||
#define SSH2_MSG_USERAUTH_SUCCESS 52
|
#define SSH2_MSG_USERAUTH_SUCCESS 52
|
||||||
@@ -39,14 +48,6 @@
|
|||||||
#define SSH2_MSG_USERAUTH_GSSAPI_ERRTOK 65
|
#define SSH2_MSG_USERAUTH_GSSAPI_ERRTOK 65
|
||||||
#define SSH2_MSG_USERAUTH_GSSAPI_MIC 66
|
#define SSH2_MSG_USERAUTH_GSSAPI_MIC 66
|
||||||
|
|
||||||
#define SSH2_MSG_KEXGSS_INIT 30
|
|
||||||
#define SSH2_MSG_KEXGSS_CONTINUE 31
|
|
||||||
#define SSH2_MSG_KEXGSS_COMPLETE 32
|
|
||||||
#define SSH2_MSG_KEXGSS_HOSTKEY 33
|
|
||||||
#define SSH2_MSG_KEXGSS_ERROR 34
|
|
||||||
#define SSH2_MSG_KEXGSS_GROUPREQ 40
|
|
||||||
#define SSH2_MSG_KEXGSS_GROUP 41
|
|
||||||
|
|
||||||
#define SSH2_MSG_GLOBAL_REQUEST 80
|
#define SSH2_MSG_GLOBAL_REQUEST 80
|
||||||
#define SSH2_MSG_REQUEST_SUCCESS 81
|
#define SSH2_MSG_REQUEST_SUCCESS 81
|
||||||
#define SSH2_MSG_REQUEST_FAILURE 82
|
#define SSH2_MSG_REQUEST_FAILURE 82
|
||||||
|
|||||||
Reference in New Issue
Block a user