summaryrefslogtreecommitdiffstats
path: root/utils/mountd
Commit message (Expand)AuthorAgeFilesLines
* 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
* nfs-utils: have mountd hold open etab file to force inode number to changeJeff Layton2007-05-113-15/+26
* update manpages for showmount and mountdJeff Layton2007-05-081-0/+7
* mountd - improve checks and error messages for export failure.Neil Brown2007-04-021-6/+18
* mountd - better response to failed attempts to export filesystemsNeil Brown2007-03-291-3/+6
* Allow disabling of libblkid usage.Neil Brown2007-03-201-0/+10
* When finding an export for an fsid, check submounts too.Neil Brown2007-03-191-10/+63
* Handle 'crossmnt' when kernel asked for export options for a directory.Neil Brown2007-03-191-1/+26
* Allow exporting of a subfilesystem when 'crossmnt' is set.Neil Brown2007-03-192-10/+50
* Work around svc_getreqset in glibc 3Neil Brown2007-03-191-0/+26
* Make warning about host matching multiple exports more helpful.Neil Brown2007-03-191-3/+5
* Don't complain if two exports of different types match the same IP address.Neil Brown2007-03-161-2/+4
* Remove "maptype" supportJ. Bruce Fields2007-03-151-6/+0
* Use very long timeout for information in the filehandle->path cache.Simon Peter2007-03-131-1/+9
* Fix silly bug with gid lookupNeil Brown2007-02-271-1/+1
* Extend the exportfs/mountd interface to pass fslocations info into the kernelFred Isaman2007-02-271-8/+12
* Fix reference error when writing fsloc data to cacheKevin Coffman2007-02-271-1/+1
* Add missing fsloc.[ch] files - oops.Neil Brown2007-02-262-0/+234
* Extend the exportfs interface to pass fslocations info into the kernel.Fred Isaman2007-02-222-1/+26
* Support group-id looks for kernels that ask for them.Neil Brown2007-02-123-4/+77
* Use UUIDs to identify filesystems if kernel supports it.Neil Brown2007-02-122-11/+157
* Remove duplicated code.Kevin Coffman2007-02-091-17/+20
* Make mountd complain on unsupported uid mapping schemesSteinar H. Gunderson2007-02-051-0/+6
* Ensure 'showmount -e' gets current information.Neil Brown2007-01-113-5/+10
* Error check messages sent to the kernel.Neil Brown2007-01-112-13/+21