475aa40
Summary: NFS utilities and supporting clients and daemons for the kernel NFS server
cvsdist c905793
Name: nfs-utils
475aa40
URL: http://sourceforge.net/projects/nfs
5604424
Version: 1.2.4
4e80e3f
Release: 3%{?dist}
95b1830
Epoch: 1
cvsdist 4bc0e7f
eb4b3d1
# group all 32bit related archs
f0f4483
%define all_32bit_archs i386 i486 i586 i686 athlon ppc sparcv9
eb4b3d1
741a610
Source0: http://www.kernel.org/pub/linux/utils/nfs/%{name}-%{version}.tar.bz2
cvsdist 4bc0e7f
cvsdist 9e6d913
Source10: nfs.init
cvsdist 9e6d913
Source11: nfslock.init
cvsdist 9e6d913
Source12: rpcidmapd.init
cvsdist 9e6d913
Source13: rpcgssd.init
cvsdist 9e6d913
Source14: rpcsvcgssd.init
a988f91
Source15: nfs.sysconfig
1b5f469
5f2ed53
Patch001: nfs-utils.1.2.5-rc1.patch
5f2ed53
80be375
Patch100: nfs-utils-1.2.1-statdpath-man.patch
75c26a1
Patch101: nfs-utils-1.2.2-statdpath.patch
75c26a1
Patch102: nfs-utils-1.2.1-exp-subtree-warn-off.patch
1560f8a
Patch103: nfs-utils-1.2.3-sm-notify-res_init.patch
2f32795
cvsdist c905793
Group: System Environment/Daemons
475aa40
Provides: exportfs    = %{epoch}:%{version}-%{release}
475aa40
Provides: nfsstat     = %{epoch}:%{version}-%{release}
475aa40
Provides: showmount   = %{epoch}:%{version}-%{release}
475aa40
Provides: rpcdebug    = %{epoch}:%{version}-%{release}
475aa40
Provides: rpc.idmapd  = %{epoch}:%{version}-%{release}
475aa40
Provides: rpc.mountd  = %{epoch}:%{version}-%{release}
475aa40
Provides: rpc.nfsd    = %{epoch}:%{version}-%{release}
475aa40
Provides: rpc.statd   = %{epoch}:%{version}-%{release}
475aa40
Provides: rpc.gssd    = %{epoch}:%{version}-%{release}
475aa40
Provides: rpc.svcgssd = %{epoch}:%{version}-%{release}
475aa40
Provides: mount.nfs   = %{epoch}:%{version}-%{release}
475aa40
Provides: mount.nfs4  = %{epoch}:%{version}-%{release}
475aa40
Provides: umount.nfs  = %{epoch}:%{version}-%{release}
475aa40
Provides: umount.nfs4 = %{epoch}:%{version}-%{release}
cafae3a
Provides: sm-notify   = %{epoch}:%{version}-%{release}
cafae3a
Provides: start-statd = %{epoch}:%{version}-%{release}
475aa40
3f80ebd
License: MIT and GPLv2 and GPLv2+ and BSD
f9a6955
Buildroot: %{_tmppath}/%{name}-%{version}-root
e6adf82
Requires: rpcbind, sed, gawk, sh-utils, fileutils, textutils, grep
cvsdist 4bc0e7f
Requires: modutils >= 2.4.26-9
80be375
BuildRequires: libgssglue-devel libevent-devel libcap-devel
b5a0964
BuildRequires: libnfsidmap-devel libtirpc-devel libblkid-devel
1b5f469
BuildRequires: krb5-libs >= 1.4 autoconf >= 2.57 openldap-devel >= 2.2
b67cdcd
BuildRequires: automake, libtool, glibc-headers
257636d
BuildRequires: krb5-devel, tcp_wrappers-devel
475aa40
Requires(pre): shadow-utils >= 4.0.3-25
475aa40
Requires(pre): /sbin/chkconfig /sbin/nologin
b5a0964
Requires: libnfsidmap libgssglue libevent
80be375
Requires: libtirpc libblkid libcap
cvsdist c905793
cvsdist c905793
%description
cvsdist c905793
The nfs-utils package provides a daemon for the kernel NFS server and
cvsdist 59bb715
related tools, which provides a much higher level of performance than the
cvsdist c905793
traditional Linux NFS server used by most users.
cvsdist c905793
cvsdist 59bb715
This package also contains the showmount program.  Showmount queries the
cvsdist 59bb715
mount daemon on a remote host for information about the NFS (Network File
cvsdist 59bb715
System) server on the remote host.  For example, showmount can display the
cvsdist 59bb715
clients which are mounted on that host.
cvsdist c905793
538c985
This package also contains the mount.nfs and umount.nfs program.
538c985
cvsdist c905793
%prep
7e4a8ea
%setup -q
9c991d6
5f2ed53
%patch001 -p1
80be375
3bed751
%patch100 -p1
67df246
%patch101 -p1
75c26a1
%patch102 -p1
1560f8a
%patch103 -p1
3bed751
d4be3ab
# Remove .orig files
d4be3ab
find . -name "*.orig" | xargs rm -f
d4be3ab
cvsdist c905793
%build
cvsdist 9e6d913
ccff5b6
%ifarch s390 s390x sparcv9 sparc64
f9a6955
PIE="-fPIE"
f9a6955
%else
f9a6955
PIE="-fpie"
f9a6955
%endif
f9a6955
export PIE
f9a6955
5f47f9c
sh -x autogen.sh
cvsdist 9e6d913
4f0634d
CFLAGS="`echo $RPM_OPT_FLAGS $ARCH_OPT_FLAGS $PIE -D_FILE_OFFSET_BITS=64`"
f9a6955
%configure \
475aa40
    CFLAGS="$CFLAGS" \
475aa40
    CPPFLAGS="$DEFINES" \
475aa40
    LDFLAGS="-pie" \
a658956
    --enable-mountconfig \
9eb7748
    --enable-ipv6 \
75c26a1
    --enable-nfsv41 \
a658956
	--with-statdpath=/var/lib/nfs/statd
cvsdist 9e6d913
cvsdist c905793
make all
cvsdist c905793
cvsdist c905793
%install
cvsdist c905793
rm -rf $RPM_BUILD_ROOT
cvsdist 1ea8452
mkdir -p $RPM_BUILD_ROOT{/sbin,/usr/sbin}
c1fc9c1
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
a988f91
mkdir -p $RPM_BUILD_ROOT{/etc/rc.d/init.d,/etc/sysconfig}
f9a6955
make DESTDIR=$RPM_BUILD_ROOT install
22ba356
install -s -m 755 tools/rpcdebug/rpcdebug $RPM_BUILD_ROOT/usr/sbin
cvsdist c905793
install -m 755 %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/nfs
cvsdist c905793
install -m 755 %{SOURCE11} $RPM_BUILD_ROOT/etc/rc.d/init.d/nfslock
cvsdist 9e6d913
install -m 755 %{SOURCE12} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcidmapd
cvsdist 9e6d913
install -m 755 %{SOURCE13} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcgssd
cvsdist 9e6d913
install -m 755 %{SOURCE14} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcsvcgssd
393de83
install -m 644 %{SOURCE15} $RPM_BUILD_ROOT/etc/sysconfig/nfs
7a30154
install -m 644 utils/mount/nfsmount.conf  $RPM_BUILD_ROOT/etc
cvsdist 4bc0e7f
cvsdist 4bc0e7f
mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/rpc_pipefs
cvsdist 4bc0e7f
cvsdist c905793
touch $RPM_BUILD_ROOT/var/lib/nfs/rmtab
cafae3a
mv $RPM_BUILD_ROOT/usr/sbin/rpc.statd $RPM_BUILD_ROOT/sbin
8280d7e
cafae3a
mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/statd/sm
1ae9fb3
mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/statd/sm.bak
22ba356
mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/v4recovery
4e80e3f
mkdir -p $RPM_BUILD_ROOT/etc/exports.d
cvsdist c905793
cvsdist c905793
%clean
cvsdist c905793
rm -rf $RPM_BUILD_ROOT
cvsdist c905793
cvsdist c905793
%pre
84b3b82
# move files so the running service will have this applied as well
84b3b82
for x in gssd svcgssd idmapd ; do
475aa40
    if [ -f /var/lock/subsys/rpc.$x ]; then
475aa40
        mv /var/lock/subsys/rpc.$x /var/lock/subsys/rpc$x
475aa40
    fi
84b3b82
done
84b3b82
de71245
/usr/sbin/useradd -l -c "RPC Service User" -r \
cvsdist 7a8b656
        -s /sbin/nologin -u 29 -d /var/lib/nfs rpcuser 2>/dev/null || :
eb4b3d1
# Define the correct unsigned uid value for 32 or 64 bit archs
eb4b3d1
%ifarch %{all_32bit_archs}
eb4b3d1
%define nfsnobody_uid   65534
eb4b3d1
%else
eb4b3d1
%define nfsnobody_uid   4294967294
eb4b3d1
%endif
eb4b3d1
8da4391
# If GID 65534 (or 4294967294 64bit archs) is unassigned, 
8da4391
# create group "nfsnobody"
8da4391
cat /etc/group | cut -d':' -f 3 | grep --quiet %{nfsnobody_uid} 2>/dev/null
8da4391
if [ "$?" -eq 1 ]; then
8da4391
    /usr/sbin/groupadd -g %{nfsnobody_uid} nfsnobody 2>/dev/null || :
8da4391
fi
8da4391
8da4391
# If UID 65534 (or 4294967294 64bit archs) is unassigned, 
8da4391
# create user "nfsnobody"
eb4b3d1
cat /etc/passwd | cut -d':' -f 3 | grep --quiet %{nfsnobody_uid} 2>/dev/null
cvsdist 85eb2b5
if [ "$?" -eq 1 ]; then
8da4391
    /usr/sbin/useradd -l -c "Anonymous NFS User" -r -g %{nfsnobody_uid} \
