summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* nfs-utils: Restore ABI compat with pre-merge libnfsidmapJustin Mitchell2017-11-074-23/+42
* gitignore: ignore files generated by libnfsidmap compilationSteve Dickson2017-11-021-11/+0
* nfs-utils: cleanup warnings from merged libnfsidmap codeJustin Mitchell2017-10-265-21/+33
* nfs-utils: integrate libnfsidmap code with rest of nfs-utilsJustin Mitchell2017-10-267-12/+29
* nfs-utils: Import libnfsidmap codebaseJustin Mitchell2017-10-2616-0/+4827
* nfs-utils: split conffile to a separate convenience libJustin Mitchell2017-10-262-4/+11
* conffile: Add get_str with default valueJustin Mitchell2017-10-262-0/+13
* conffile: Merge conf_get_str and conf_get_sectionJustin Mitchell2017-10-261-22/+14
* conffile: const-ify the config handling functionsJustin Mitchell2017-10-262-30/+30
* nfs-utils: add missing include of stdint.hMatthew Weber2017-10-051-0/+1
* atomicio: removed a warningSteve Dickson2017-07-261-0/+1
* present_address: Fixed error pathSteve Dickson2017-07-261-0/+1
* rpc.c: added include file so UINT16_MAX is defined.Steve Dickson2017-06-221-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-062-7/+45
* nfs.conf: Remove static variables in parsing routinesJustin Mitchell2017-06-061-18/+21
* config: Remove the conf_path globalJustin Mitchell2017-05-052-22/+26
* nfsd: don't enable a UDP socket by defaultJeff Layton2017-04-051-1/+1
* nfsd: Allow the caller to turn off NFSv4.0 without turning off NFSv4.xTrond Myklebust2017-04-051-2/+5
* conffile: ignore empty environment variables.NeilBrown2017-02-151-1/+1
* mountd/exportfs: implement the -s/--state-directory-path optionScott Mayhew2017-02-154-23/+105
* libnsm.a: refactor nsm_setup_pathnames() and nsm_make_pathname()Scott Mayhew2017-02-154-43/+118
* exportfs: support "security_label" export optionJ. Bruce Fields2017-01-122-1/+6
* xlog: Add common support for "debug=??" in /etc/nfs.confNeilBrown2016-12-202-0/+15
* 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-202-0/+34
* Remove all use of the nfsctl system call.NeilBrown2016-12-0615-800/+4
* exportfs: remove redundant exports options outputJianhong Yin2016-11-221-1/+0
* Remove all use of /var/lib/nfs/xtabNeilBrown2016-11-153-41/+3
* nfs-server-generator: avoid using external services.NeilBrown2016-11-072-6/+11
* Move export_d_read() to support/export/export.cNeilBrown2016-08-202-0/+66
* statd: suppress a benign log message in nsm_delete_host()Scott Mayhew2016-06-212-7/+10
* exportfs: replace one xlog(D_GENERAL) in host_canonname()Scott Mayhew2016-05-021-1/+1
* fix building w/newer C librariesMike Frysinger2016-04-272-0/+7
* statd: Don't unregister statd service on failing to execute calloutToshiaki Makita2016-03-161-1/+1
* libexport.a: fix missing brace in host_ntop() fallbackStefan Hajnoczi2016-03-161-1/+1
* nfs_connect_nb: handle EINTR during connection establishmentOlga Kornievskaia2016-01-161-5/+11
* Set right error after getaddrinfo failsRinku Kothiya2016-01-161-2/+2
* mountd: fix netgroup lookup for short hostnamesFrank Sorenson2015-12-161-10/+7
* libnsm.a: do not close file if open failedVivek Trivedi2015-12-112-2/+4
* svc_create.c: Make sure errors are loggedSteve Dickson2015-11-202-10/+13
* mydaemon.c: Removed a warningSteve Dickson2015-11-041-0/+1