summaryrefslogtreecommitdiffstats
path: root/support/nfs
Commit message (Expand)AuthorAgeFilesLines
* config: Remove the conf_path globalJustin Mitchell2017-05-051-18/+25
* conffile: ignore empty environment variables.NeilBrown2017-02-151-1/+1
* mountd/exportfs: implement the -s/--state-directory-path optionScott Mayhew2017-02-152-3/+7
* exportfs: support "security_label" export optionJ. Bruce Fields2017-01-121-0/+4
* xlog: Add common support for "debug=??" in /etc/nfs.confNeilBrown2016-12-201-0/+14
* conffile: fix striping of quotes from values.NeilBrown2016-12-201-8/+8
* conffile: allow embedded spaces in values.NeilBrown2016-12-201-2/+6
* conffile: allow $name expansion of tag values.NeilBrown2016-12-201-2/+14
* conffile: ignore setting of empty stringNeilBrown2016-12-201-0/+2
* conffile: strip "quotes" from values in conf file.NeilBrown2016-12-201-9/+16
* conffile: add support for include files.NeilBrown2016-12-201-2/+6
* conffile: split loading of file into a separate function.NeilBrown2016-12-201-21/+26
* conffile: free image of config file after parsingNeilBrown2016-12-201-11/+6
* conffile: add bool supportNeilBrown2016-12-201-0/+32
* Remove all use of the nfsctl system call.NeilBrown2016-12-067-368/+3
* exportfs: remove redundant exports options outputJianhong Yin2016-11-221-1/+0
* fix building w/newer C librariesMike Frysinger2016-04-271-0/+1
* nfs_connect_nb: handle EINTR during connection establishmentOlga Kornievskaia2016-01-161-5/+11
* libnsm.a: do not close file if open failedVivek Trivedi2015-12-111-1/+2
* svc_create.c: Make sure errors are loggedSteve Dickson2015-11-202-10/+13
* mydaemon.c: Removed a warningSteve Dickson2015-11-041-0/+1
* close the syslog fd in daemon_init()Scott Mayhew2015-11-021-0/+1
* security information number as, 1 1 0 0Kinglong Mee2015-05-061-1/+1
* exportfs: add missing comma for exports entKinglong Mee2015-04-061-1/+1
* nfs-utils: add support for the "pnfs" export optionChristoph Hellwig2015-04-021-0/+5
* mountd: Fix memory leak in getexportentScott Mayhew2015-02-261-1/+1
* cleanup daemonization codeDavid Hardeman2015-01-231-45/+47
* nfslib: remove now unused FILE helpersTimo Teräs2014-12-071-110/+0
* nfsexport: talk to kernel using file descriptors instead of FILETimo Teräs2014-12-071-33/+44
* Add string.h to source files that need itTimo Teräs2014-12-071-0/+1
* rpc.mountd: set libtirpc nonblocking mode to avoid DOSBodo Stroesser2014-11-121-0/+17
* rpc.mountd: set nonblocking mode with libtirpcBodo Stroesser2014-11-121-0/+7
* rpc.mountd: set nonblocking mode if no libtirpcBodo Stroesser2014-11-122-33/+35
* nfs_get_tcpclient/nfs_get_udpclient - make bind(2) implicitChris Perl2014-09-161-48/+20
* Allow usage of getrpcbynumber() when getrpcbynumber_r() is unavailableNatanael Copa2014-09-151-3/+12
* replace __attribute_malloc__ with the more portable __attribute__((__malloc__))Natanael Copa2014-09-151-1/+1
* conffile: use standard uint*_t and unsigned charNatanael Copa2014-09-151-7/+7
* nfs-utils: Allow turning off nfsv3 readdir_plusRajesh Ghanekar2014-08-201-0/+4
* nfsidmap: fix error reporting for nfs4_* family of functionsMateusz Guzik2014-03-111-0/+12
* exportfs: Exit with correct value when an error occursSteve Dickson2014-01-201-1/+1
* nfs-utils: consolidate mydaemon() and release_parent() implementationsJeff Layton2013-11-202-1/+149
* mountd: Add the ability to disable UDP listeners.Steve Dickson2013-11-051-0/+3
* mountd: Use protocol bit fields to turn protocols off.Steve Dickson2013-11-052-5/+19
* exportfs: exit with error code if there was any error (take 2).NeilBrown2013-11-052-6/+5
* exportfs: Fix the default authentication flavour settingTrond Myklebust2013-09-241-2/+3
* exportfs: insecure/secure should be a secinfo_flagTrond Myklebust2013-09-181-7/+27
* mount.nfs: dont pass options from configuration sections that are not relevantScott Mayhew2013-08-191-1/+3
* statd: exit if a statd is already runningWeston Andros Adamson2013-05-071-0/+22
* mountd: fix exporting of "/" with sec= setting.NeilBrown2013-04-221-1/+1
* Add a default flavor to an export's e_secinfo listChuck Lever2013-03-251-0/+2