[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.10 and 1.10.2.1

version 1.10, 2005/07/17 07:17:54 version 1.10.2.1, 2006/02/03 03:01:55
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.10  
changed lines
  Added in v.1.10.2.1