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

Diff for /src/usr.bin/ssh/gss-genr.c between version 1.3 and 1.3.6.2

version 1.3, 2003/11/21 11:57:03 version 1.3.6.2, 2006/02/03 02:53:44
Line 30 
Line 30 
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "bufaux.h"  #include "bufaux.h"
 #include "compat.h"  
 #include "log.h"  #include "log.h"
 #include "monitor_wrap.h"  
 #include "ssh2.h"  #include "ssh2.h"
   
 #include "ssh-gss.h"  #include "ssh-gss.h"
Line 78 
Line 76 
 }  }
   
 char *  char *
 ssh_gssapi_last_error(Gssctxt *ctxt,  ssh_gssapi_last_error(Gssctxt *ctxt, OM_uint32 *major_status,
                       OM_uint32 *major_status, OM_uint32 *minor_status)      OM_uint32 *minor_status)
 {  {
         OM_uint32 lmin;          OM_uint32 lmin;
         gss_buffer_desc msg = GSS_C_EMPTY_BUFFER;          gss_buffer_desc msg = GSS_C_EMPTY_BUFFER;
Line 270 
Line 268 
 }  }
   
 OM_uint32  OM_uint32
 ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID oid) {  ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID oid)
   {
         if (*ctx)          if (*ctx)
                 ssh_gssapi_delete_ctx(ctx);                  ssh_gssapi_delete_ctx(ctx);
         ssh_gssapi_build_ctx(ctx);          ssh_gssapi_build_ctx(ctx);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.6.2