summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix handling of explicit uuidDavid Woodhouse2008-08-281-1/+3
* mount issue with Mac OSX and --manage-gids, client hangsNeil Brown2008-08-271-1/+3
* mount.nfs command: old glibc missing some flagsChuck Lever2008-07-311-0/+18
* showmount issuesMartin Leisner2008-07-251-2/+4
* nfs(5) man page: Add documentation for the "mountproto=" optionChuck Lever2008-07-251-0/+19
* sm-notify: perform DNS lookup in the background.Steve Dickson2008-07-251-20/+40
* If portmap is not listening on UDP (as apparently happens withNeil Brown2008-07-161-4/+15
* If an NFS server is only listening on TCP for portmap (as apparentlyNeil Brown2008-07-162-2/+29
* Clean up: Include the bare minimum of legacy RPC headers inChuck Lever2008-07-156-24/+9
* Clean up: remove unneeded headers from utils/mount/stropts.c.Chuck Lever2008-07-151-11/+3
* Clean up: rename a couple of functions in utils/mount/stropts.c to matchChuck Lever2008-07-151-9/+9
* Clean up: remove unused IPv4-only functions used by the text-based mountChuck Lever2008-07-153-54/+0
* Traditionally the mount command has looked for a ":" to separate theChuck Lever2008-07-155-82/+288
* Change the fix_mounthost_option() function to support resolving IPv6Chuck Lever2008-07-151-12/+21
* Change the append_clientaddr_option() function to support sending eitherChuck Lever2008-07-151-14/+12
* Change the append_addr_option() function to support sending either IPv4Chuck Lever2008-07-151-15/+6
* There are three helpers that convert sockaddr-style addresses to textChuck Lever2008-07-151-0/+31
* Introduce IPv6-enabled version of get_client_address. The legacy mountChuck Lever2008-07-152-0/+120
* Introduce two new functions to convert a sockaddr to a presentation formatChuck Lever2008-07-152-0/+96
* Add #include directives for additional header files needed to support IPv6Chuck Lever2008-07-152-1/+7
* Currently the "-s" option is ignored by the text-based mount interface. ToChuck Lever2008-07-151-0/+15
* Clean up: add the traditional pre-processor safety check in headers underChuck Lever2008-07-158-10/+34
* Moved the kernel version-ing code into a new version.hChuck Lever2008-07-154-21/+55
* Introduce a new DNS resolver function in utils/mount/network.c that usesChuck Lever2008-07-152-19/+61