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

Diff for /src/usr.bin/ssh/gss-serv.c between version 1.10 and 1.11

version 1.10, 2005/10/13 14:03:01 version 1.11, 2005/10/13 14:20:37
Line 59 
Line 59 
         &gssapi_null_mech,          &gssapi_null_mech,
 };  };
   
 /* Unpriviledged */  /* Unprivileged */
 void  void
 ssh_gssapi_supported_oids(gss_OID_set *oidset)  ssh_gssapi_supported_oids(gss_OID_set *oidset)
 {  {
Line 88 
Line 88 
  *    oid   *    oid
  *    credentials       (from ssh_gssapi_acquire_cred)   *    credentials       (from ssh_gssapi_acquire_cred)
  */   */
 /* Priviledged */  /* Privileged */
 OM_uint32  OM_uint32
 ssh_gssapi_accept_ctx(Gssctxt *ctx, gss_buffer_desc *recv_tok,  ssh_gssapi_accept_ctx(Gssctxt *ctx, gss_buffer_desc *recv_tok,
     gss_buffer_desc *send_tok, OM_uint32 *flags)      gss_buffer_desc *send_tok, OM_uint32 *flags)
Line 186 
Line 186 
 /* Extract the client details from a given context. This can only reliably  /* Extract the client details from a given context. This can only reliably
  * be called once for a context */   * be called once for a context */
   
 /* Priviledged (called from accept_secure_ctx) */  /* Privileged (called from accept_secure_ctx) */
 OM_uint32  OM_uint32
 ssh_gssapi_getclient(Gssctxt *ctx, ssh_gssapi_client *client)  ssh_gssapi_getclient(Gssctxt *ctx, ssh_gssapi_client *client)
 {  {
Line 296 
Line 296 
         return (0);          return (0);
 }  }
   
 /* Priviledged */  /* Privileged */
 OM_uint32  OM_uint32
 ssh_gssapi_checkmic(Gssctxt *ctx, gss_buffer_t gssbuf, gss_buffer_t gssmic)  ssh_gssapi_checkmic(Gssctxt *ctx, gss_buffer_t gssbuf, gss_buffer_t gssmic)
 {  {

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