summaryrefslogtreecommitdiffstats
path: root/utils/mount/network.c
Commit message (Expand)AuthorAgeFilesLines
* pdate addres for Free Software FoundationNeilBrown2011-08-291-2/+2
* mount: move generic functions to utils.c and network.cKarel Zak2011-04-061-0/+68
* mount.nfs: Don't leak socket in nfs_ca_sockname()Chuck Lever2011-04-061-15/+13
* mount: Recognize zero as a valid value for the port= optionChuck Lever2011-03-031-2/+2
* nfs-utils: Remove all uses of AI_ADDRCONFIGChuck Lever2010-11-011-3/+0
* mount.nfs: mountproto does not support RDMAChuck Lever2010-10-141-1/+5
* mount.nfs: Eliminate compiler warnings in utils/mount/network.cChuck Lever2010-10-141-16/+19
* mount.nfs: Support an "rdma" mount optionChuck Lever2010-09-091-2/+7
* Removed warnings from network.cSteve Dickson2010-08-091-1/+2
* mount.nfs: silently fails when the network protocol is not foundSteve Dickson2010-06-221-3/+16
* mount: silently fails when bad option values are givenSteve Dickson2010-06-221-2/+18
* nfs-utils: add and use nfs_authsys_createJeff Layton2010-03-011-3/+12
* mount: Set protocol family properly for "udp" and "tcp"Chuck Lever2010-02-181-1/+2
* mount.nfs: make nfs_{nfs,mount}_proto set errno on errorJeff Layton2010-02-121-6/+18
* mount.nfs: return error if proto= option specified IPv6 when IPv6 isn't suppo...Jeff Layton2010-02-121-16/+43
* This is the second iteration of this patch. The only difference hereJeff Layton2010-02-121-10/+8
* Added the sys/stat.h header file to a number ofSteve Dickson2010-01-221-0/+1
* nfs-utils: Collect socket address helpers into one locationChuck Lever2010-01-151-8/+5
* mount.nfs: don't use IPv6 unless IPV6_SUPPORTED is setJeff Layton2010-01-041-1/+1
* mount.nfs: Remove nfs_name_to_address()Chuck Lever2009-12-111-21/+2
* mount.nfs: Add new API for getting protocol family from netidsChuck Lever2009-12-111-0/+63
* mount.nfs: make nfs_lookup() globalChuck Lever2009-12-111-2/+12
* mount.nfs: support netids in nfs_options2pmap()Chuck Lever2009-12-111-22/+6
* Made some aesthetic changes to the code that setsSteve Dickson2009-11-031-4/+4
* Added wrappers around the setting of default valuesSteve Dickson2009-10-271-8/+23
* Use the default protocol and version values, when theySteve Dickson2009-10-221-3/+13
* Introducing the parsing of both 'defaultvers' and 'defaultproto'Steve Dickson2009-10-221-1/+1
* mount.nfs: Support "-t nfs,vers=4" mounts in the kernelChuck Lever2009-09-141-5/+9
* errno not be set on RPC errorsSteve Dickson2009-07-151-3/+7
* mount.nfs: remove unused @addrlen argument from nfs_string_to_sockaddr()Chuck Lever2009-07-141-3/+2
* mount.nfs: Remove unused @salen parameter from nfs_ca_gai()Chuck Lever2009-07-141-2/+2
* mount.nfs: Fix some nfs_error() nits in network.cChuck Lever2009-07-141-3/+4
* support: Introduce sockaddr helpers to get and set IP port numbersChuck Lever2009-07-141-15/+0
* mount.nfs: make nfs_options2pmap return errorsChuck Lever2009-07-141-99/+218
* mount.nfs: force rpcbind queries if options aren't specifiedChuck Lever2009-07-141-7/+11
* mount.nfs: If port= specifies an unregistered port, retry, then failChuck Lever2009-07-141-1/+2
* mount.nfs: Add more debugging output around nfs_getport()Chuck Lever2009-07-141-4/+24
* getport: Clear shared error fields before trying rpcbind queriesChuck Lever2009-07-141-2/+1
* umount.nfs: Harden umount.nfs error reportingChuck Lever2009-05-181-5/+14
* mount: remove legacy version of nfs_name_to_address()Chuck Lever2009-05-181-66/+22
* umount.nfs: Fix return value of nfs_mount_protocol()Chuck Lever2009-04-181-1/+1
* umount.nfs: Use a privileged port when sending UMNT requestsChuck Lever2009-04-181-1/+1
* mount.nfs: squelch compiler warning for TI-RPC buildsChuck Lever2009-03-051-2/+3
* The legacy version of nfs_name_to_address() returned an incorrectChuck Lever2009-03-041-1/+1
* umount.nfs command: Add an AF_INET6-capable version of nfs_call_unmount()Chuck Lever2009-02-171-0/+53
* text-based mount command: fix return value from po_rightmost()Chuck Lever2009-02-171-8/+7
* text-based mount command: Function to stuff "struct pmap" from mount optionsChuck Lever2009-01-271-0/+214
* 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