summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix version fallback for unmount.Neil Brown2007-10-122-28/+16
* Don't fail an unmount just because we couldn't contact the NFS server.Neil Brown2007-10-111-2/+1
* 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: add a few useful parser return codesChuck Lever2007-10-112-2/+7
* 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-093-10/+65
* 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