[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.8.4.1 and 1.8.4.2

version 1.8.4.1, 2005/09/04 18:39:58 version 1.8.4.2, 2006/02/03 02:53:44
Line 34 
Line 34 
 #include "log.h"  #include "log.h"
 #include "dispatch.h"  #include "dispatch.h"
 #include "servconf.h"  #include "servconf.h"
 #include "compat.h"  
 #include "packet.h"  #include "packet.h"
 #include "monitor_wrap.h"  #include "monitor_wrap.h"
   
Line 49 
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 105 
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.8.4.1  
changed lines
  Added in v.1.8.4.2