summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change how mount.nfs handles EACCES errors. Currently,Jeff Layton2008-04-141-1/+0
* Correct a spelling error in a mount.nfs error messageLi Yewang2008-04-091-1/+1
* Make sure showmount fails when rpc.mountd is not registeredSteve Dickson2008-03-181-1/+3
* Updated exportfs man to talk about /var/lib/nfs/etabSteve Dickson2008-03-181-10/+10
* There were 2 things wrong with auth flavour ordering:bc Wong2008-03-182-6/+16
* Turn down gssd's syslog verbosityTimo Aaltonen2008-03-132-2/+5
* Stop rpc.mountd from probing all known devices which causesSteinar H. Gunderson2008-03-131-2/+0
* Recently #include directives for autoconf's config.h file were added inChuck Lever2008-03-116-2/+24
* Fixed typo in nfsd man pageFilipus Klutiero2008-03-111-1/+1
* Fixed a segfault in the mount.nfs commandSteinar H. Gunderson2008-03-101-1/+1
* Fixed a couple typos that effected the '--mounts' nfsstat optionSteinar H. Gunderson2008-03-102-2/+2
* Fixed typo in gssd manpageSteinar H. Gunderson2008-03-101-1/+1
* The mount(5) man page states that the noquota, quota, usrquota andSteinar H. Gunderson2008-03-101-0/+4
* Be explicit on how to update exports in the man page.Steve Dickson2008-03-101-0/+2
* As part of migrating from nfs@lists.sf.net to linux-nfs@vger.kernel.org,Chuck Lever2008-03-052-6/+0
* Increase the number of concurrent krb5 mounts by increasingDrew Middlesworth2008-03-041-1/+1
* If validateascii is passed a string containing only non-zero 7bitNeilBrown2008-02-261-1/+1
* Fixed typo in the nfsstat command line arugments.Peng Haitao2008-02-261-1/+1
* Stop gssd from ignoring the machine credential cacheVince Busam2008-02-261-1/+1
* In mountd, if get_exportlist() (utils/mountd/mountd.c) returns NULL itHarshula Jayasuriya2008-02-121-9/+7
* Cleaned up some typos that were found in the variousFrank Filz2008-02-091-5/+7
* Added in relatime mount option so mount.nfs staysSteve Dickson2008-01-242-1/+10
* Fix bug when both crossmnt and fsid are set.Steve Dickson2008-01-191-3/+8
* 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
* Address an inconsistency: the mount.nfs command uses the glibc routinesSteve Dickson2008-01-161-5/+7
* add_mtab() calls unlock_mtab() twice in one of its error exit paths.Steve Dickson2008-01-161-1/+0
* When mount.nfs reports that statd isn't running, it suggests using the "-oSteve Dickson2008-01-161-1/+1
* Automatically set 'nohide' on referral exports.Steve Dickson2008-01-091-1/+10
* Redress some nits in the description of the timeo optionSteve Dickson2008-01-091-9/+13
* Fixed typo in rpc.mountd's man pageSteve Dickson2008-01-071-1/+1
* Get rid of the "-i" option for mount.nfs[4] and always use the text-Steve Dickson2008-01-041-17/+4
* Incorporated Chuck Lever's and Don Domingo's changes to theSteve Dickson2008-01-041-485/+1208
* When mountd gets a request to export a mountpoint which is notSteve Dickson2007-11-031-1/+1
* When following a list of mount versions to probe -Steve Dickson2007-11-031-1/+1
* This means that if mountd is run with "--no-nfs-version 3",Steve Dickson2007-11-031-4/+0
* The wording in the exportfs man page can be a bit confusing, implyingSteve Dickson2007-11-031-2/+19
* Added -S/--since to the nfsstat(1) manpageSteve Dickson2007-10-261-1/+21
* Remove unnecessary code from idmapd.Kevin Coffman2007-10-153-118/+0
* Remove old logging implementation for idmapd and rework gssd and idmapd to us...Kevin Coffman2007-10-153-142/+46
* Remove svcgssd's private version of cacheio.cKevin Coffman2007-10-152-346/+0
* Use nfslib versions of cacheio functionsKevin Coffman2007-10-152-3/+1
* Use printerr to print svcgssd downcall debugging infoKevin Coffman2007-10-152-12/+7
* Make print_hexl function write to stdout rather than using printerrKevin Coffman2007-10-151-15/+18
* Fix new warning after strict prototype checking enabledKevin Coffman2007-10-151-1/+1
* text-based mount.nfs: Fix po_rightmost() enum return valuesChuck Lever2007-10-122-32/+25
* mountd: address a minor compiler warningChuck Lever2007-10-121-1/+1
* mountd: eliminate a spurious compiler warningChuck Lever2007-10-121-1/+1