475aa40
        -s /sbin/nologin -u %{nfsnobody_uid} -d /var/lib/nfs nfsnobody 2>/dev/null || :
cvsdist 85eb2b5
fi
cvsdist c905793
cvsdist c905793
%post
cvsdist 3e42301
/sbin/chkconfig --add nfs
cvsdist 3e42301
/sbin/chkconfig --add nfslock
cvsdist 3e42301
/sbin/chkconfig --add rpcidmapd
cvsdist 3e42301
/sbin/chkconfig --add rpcgssd
cvsdist 3e42301
/sbin/chkconfig --add rpcsvcgssd
22317d4
# Make sure statd used the correct uid/gid.
e49be65
chown -R rpcuser:rpcuser /var/lib/nfs/statd
cvsdist c905793
cvsdist c905793
%preun
cvsdist c905793
if [ "$1" = "0" ]; then
1ae9fb3
    /etc/rc.d/init.d/nfs condstop > /dev/null
1ae9fb3
    /etc/rc.d/init.d/rpcgssd condstop > /dev/null
1ae9fb3
    /etc/rc.d/init.d/rpcidmapd condstop > /dev/null
1ae9fb3
    /etc/rc.d/init.d/nfslock condstop > /dev/null
3f418c2
    /sbin/chkconfig --del rpcidmapd
3f418c2
    /sbin/chkconfig --del rpcgssd
3f418c2
    /sbin/chkconfig --del rpcsvcgssd
cvsdist c905793
    /sbin/chkconfig --del nfs
cvsdist c905793
    /sbin/chkconfig --del nfslock
cvsdist c905793
    /usr/sbin/userdel rpcuser 2>/dev/null || :
cvsdist c905793
    /usr/sbin/groupdel rpcuser 2>/dev/null || :
cvsdist 85eb2b5
    /usr/sbin/userdel nfsnobody 2>/dev/null || :
8da4391
    /usr/sbin/groupdel nfsnobody 2>/dev/null || :
475aa40
    rm -rf /var/lib/nfs/statd
475aa40
    rm -rf /var/lib/nfs/v4recovery
cvsdist c905793
fi
cvsdist c905793
cvsdist 3e42301
%postun
cvsdist 3e42301
if [ "$1" -ge 1 ]; then
475aa40
    /etc/rc.d/init.d/rpcidmapd condrestart > /dev/null
475aa40
    /etc/rc.d/init.d/rpcgssd condrestart > /dev/null
475aa40
    /etc/rc.d/init.d/nfs condrestart > /dev/null
22317d4
	/etc/rc.d/init.d/nfslock condrestart > /dev/null
cvsdist 3e42301
fi
cvsdist 8fe6bc0
cvsdist c905793
%triggerpostun -- nfs-server
cvsdist c905793
/sbin/chkconfig --add nfs
cvsdist c905793
cvsdist c905793
%triggerpostun -- knfsd
cvsdist c905793
/sbin/chkconfig --add nfs
cvsdist c905793
cvsdist c905793
%triggerpostun -- knfsd-clients
cvsdist c905793
/sbin/chkconfig --add nfslock
cvsdist c905793
cvsdist c905793
%files
cvsdist c905793
%defattr(-,root,root)
cvsdist c905793
%config /etc/rc.d/init.d/nfs
cvsdist 4bc0e7f
%config /etc/rc.d/init.d/rpcidmapd
cvsdist 4bc0e7f
%config /etc/rc.d/init.d/rpcgssd
cvsdist 4bc0e7f
%config /etc/rc.d/init.d/rpcsvcgssd
131a583
%config(noreplace) /etc/sysconfig/nfs
7a30154
%config(noreplace) /etc/nfsmount.conf
4e80e3f
%dir /etc/exports.d
22ba356
%dir /var/lib/nfs/v4recovery
cvsdist 4bc0e7f
%dir /var/lib/nfs/rpc_pipefs
cvsdist c905793
%dir /var/lib/nfs
cvsdist c905793
%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd
cafae3a
%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd/sm
1ae9fb3
%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd/sm.bak
1ae9fb3
%config(noreplace) %attr(644,rpcuser,rpcuser) /var/lib/nfs/state
cvsdist c905793
%config(noreplace) /var/lib/nfs/xtab
cvsdist c905793
%config(noreplace) /var/lib/nfs/etab
cvsdist c905793
%config(noreplace) /var/lib/nfs/rmtab
7e4a8ea
%doc linux-nfs/*
cvsdist c905793
/sbin/rpc.statd
cvsdist c905793
/usr/sbin/exportfs
cvsdist c905793
/usr/sbin/nfsstat
22ba356
/usr/sbin/rpcdebug
cvsdist c905793
/usr/sbin/rpc.mountd
cvsdist c905793
/usr/sbin/rpc.nfsd
cvsdist c905793
/usr/sbin/showmount
cvsdist 4bc0e7f
/usr/sbin/rpc.idmapd
cvsdist 4bc0e7f
/usr/sbin/rpc.gssd
cvsdist 4bc0e7f
/usr/sbin/rpc.svcgssd
1b511ae
/usr/sbin/gss_clnt_send_err
1b511ae
/usr/sbin/gss_destroy_creds
cafae3a
/usr/sbin/sm-notify
cafae3a
/usr/sbin/start-statd
88a0551
/usr/sbin/mountstats
88a0551
/usr/sbin/nfsiostat
b5a0964
/usr/sbin/nfsidmap
cvsdist c905793
%{_mandir}/*/*
cvsdist c905793
%config /etc/rc.d/init.d/nfslock
cvsdist c905793
8280d7e
%attr(4755,root,root)   /sbin/mount.nfs
8280d7e
%attr(4755,root,root)   /sbin/mount.nfs4
8280d7e
%attr(4755,root,root)   /sbin/umount.nfs
8280d7e
%attr(4755,root,root)   /sbin/umount.nfs4
8280d7e
cvsdist c905793
%changelog
4e80e3f
* Wed Sep 14 2011 Steve Dickson <steved@redhat.com> 1.2.4-3
4e80e3f
- Created /etc/exports.d to stop a warning (bz 697006)
4e80e3f
J. Bruce Fields 27dead4
* Thu Aug 4 2011 J. Bruce Fields <bfields@redhat.com> 1.2.4-2
J. Bruce Fields 27dead4
- Rely on crypto module autoloading in init scripts
J. Bruce Fields 27dead4
- initscripts: just try to mount rpc_pipefs always
J. Bruce Fields 27dead4
5f2ed53
* Thu Jul 21 2011 Steve Dickson <steved@redhat.com> 1.2.4-1
5f2ed53
- Updated to latest upstream release: nfs-utils-1-2-5-rc1
5f2ed53
  * Fixed secure mounts (bz719775)
5f2ed53
5604424
* Thu Jun 30 2011 Steve Dickson <steved@redhat.com> 1.2.4-0
5f2ed53
- Updated to latest upstream release: 1.2.4
5604424
    * Fixes CVE-2011-2500 (bz 716950)
5604424
10e7a3a
* Tue Apr 19 2011 Steve Dickson <steved@redhat.com> 1.2.3-11
10e7a3a
- Fixed segfault in rpc.svcgssd (bz 697931)
10e7a3a
Christopher Aillon 4918c66
* Wed Feb 09 2011 Christopher Aillon <caillon@redhat.com> - 1.2.3-10
Christopher Aillon 4918c66
- Rebuild against newer libevent
Christopher Aillon 4918c66
014678c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.3-9
014678c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
014678c
bd01652
* Wed Jan 26 2011 Steve Dickson <steved@redhat.com> 1.2.3-8
bd01652
- Fixed segfault in rpc.mountd (bz 669065)
bd01652
9b25dd3
* Fri Jan 14 2011 Steve Dickson <steved@redhat.com> 1.2.3-7
9b25dd3
- Updated to latest upstream release: nfs-utils-1-2-4-rc5
ff6512a
- Add initscripts changes needed for rpcbind to be running when nfs is started
ff6512a
- Initscripts changes needed to support NFS over RDMA
ff6512a
- Allow the setting of the NFSv4 grace period (bz 665387)
9b25dd3
10364c6
* Mon Dec 13 2010 Steve Dickson <steved@redhat.com> 1.2.3-6
10364c6
- Updated to latest upstream release: nfs-utils-1-2-4-rc4
10364c6
b5a0964
* Wed Dec  8  2010 Steve Dickson <steved@redhat.com> 1.2.3-5
b5a0964
- Replace the nfs-utils-lib dependency with a libnfsidmap 
b5a0964
  dependency
