Commit Graph

208 Commits

Author SHA1 Message Date
Steve Dickson
5f17b62a87 mountd: Don't do tcp wrapper check when there are no rules (bz 448898) 2009-01-20 11:34:28 +00:00
Steve Dickson
b8c490a966 - configure: Remove inet_ntop(3) check from configure.ac
- configure: Add new build option "--enable-tirpc"
- showmount command: Quiesce warning when TI-RPC is disabled
2009-01-07 17:58:48 +00:00
Steve Dickson
315e2f77ba configure: use "--disable-uuid" instead of "--without-uuid" 2009-01-06 18:01:35 +00:00
Steve Dickson
a2fd65e956 - mount: revert recent fix for build problems on old systems
- mount: use gethostbyname(3) when building on old systems
- mount: getport: don't use getaddrinfo(3) on old systems
- mount: Random clean up
2009-01-06 17:57:45 +00:00
Steve Dickson
9064ed147d gssd: By default, don't spam syslog when users' credentials expire 2009-01-05 19:27:31 +00:00
Steve Dickson
89af843130 - Added warnings to tcp wrapper code when mounts are denied due to
misconfigured DNS configurations.
2009-01-05 18:03:37 +00:00
Steve Dickson
36e2ddf1fc Re-enabled and fixed/enhanced tcp wrappers. 2008-12-20 12:16:35 +00:00
Steve Dickson
c6aa18e509 - statd: not unlinking host files 2008-12-17 21:58:58 +00:00
Steve Dickson
70f89631d6 - text-based mount command: add function to parse numeric mount options
- text-based mount command: use po_get_numeric() for handling retry
- sm-notify command: fix a use-after-free bug
2008-12-17 20:23:11 +00:00
Steve Dickson
a75d993a1b - gssd/svcgssd: add support to retrieve actual context expiration
- svcgssd: use the actual context expiration for cache
2008-12-11 17:13:23 +00:00
Steve Dickson
af76049a94 - mount command: AF_INET6 support for probe_bothports()
- mount command: support AF_INET6 in probe_nfsport() and probe_mntport()
- mount command: full support for AF_INET6 addresses in probe_port()
2008-12-11 16:03:53 +00:00
Steve Dickson
6a83824435 sm-notify: always exiting without any notification. 2008-12-06 13:38:17 +00:00
Steve Dickson
46431c9224 - mount command: remove local getport() implementation
- mount command: Replace clnt_ping() and getport() calls in probe_port()
- mount command: Use nfs_error() instead of perror()
- mount command: Use nfs_pmap_getport() in probe_statd()
2008-12-02 15:13:36 +00:00
Steve Dickson
0fcb349f5a - Fixed typo in nfs init script that caused rpc.rquotad daemons to be
started but not stoppped (bz 473929)
2008-12-01 14:19:25 +00:00
Steve Dickson
60a792996d - Make sure /proc/fs/nfsd exists when the nfs init script does the exports
(bz 473396)
2008-12-01 13:31:39 +00:00
Steve Dickson
00239080fe - gssd: unblock DNOTIFY_SIGNAL in case it was blocked
- Ensure statd gets started if required when non-root user mounts an NFS
    filesystem
2008-11-26 17:12:18 +00:00
Steve Dickson
62016099cd Give showmount support for querying via rpcbindv3/v4 2008-11-25 16:25:07 +00:00
Steve Dickson
605d1f1112 - Add AF_INET6-capable API to acquire an RPC CLIENT
- Introduce rpcbind client utility functions
2008-11-18 20:42:04 +00:00
Steve Dickson
6785cb4c34 Updated to latest upstream version: 1.1.4 2008-10-18 14:01:23 +00:00
Steve Dickson
8ee96464d9 sm-notify exists when there are no hosts to notify 2008-10-14 18:41:50 +00:00
Steve Dickson
bf258f5230 Pre-load nfsd when args to rpc.nfsd are given (bz 441983) 2008-09-18 11:49:19 +00:00
Steve Dickson
adb2afee96 - Reworked init scripts so service will be able to stop when some of the
checks fail. (bz 462508)
2008-09-16 20:29:11 +00:00
Steve Dickson
f5b3ef36df Added in a number of up upstream patches (101 thru 110). 2008-08-28 17:31:27 +00:00
Tom Callaway
b821259ea7 fix license tag 2008-08-11 19:14:03 +00:00
Steve Dickson
499428652c Mount command did not compile against older glibc versions. 2008-07-31 09:40:41 +00:00
Steve Dickson
50559afdb0 Removed some funzziness from the smnotify-path.patch 2008-07-28 08:34:41 +00:00
Steve Dickson
8bea6d77d5 Updated to latest upstream version: 1.1.3 2008-07-28 08:17:50 +00:00
Steve Dickson
433c940a7f Backported the F-8 patch that fixes sm-notify's pathname. 2008-07-03 15:52:18 +00:00
Steve Dickson
1ae9fb391f - Changed the default directories for sm-notify (bz 435480)
- Added 'condstop' to init scripts so service are not started when
    nfs-utils is removed.
