summaryrefslogtreecommitdiffstats
path: root/utils/mount/stropts.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix error reporting when probe_bothports() fails while rewriting mountChuck Lever2008-06-061-4/+5
* Clean up: instead of passing so many arguments to all the helpers, haveChuck Lever2008-06-061-111/+132
* Steinar Gunderson reports:Chuck Lever2008-06-061-13/+38
* Make the text-based mount path check whether statd is running if the "lock"Neil Brown2008-06-061-4/+27
* Change how mount.nfs handles EACCES errors. Currently,Jeff Layton2008-04-141-1/+0
* Recently #include directives for autoconf's config.h file were added inChuck Lever2008-03-111-0/+4
* The kernel doesn't support the underlying parts needed for changing theSteve Dickson2008-01-161-3/+0
* The kernel hasn't supported the underlying parts needed for changing theSteve Dickson2008-01-161-3/+0
* text-based mount.nfs: Plug "fg" and "bg" processing into nfsmount_string()Chuck Lever2007-10-111-13/+13
* text-based mount.nfs: Add functions to handle background mountingChuck Lever2007-10-111-0/+89
* text-based mount.nfs: add function to do foreground retriesChuck Lever2007-10-111-0/+51
* text-based mount.nfs: sort between permanent and temporary errorsChuck Lever2007-10-111-0/+21
* text-based mount.nfs: Use helpers for invoking mount(2) system callChuck Lever2007-10-111-14/+2
* text-based mount.nfs: Implement falling back to NFSv2 and UDPChuck Lever2007-10-111-2/+64
* text-based mount.nfs: Add rewrite_mount_options() functionChuck Lever2007-10-111-0/+130
* text-based mount.nfs: Create helpers for invoking mount(2) system callChuck Lever2007-10-091-0/+74
* text-based mount.nfs: Remove unused top level functionsChuck Lever2007-10-091-129/+0
* text-based mount.nfs: combine nfsmount_s() and nfs4mount_s() pathsChuck Lever2007-10-091-0/+59
* text-based mount.nfs: refactor mandatory mount option processingChuck Lever2007-10-091-0/+23
* text-based mount.nfs: rename fix_up_mounthost_opt()Chuck Lever2007-10-091-4/+4
* text-based mount.nfs: Fix mounthost= processingChuck Lever2007-09-291-0/+27
* text-based mount.nfs: Clean up helper functions that are no longer usedChuck Lever2007-09-291-99/+0
* text-based mount.nfs: start using new mount option parsing facilityChuck Lever2007-09-291-17/+3
* text-based mount.nfs: add parser init and destroy callsChuck Lever2007-09-291-0/+26
* text-based mount.nfs: prepare for more complex error exit handlingChuck Lever2007-09-291-15/+21
* text-based mount.nfs: Use new parser to handle 'addr=' and 'clientaddr='Chuck Lever2007-09-291-0/+55
* text-based mount.nfs: Use "child" instead of "bg" for nfsmount_sChuck Lever2007-09-251-3/+3
* mount.nfs: teach [u]mount.nfs[4] to exit with EX_SUCCESS instead of 0Chuck Lever2007-09-251-2/+2
* mount.nfs: restore admin-specified clientaddr optionChuck Lever2007-09-051-7/+4
* mount.nfs: Remove get_my_ipv4addr() from utils/mount/stropts.cChuck Lever2007-08-251-25/+0
* mount.nfs: Use get_client_addr() to build clientaddr= optionChuck Lever2007-08-251-9/+9