summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nfs-utils: make makesock() staticChuck Lever2008-09-262-17/+22
* showmount: destroy RPC client when finishedChuck Lever2008-09-261-0/+4
* nfs-utils: remove disabled code from support/nfs/rpcmisc.cChuck Lever2008-09-261-16/+0
* nfs-utils: Remove unused function rpc_svcrun()Chuck Lever2008-09-262-52/+0
* nfs-utils: remove unused function rpc_logcall()Chuck Lever2008-09-262-61/+0
* 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-263-65/+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-286-38/+5
* 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-282-2/+4
* 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
* Release 1.1.3Steve Dickson2008-07-271-1/+1
* 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
* It appears that a recent glibc update now enforces the requirement for a modeSteve Dickson2008-07-151-1/+7
* 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
* We want to continue to support building nfs-utils on systems that do notChuck Lever2008-07-151-1/+28
* Currently the "-s" option is ignored by the text-based mount interface. ToChuck Lever2008-07-151-0/+15
* Lots of parts of nfs-utils already depend on getaddrinfo(3).Chuck Lever2008-07-151-0/+3
* 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
* The text-based mount command displays the rather inexplicable "mount:Chuck Lever2008-07-152-4/+10