b5a0964
5f9e463
* Wed Dec  1  2010 Steve Dickson <steved@redhat.com> 1.2.3-4
5f9e463
- The nfs service is not stopped on reboot or halt (bz 652786)
d673e62
- Removed obsolete configuration values (bz 653765)
5f9e463
f6ef5e4
* Mon Nov 29 2010 Steve Dickson <steved@redhat.com> 1.2.3-3
f6ef5e4
- Updated to latest upstream release: nfs-utils-1-2-4-rc3
f6ef5e4
0fb3f74
* Fri Oct 15 2010 Steve Dickson <steved@redhat.com> 1.2.3-2
0fb3f74
- Initscripts do not conform to LSB specification (bz 621562)
1560f8a
- sm-notify needs to call res_init() before each try (bz 625531)
dd98bc3
- exports(5) man page duplicated paragraphs (bz 590921)
0fb3f74
9c991d6
* Thu Oct 14 2010 Steve Dickson <steved@redhat.com> 1.2.3-1
9c991d6
- Updated to latest upstream release: nfs-utils-1-2-4-rc1
9c991d6
d542391
* Mon Oct  4 2010 Steve Dickson <steved@redhat.com> 1.2.3-0.1
d542391
- Fixed a regession with -p arguemnt to rpc.mountd 
d542391
860a3bd
* Thu Sep 30 2010 Steve Dickson <steved@redhat.com> 1.2.3-0
860a3bd
- Updated to latest upstream release: nfs-utils-1-2-3
860a3bd
a8b74a7
* Thu Sep 16 2010 Steve Dickson <steved@redhat.com> 1.2.2-8
a8b74a7
- Update to upstream RC release: nfs-utils-1-2-3-rc6
a8b74a7
2672323
* Thu Sep  9 2010 Steve Dickson <steved@redhat.com> 1.2.2-7
2672323
- Update to upstream RC release: nfs-utils-1-2-3-rc5
2672323
aab427f
* Tue Jun 22 2010 Steve Dickson <steved@redhat.com> 1.2.2-6
d44e8e1
- Update to upstream RC release: nfs-utils-1-2-3-rc4
d44e8e1
60cf896
* Thu May  6 2010 Steve Dickson <steved@redhat.com> 1.2.2-4
60cf896
- Update to upstream RC release: nfs-utils-1-2-3-rc3
60cf896
88a0551
* Fri Apr 16 2010 Steve Dickson <steved@redhat.com> 1.2.2-3
88a0551
- Update to upstream RC release: nfs-utils-1-2-3-rc2
88a0551
5f4c2ab
* Mon Mar 22 2010 Steve Dickson <steved@redhat.com> 1.2.2-2
5f4c2ab
- Update to upstream RC release: nfs-utils-1-2-3-rc1
5f4c2ab
75c26a1
* Thu Feb 18 2010 Steve Dickson <steved@redhat.com> 1.2.2-1
75c26a1
- Updated to latest upstream version: 1.2.2
75c26a1
945d2bc
* Thu Jan 28 2010 Steve Dickson <steved@redhat.com> 1.2.1-17
945d2bc
- Backed out the  "Don't fail mounts when /etc/netconfig is 
945d2bc
  nonexistent" patch
945d2bc
5ac4c31
* Wed Jan 27 2010 Steve Dickson <steved@redhat.com> 1.2.1-16
5ac4c31
- mount.nfs: Don't fail mounts when /etc/netconfig is nonexistent
5ac4c31
dd5c940
* Mon Jan 25 2010 Steve Dickson <steved@redhat.com> 1.2.1-15
dd5c940
- statd: Teach nfs_compare_sockaddr() to handle NULL 
dd5c940
  arguments
dd5c940
c1fc9c1
* Fri Jan 22 2010 Steve Dickson <steved@redhat.com> 1.2.1-14
c1fc9c1
- Update to upstream RC release: nfs-utils-1-2-2-rc9
c1fc9c1
9eb7748
* Thu Jan 21 2010 Steve Dickson <steved@redhat.com> 1.2.1-13
9eb7748
- mount.nfs: Configuration file parser ignoring options
9eb7748
- mount.nfs: Set the default family for lookups based on 
9eb7748
    defaultproto= setting
9eb7748
- Enabled ipv6 
9eb7748
257636d
* Sun Jan 17 2010 Steve Dickson <steved@redhat.com> 1.2.1-12
257636d
- Updated to latest upstream RC release: nfs-utils-1-2-2-rc7
257636d
  which includes Ipv6 support for tcpwrapper (disabled by default).
257636d
80be375
* Sat Jan 16 2010 Steve Dickson <steved@redhat.com> 1.2.1-11
80be375
- Updated to latest upstream RC release: nfs-utils-1-2-2-rc7
80be375
  which includes Ipv6 support for statd (disabled by default).
80be375
a658956
* Thu Jan 14 2010 Steve Dickson <steved@redhat.com> 1.2.1-10
a658956
- Updated to the latest pseudo root release (rel10) which
a658956
  containts the upstream pseudo root release
a658956
589c030
* Mon Jan 12 2010 Steve Dickson <steved@redhat.com> 1.2.1-9
589c030
- Updated to latest upstream RC release: nfs-utils-1-2-2-rc5
589c030
fadd6f5
* Mon Jan  4 2010 Steve Dickson <steved@redhat.com> 1.2.1-8
fadd6f5
- mount.nfs: don't use IPv6 unless IPV6_SUPPORTED is set
fadd6f5
3bed751
* Mon Dec 14 2009 Steve Dickson <steved@redhat.com> 1.2.1-7
3bed751
- Updated to latest upstream RC release: nfs-utils-1-2-2-rc3
3bed751
9d5e785
* Thu Dec 10 2009 Steve Dickson <steved@redhat.com> 1.2.1-6
9d5e785
- Update the  pseudo root to handle security flavors better.
9d5e785
fd548b1
* Mon Dec  7 2009 Steve Dickson <steved@redhat.com> 1.2.1-5
fd548b1
- mount.nfs: Retry v4 mounts with v3 on ENOENT errors
fd548b1
c2754f0
* Mon Dec  7 2009 Steve Dickson <steved@redhat.com> 1.2.1-4
500795b
- Updated to the latest pseudo root release (rel9) (bz 538609).
c2754f0
3245f71
* Thu Nov 12 2009 Steve Dickson <steved@redhat.com> 1.2.1-3
3245f71
- Stop rpc.nfsd from failing to startup when the network
3245f71
  is down (bz 532270)
3245f71
e9aa863
* Wed Nov 11 2009 Steve Dickson <steved@redhat.com> 1.2.1-2
e9aa863
- Updated to the latest pseudo root release (rel8).
e9aa863
c1ec542
* Wed Nov 4 2009 Steve Dickson <steved@redhat.com> 1.2.1-1
c1ec542
- Updated to latest upstream release: 1.2.0
c1ec542
5b1bacb
* Tue Nov 3 2009 Steve Dickson <steved@redhat.com> 1.2.0-18
5b1bacb
- Reworked and remove some of the Default-Start/Stop stanzas
5b1bacb
  in the init scripts (bz 531425)
5b1bacb
c0c0c42
* Mon Nov 2 2009 Steve Dickson <steved@redhat.com> 1.2.0-17
8152f82
- Updated to the latest pseudo root release (rel7).
8152f82
- Added upstream 1.2.1-rc7 patch which fixes:
8152f82
  - Stop ignoring the -o v4 option (bz 529407)
8152f82
  - Allow network protocol roll backs when proto is set
8152f82
    in the config file (bz 529864)
c0c0c42
- v4 mounts will roll back to v3 mounts when the mount
c0c0c42
  fails with ENOENT. 
8152f82
cb3fa4c
* Mon Oct  5 2009 Steve Dickson <steved@redhat.com> 1.2.0-16
cb3fa4c
- Fixed a whole where '-o v4' was not overriding the
cb3fa4c
  version in the conf file.
cb3fa4c
172d6d1
* Wed Sep 30 2009 Steve Dickson <steved@redhat.com> 1.2.0-15
2f32795
- Change the nfsmount.conf file to define v3 as the default 
2f32795
  protocol version.
2f32795
- Make sure versions set on the command line override version
2f32795
  set in nfsmount.conf
2f32795
- Make version rollbacks still work when versions are set in
2f32795
  nfsmount.conf
2f32795
1e5327b
* Tue Sep 29 2009 Steve Dickson <steved@redhat.com> 1.2.0-13
1e5327b
- Added upstream 1.2.1-rc5 patch
1e5327b
  - mount.nfs: Support negotiation between v4, v3, and v2
1e5327b
  - mount.nfs: Keep server's address in nfsmount_info
1e5327b
  - mount.nfs: Sandbox each mount attempt
1e5327b
  - mount.nfs: Support negotiation between v4, v3, and v2
1e5327b
faa7f39
* Wed Sep 23 2009 Steve Dickson <steved@redhat.com> 1.2.0-12
faa7f39
- Updated to the latest pseudo root release (rel6).
faa7f39
4af23bc
* Tue Sep 15 2009 Steve Dickson <steved@redhat.com> 1.2.0-11
4af23bc
- Added upstream 1.2.1-rc5 patch
4af23bc
  - Added --sort --list functionality to nfs-iostat.py
4af23bc
  - Fixed event handler in idmapd
4af23bc
  - Added -o v4 support
4af23bc
  - Disabled IPv6 support in nfsd
4af23bc
  - Don't give client an empty flavor list
4af23bc
  - Fixed gssed so it does not blindly caches machine credentials
4af23bc
7a30154
* Mon Aug 17 2009 Steve Dickson <steved@redhat.com> 1.2.0-10
7a30154
- Added upstream 1.2.1-rc4 patch
7a30154
  - Fix bug when both crossmnt
7a30154
  - nfs(5): Add description of lookupcache mount option
7a30154
  - nfs(5): Remove trailing blanks
7a30154
  - Added nfs41 support to nfssat
7a30154
  - Added support for mount to us a configuration file.
7a30154
cd87151
* Fri Aug 14 2009 Steve Dickson <steved@redhat.com> 1.2.0-9
cd87151
- Added upstream 1.2.1-rc3 patch
cd87151
  - Add IPv6 support to nfsd
cd87151
  - Allow nfssvc_setfds to properly deal with AF_INET6
cd87151
  - Convert nfssvc_setfds to use getaddrinfo
cd87151
  - Move check for active knfsd to helper function
cd87151
  - Declare a static common buffer for nfssvc.c routine
cd87151
  - Convert rpc.nfsd to use xlog() and add --debug and --syslog options
cd87151
cd87151
* Tue Jul 28 2009 Steve Dickson <steved@redhat.com> 1.2.0-8
9f11b6e
- Fixed 4.1 versioning problem (bz 512377)
9f11b6e
cd87151
* Wed Jul 15 2009 Steve Dickson <steved@redhat.com> 1.2.0-7
e955777
- Added upstream 1.2.1-rc2 patch
e955777
  - A large number of mount command changes.
e955777
cd87151
* Mon Jul 13 2009 Steve Dickson <steved@redhat.com> 1.2.0-6
8230dd7
- Added NFSD v4 dynamic pseudo root patch which allows
8230dd7
  NFS v3 exports to be mounted by v4 clients.
