summaryrefslogtreecommitdiffstats
path: root/utils/mount/stropts.c
Commit message (Expand)AuthorAgeFilesLines
* mount.nfs: silently fails when the network protocol is not foundSteve Dickson2010-06-221-5/+11
* mount: Mount should retry unreachable hostsChuck Lever2010-03-191-0/+1
* text-based mount: Support protocol family negotiationChuck Lever2010-02-121-11/+60
* text-based mount: Set addr= option in nfs_try_mount_foo()Chuck Lever2010-02-121-4/+19
* text-based mount: Replace nfs_lookup() with getaddrinfo(3)Chuck Lever2010-02-121-8/+24
* text-based mount: Retry when server can't be reachedChuck Lever2010-02-121-0/+4
* nfs-utils: Collect socket address helpers into one locationChuck Lever2010-01-151-6/+1
* mount.nfs: proto=netid forces address family when resolving server namesChuck Lever2009-12-111-8/+23
* mount.nfs: Fix sockaddr pointer aliasing in stropts.cChuck Lever2009-12-111-13/+19
* mount.nfs: support netids in v2/v3 version/transport negotiationChuck Lever2009-12-111-29/+22
* mount.nfs: Retry v4 mounts with v3 on ENOENT errorsNeil Brown2009-12-071-2/+3
* mount.nfs: Assume v2/v3 if mount-related options are presentChuck Lever2009-11-161-0/+12
* mount: Fix po_join() call site in nfs_try_mount_v4()Chuck Lever2009-11-031-1/+2
* mount.nfs: Assume v2/v3 if mount-related options are presentChuck Lever2009-11-031-14/+35
* Made some aesthetic changes to the code that setsSteve Dickson2009-11-031-4/+6
* Retry v4 mounts with a v3 mount when the versionSteve Dickson2009-11-031-2/+9
* Added wrappers around the setting of default valuesSteve Dickson2009-10-271-7/+22
* Use the default protocol and version values, when theySteve Dickson2009-10-221-0/+9
* mount: Support negotiation between v4, v3, and v2Chuck Lever2009-09-291-1/+18
* The user's mount options and the set of versions to try should notChuck Lever2009-09-291-24/+106
* mount.nfs: Keep server's address in nfsmount_infoChuck Lever2009-09-291-6/+7
* mount.nfs: Support "-t nfs,vers=4" mounts in the kernelChuck Lever2009-09-141-2/+8
* Don't use initialized garbage for address lengthsSteve Dickson2009-07-151-2/+2
* mount.nfs: Fix compiler warning in stropts.cChuck Lever2009-07-141-2/+4
* mount.nfs: remove unused @addrlen argument from nfs_string_to_sockaddr()Chuck Lever2009-07-141-4/+2
* mount.nfs: Don't update extra_opts after text-based negotiationChuck Lever2009-07-141-5/+14
* mount.nfs: Clean up after restructuring version/protocol negotiationChuck Lever2009-07-141-132/+25
* mount.nfs: Clean up nfs_is_permanent_error()Chuck Lever2009-07-141-20/+25
* mount.nfs: rearchitect mount version/protocol negotiation logicChuck Lever2009-07-141-17/+25
* mount.nfs: make nfs_options2pmap return errorsChuck Lever2009-07-141-1/+4
* mount: remove legacy version of nfs_name_to_address()Chuck Lever2009-05-181-12/+4
* The mount sockaddr len (mnt_salen) is not be set inSteve Dickson2009-02-171-2/+3
* text-based mount command: fix return value from po_rightmost()Chuck Lever2009-02-171-2/+2
* text-based mount command: support AF_INET6 in rewrite_mount_options()Chuck Lever2009-01-271-25/+49
* text-based mount command: fix mount option rewriting logicChuck Lever2009-01-271-34/+79
* text-based mount options: Use new pmap stuffer when rewriting mount optionsChuck Lever2009-01-271-63/+5
* text-based mount command: make po_rightmost() work for N optionsChuck Lever2009-01-271-5/+23
* text-based mount command: use po_get_numeric() for handling retryChuck Lever2008-12-171-9/+11
* If an NFS server is only listening on TCP for portmap (as apparentlyNeil Brown2008-07-161-0/+25
* 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-151-20/+0
* Traditionally the mount command has looked for a ":" to separate theChuck Lever2008-07-151-61/+10
* 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
* Add #include directives for additional header files needed to support IPv6Chuck Lever2008-07-151-0/+3
* Currently the "-s" option is ignored by the text-based mount interface. ToChuck Lever2008-07-151-0/+15
* The text-based mount command displays the rather inexplicable "mount:Chuck Lever2008-07-151-3/+4