Package: nfs-utils / 1:1.2.2-4squeeze2

Metadata

Package Version Patches format
nfs-utils 1:1.2.2-4squeeze2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 sm notify in sbin.patch | (download)

utils/statd/statd.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
02 524255 manpages.patch | (download)

utils/exportfs/nfsd.man | 1 1 + 0 - 0 !
utils/nfsd/nfsd.man | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

---
03 handle mtab symlink.patch | (download)

utils/mount/fstab.c | 2 1 + 1 - 0 !
utils/mount/fstab.h | 1 1 + 0 - 0 !
utils/mount/mount.c | 7 7 + 0 - 0 !
3 files changed, 9 insertions(+), 1 deletion(-)

---
07 remove duplicate exports paragraphs.patch | (download)

utils/exportfs/exports.man | 14 0 + 14 - 0 !
1 file changed, 14 deletions(-)

---
11 532048 reduce verbosity.patch | (download)

utils/gssd/gss_util.c | 2 1 + 1 - 0 !
utils/gssd/gssd_proc.c | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

---
12 svcgssd document n option.patch | (download)

utils/gssd/svcgssd.man | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

---
13 preserve explicit port 2049.patch | (download)

utils/mount/stropts.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] mount.nfs: preserve any explicit port=2049 option

This addresses Debian bug #582003.

14 allow address without name.patch | (download)

utils/statd/hostname.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 [patch] statd: statd fails to monitor if no reverse mapping of mon_name exists

Commit 8ce130c4 switched in the new statd_canonical_name() function
that constructs a "unique" name statd can use to uniquely identify a
monitor record.

The legacy statd would monitor a client that sent an IP address with
no reverse map as its caller_name.  To remain bug-for-bug compatible,
allow this case in the new statd.

This shouldn't be a problem: statd_canonical_name() needs to create
a unique name for the monitored host so it can keep track of monitor
requests from the same remote.  The IP address itself should work as
well as the host's canonical name, in case there is no reverse
mapping.

We still enforce the requirement that a mon_name that is a DNS name
must have a forward map to an IP address.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>

15 mountd fix path comparison for v4 crossmnt.patch | (download)

utils/mountd/cache.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] mountd: fix path comparison for v4 crossmnt

This was obviously wrong, since path[strlen(path)] == '\0'
should always be true.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>

16 negotiate des only.patch | (download)

utils/gssd/Makefile.am | 2 2 + 0 - 0 !
utils/gssd/Makefile.in | 20 19 + 1 - 0 !
utils/gssd/gss_util.c | 25 15 + 10 - 0 !
utils/gssd/svcgssd.c | 6 6 + 0 - 0 !
utils/gssd/svcgssd_krb5.c | 200 200 + 0 - 0 !
utils/gssd/svcgssd_krb5.h | 36 36 + 0 - 0 !
utils/gssd/svcgssd_proc.c | 5 5 + 0 - 0 !
7 files changed, 283 insertions(+), 11 deletions(-)

 upstream changes introduced in version 1:1.2.2-4.1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 nfs-utils (1:1.2.2-4.1) UNRELEASED; urgency=low
 .
   * Non-maintainer upload.
   * Build with patch d6c1b35c6b40243bfd6fba2591c9f8f2653078c0 from upstream
     for bug #622146.
 .
 The person named in the Author field signed this changelog entry.
17 fix CVE 2011 1749.patch | (download)

support/nfs/nfs_mntent.c | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 remove risk of nfs_addmntent corrupting mtab
X-Git-Tag: nfs-utils-1-2-4-rc9~11