]> git.decadent.org.uk Git - nfs-utils.git/commit
relax insecure option on mountd
authorRobert Gordon <rbg@openrbg.com>
Mon, 16 Nov 2009 18:25:02 +0000 (13:25 -0500)
committerSteve Dickson <steved@redhat.com>
Mon, 16 Nov 2009 18:25:02 +0000 (13:25 -0500)
commitfa42ac173d1d7e37a4052471dfc15520a09f102e
tree0e64fe29ddfa8f4a6a27b8e94388c9005f3bf3e7
parent2498a68b1bec01d0ee8a63962b314140e8289036
relax insecure option on mountd

In nfs-utils 1.2.0, I noticed that the insecure option validates that
the client port is a
subset of IPPORT_RESERVED as opposed to just validating it is a valid
reserved port. The following proposed patch would correct that issue.

Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Robert Gordon <rbg@openrbg.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mountd/auth.c