summaryrefslogtreecommitdiffstats
path: root/support/nfs
Commit message (Expand)AuthorAgeFilesLines
* nfs-utils: Restore ABI compat with pre-merge libnfsidmapJustin Mitchell2017-11-072-20/+26
* nfs-utils: split conffile to a separate convenience libJustin Mitchell2017-10-262-4/+11
* conffile: Add get_str with default valueJustin Mitchell2017-10-261-0/+12
* conffile: Merge conf_get_str and conf_get_sectionJustin Mitchell2017-10-261-22/+14
* conffile: const-ify the config handling functionsJustin Mitchell2017-10-261-19/+19
* atomicio: removed a warningSteve Dickson2017-07-261-0/+1
* Reimplement include functionality in nfs.confJustin Mitchell2017-06-211-22/+56
* nfs.conf: Removed buffer overrunsJustin Mitchell2017-06-061-84/+117
* nfs.conf: Add function to cleanup and free the loaded configJustin Mitchell2017-06-061-7/+44
* nfs.conf: Remove static variables in parsing routinesJustin Mitchell2017-06-061-18/+21
* 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