Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2009 19:56:51 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/mount mount.c src/sbin/mount_nfs Makefile mount_nfs.8 mount_nfs.c
Message-ID:  <200905271957.n4RJv1wp073664@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-05-27 19:56:51 UTC

  FreeBSD src repository

  Modified files:
    sbin/mount           mount.c 
    sbin/mount_nfs       Makefile mount_nfs.8 mount_nfs.c 
  Log:
  SVN rev 192930 on 2009-05-27 19:56:51Z by rmacklem
  
  Add support for the experimental nfs client to mount_nfs. The
  experimental client is used when the fstype is "newnfs" or the "nfsv4"
  option is specified. It includes the addition of the option:
    gssname - to specify a client side initiator host based principal name
  which is specific to NFSv4.
  It also includes a change to mount.c, so that it knows about
  mount_newnfs, but not mount_nfs4.
  
  Reviewed by:    dfr
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.107     +1 -1      src/sbin/mount/mount.c
  1.18      +3 -1      src/sbin/mount_nfs/Makefile
  1.53      +78 -1     src/sbin/mount_nfs/mount_nfs.8
  1.86      +91 -5     src/sbin/mount_nfs/mount_nfs.c



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