Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2009 14:44:55 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/rpc/rpcsec_gss svc_rpcsec_gss.c
Message-ID:  <200906151445.n5FEj8XV038653@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-06-15 14:44:55 UTC

  FreeBSD src repository

  Modified files:
    sys/rpc/rpcsec_gss   svc_rpcsec_gss.c 
  Log:
  SVN rev 194239 on 2009-06-15 14:44:55Z by rmacklem
  
  Replace the global references to "hostid" in svc_rpcsec_gss.c to local
  variables set via the getcredhostid() function. I also changed the type
  of ci_hostid to "unsigned long" so that it matches what is returned by
  getcredhostid(). Although "struct svc_rpc_gss_clientid" goes on the wire
  during RPCSEC_GSS, it is just a variable # of opaque bytes to the client,
  so it doesn't matter how much storage ci_hostid uses.
  
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.3       +7 -1      src/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906151445.n5FEj8XV038653>