summaryrefslogtreecommitdiffstats
path: root/utils/mountd
Commit message (Expand)AuthorAgeFilesLines
...
* mountd: Fix memcmp result comparison error for uuid match.Doug Nazar2010-07-191-1/+1
* mountd: Replace "struct hostent" with "struct addrinfo"Chuck Lever2010-06-223-58/+67
* libexport.a: Add helpers to manage DNS lookupsChuck Lever2010-06-222-9/+12
* Improve support for exporting btrfs subvolumesNeilBrown2010-06-221-29/+78
* Mountd listens on 2 different versions for NFSv2 (MOUNTv1 and MOUNTv2)NeilBrown2010-05-241-6/+8
* mountd/exportfs: Make m_addrlist field a nfs_sockaddrChuck Lever2010-05-052-2/+3
* mountd: trivial: name parameters for clarityJ. Bruce Fields2010-03-081-4/+4
* mountd: fix path comparison for v4 crossmntJ. Bruce Fields2010-03-081-1/+1
* mountd: fix --manage-gids hang due to int/uint bugSteve Dickson2010-03-081-7/+7
* nfs-utils: dont leak fd in mountlist_listBen Myers2010-02-121-1/+4
* tcpwrapper: Add support for IPv6Chuck Lever2010-01-171-4/+2
* tcp_wrapper: Clean up logit()Chuck Lever2010-01-171-1/+1
* mountd: better hiding of v4root exports from mountd clientsJ. Bruce Fields2010-01-131-0/+4
* 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