summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* mount command: Random clean upChuck Lever2009-01-061-1/+2
* mount command: use gethostbyname(3) when building on old systemsChuck Lever2009-01-061-0/+56
* mount: revert recent fix for build problems on old systemsChuck Lever2009-01-061-18/+0
* statd: not unlinking host filesSteve Dickson2008-12-173-17/+19
* sm-notify command: fix a use-after-free bugChuck Lever2008-12-171-11/+14
* text-based mount command: use po_get_numeric() for handling retryChuck Lever2008-12-171-9/+11
* text-based mount command: add function to parse numeric mount optionsChuck Lever2008-12-172-0/+58
* svcgssd: use the actual context expiration for cacheKevin Coffman2008-12-111-7/+13
* gssd/svcgssd: add support to retrieve actual context expirationKevin Coffman2008-12-118-17/+30
* mount command: AF_INET6 support for probe_bothports()Chuck Lever2008-12-112-21/+68
* mount command: support AF_INET6 in probe_nfsport() and probe_mntport()Chuck Lever2008-12-111-16/+42
* mount command: full support for AF_INET6 addresses in probe_port()Chuck Lever2008-12-111-10/+44
* sm-notify: always exiting without any notificationSteve Dickson2008-12-061-1/+2
* mount command: remove local getport() implementationChuck Lever2008-12-021-74/+2
* mount command: Replace clnt_ping() and getport() calls in probe_port()Chuck Lever2008-12-021-14/+29
* mount command: Use nfs_error() instead of perror()Chuck Lever2008-12-021-1/+2
* mount command: Use nfs_pmap_getport() in probe_statd()Chuck Lever2008-12-021-18/+16
* Ensure statd gets started if required when non-rootNeil Brown2008-11-262-2/+14
* gssd: unblock DNOTIFY_SIGNAL in case it was blocked.Neil Brown2008-11-261-0/+6
* showmount command: support querying IPv6 serversChuck Lever2008-11-251-0/+36
* showmount command: move logic to acquire RPC client handle out of main()Chuck Lever2008-11-251-52/+64
* showmount command: Remove unused local getport() implementationChuck Lever2008-11-251-105/+0
* showmount command: call nfs_getport instead of local getportChuck Lever2008-11-251-6/+8
* sm-notify should exit as soon as its determinedPhil Endecott2008-10-141-3/+10
* nfs(5): Clarify behavior of the mountproto= and proto= optionsChuck Lever2008-10-081-0/+85
* Cleaned up the wording in the rpc.nfsd(8) manpageSteve Dickson2008-10-011-1/+1
* Cleared up a contradiction in the export(5) man pageSteve Dickson2008-10-011-1/+1
* mountd: change "unknown host" error message to "unmatched host"Jeff Layton2008-09-291-1/+1
* nfs(5): Replace the term "netid" in mount option descriptionsChuck Lever2008-09-291-8/+8
* nfs(5): Replace the term "netid" in mount option descriptionsChuck Lever2008-09-291-6/+6
* rpc.statd: Stop overloading sockfd in utils/statd/rmtcall.cChuck Lever2008-09-263-14/+19
* rpc.statd: Use __func__ in dprintfChuck Lever2008-09-261-23/+27
* rpc.statd: Clean up: replace "if (!(foo = rtnl))".Chuck Lever2008-09-262-6/+6
* showmount: destroy RPC client when finishedChuck Lever2008-09-261-0/+4
* sm-notify command: use static function definitionsChuck Lever2008-09-261-10/+10
* sm-notify command: replace nsm_address typedefChuck Lever2008-09-261-66/+63
* sm-notify command: clean up error loggingChuck Lever2008-09-261-19/+29
* sm-notify command: getaddrinfo(3) addrinfo leakChuck Lever2008-09-261-1/+4
* sm-notify command: include <config.h>Chuck Lever2008-09-261-2/+4
* showmount command: clean up error returns from connect_nb()Chuck Lever2008-09-261-10/+12
* rpc.statd: eliminate --secure_statdChuck Lever2008-09-262-56/+13
* rpc.tatd: refactor check to see if call is from loopback addressChuck Lever2008-09-261-46/+36
* mount: enable retry for nfs23 to set the correct protocol for mount.Neil Brown2008-08-281-2/+4
* Remove idmapd.confJ. Bruce Fields2008-08-281-10/+0
* Determine supported pseudoflavors from exportJ. Bruce Fields2008-08-281-17/+38
* Minor mountd.c cleanupJ. Bruce Fields2008-08-281-38/+49
* Remove redundant m_path fieldJ. Bruce Fields2008-08-282-13/+3
* Stop exportfs warning about needing fsid, when we actually have oneDavid Woodhouse2008-08-281-1/+9
* Use fsid from statfs for UUID if blkid can't cope (or not used)David Woodhouse2008-08-281-2/+11
* Explicit UUID handling doesn't require blkid; factor out get_uuid_blkdev()David Woodhouse2008-08-281-36/+41