summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* 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
* exportfs: Restore the EAI_NONAME check in host_pton()Scott Mayhew2015-11-021-0/+2
* mountd: fix netgroup lookup for resolvable IP addressesFrank Sorenson2015-11-021-0/+15
* Allow gssd and svcgssd to set the libtirpc debug levelScott Mayhew2015-11-021-0/+3
* 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-022-0/+6
* mountd: Fix memory leak in getexportentScott Mayhew2015-02-261-1/+1
* cleanup daemonization codeDavid Hardeman2015-01-232-47/+50
* Fix up issue with "make dist"NeilBrown2014-12-071-0/+5
* nfslib: remove now unused FILE helpersTimo Teräs2014-12-072-117/+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-073-0/+3
* exportfs: warn when really nothing is exportedPavel Raiskup2014-12-032-14/+8
* exportfs: Do not fail on empty exports file.Steve Dickson2014-11-172-4/+11
* 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-123-33/+36
* exportfs: changes handling of unresolvable entriesHenrique Martins2014-11-043-5/+12
* nfs_get_tcpclient/nfs_get_udpclient - make bind(2) implicitChris Perl2014-09-161-48/+20
* exportfs: fix test of NULL pointer in host_pton()Natanael Copa2014-09-151-5/+7
* 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-153-13/+13
* Fix header include for definition of NULLNatanael Copa2014-09-151-0/+1