summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* 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
* conffile: use standard uint*_t and unsigned charNatanael Copa2014-09-152-8/+9
* nfs-utils: Allow turning off nfsv3 readdir_plusRajesh Ghanekar2014-08-202-1/+6
* mountd: fix segfault in add_name with newer gcc compilersJeff Layton2014-05-011-2/+6
* nfsidmap: fix error reporting for nfs4_* family of functionsMateusz Guzik2014-03-112-0/+13
* nfsd: support NFS4_MAXMINOR up to the number an unsigned int can keepSteve Dickson2014-02-131-1/+2
* exportfs: Exit with correct value when an error occursSteve Dickson2014-01-201-1/+1
* nfsd: fix minorversion-choosing interfaceJ. Bruce Fields2014-01-071-1/+0
* nfs-utils: consolidate mydaemon() and release_parent() implementationsJeff Layton2013-11-203-1/+153
* 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-053-6/+20
* exportfs: exit with error code if there was any error (take 2).NeilBrown2013-11-055-11/+6
* Stop Treat IP addresses a FQDN rather than SUBNETs.NeilBrown2013-10-241-11/+0
* exportfs: exit with error code if there was any error.NeilBrown2013-10-221-0/+2
* Revert "exportfs: Return non-zero exit value on error"Steve Dickson2013-10-221-2/+0
* exportfs: Return non-zero exit value on errorTony Asleson2013-10-221-0/+2
* 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-192-2/+4
* rpc.nfsd: Allow v4.2 server support with the -V optionSteve Dickson2013-08-191-0/+4
* rpc.nfsd: No longer advertise NFS v2 support.Steve Dickson2013-08-191-0/+1
* statd: exit if a statd is already runningWeston Andros Adamson2013-05-072-0/+27
* mountd: fix exporting of "/" with sec= setting.NeilBrown2013-04-222-1/+2
* nfsd: Add support for the -V and --nfs-version optional argumentsTrond Myklebust2013-03-251-0/+1
* configure: check for libio.h availabilityMike Frysinger2013-03-251-0/+6
* Add a default flavor to an export's e_secinfo listChuck Lever2013-03-251-0/+2
* mountd: fix checking for errors when exporting filesystemsNeilBrown2012-12-171-4/+9
* libexport.a: xtab.c no longer needs #include xmalloc.hChuck Lever2012-12-121-1/+1
* libexport.a: rmtab.c no longer needs #include xmalloc.hChuck Lever2012-12-121-3/+3
* mountd: Avoid unnecessary type conversionsChuck Lever2012-10-302-0/+6
* nfs-utils: Eliminate dereferencing type punned pointersChuck Lever2012-10-301-6/+4
* mountd: Add exportent_release()Chuck Lever2012-10-222-7/+13
* Exportfs crashes with long pathIvan Romanov2012-10-151-1/+1
* nfsdcld: Before clearing the capability bounding set, check if we have the capHarald Hoyer2012-06-191-1/+1