Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2009 23:16:40 +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:  <200906132316.n5DNGtoB090168@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-06-13 23:16:40 UTC

  FreeBSD src repository

  Modified files:
    sys/rpc/rpcsec_gss   svc_rpcsec_gss.c 
  Log:
  SVN rev 194133 on 2009-06-13 23:16:40Z by rmacklem
  
  When a Solaris10 client does an NFS mount using krb5i or krb5p, the
  server would crash because the Solaris10 client would attempt to use
  Sun's NFSACL protocol, which FreeBSD doesn't support. When the server
  generated the error reply via svcerr_noprog(), it would cause a crash
  because it would try and wrap a NULL reply. According to RFC2203, no
  wrapping is required for error cases. This one line change avoids
  wrapping of NULL replies.
  
  Reviewed by:    dfr
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.2       +1 -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?200906132316.n5DNGtoB090168>