summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The text-based mount command displays the rather inexplicable "mount:Chuck Lever2008-07-152-4/+10
* Ported the create_mtab() routine from util-linux-ng as wellChristiaan Welvaart2008-07-153-34/+86
* The rpc.gssd scans for any suitable kerberos ticket. In cross-realmLukas Hejtmanek2008-07-155-15/+165
* The default expiration of kernel gss contexts is the expirationLukas Hejtmanek2008-07-154-4/+16
* gssd_setup_krb5_user_gss_ccache must return an error if no usable cache isLukas Hejtmanek2008-07-153-8/+8
* The nfsstat program reads /proc/net/rpc/* files to gets info aboutJeff Layton2008-06-231-4/+5
* nfsstat -m lists all current nfs mounts, with the mount options.Neil Brown2008-06-061-1/+1
* Fix error reporting when probe_bothports() fails while rewriting mountChuck Lever2008-06-062-4/+8
* 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
* Fixed smail typo in exportfs man pageOren Held2008-05-081-1/+1
* If mount.nfs is not installed setuid, an attempt to perform a "user"NeilBrown2008-05-081-0/+6
* Kerberos credentials may be stored in multiple places. Make itVince Busam2008-05-076-20/+43
* Add a new function to retrieve the current verbosity levelKevin Coffman2008-05-072-0/+6
* Add the other two DES encryption types to the default list ofKevin Coffman2008-05-071-1/+3
* Check the info file nfs/rpc_pipefs/nfs/clnt?/info toOlga Kornievskaia2008-05-072-2/+13
* The prev_bg_host stuff made sense when NFS didn't have its own mountJeff Layton2008-05-071-14/+0
* The bg option is essentially ignored with nfs4 currently. nfs4mount()Jeff Layton2008-05-071-2/+8
* Currently nfs4mount() sets the retry value to 10000 on both fg and bgJeff Layton2008-05-072-5/+17