2008-07-02 23:35:53 +00:00
Dennis Gilmore
ccff5b6d3f handle sparc arches 2008-06-30 16:13:53 +00:00
Steve Dickson
eb60de9bf7 Rebuild for the updated libevent lib. 2008-06-30 10:30:32 +00:00
Steve Dickson
e49be6598f - Removed the nfslock service start/stop from %%post section (bz 453046) 2008-06-27 14:18:27 +00:00
Steve Dickson
29a3afd225 FQDNs in the rmtab causes exportfs to seg fault (bz 444275) 2008-06-25 14:14:47 +00:00
Steve Dickson
4f0634d672 - Added -D_FILE_OFFSET_BITS=64 to CFLAGS
- make nfsstat read and print stats as unsigned integers
- Added (but not installed) the mountstats and nfs-iostat python scripts.
2008-06-23 18:03:20 +00:00
Steve Dickson
bbc1dcf4f0 - Added 5 (111 thru 115) upstream patches that fixed things mostly in the
text mounting code.
2008-06-06 19:59:33 +00:00
Steve Dickson
85ed8ab7ef - Added 10 (101 thru 110) upstream patches that fixed things mostly in the
mount and gssd code.
2008-05-08 11:17:09 +00:00
Steve Dickson
6b300bd574 - Added ppc arch to the all_32bit_archs list (bz 442847) 2008-05-08 08:34:33 +00:00
Steve Dickson
76623f83b7 Corrected the nfslock initscript 'status' return code (bz 441605) Removed
obsolete code from the nfslock initscript (bz 441604)
2008-04-25 15:39:48 +00:00
Steve Dickson
ed0365db60 Fixed typo in changelog 2008-04-23 19:07:42 +00:00
Steve Dickson
4744930bcf - Documented out to turn off/on protocol support for rpc.nfsd in
/etc/sysconfig/nfs (bz443625)
2008-04-23 18:56:36 +00:00
Steve Dickson
c2cd263df6 - Make EACCES a non fatal error (bz 439807) 2008-04-14 21:49:50 +00:00
Steve Dickson
2038fc4964 Upgrade to nfs-utils-1.1.2 2008-03-25 19:05:56 +00:00
Steve Dickson
4c886b7923 - Stopped mountd from incorrectly logging an error (commit
9dd9b68c4c44f0d9102eb85ee2fa36a8b7f638e3)
- Stop gssd from ignoring the machine credential caches (commit
    46d439b17f22216ce8f9257a982c6ade5d1c5931)
- Fixed typo in the nfsstat command line arugments. (commit
    acf95d32a44fd8357c24e8a04ec53fc6900bfc58)
- Added test to stop buffer overflow in idmapd (commit
    bcd0fcaf0966c546da5043be700587f73174ae25)
2008-03-03 16:22:08 +00:00
Steve Dickson
aa447acc7f - Cleaned up some typos that were found in the various places in the mountd
code
2008-02-09 15:02:57 +00:00
Steve Dickson
2efacfd98f - Added in relatime mount option so mount.nfs stays compatible with the
mount command in util-linux-ng (bz 274301)
2008-01-24 22:14:04 +00:00
Steve Dickson
51df58e4d7 - Added -S/--since to the nfsstat(1) manpage
- The wording in the exportfs man page can be a bit confusing, implying
    that "exportfs -u :/foo" will unexport /foo from all hosts, which it
    won't
- Removed nfsprog option since the kernel no longer supports it.
- Removed mountprog option since the kernel no longer supports it.
- Stop segfaults on amd64 during warnings messages.
- Fix bug when both crossmnt and fsid are set.
2008-01-22 19:36:09 +00:00
Steve Dickson
aa7cac06fc - Turn on 'nohide' automatically for all refer exports (bz 313561) 2008-01-07 19:14:16 +00:00
Steve Dickson
61dc860bc8 Fixed typo in rpc.mountd man page uploaded nfs-utils-1.1.1.tar.bz2 2008-01-07 17:58:04 +00:00
Steve Dickson
c0c131bf03 - Updated to latest upstream release, nfs-utils-1.1.1
- Added the removal of sm-notify.pid to nfslock init script.
- Changed spec file to use condrestart instead of condstop when calling
    init scripts.
2008-01-05 14:27:40 +00:00
Steve Dickson
cf6d5cf995 Updated nfs(5) manual page. 2008-01-04 15:08:11 +00:00