summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-092-1/+16
* 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
* Release 1.1.1Neil Brown2007-10-191-1/+1
* 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
* Cleanup xlog logging code to be safe and usable for allKevin Coffman2007-10-152-21/+48
* Remove svcgssd's private version of cacheio.cKevin Coffman2007-10-152-346/+0
* Use nfslib versions of cacheio functionsKevin Coffman2007-10-152-3/+1
* Copy new cacheio functions used by svcgssd to nfslibKevin Coffman2007-10-152-7/+45
* 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
* text-based mount.nfs: Use new parser to handle 'addr=' and 'clientaddr='Chuck Lever2007-09-291-0/+55
* text-based mount.nfs: parse option strings into listsChuck Lever2007-09-293-2/+478
* mount.nfs: add new string tokenizer facilityChuck Lever2007-09-293-2/+188
* rpc.mountd: add new mode for handling netgroup-heavy configurationsJeff Layton2007-09-283-19/+87
* rpc.mountd: create client_resolve and change client_compose to take a hostent...Jeff Layton2007-09-284-17/+22