aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2013-02-17 00:31:40 +0100
committerAndreas Schneider <asn@cryptomilk.org>2013-07-13 14:12:06 +0200
commit3d7b24c53431a760fdc5f862da89843c3a91b978 (patch)
tree3a2df3fc5a2a68c717b9da16661a96db56ebf061 /include/libssh
parent4c99f5de4d877831cb0a27c3457fbbaf5b144b03 (diff)
downloadlibssh-3d7b24c53431a760fdc5f862da89843c3a91b978.tar.gz
libssh-3d7b24c53431a760fdc5f862da89843c3a91b978.tar.xz
libssh-3d7b24c53431a760fdc5f862da89843c3a91b978.zip
gssapi: added SSH constants
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/ssh2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/libssh/ssh2.h b/include/libssh/ssh2.h
index f66dd2a9..8b39b9a6 100644
--- a/include/libssh/ssh2.h
+++ b/include/libssh/ssh2.h
@@ -30,7 +30,14 @@
#define SSH2_MSG_USERAUTH_PK_OK 60
#define SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ 60
#define SSH2_MSG_USERAUTH_INFO_REQUEST 60
+#define SSH2_MSG_USERAUTH_GSSAPI_RESPONSE 60
#define SSH2_MSG_USERAUTH_INFO_RESPONSE 61
+#define SSH2_MSG_USERAUTH_GSSAPI_TOKEN 61
+#define SSH2_MSG_USERAUTH_GSSAPI_EXCHANGE_COMPLETE 63
+#define SSH2_MSG_USERAUTH_GSSAPI_ERROR 64
+#define SSH2_MSG_USERAUTH_GSSAPI_ERRTOK 65
+#define SSH2_MSG_USERAUTH_GSSAPI_MIC 66
+
#define SSH2_MSG_GLOBAL_REQUEST 80
#define SSH2_MSG_REQUEST_SUCCESS 81
#define SSH2_MSG_REQUEST_FAILURE 82