summaryrefslogtreecommitdiffstats
path: root/utils/mount/nfsmount.c
Commit message (Expand)AuthorAgeFilesLines
* Kill SPKM3: Remove also the dependent lipkey mechanismSimo Sorce2012-03-121-6/+0
* Kill SPKM3: Remove spkm3 support from nfs.mountSimo Sorce2012-03-121-6/+0
* nfs-utils: Fix source code character encodingChuck Lever2010-09-271-1/+1
* Removed warnings from nfsmount.cSteve Dickson2010-08-091-2/+6
* mount options can be lost when using bg optionHarshula Jayasuriya2009-11-161-2/+5
* Clean up: Include the bare minimum of legacy RPC headers inChuck Lever2008-07-151-0/+7
* Moved the kernel version-ing code into a new version.hChuck Lever2008-07-151-3/+2
* The prev_bg_host stuff made sense when NFS didn't have its own mountJeff Layton2008-05-071-14/+0
* Currently nfs4mount() sets the retry value to 10000 on both fg and bgJeff Layton2008-05-071-4/+8
* Correct a spelling error in a mount.nfs error messageLi Yewang2008-04-091-1/+1
* There were 2 things wrong with auth flavour ordering:bc Wong2008-03-181-5/+8
* Recently #include directives for autoconf's config.h file were added inChuck Lever2008-03-111-0/+4
* Fixed a segfault in the mount.nfs commandSteinar H. Gunderson2008-03-101-1/+1
* When mount.nfs reports that statd isn't running, it suggests using the "-oSteve Dickson2008-01-161-1/+1
* mount.nfs: rename mount_errors()Chuck Lever2007-09-251-5/+5
* mount.nfs: teach [u]mount.nfs[4] to exit with EX_SUCCESS instead of 0Chuck Lever2007-09-251-1/+1
* mount.nfs: restore bg argument to nfsmount() and nfs4mount()Chuck Lever2007-08-041-2/+2
* mount.nfs: fix printf's normally hidden behind NFS_MOUNT_DEBUGChuck Lever2007-08-041-13/+11
* mount.nfs: Support double-wide characters in printed stringsChuck Lever2007-08-041-2/+1
* libnfs.a: eliminate conn.c and conn.hChuck Lever2007-07-301-1/+0
* umount.nfs: eliminate a nearly empty header file.Chuck Lever2007-07-301-1/+0
* mount.nfs: fix more nits with error messagesChuck Lever2007-07-301-7/+11
* Add -Wstrict-prototypes to compiler args, and fix warnings caused.Neil Brown2007-07-291-1/+1
* mount.nfs: White space clean upChuck Lever2007-07-201-5/+5
* mount.nfs: Use nfs_error in nfsmount.c, nfsumount.c, and nfs4mount.cChuck Lever2007-07-201-28/+24
* Remove the running_bg parameterChuck Lever2007-07-201-2/+2
* mount.nfs: Change *flags to flagsChuck Lever2007-07-201-3/+3
* mount.nfs: No need to return nfs_mount_data structsChuck Lever2007-07-201-3/+9
* mount.nfs: Move start_statd into nfs_mountChuck Lever2007-07-201-2/+14
* mount.nfs: Move network functions into a common source moduleChuck Lever2007-07-201-263/+1
* mount.nfs: Eliminate some C macros that use implicit argumentsChuck Lever2007-07-201-78/+81
* mount.nfs: Always preset nfs_mount_versionChuck Lever2007-07-201-69/+15
* mount.nfs: Create a common source module for reporting mount errorsChuck Lever2007-07-201-127/+1
* mount.nfs: Add the mount option "nosharecache"Trond Myklebust2007-07-101-0/+4
* mount.nfs - nordirplus optionSteve Dickson2007-03-291-0/+5
* mount.nfs - require statd to be running to mount without nolocksNeil Brown2007-03-291-2/+2
* Add support for quoted mount optionsKarel Zak2007-03-201-9/+35
* Remove some incorrect version matching code.Neil Brown2007-03-161-6/+2
* Support -s option to ignore unknown options (sloppy)Neil Brown2007-03-161-3/+16
* Automatically start statd when mounting an nfs filesystem.Neil Brown2007-03-161-1/+2
* If -o sec= is not specified for mount, allow either AUTH_SYS or AUTH_NONE.Neil Brown2007-03-151-2/+10
* nfs-utils patch for mount-reserved-portTalpey, Thomas2007-03-131-18/+18
* Restore use of un-connected socket for UDP mount requests.Neil Brown2007-03-131-1/+1
* Add support for "mount -o sec=none"Neil Brown2007-03-131-1/+3
* Merge nfsmount.x and mount.x into mount.xAmit Gud2006-06-231-5/+5
* Try to make sure that clientid used for NFSv4 is reliable.Neil Brown2006-06-231-1/+1
* Move NFS mount code from util-linux to nfs-utils - part 1Amit Gud2006-06-161-0/+1244