8230dd7
cd87151
* Mon Jun 29 2009 Steve Dickson <steved@redhat.com> 1.2.0-5
3524d8a
- Stopped rpc.idmapd from spinning (bz 508221)
3524d8a
cd87151
* Mon Jun 22 2009 Steve Dickson <steved@redhat.com> 1.2.0-4
ea858b4
- Added upstream 1.2.1-rc1 patch 
ea858b4
  - Fix to check in closeall()
ea858b4
  - Make --enable-tirpc the default
ea858b4
  - Set all verbose types in gssd daemons
ea858b4
  - Retry exports if getfh() fails
ea858b4
cd87151
* Wed Jun 10 2009 Steve Dickson <steved@redhat.com> 1.2.0-3
0ce3b8d
- Updated init scripts to add dependencies
0ce3b8d
  on other system facilities (bz 475133)
0ce3b8d
cd87151
* Wed Jun 10 2009 Steve Dickson <steved@redhat.com> 1.2.0-2
8da4391
- nfsnobody gid is wrong (bz 485379)
8da4391
cd87151
* Tue Jun  2 2009 Steve Dickson <steved@redhat.com> 1.2.0-1
16649e5
- Updated to latest upstream release: 1.2.0
16649e5
3f80ebd
* Tue May 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.6-4
3f80ebd
- Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems
3f80ebd
95125b8
* Mon May 18 2009 Steve Dickson <steved@redhat.com> 1.1.6-3
95125b8
- Added upstream 1.1.7-rc1 patch 
95125b8
  - utils/nfsd: add support for minorvers4
95125b8
  - sm-notify: Don't orphan addrinfo structs
95125b8
  - sm-notify: Failed DNS lookups should be retried
95125b8
  - mount: remove legacy version of nfs_name_to_address()
95125b8
  - compiling error in rpcgen
95125b8
  - nfs-utils: Fix IPv6 support in support/nfs/rpc_socket.c
95125b8
  - umount.nfs: Harden umount.nfs error reportin
95125b8
9cff34f
* Mon Apr 27 2009 Steve Dickson <steved@redhat.com> 1.1.6-2
9cff34f
- nfslock.init: options not correctly parsed (bz 459591)
9cff34f
43fc3de
* Mon Apr 20 2009 Steve Dickson <steved@redhat.com> 1.1.6-1
43fc3de
- Updated to latest upstream release: 1.1.6
43fc3de
27d9ad3
* Mon Mar 23 2009 Steve Dickson <steved@redhat.com> 1.1.5-4
27d9ad3
- Added upstream rc3 patch
27d9ad3
  - gssd: initialize fakeseed in prepare_krb5_rfc1964_buffer
