summaryrefslogtreecommitdiffstats
path: root/utils/mountd
Commit message (Expand)AuthorAgeFilesLines
* 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
* mountd: Set e_fslocdata field directlyChuck Lever2012-10-221-14/+23
* mountd: Use static buffer when constructing junction export optionsChuck Lever2012-10-221-31/+5
* mountd: Warn when a broken junction is encounteredChuck Lever2012-10-221-5/+14
* utils: Return status 0 on clean exitsMantas Mikulenas2012-10-151-1/+2
* mountd: Honor the no_root_squash flag on pseudo rootsJ. Bruce Fields2012-05-291-1/+4
* mountd: handle allocation failures in auth_unix_ip upcallJ. Bruce Fields2012-05-031-3/+9
* mountd: prepend '$' to make use_ipaddr clients self-describingJ. Bruce Fields2012-05-033-7/+24
* mountd: add trivial helpers for client-matchingJ. Bruce Fields2012-05-033-13/+24
* mountd: parse ip address earlierJ. Bruce Fields2012-05-031-18/+22
* mountd: fix export upcall failure in use_ipaddr caseJ. Bruce Fields2012-05-031-0/+1
* v4_root_add_parents: remove a possible buffer overflow.NeilBrown2012-05-011-2/+2
* v4root: set the time-to-live for V4ROOT exports to the DEFAULT.NeilBrown2012-05-011-0/+1
* 4set_root: force "fsid=0" for all exports of '/'NeilBrown2012-05-011-0/+7
* nfsd_fh: if two exports are possible, choose the one without V4ROOTNeilBrown2012-05-011-1/+10
* auth_authenticate_newcache: prefer non-V4ROOT export over V4ROOT exportsNeilBrown2012-05-011-4/+3
* lookup_export: really prefer nonV4ROOT exports.NeilBrown2012-05-011-3/+7
* mountd: support IPv6 [] escaping with fsloc hostsWeston Andros Adamson2012-05-011-3/+17
* autoconf: only link binaries that need it to libtirpcJeff Layton2012-01-161-1/+1
* mountd: Support junction management plug-insChuck Lever2012-01-052-2/+225
* mountd: remove newline from xlog() format specifier stringsChuck Lever2012-01-051-5/+5
* mountd: Plug v4root memory leakChuck Lever2012-01-051-1/+1
* mountd: Fixed strcmp usage in in insert groups.Matthew Treinish2011-08-031-1/+1
* rpc.mountd: let mountd consult /etc/services for portMi Jinlong2011-08-031-1/+4
* mountd: move fsidtype-specific code to helpersJ. Bruce Fields2011-06-271-111/+129
* mountd: gather fsid information into one structJ. Bruce Fields2011-06-271-34/+45
* mountd: prefer explicit subexports over crossmnt parentsJ. Bruce Fields2011-06-271-3/+15