]> andersk Git - gssapi-openssh.git/blobdiff - openssh/ssh1.h
added note that we added GT 3.2b compatibility in this release
[gssapi-openssh.git] / openssh / ssh1.h
index 72c47f9d3c82d5bfba54eb5314345c568e1a924d..98d1dc9303cc8627019ad864a6cf4ad224270d1a 100644 (file)
 #define SSH_MSG_CHANNEL_INPUT_EOF      SSH_MSG_CHANNEL_CLOSE
 #define SSH_MSG_CHANNEL_OUTPUT_CLOSE   SSH_MSG_CHANNEL_CLOSE_CONFIRMATION
 
-/*modified by binhe*/
-/* GSS-API authentication */
-#define SSH_CMSG_AUTH_GSSAPI                    88      /* int, strings... */
-#define SSH_SMSG_AUTH_GSSAPI_RESPONSE           89      /* string */
-#define SSH_MSG_AUTH_GSSAPI_TOKEN               90      /* string */
-#define SSH_SMSG_AUTH_GSSAPI_HASH               91      /* string */
-#define SSH_MSG_AUTH_GSSAPI_ABORT               92      /* */
-/*end of modification*/
-
 /*
  * Authentication methods.  New types can be added, but old types should not
  * be removed for compatibility.  The maximum allowed value is 31.
                                /* 8 to 15 are reserved */
 #define SSH_PASS_AFS_TOKEN     21
 
-/*modified by binhe*/
-#define SSH_AUTH_GSSAPI                24
-/*end of modification*/
-
 /* Protocol flags.  These are bit masks. */
 #define SSH_PROTOFLAG_SCREEN_NUMBER    1       /* X11 forwarding includes screen */
 #define SSH_PROTOFLAG_HOST_IN_FWD_OPEN 2       /* forwarding opens contain host */
This page took 0.063144 seconds and 4 git commands to generate.