summaryrefslogtreecommitdiffstats
path: root/utils/mountd
Commit message (Expand)AuthorAgeFilesLines
* Remove error messages on xstrdup failure.NeilBrown2016-12-061-5/+1
* Remove all use of the nfsctl system call.NeilBrown2016-12-062-56/+16
* Remove all use of /var/lib/nfs/xtabNeilBrown2016-11-152-10/+2
* mountd: fail nfsd.export lookup for path to unmounted exportpointNeilBrown2016-08-031-1/+17
* mountd: allow alternate ttl to be specified for dump_to_cache.NeilBrown2016-08-031-8/+12
* mount: fix memory leak in v4root_add_parentsNeilBrown2016-08-031-3/+3
* mountd: remove the --exports-file optionNeilBrown2016-08-034-21/+5
* mountd: cleaned up usage message.Steve Dickson2016-05-201-1/+1
* fix building w/newer C librariesMike Frysinger2016-04-271-0/+1
* mountd.man: Update to change -P option as an alias for -pYongcheng Yang2016-03-161-4/+1
* mountd: print an error message when no versions are specifiedSteve Dickson2016-01-201-2/+3
* mountd: added missing argument to usage stringSteve Dickson2016-01-201-2/+3
* Close etab file's file descriptor on stat error.Malahal Naineni2015-11-021-3/+14
* mountd: fix mount issue due to comparison with uninitialized uuidVivek Trivedi2015-09-161-5/+4
* Fixed typo in rpc.mount man pageSteve Dickson2015-07-141-1/+1
* security information number as, 1 1 0 0Kinglong Mee2015-05-061-0/+3
* mountd: Enable all auth flavors on pseudofs exportsScott Mayhew2015-04-021-9/+10
* mountd: fix next_mnt handling for "/"NeilBrown2015-02-261-1/+1
* Fix up issue with "make dist"NeilBrown2014-12-071-0/+1
* mountd: talk to kernel using file descriptors instead of FILETimo Teräs2014-12-071-160/+183
* mountd: Only work around glibc bugs on glibcNatanael Copa2014-09-151-1/+1
* mountd: use standard dev_t instead of glibc internalsNatanael Copa2014-09-151-1/+1
* mountd.man: Added missing arguments in man pageJianhong Yin2014-06-171-6/+6
* mountd: add support for case-insensitive file namesSteve Dickson2014-06-171-2/+82
* mountd: use SONAME fir libnfsjunct when loading with dlopenNeilBrown2014-03-111-2/+7
* mountd: optimize libblkid usageKarel Zak2014-01-071-3/+35
* mountd: Add the ability to disable UDP listeners.Steve Dickson2013-11-052-3/+10
* mountd: Use protocol bit fields to turn protocols off.Steve Dickson2013-11-051-1/+1
* mountd: fix bug affecting exports of dirs with 64bit inode number.NeilBrown2013-10-241-11/+14
* mountd: Fix is_subdirectory againNeilBrown2013-05-071-10/+14
* mountd: fix exporting of "/" with sec= setting.NeilBrown2013-04-221-0/+1
* mountd: Add the missing '$' in auth_unix_ip()Jose Castillo2013-04-221-4/+6
* mountd: regression in crossmountsSteve Dickson2013-03-251-1/+4
* mountd: make local functions in v4root.c staticChuck Lever2013-03-251-2/+4
* mountd: remove unused variableChuck Lever2013-03-251-2/+0
* mountd: fix is_subdirectory to understand '/'NeilBrown2012-12-171-23/+25
* mountd: Report the absolute path used to load the junction plug-inChuck Lever2012-12-121-0/+7
* mountd: cache.c no longer needs #include xmalloc.hChuck Lever2012-12-121-1/+0
* mountd: auth.c no longer needs #include xmalloc.hChuck Lever2012-12-121-1/+2
* mountd: auth_unix_ip should downcall on error to prevent hangsJ. Bruce Fields2012-11-281-7/+4
* mountd: Avoid unnecessary type conversionsChuck Lever2012-10-301-2/+2
* mountd: Avoid unnecessary type conversionsChuck Lever2012-10-301-1/+1
* mountd: Avoid unnecessary type conversionsChuck Lever2012-10-301-4/+4
* mountd: Make local functions staticChuck Lever2012-10-301-2/+4
* mountd: Eliminate unnecessary type conversionsChuck Lever2012-10-301-2/+2
* mountd: Avoid unnecessary type conversionsChuck Lever2012-10-301-5/+5
* mountd: Simplify "no junction support" caseChuck Lever2012-10-221-13/+19
* mountd: Dynamically allocate exportent that represents junctionsChuck Lever2012-10-221-24/+31
* mountd: Junctions inherit parent export's optionsChuck Lever2012-10-221-20/+35
* mountd: Add lookup_export_parent()Chuck Lever2012-10-221-9/+70