[BACK]Return to auth2-gss.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth2-gss.c between version 1.11 and 1.12

version 1.11, 2005/10/13 14:03:01 version 1.12, 2005/10/13 22:24:31
Line 48 
Line 48 
   
 /*  /*
  * We only support those mechanisms that we know about (ie ones that we know   * We only support those mechanisms that we know about (ie ones that we know
  * how to check local user kuserok and the like   * how to check local user kuserok and the like)
  */   */
 static int  static int
 userauth_gssapi(Authctxt *authctxt)  userauth_gssapi(Authctxt *authctxt)
Line 104 
Line 104 
                 return (0);                  return (0);
         }          }
   
         authctxt->methoddata=(void *)ctxt;          authctxt->methoddata = (void *)ctxt;
   
         packet_start(SSH2_MSG_USERAUTH_GSSAPI_RESPONSE);          packet_start(SSH2_MSG_USERAUTH_GSSAPI_RESPONSE);
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12