27d9ad3
  - gssd: NULL-terminate buffer after read in read_service_info (try #2)
27d9ad3
  - gssd: free buffer allocated by gssd_k5_err_msg
27d9ad3
  - gssd: fix potential double-frees in gssd
27d9ad3
  - Removed a number of warn_unused_result warnings
27d9ad3
49b3311
* Mon Mar 16 2009 Steve Dickson <steved@redhat.com> 1.1.5-3
49b3311
- Added upstream rc2 patch
49b3311
9a95968
* Fri Mar  6 2009 Steve Dickson <steved@redhat.com> 1.1.5-2
9a95968
- Fixed lockd not using settings in sysconfig/nfs (bz 461043)
eaa6c2e
- Fixed some lost externs in the tcpwrapper code
9a95968
f76c8ec
* Thu Mar  5 2009 Steve Dickson <steved@redhat.com> 1.1.5-1
f76c8ec
- Updated to latest upstream version: 1.1.5
f76c8ec
a4989af
* Wed Mar  4 2009 Steve Dickson <steved@redhat.com> 1.1.4-21
a4989af
- configure: fix AC_CACHE_VAL warnings
a4989af
31083ff
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.4-20
31083ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
31083ff
0e25fb5
* Wed Feb 18 2009 Steve Dickson <steved@redhat.com> 1.1.4-19
0e25fb5
- Exportfs and rpc.mountd optimalization (bz 76643)
0e25fb5
3de3019
* Tue Feb 17 2009 Steve Dickson <steved@redhat.com> 1.1.4-18
3de3019
- umount.nfs command: Add an AF_INET6-capable version of nfs_call_unmount()
3de3019
- umount.nfs command: Support AF_INET6 server addresses
3de3019
- umount command: remove do_nfs_umount23 function
3de3019
0b66620
* Tue Feb 17 2009 Steve Dickson <steved@redhat.com> 1.1.4-17
0b66620
- Integrated the upstream fix for bz 483375
0b66620
- mount: segmentation faults on UDP mounts (bz 485448)
0b66620
c739570
* Sat Jan 31 2009 Steve Dickson <steved@redhat.com> 1.1.4-16
c739570
- Fixed typo in -mount-textbased.patch (bz 483375)
c739570
ca5a1da
* Sat Jan 31 2009 Steve Dickson <steved@redhat.com> 1.1.4-15
ca5a1da
- Reworked tcp wrapper code to correctly use API (bz 480223)
ca5a1da
- General clean up of tcp wrapper code.
ca5a1da
e237fe4
* Tue Jan 27 2009 Steve Dickson <steved@redhat.com> 1.1.4-14
e237fe4
- text-based mount command: make po_rightmost() work for N options
e237fe4
- text-based mount command: Function to stuff "struct pmap" from mount options
e237fe4
- text-based mount options: Use new pmap stuffer when	rewriting mount options
e237fe4
- text-based mount command: fix mount option rewriting logic
e237fe4
- text-based mount command: support AF_INET6 in rewrite_mount_options()
e237fe4
5f17b62
* Tue Jan 20 2009 Steve Dickson <steved@redhat.com> 1.1.4-13
5f17b62
- mountd: Don't do tcp wrapper check when there are no rules (bz 448898)
5f17b62
b8c490a
* Wed Jan  7 2009 Steve Dickson <steved@redhat.com> 1.1.4-12
b8c490a
- configure: Remove inet_ntop(3) check from configure.ac
b8c490a
- configure: Add new build option "--enable-tirpc"
b8c490a
- showmount command: Quiesce warning when TI-RPC is disabled
b8c490a
89af843
* Sat Jan  3 2009 Steve Dickson <steved@redhat.com> 1.1.4-11
89af843
- Added warnings to tcp wrapper code when mounts are 
89af843
  denied due to misconfigured DNS configurations.
9064ed1
- gssd: By default, don't spam syslog when users' credentials expire
a2fd65e
- mount: revert recent fix for build problems on old systems
a2fd65e
- mount: use gethostbyname(3) when building on old systems
a2fd65e
- mount: getport: don't use getaddrinfo(3) on old systems
a2fd65e
- mount: Random clean up
315e2f7
- configure: use "--disable-uuid" instead of	"--without-uuid"
89af843
36e2ddf
* Fri Dec 19 2008 Steve Dickson <steved@redhat.com> 1.1.4-10
36e2ddf
- Re-enabled and fixed/enhanced tcp wrappers.
36e2ddf
70f8963
* Wed Dec 17 2008 Steve Dickson <steved@redhat.com> 1.1.4-9
70f8963
- text-based mount command: add function to parse numeric mount options
70f8963
- text-based mount command: use po_get_numeric() for handling retry
70f8963
- sm-notify command: fix a use-after-free bug
c6aa18e
- statd: not unlinking host files
70f8963
af76049
* Thu Dec 11 2008 Steve Dickson <steved@redhat.com> 1.1.4-8
af76049
- mount command: AF_INET6 support for probe_bothports()
af76049
- mount command: support AF_INET6 in probe_nfsport() and probe_mntport()
af76049
- mount command: full support for AF_INET6 addresses in probe_port()
a75d993
- gssd/svcgssd: add support to retrieve actual context expiration
a75d993
- svcgssd: use the actual context expiration for cache
af76049
6a83824
* Sat Dec  6 2008 Steve Dickson <steved@redhat.com> 1.1.4-7
6a83824
- sm-notify: always exiting without any notification.
6a83824
46431c9
* Tue Dec  2 2008 Steve Dickson <steved@redhat.com> 1.1.4-6
46431c9
- mount command: remove local getport() implementation
46431c9
- mount command: Replace clnt_ping() and getport() calls in probe_port()
46431c9
- mount command: Use nfs_error() instead of perror()
46431c9
- mount command: Use nfs_pmap_getport() in probe_statd()
46431c9
60a7929
* Mon Dec  1 2008 Steve Dickson <steved@redhat.com> 1.1.4-5
60a7929
- Make sure /proc/fs/nfsd exists when the nfs init script
60a7929
  does the exports (bz 473396)
0fcb349
- Fixed typo in nfs init script that caused rpc.rquotad daemons
0fcb349
  to be started but not stoppped (bz 473929)
60a7929
0023908
* Wed Nov 26 2008 Steve Dickson <steved@redhat.com> 1.1.4-4
0023908
- gssd: unblock DNOTIFY_SIGNAL in case it was blocked
0023908
- Ensure statd gets started if required when non-root
0023908
  user mounts an NFS filesystem
0023908
6201609
* Tue Nov 25 2008 Steve Dickson <steved@redhat.com> 1.1.4-3
6201609
- Give showmount support for querying via rpcbindv3/v4 
6201609
605d1f1
* Tue Nov 18 2008 Steve Dickson <steved@redhat.com> 1.1.4-2
605d1f1
- Add AF_INET6-capable API to acquire an RPC CLIENT
605d1f1
- Introduce rpcbind client utility functions
605d1f1
6785cb4
* Sat Oct 18 2008 Steve Dickson <steved@redhat.com> 1.1.4-1
6785cb4
- Updated to latest upstream version: 1.1.4
6785cb4
8ee9646
* Tue Oct 14 2008 Steve Dickson <steved@redhat.com> 1.1.3-6
8ee9646
- sm-notify exists when there are no hosts to notify
8ee9646
bf258f5
* Thu Sep 18 2008 Steve Dickson <steved@redhat.com> 1.1.3-5
adb2afe
- Reworked init scripts so service will be able to
adb2afe
  stop when some of the checks fail. (bz 462508)
bf258f5
- Pre-load nfsd when args to rpc.nfsd are given (bz 441983)
adb2afe
f5b3ef3
* Thu Aug 28 2008 Steve Dickson <steved@redhat.com> 1.1.3-4
f5b3ef3
- Added in a number of up upstream patches (101 thru 110).
f5b3ef3
b821259
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.3-3
b821259
- fix license tag
b821259
4994286
* Thu Jul 31 2008 Steve Dickson <steved@redhat.com> 1.1.3-2
4994286
- Mount command did not compile against older glibc versions.
4994286
8bea6d7
* Mon Jul 28 2008 Steve Dickson <steved@redhat.com> 1.1.3-1
8bea6d7
- Updated to latest upstream version: 1.1.3
8bea6d7
1ae9fb3
* Wed Jul  2 2008 Steve Dickson <steved@redhat.com> 1.1.2-12
1ae9fb3
- Changed the default directories for sm-notify (bz 435480)
1ae9fb3
- Added 'condstop' to init scripts so service are not
1ae9fb3
  started when nfs-utils is removed.
1ae9fb3
ccff5b6
* Mon Jun 30 2008 Dennis Gilmore <dennis@ausil.us> 1.1.2-11
ccff5b6
- add sparc arch handling 
ccff5b6
eb60de9
* Mon Jun 30 2008 Steve Dickson <steved@redhat.com>  1.1.2-10
eb60de9
- Rebuild for the updated libevent lib.
eb60de9
e49be65
* Fri Jun 27 2008 Steve Dickson <steved@redhat.com>  1.1.2-9
e49be65
- Removed the nfslock service start/stop from %%post section 
e49be65
  (bz 453046)
e49be65
29a3afd
* Wed Jun 25 2008 Steve Dickson <steved@redhat.com>  1.1.2-8
29a3afd
- FQDNs in the rmtab causes exportfs to seg fault (bz 444275)
29a3afd
4f0634d
* Mon Jun 23 2008 Steve Dickson <steved@redhat.com>  1.1.2-7
4f0634d
- Added -D_FILE_OFFSET_BITS=64 to CFLAGS
4f0634d
- make nfsstat read and print stats as unsigned integers
4f0634d
- Added (but not installed) the mountstats and nfs-iostat
4f0634d
  python scripts.
4f0634d
bbc1dcf
* Fri Jun  6 2008 Steve Dickson <steved@redhat.com>  1.1.2-6
bbc1dcf
- Added 5 (111 thru 115) upstream patches that fixed
bbc1dcf
  things mostly in the text mounting code.
bbc1dcf
85ed8ab
* Thu May  8 2008 Steve Dickson <steved@redhat.com>  1.1.2-5
85ed8ab
- Added 10 (101 thru 110) upstream patches that fixed
85ed8ab
  things mostly in the mount and gssd code.
85ed8ab
6b300bd
* Wed May  7 2008 Steve Dickson <steved@redhat.com>  1.1.2-4
6b300bd
- Added ppc arch to the all_32bit_archs list (bz 442847)
6b300bd
6b300bd
* Wed Apr 23 2008 Steve Dickson <steved@redhat.com>  1.1.2-3
ed0365d
- Documented how to turn off/on protocol support for
4744930
  rpc.nfsd in /etc/sysconfig/nfs (bz443625)
76623f8
- Corrected the nfslock initscript 'status' return code (bz 441605)
76623f8
- Removed obsolete code from the nfslock initscript (bz 441604)
4744930
c2cd263
* Mon Apr 14 2008 Steve Dickson <steved@redhat.com>  1.1.2-2
c2cd263
- Make EACCES a non fatal error (bz 439807)
c2cd263
2038fc4
* Tue Mar 25 2008 Steve Dickson <steved@redhat.com>  1.1.2-1
2038fc4
- Upgrade to nfs-utils-1.1.2
2038fc4
4c886b7
* Mon Mar  3 2008 Steve Dickson <steved@redhat.com>  1.1.1-5
4c886b7
- Stopped mountd from incorrectly logging an error
4c886b7
  (commit 9dd9b68c4c44f0d9102eb85ee2fa36a8b7f638e3)
4c886b7
- Stop gssd from ignoring the machine credential caches
4c886b7
  (commit 46d439b17f22216ce8f9257a982c6ade5d1c5931)
4c886b7
- Fixed typo in the nfsstat command line arugments.
4c886b7
  (commit acf95d32a44fd8357c24e8a04ec53fc6900bfc58)
4c886b7
- Added test to stop buffer overflow in idmapd
4c886b7
  (commit bcd0fcaf0966c546da5043be700587f73174ae25)
4c886b7
aa447ac
* Sat Feb  9 2008 Steve Dickson <steved@redhat.com>  1.1.1-4
aa447ac
- Cleaned up some typos that were found in the various
aa447ac
  places in the mountd code
aa447ac
2efacfd
* Thu Jan 24 2008 Steve Dickson <steved@redhat.com>  1.1.1-3
2efacfd
- Added in relatime mount option so mount.nfs stays
2efacfd
  compatible with the mount command in util-linux-ng (bz 274301)
2efacfd
51df58e
* Tue Jan 22 2008 Steve Dickson <steved@redhat.com>  1.1.1-2
51df58e
- Added -S/--since to the nfsstat(1) manpage
51df58e
- The wording in the exportfs man page can be a bit confusing, implying
51df58e
  that "exportfs -u :/foo" will unexport /foo from all hosts, which it won't
51df58e
- Removed nfsprog option since the kernel no longer supports it.
51df58e
- Removed mountprog option since the kernel no longer supports it.
51df58e
- Stop segfaults on amd64 during warnings messages.
51df58e
- Fix bug when both crossmnt and fsid are set.
51df58e
c0c131b
* Sat Jan  5 2008 Steve Dickson <steved@redhat.com>  1.1.1-1
c0c131b
- Updated to latest upstream release, nfs-utils-1.1.1
c0c131b
- Added the removal of sm-notify.pid to nfslock init script.
c0c131b
- Changed spec file to use condrestart instead of condstop
c0c131b
  when calling init scripts.
61dc860
- Fixed typo in rpc.mountd man page 
aa7cac0
- Turn on 'nohide' automatically for all refer exports (bz 313561)
cf6d5cf
e32c58d
* Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.0-7
e32c58d
 - Rebuild for openldap bump
e32c58d
6f3afb9
* Wed Oct 17 2007 Steve Dickson <steved@redhat.com>  1.1.0-6
6f3afb9
- Switch the libgssapi dependency to libgssglue
6f3afb9
b67cdcd
* Fri Sep 14 2007 Steve Dickson <steved@redhat.com>  1.1.0-5
b67cdcd
- Changed the default paths in sm-notify to 
b67cdcd
  /var/lib/nfs/statd (bz 258461)
557c859
- Updated exportfs manpage (bz 262861)
b67cdcd
1702f2c
* Wed Aug 15 2007 Steve Dickson <steved@redhat.com>  1.1.0-4
1702f2c
- Make sure the open() system calling in exportfs uses
f408267
  mode bits when creating the etab file (bz 252440).
1702f2c
a24ef7b
* Mon Aug 13 2007 Steve Dickson <steved@redhat.com>  1.1.0-3
a24ef7b
- Added nosharecache mount option which re-enables
a24ef7b
  rw/ro mounts to the same server (bz 243913).
a24ef7b
0c53dbc
* Thu Aug  2 2007 Steve Dickson <steved@redhat.com>  1.1.0-2
0c53dbc
- Make sure the gss and idmap daemons remove thier lock
0c53dbc
  files when they are stopped.
0c53dbc
cafae3a
* Sat Jul 28 2007 Steve Dickson <steved@redhat.com>  1.1.0-1
cafae3a
- Upgraded to the latest upstream version (nfs-utils-1.1.0)
cafae3a
f543a22
* Thu May 24 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
f543a22
- Fixed typo in mount.nfs4 that causes a segfault during
f543a22
  error processing (bz 241190)
f543a22
be8827d
* Tue May 22 2007 Steve Dickson <steved@redhat.com> 1.0.10-6
f4efa10
- Make sure the condrestarts exit with a zero value (bz 240225)
be8827d
- Stopped /etc/sysconfig/nfs from being overwritten on updates (bz 234543)
be8827d
- Added -o nordirplus mount option to disable READDIRPLUS (bz 240357)
be8827d
- Disabled the FSCache patch, for now... 
f4efa10
c2060be
* Wed May 10 2007 Steve Dickson <steved@redhat.com> 1.0.12-5
2d06576
- Fix mount.nfs4 to display correct error message (bz 227212)
56e771a
- Updated mountd and showmount reverse lookup flags (bz 220772)
46b1090
- Eliminate timeout on nfsd shutdowns (bz 222001)
28dbfad
- Eliminate memory leak in mountd (bz 239536)
22317d4
- Make sure statd uses correct uid/gid by chowning
22317d4
  the /var/lib/nfs/statd with the rpcuser id. (bz 235216)
c2060be
- Correct some sanity checking in rpc.nfsd. (bz 220887) 
b865252
- Added missing unlock_mtab() call in moutnd
c11fb47
- Have mountd hold open etab file to force inode number to change (bz 236823)
d95e551
- Create a /etc/sysconfig/nfs with all the possible init script
d95e551
  variables (bz 234543)
2bedd64
- Changed nfs initscript to exit with correct value (bz 221874)
2d06576
e6adf82
* Tue Apr  3 2007 Steve Dickson <steved@redhat.com> 1.0.12-4
e6adf82
- Replace portmap dependency with an rpcbind dependency (bz 228894)
e6adf82
475aa40
* Mon Mar 12 2007 Steve Dickson <steved@redhat.com> 1.0.12-3
475aa40
- Incorporated Merge Review comments (bz 226198)
475aa40
ab5220e
* Fri Mar  9 2007 Steve Dickson <steved@redhat.com> 1.0.12-2
ab5220e
- Added condstop to all the initscripts (bz 196934)
bf13fea
- Made no_subtree_check a default export option (bz 212218)
ab5220e
e02e861
* Tue Mar  6 2007 Steve Dickson <steved@redhat.com> 1.0.12-1
e02e861
- Upgraded to 1.0.12 
b960797
- Fixed typo in Summary.
e02e861
a38af1c
* Thu Mar  1 2007 Karel Zak <kzak@redhat.com>  1.0.11-2
a38af1c
- Fixed mount.nfs -f (fake) option (bz 227988)
a38af1c
741a610
* Thu Feb 22 2007 Steve Dickson <steved@redhat.com> 1.0.11-1
741a610
- Upgraded to 1.0.11 
741a610
a414c9a
* Wed Feb 21 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
a414c9a
- Added FS_Location support
a414c9a
1b6200f
* Mon Dec 18 2006 Karel Zak <kzak@redhat.com> 1.0.10-6
1b6200f
- add support for mount options that contain commas (bz 219645)
1b6200f
e5de6eb
* Wed Dec 13 2006 Steve Dickson <steved@redhat.com> 1.0.10-5
e5de6eb
- Stopped v4 umounts from ping rpc.mountd (bz 215553)
e5de6eb
8e42668
* Wed Nov 28 2006 Steve Dickson <steved@redhat.com> 1.0.10-4
8e42668
- Doing a connect on UDP sockets causes the linux network
8e42668
  stack to reject UDP patches from multi-home server with
8e42668
  nic on the same subnet. (bz 212471)
8e42668
ea9ae8e
* Wed Nov 15 2006 Steve Dickson <steved@redhat.com> 1.0.10-3
ea9ae8e
- Removed some old mounting versioning code that was
ea9ae8e
  stopping tcp mount from working (bz 212471)
ea9ae8e
6173722
* Tue Oct 31 2006 Steve Dickson <steved@redhat.com> 1.0.10-2
6173722
- Fixed -o remount (bz 210346)
6173722
- fix memory leak in rpc.idmapd (bz 212547)
6173722
- fix use after free bug in dirscancb (bz 212547)
6173722
- Made no_subtree_check a default export option (bz 212218)
6173722
65049c3
* Wed Oct 25 2006 Steve Dickson <steved@redhat.com> 1.0.10-1
65049c3
- Upgraded to 1.0.10 
65049c3
e6e33fa
* Mon Oct 16 2006 Steve Dickson <steved@redhat.com> 1.0.9-10
e6e33fa
- Fixed typo in nfs man page (bz 210864).
e6e33fa
264f0b3
* Fri Oct 13 2006 Steve Dickson <steved@redhat.com> 1.0.9-9
264f0b3
- Unable to mount NFS V3 share where sec=none is specified (bz 210644)
264f0b3
53f8365
* Tue Sep 26 2006 Steve Dickson <steved@redhat.com> 1.0.9-8
53f8365
- mount.nfs was not returning a non-zero exit value 
53f8365
  on failed mounts (bz 206705)
53f8365
538c985
* Wed Sep 20 2006 Karel Zak <kzak@redhat.com> 1.0.9-7
538c985
- Added support for the mount -s (sloppy) option (#205038)
538c985
- Added nfs.5 man page from util-linux
538c985
- Added info about [u]mount.nfs to the package description
538c985
25a44bc
* Mon Sep 11 2006  <SteveD@RedHat.com> 1.0.9-6
25a44bc
- Removed the compiling of getiversion and getkversion since
25a44bc
  UTS_RELEASE is no longer defined and these binary are
25a44bc
  not installed.
25a44bc
8d4314a
* Fri Aug 18 2006 <SteveD@RedHat.com> 1.0.9-5
8d4314a
- Changed gssd daemons to cache things in memory
8d4314a
  instead of /tmp which makes selinux much happier.
8d4314a
  (bz 203078)
8d4314a
8d4314a
* Wed Aug 16 2006 <SteveD@RedHat.com> 1.0.9-4
9f6d694
- Allow variable for HA callout program in /etc/init.d/nfslock
f3b49a4
  (bz 202790)
9f6d694
95b1830
* Wed Aug 02 2006 <wtogami@redhatcom> 1.0.9-3
95b1830
- add epoch (#196359)
95b1830
8280d7e
* Fri Jul 28 2006 <SteveD@RedHat.com> 1.0.9-2
8280d7e
- Enabled the creating of mount.nfs and umount.nfs binaries
8280d7e
- Added mount option fixes suggested by upstream.
8280d7e
- Fix lazy umounts (bz 169299)
8280d7e
- Added -o fsc mount option.
8280d7e
22ba356
* Mon Jul 24 2006 <SteveD@RedHat.com> 1.0.9-1
22ba356
- Updated to 1.0.9 release
22ba356
c4f4dd0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.0.8-5.1
c4f4dd0
- rebuild
c4f4dd0
18e60a6
* Sun Jul  2 2006 <jkeating@redhat.com> 1:1.0.8-5
18e60a6
- Introduce epoch to fix upgrade path
18e60a6
d126bac
* Sat Jul  1 2006 <SteveD@RedHat.com> 1.0.8-3
d126bac
- Fixed typos in /etc/rc.d/init.d/nfs file (bz 184486)
d126bac
90d1091
* Fri Jun 30 2006 <SteveD@RedHat.com> 1.0.8-3
90d1091
- Split the controlling of nfs version, ports, and protocol 
90d1091
  into two different patches
7060f16
- Fixed and added debugging statements to rpc.mountd.
7060f16
- Fixed -p arg to work with priviledged ports (bz 156655)
7060f16
- Changed nfslock initscript to set LOCKD_TCPPORT and
7060f16
  LOCKD_UDPPORT (bz 162133)
7060f16
- Added MOUNTD_NFS_V1 variable to version 1 of the
7060f16
  mount protocol can be turned off. (bz 175729)
7060f16
- Fixed gssd to handel mixed case characters in
7060f16
  the domainname. (bz 186069)
90d1091
7e4a8ea
* Wed Jun 21 2006 <SteveD@RedHat.com> 1.0.8-2
7e4a8ea
- Updated to nfs-utils-1.0.8
7e4a8ea
63f5087
* Thu Jun  8 2006 <SteveD@RedHat.com> 1.0.8.rc4-1
1b511ae
- Upgraded to the upstream 1.0.8.rc4 version
1b511ae
a4fd473
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.2
a4fd473
- bump again for double-long bug on ppc(64)
a4fd473
a641efa
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.1
a641efa
- rebuilt for new gcc4.1 snapshot and glibc changes
a641efa
802d4f3
* Fri Jan 20 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-4.FC5
802d4f3
- Added new libnfsidmap call, nfs4_set_debug(), to rpc.idmapd
802d4f3
  which turns on debugging in the libarary.
802d4f3
5f47f9c
* Mon Jan 16 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-3.FC5
0031278
- Added innetgr patch that changes configure scripts to 
0031278
  check for the innetgr function. (bz 177899)
5f47f9c
ba86d89
* Wed Jan 11 2006 Peter Jones <pjones@redhat.com> 1.0.8.rc2-2.FC5
ba86d89
- Fix lockfile naming in the initscripts so they're stopped correctly.
ba86d89
ba86d89
* Mon Jan  9 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-1.FC5
f9a6955
- Updated to 1.0.8-rc2 release
f9a6955
- Broke out libgssapi into its own rpm
f9a6955
- Move librpcsecgss and libnfsidmap in the new nfs-utils-lib rpm
f9a6955
- Removed libevent code; Required to be installed.
f9a6955
0714dfc
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
0714dfc
- rebuilt
0714dfc
b3ebcae
* Sun Oct 23 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-19
b3ebcae
- Updated to latest code in SourceForge CVS
b3ebcae
- Updated to latest CITI patches (1.0.7-4)
b3ebcae
- Fix bug in nfsdreopen by compiling in server defaults
b3ebcae
231454b
* Thu Sep 22 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-18
880eb5f
- Updated libnfsidmap to 0.11
880eb5f
- Updated libgssapi to 0.5
231454b
- Made sure the gss daemons and new libs are
231454b
  all using the same include files.
231454b
- Removed code from the tree that is no longer used.
50d268c
- Add ctlbits patch that introduced the -N -T and -U
50d268c
  command line flags to rpc.nfsd.
880eb5f
1b5f469
* Sun Sep 18 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-17
1b5f469
- Updated to latest nfs-utils code in upstream CVS tree
1b5f469
- Updated libevent from 1.0b to 1.1a
1b5f469
- Added libgssapi-0.4 and librpcsecgss-0.6 libs from CITI
1b5f469
819e6dc
* Tue Sep  8 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-16
819e6dc
- Reworked the nfslock init script so if lockd is running
819e6dc
  it will be killed which is what the HA community needs. (bz 162446)
819e6dc
- Stopped rpcidmapd.init from doing extra echoing when
819e6dc
  condstart-ed.
68e592b
160a845
* Wed Aug 24 2005 Peter Jones <pjones@redhat.com> - 1.0.7-15
160a845
- don't strip during "make install", so debuginfo packages are generated right
160a845
Florian La Roche ea59080
* Thu Aug 18 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche ea59080
- no need to still keep a requirement for kernel-2.2 or newer
Florian La Roche ea59080
1c90634
* Tue Aug 16 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-13
1c90634
- Changed mountd to use stat64() (bz 165062)
1c90634
de71245
* Tue Aug  2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-12
de71245
- Changed useradd to use new -l flag (bz149407)
de71245
- 64bit fix in gssd code (bz 163139)
99de3f0
- updated broken dependencies
241ffcd
- updated rquotad to compile with latest
241ffcd
  quota version.
de71245
3a2487d
* Thu May 26 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-8
3a2487d
- Fixed subscripting problem in idmapd (bz 158188)
3a2487d
6b8cbae
* Thu May 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-7
6b8cbae
- Fixed buffer overflow in rpc.svcgssd (bz 114288)
6b8cbae
bb3850c
* Wed Apr 13 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-6
bb3850c
- Fixed misformated output from nfslock script (bz 154648)
bb3850c
992fd5f
* Mon Mar 29 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-4
d4be3ab
- Fixed a compile error on x86_64 machines in the gss code.
992fd5f
- Updated the statd-notify-hostname.patch to eliminate 
992fd5f
  a segmentation fault in rpc.statd when an network 
992fd5f
  interface was down. (bz 151828)
992fd5f
5089228
* Sat Mar 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-3
82699ad
- Changed xlog to use LOG_INFO instead of LOG_DEBUG
82699ad
  so debug messages will appear w/out any config
82699ad
  changes to syslog.conf.
5089228
- Reworked how /etc/exports is setup (bz 151389)
5089228
0f0b0e3
* Wed Mar  2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-2
0f0b0e3
- Tied the rpcsecgss debugging in with gssd and
0f0b0e3
  svcgssd debugging
0f0b0e3
3f418c2
* Mon Feb 14 2005 Steve Dickson <SteveD@RedHat.com>
3f418c2
- Added support to rpcgssd.init and rpcsvcgssd.init scripts
3f418c2
  to insmod security modules.
3f418c2
- Changed the nfs.init script to bring rpc.svcgssd up and down,
3f418c2
  since rpc.svcgssd is only needed with the NFS server is running.
3f418c2
f17a429
* Tue Dec 14 2004 Steve Dickson <SteveD@RedHat.com>
db806f5
- Fix problem in idmapd that was causing "xdr error 10008"
db806f5
  errors (bz 142813)
f17a429
- make sure the correct hostname is used in the SM_NOTIFY
f17a429
  message that is sent from a rebooted server which has 
f17a429
  multiple network interfaces. (bz 139101)
f17a429
f17a429
- Changed nfslock to send lockd a -KILL signal
f17a429
  when coming down. (bz 125257)
f17a429
9606d55
* Thu Nov 11 2004 Steve Dickson <SteveD@RedHat.com>
9606d55
- Replaced a memcopy with explicit assignments
9606d55
  in getquotainfo() of rquotad to fix potential overflow
9606d55
  that can occur on 64bit machines. (bz 138068)
9606d55
cdbbbed
* Mon Nov  8 2004 Steve Dickson <SteveD@RedHat.com>
cdbbbed
- Updated to latest sourceforge code
cdbbbed
- Updated to latest CITIT nfs4 patches
cdbbbed
cc01757
* Sun Oct 17 2004 Steve Dickson <SteveD@RedHat.com>
cc01757
- Changed nfs.init to bring down rquotad correctly
cc01757
  (bz# 136041)
cc01757
44d986f
* Thu Oct 14 2004 Steve Dickson <SteveD@RedHat.com>
44d986f
- Added "$RQUOTAD_PORT" variable to nfs.init which
44d986f
  allows the rpc.rquotad to use a predefined port
44d986f
  (bz# 124676)
44d986f
ae9da60
* Fri Oct  1 2004 
ae9da60
- Incorporate some clean up code from Ulrich Drepper (bz# 134025)
ae9da60
- Fixed the chkconfig number in the rpcgssd, rpcidmapd, and 
ae9da60
  rpcsvcgssd initscrpts (bz# 132284)
ae9da60
eb4b3d1
* Fri Sep 24 2004 <SteveD@RedHat.com>
eb4b3d1
- Make sure the uid/gid of nfsnobody is the
eb4b3d1
  correct value for all archs (bz# 123900)
eb4b3d1
- Fixed some security issues found by SGI (bz# 133556)
eb4b3d1
cvsdist 9e6d913
* Mon Aug 30 2004 Steve Dickson <SteveD@RedHat.com>
cvsdist 9e6d913
- Major clean up. 
cvsdist 9e6d913
- Removed all unused/old patches
cvsdist 9e6d913
- Rename and condensed a number of patches
cvsdist 9e6d913
- Updated to CITI's nfs-utils-1.0.6-13 patches
cvsdist 9e6d913
cvsdist 3e42301
* Tue Aug 10 2004 Bill Nottingham <notting@redhat.com>
cvsdist 3e42301
- move if..fi condrestart stanza to %%postun (#127914, #128601)
cvsdist 3e42301
cvsdist 1ae9d4b
* Wed Jun 16 2004 <SteveD@RedHat.com>
cvsdist 1ae9d4b
- nfslock stop is now done on package removals
cvsdist 4999365
- Eliminate 3 syslog messages that are logged for
cvsdist 1ae9d4b
  successful events.
cvsdist 1ae9d4b
cvsdist 8fe6bc0
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 8fe6bc0
- rebuilt
cvsdist 8fe6bc0
cvsdist 70faca5
* Mon Jun 14 2004 <SteveD@RedHat.com>
cvsdist 8fe6bc0
- Fixed syntax error in nfs initscripts when
cvsdist 8fe6bc0
  NETWORKING is not defined
cvsdist 70faca5
- Removed sync warning on readonly exports.
cvsdist 70faca5
- Changed run levels in rpc initscripts.
cvsdist 70faca5
- Replaced modinfo with lsmod when checking
cvsdist 70faca5
  for loaded modules.
cvsdist 70faca5
cvsdist 70faca5
* Tue Jun  1 2004 <SteveD@RedHat.com>
cvsdist 70faca5
- Changed the rpcgssd init script to ensure the 
cvsdist 70faca5
  rpcsec_gss_krb5 module is loaded
cvsdist 70faca5
cvsdist 70faca5
* Tue May 18 2004 <SteveD@RedHat.com>
cvsdist 70faca5
- Removed the auto option from MOUNTD_NFS_V2 and
cvsdist 70faca5
  MOUNTD_NFS_V3 variables. Since v2 and v3 are on
cvsdist 70faca5
  by default, there only needs to be away of 
cvsdist 70faca5
  turning them off.
cvsdist 70faca5
cvsdist 70faca5
* Thu May 10 2004 <SteveD@RedHat.com>
cvsdist 70faca5
- Rebuilt
cvsdist 70faca5
cvsdist 603bcc0
* Thu Apr 15 2004 <SteveD@RedHat.com>
cvsdist 603bcc0
- Changed the permission on idmapd.conf to 644
cvsdist 603bcc0
- Added mydaemon code to svcgssd
cvsdist 603bcc0
- Updated the add_gssd.patch from upstream
cvsdist 603bcc0
cvsdist 603bcc0
* Wed Apr 14 2004 <SteveD@RedHat.com>
cvsdist 603bcc0
- Created a pipe between the parent and child so 
cvsdist 603bcc0
  the parent process can report the correct exit
cvsdist 603bcc0
  status to the init scripts
cvsdist 603bcc0
- Added SIGHUP processing to rpc.idmapd and the 
cvsdist 603bcc0
  rpcidmapd init script.
cvsdist 603bcc0
cvsdist 4bc0e7f
* Mon Mar 22 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Make sure check_new_cache() is looking in the right place 
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Wed Mar 17 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Changed the v4 initscripts to use $prog for the
cvsdist 4bc0e7f
  arugment to daemon
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Tue Mar 16 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Made the nfs4 daemons initscripts work better when 
cvsdist 4bc0e7f
  sunrpc is not a module
cvsdist 4bc0e7f
- added more checks to see if modules are being used.
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Mon Mar 15 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Add patch that sets up gssapi_mech.conf correctly
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Fri Mar 12 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Added the shutting down of the rpc v4 daemons.
cvsdist 4bc0e7f
- Updated the Red Hat only patch with some init script changes.
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com>
cvsdist 4bc0e7f
- rpc_pipefs mounting and aliases are now in modutils; require that
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Thu Mar 11 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Updated the gssd patch.
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Sun Mar  7 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Added the addition and deletion of rpc_pipefs to /etc/fstab
cvsdist 4bc0e7f
- Added the addition and deletion of module aliases to /etc/modules.conf
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Mon Mar  1 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Removed gssd tarball and old nfsv4 patch.
cvsdist 4bc0e7f
- Added new nfsv4 patches that include both the
cvsdist 4bc0e7f
   gssd and idmapd daemons
cvsdist 4bc0e7f
- Added redhat-only v4 patch that reduces the
cvsdist 4bc0e7f
   static librpc.a to only contain gss rpc related
cvsdist 4bc0e7f
   routines (I would rather have gssd use the glibc 
cvsdist 4bc0e7f
   rpc routines)
cvsdist 4bc0e7f
-Changed the gssd svcgssd init scripts to only
cvsdist 4bc0e7f
   start up if SECURE_NFS is set to 'yes' in
cvsdist 4bc0e7f
   /etc/sysconfig/nfs
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 4bc0e7f
- rebuilt
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Thu Feb 12 2004 Thomas Woerner <twoerner@redhat.com>
cvsdist 4bc0e7f
- make rpc.lockd, rpc.statd, rpc.mountd and rpc.nfsd pie
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Wed Jan 28 2004 Steve Dickson <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Added the NFSv4 bits
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Mon Dec 29 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Added the -z flag to nfsstat
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Wed Dec 24 2003  Steve Dickson <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Fixed lockd port setting in nfs.int script
cvsdist 4bc0e7f
cvsdist 9d8f355
* Wed Oct 22 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Upgrated to 1.0.6
cvsdist 9d8f355
- Commented out the acl path for fedora
cvsdist 9d8f355
cvsdist 9d8f355
* Thu Aug  27 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Added the setting of lockd ports via sysclt interface
cvsdist 9d8f355
- Removed queue setting code since its no longer needed
cvsdist 9d8f355
cvsdist 9d8f355
* Thu Aug  7 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Added back the acl patch Taroon b2
cvsdist 9d8f355
cvsdist 9d8f355
* Wed Jul 23 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Commented out the acl patch (for now)
cvsdist 9d8f355
cvsdist 9d8f355
* Wed Jul 21 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Upgrated to 1.0.5
cvsdist 9d8f355
cvsdist 9d8f355
* Wed Jun 18 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Added security update
cvsdist 9d8f355
- Fixed the drop-privs.patch which means the chroot
cvsdist 9d8f355
patch could be removed.
cvsdist 9d8f355
cvsdist 9d8f355
* Mon Jun  9 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Defined the differ kinds of debugging avaliable for mountd in
cvsdist 9d8f355
the mountd man page. 
cvsdist 9d8f355
cvsdist 9d8f355
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 9d8f355
- rebuilt
cvsdist 9d8f355
cvsdist 9d8f355
* Tue Jun  3 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Upgraded to 1.0.3 
cvsdist 9d8f355
- Fixed numerous bugs in init scrips
cvsdist 9d8f355
- Added nfsstat overflow patch
cvsdist 19b677a
cvsdist 5816d0e
* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 1.0.1-2.9
cvsdist 5816d0e
- rebuild
cvsdist 5816d0e
cvsdist 5816d0e
* Fri Dec 13 2002 Daniel J Walsh <dwalsh@redhat.com>
cvsdist 5816d0e
- change init script to not start rpc.lock if already running
cvsdist 5816d0e
cvsdist 5816d0e
* Wed Dec 11 2002 Daniel J Walsh <dwalsh@redhat.com>
cvsdist 5816d0e
- Moved access code to be after dropping privs
cvsdist 5816d0e
cvsdist c4251ba
* Mon Nov 18 2002 Stephen C. Tweedie <sct@redhat.com>
dcac4b7
- Build with %%configure
cvsdist c4251ba
- Add nhfsgraph, nhfsnums and nhfsrun to the files list
cvsdist c4251ba
cvsdist c4251ba
* Mon Nov 11 2002 Stephen C. Tweedie <sct@redhat.com>
cvsdist c4251ba
- Don't drop privs until we've bound the notification socket
cvsdist c4251ba
cvsdist c4251ba
* Thu Nov  7 2002 Stephen C. Tweedie <sct@redhat.com>
cvsdist c4251ba
- Ignore SIGPIPE in rpc.mountd
cvsdist c4251ba
cvsdist e53021f
* Thu Aug  1 2002 Bob Matthews <bmatthews@redhat.com>
cvsdist e53021f
- Add Sean O'Connell's <sean@ee.duke.edu> nfs control tweaks
cvsdist e53021f
- to nfs init script.
cvsdist e53021f
cvsdist 6ae4499
* Mon Jul 22 2002 Bob Matthews <bmatthews@redhat.com>
cvsdist 6ae4499
- Move to nfs-utils-1.0.1
cvsdist 6ae4499
cvsdist af1fa63
* Mon Feb 18 2002 Bob Matthews <bmatthews@redhat.com>
cvsdist af1fa63
- "service nfs restart" should start services even if currently 
cvsdist af1fa63
-   not running (#59469)
cvsdist af1fa63
- bump version to 0.3.3-4
cvsdist af1fa63
cvsdist af1fa63
* Wed Oct  3 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist af1fa63
- Move to nfs-utils-0.3.3
cvsdist af1fa63
- Make nfsnobody a system account (#54221)
cvsdist 9e219a7
cvsdist 85eb2b5
* Tue Aug 21 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 4f69ea4
- if UID 65534 is unassigned, add user nfsnobody (#22685)
cvsdist 85eb2b5
cvsdist 85eb2b5
* Mon Aug 20 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 85eb2b5
- fix typo in nfs init script which prevented MOUNTD_PORT from working (#52113)
cvsdist 85eb2b5
cvsdist 1c22dc7
* Tue Aug  7 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 1c22dc7
- nfs init script shouldn't fail if /etc/exports doesn't exist (#46432)
cvsdist 1c22dc7
cvsdist 7a8b656
* Fri Jul 13 2001 Bob Matthews <bmatthews@redhat.com>
475aa40
- Make %%pre useradd consistent with other Red Hat packages.
cvsdist 4e513ec
cvsdist 7a8b656
* Tue Jul 03 2001 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 7a8b656
- Added sh-utils dependency for uname -r in nfs init script
cvsdist 7a8b656
cvsdist 7a8b656
* Tue Jun 12 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 7a8b656
- make non RH kernel release strings scan correctly in 
cvsdist 7a8b656
-   nfslock init script (#44186)
cvsdist 7a8b656
cvsdist 7a8b656
* Mon Jun 11 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 7a8b656
- don't install any rquota pages in _mandir: (#39707, #44119)
cvsdist 7a8b656
- don't try to manipulate rpc.rquotad in init scripts 
cvsdist 7a8b656
-   unless said program actually exists: (#43340)
cvsdist 7a8b656
cvsdist 7a8b656
* Tue Apr 10 2001 Preston Brown <pbrown@redhat.com>
cvsdist 7a8b656
- don't translate initscripts for 6.x
cvsdist 4e513ec
cvsdist 426d8c6
* Tue Apr 10 2001 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 426d8c6
- do not start lockd on kernel 2.2.18 or higher (done automatically)
cvsdist 426d8c6
cvsdist 71d63d6
* Fri Mar 30 2001 Preston Brown <pbrown@redhat.com>
cvsdist 71d63d6
- don't use rquotad from here now; quota package contains a version that 
cvsdist 71d63d6
  works with 2.4 (#33738)
cvsdist 71d63d6
cvsdist 71d63d6
* Tue Mar 12 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- Statd logs at LOG_DAEMON rather than LOG_LOCAL5
cvsdist 71d63d6
- s/nfs/\$0/ where appropriate in init scripts
cvsdist 71d63d6
cvsdist 71d63d6
* Tue Mar  6 2001 Jeff Johnson <jbj@redhat.com>
cvsdist 71d63d6
- Move to nfs-utils-0.3.1
cvsdist 71d63d6
cvsdist 71d63d6
* Wed Feb 14 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- #include <time.h> patch
cvsdist 71d63d6
cvsdist 71d63d6
* Mon Feb 12 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- Really enable netgroups
cvsdist 71d63d6
cvsdist 71d63d6
* Mon Feb  5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 71d63d6
- i18nize initscripts
cvsdist 71d63d6
cvsdist 71d63d6
* Fri Jan 19 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- Increased {s,r}blen in rpcmisc.c:makesock to accommodate eepro100
cvsdist 71d63d6
cvsdist 71d63d6
* Tue Jan 16 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- Hackish fix in build section to enable netgroups
cvsdist 71d63d6
cvsdist 71d63d6
* Wed Jan  3 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- Fix incorrect file specifications in statd manpage.
cvsdist 71d63d6
- Require gawk 'cause it's used in nfslock init script.
cvsdist 71d63d6
cvsdist 71d63d6
* Thu Dec 13 2000 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- Require sed because it's used in nfs init script
cvsdist 71d63d6
cvsdist 71d63d6
* Tue Dec 12 2000 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- Don't do a chroot(2) after dropping privs, in statd.
cvsdist 71d63d6
cvsdist 71d63d6
* Mon Dec 11 2000 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- NFSv3 if kernel >= 2.2.18, detected in init script
cvsdist 71d63d6
cvsdist 71d63d6
* Thu Nov 23 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 71d63d6
- update to 0.2.1
cvsdist 71d63d6
cvsdist 71d63d6
* Tue Nov 14 2000 Bill Nottingham <notting@redhat.com>
cvsdist 71d63d6
- don't start lockd on 2.4 kernels; it's unnecessary
cvsdist 71d63d6
cvsdist 1ea8452
* Tue Sep  5 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 1ea8452
- more portable fix for mandir
cvsdist 1ea8452
cvsdist 1ea8452
* Sun Sep  3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 1ea8452
- update to 0.2-release
cvsdist 1ea8452
cvsdist 1ea8452
* Fri Sep  1 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 1ea8452
- fix reload script
cvsdist 1ea8452
cvsdist 1ea8452
* Thu Aug 31 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 1ea8452
- update to 0.2 from CVS
cvsdist 1ea8452
- adjust statd-drop-privs patch
cvsdist 1ea8452
- disable tcp_wrapper support
cvsdist 1ea8452
cvsdist c905793
* Wed Aug  2 2000 Bill Nottingham <notting@redhat.com>
cvsdist c905793
- fix stop priority of nfslock
cvsdist c905793
cvsdist c905793
* Tue Aug  1 2000 Bill Nottingham <notting@redhat.com>
cvsdist c905793
- um, actually *include and apply* the statd-drop-privs patch
cvsdist c905793
cvsdist c905793
* Mon Jul 24 2000 Bill Nottingham <notting@redhat.com>
cvsdist c905793
- fix init script ordering (#14502)
cvsdist c905793
cvsdist c905793
* Sat Jul 22 2000 Bill Nottingham <notting@redhat.com>
cvsdist c905793
- run statd chrooted and as non-root
cvsdist c905793
- add prereqs
cvsdist c905793
475aa40
* Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist c905793
- use "License", not "Copyright"
cvsdist c905793
- use %%{_tmppath} and %%{_mandir}
cvsdist c905793
cvsdist c905793
* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
cvsdist c905793
- built for next release
cvsdist c905793
cvsdist c905793
* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
cvsdist c905793
- 0.1.9.1
cvsdist c905793
- remove patch0, has been integrated upstream
cvsdist c905793
cvsdist c905793
* Wed Feb  9 2000 Bill Nottingham <notting@redhat.com>
cvsdist c905793
- the wonderful thing about triggers, is triggers are wonderful things...
cvsdist c905793
cvsdist c905793
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
cvsdist c905793
- switch to nfs-utils as the base tree
cvsdist c905793
- fix the statfs patch for the new code base
cvsdist c905793
- single package that obsoletes everything we had before (if I am to keep
cvsdist c905793
  some traces of my sanity with me...)
cvsdist c905793
cvsdist c905793
* Mon Jan 17 2000 Preston Brown <pbrown@redhat.com>
cvsdist c905793
- use statfs syscall instead of stat to determinal optimal blksize