summaryrefslogtreecommitdiffstats
path: root/utils/mountd
Commit message (Expand)AuthorAgeFilesLines
...
* mountd: minor v4root_set cleanup, check strdup returnJ. Bruce Fields2010-01-131-18/+28
* mountd: simplify export list deferral in v4root_setJ. Bruce Fields2010-01-131-3/+2
* mountd: minor optimization in v4root_setJ. Bruce Fields2010-01-131-0/+7
* mountd: kill unnecessary m_mayexport checkJ. Bruce Fields2010-01-131-4/+0
* mountd: mountlist_del_all cleanupJ. Bruce Fields2010-01-131-17/+13
* mountd: auth_authenticate_internal further cleanupJ. Bruce Fields2010-01-131-28/+42
* mountd: auth_authenticate_internal cleanupJ. Bruce Fields2010-01-131-16/+17
* mountd: get_exportlist() cleanupJ. Bruce Fields2010-01-131-7/+4
* mountd: move most of get_exportlist() into helpersJ. Bruce Fields2010-01-131-59/+84
* exports: turn on pseudo exportsSteve Dickson2010-01-131-0/+3
* exports: hide pseudo exports from clientsSteve Dickson2010-01-131-0/+4
* mountd: prefer non-V4ROOT exports.J. Bruce Fields2010-01-131-0/+5
* exports: NFSv4 pseudoroot support routinesSteve Dickson2010-01-132-1/+181
* mountd: don't require mountpoint in crossmnt caseJ. Bruce Fields2010-01-131-2/+1
* mountd: further split up lookup_exportJ. Bruce Fields2010-01-131-19/+29
* mountd: move export lookup into separate functionJ. Bruce Fields2010-01-131-38/+49
* relax insecure option on mountdRobert Gordon2009-11-161-2/+1
* Don't give client an empty flavor listJ. Bruce Fields2009-08-241-0/+5
* SinceJ. Bruce Fields2009-08-161-8/+6
* Retry export if getfh fails.NeilBrown2009-06-031-1/+10
* Replace the Sun RPC license with the BSD license,Tom spot Callaway2009-06-021-26/+25
* Mountd should use separate lockfilesBen Myers2009-04-032-4/+14
* nfs-utils: Include legacy or TI-RPC headers, not bothChuck Lever2009-03-161-0/+4
* nfs-utils: Provide type-checked version of svc_getcaller()Chuck Lever2009-03-052-16/+11
* Converted good_client() to correctly use the tcp wrapperSteve Dickson2009-03-041-1/+3
* Exportfs and rpc.mountd optimalizationTomas Richter2009-02-183-4/+4
* mountd: change "unknown host" error message to "unmatched host"Jeff Layton2008-09-291-1/+1
* 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
* 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
* There were 2 things wrong with auth flavour ordering:bc Wong2008-03-181-1/+8
* Stop rpc.mountd from probing all known devices which causesSteinar H. Gunderson2008-03-131-2/+0
* 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
* Fix bug when both crossmnt and fsid are set.Steve Dickson2008-01-191-3/+8
* Automatically set 'nohide' on referral exports.Steve Dickson2008-01-091-1/+10
* Fixed typo in rpc.mountd's man pageSteve Dickson2008-01-071-1/+1
* When mountd gets a request to export a mountpoint which is notSteve Dickson2007-11-031-1/+1
* mountd: address a minor compiler warningChuck Lever2007-10-121-1/+1
* mountd: eliminate a spurious compiler warningChuck Lever2007-10-121-1/+1
* 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-282-8/+6
* rpc.mountd: Change nfs_client->m_hostname to be a dynamically-allocated stringJeff Layton2007-09-281-2/+7
* rpc.mountd: fix memory leak and error handling in nfsd_fhJeff Layton2007-09-281-0/+3
* fix regression with rmtab handling in newer nfs-utils codeJeff Layton2007-08-071-3/+1
* Support sec= option to specify export securityJ. Bruce Fields2007-07-101-0/+21