summaryrefslogtreecommitdiffstats
path: root/utils/exportfs/exportfs.c
Commit message (Expand)AuthorAgeFilesLines
* nfs-utils: Restore ABI compat with pre-merge libnfsidmapJustin Mitchell2017-11-071-1/+1
* config: Remove the conf_path globalJustin Mitchell2017-05-051-2/+1
* mountd/exportfs: implement the -s/--state-directory-path optionScott Mayhew2017-02-151-0/+13
* exportfs: support "security_label" export optionJ. Bruce Fields2017-01-121-0/+2
* exportfs: Make sure pass all valid export flags to nfsdKinglong Mee2017-01-041-5/+7
* exportfs: allow debugging to be enabled in nfs.confNeilBrown2016-12-201-0/+5
* exportfs: fix path comparison in unexportfs_parsed()Scott Mayhew2016-12-171-0/+2
* Remove all use of the nfsctl system call.NeilBrown2016-12-061-82/+2
* exportfs: remove redundant exports options outputJianhong Yin2016-11-221-8/+6
* Remove all use of /var/lib/nfs/xtabNeilBrown2016-11-151-3/+1
* nfs-server-generator: avoid using external services.NeilBrown2016-11-071-2/+2
* Move export_d_read() to support/export/export.cNeilBrown2016-08-201-59/+0
* exportfs: fix export point checkingJianhong Yin2016-07-181-2/+2
* exportfs: add the debug optionScott Mayhew2016-05-021-2/+5
* exportfs: Deal with path's trailing "/" in unexportfs_parsed()Yongcheng Yang2015-12-111-1/+10
* exportfs: Fix buf size in test_export() dump()Jianhong Yin2015-11-041-5/+8
* nfs-utils: add support for the "pnfs" export optionChristoph Hellwig2015-04-021-0/+2
* exportfs: warn when really nothing is exportedPavel Raiskup2014-12-031-9/+13
* exportfs: Do not fail on empty exports file.Steve Dickson2014-11-171-5/+5
* exportfs: Properly parse IPv6 literal strings with null terminationTodd Vierling2014-09-191-10/+8
* exportfs: taught exportfs -v about the nordirplus optionSteve Dickson2014-08-241-0/+2
* exportfs: Support raw IPv6 addresses with "client:/path"Chuck Lever2014-03-171-2/+62
* exportfs: Refactor exportfs() and unexportfs()Chuck Lever2014-03-171-23/+51
* exportfs: Don't buffer overflow on exports that are too big.Steve Dickson2014-01-201-0/+2
* exportfs.c: Escape path for '-s' optionTony Asleson2014-01-071-1/+12
* exportfs.c: Remove trailing whitespaceTony Asleson2014-01-071-15/+15
* exportfs.c: escape path for function test_exportTony Asleson2014-01-071-3/+7
* exportfs: modify can_test() to use LONG_MAX when appropriateHarshula Jayasuriya2013-11-201-4/+24
* exportfs: exit with error code if there was any error (take 2).NeilBrown2013-11-051-30/+13
* exportfs: report failure if asked to unexport something not exported.Steve Dickson2013-10-281-0/+2
* exportfs: exit with error code if there was any error.NeilBrown2013-10-221-10/+27
* Revert "exportfs: Return non-zero exit value on error"Steve Dickson2013-10-221-27/+10
* exportfs: Return non-zero exit value on errorTony Asleson2013-10-221-10/+27
* exportfs: Add -s option.Tony Asleson2013-10-211-9/+14
* exportfs: test_export shouldn't use invalid uid/gidJ. Bruce Fields2013-09-241-1/+1
* exportfs: Update exportfs flush option list in usage message.Namjae Jeon2012-07-051-9/+12
* exportfs: Removed warnings about routines not being prototypedSteve Dickson2012-03-121-2/+4
* exportfs: Stop racing exportfs on clustersSteve Dickson2012-03-121-0/+41
* exportfs: do not warn if /etc/exports.d/ does not existMike Frysinger2011-09-011-2/+5
* exportfs: drop extra newline in xlogMike Frysinger2011-09-011-4/+4
* exportfs: matchhostname() doesn't handle localhost properlyChuck Lever2011-08-291-2/+32
* Removed a warning from exportfs.cSteve Dickson2011-04-061-1/+1
* Read /etc/exports.d/*.export as extra export filesMasatake YAMATO2011-03-071-1/+58
* exportfs: Enable IPv6 support in matchhostname()Chuck Lever2010-09-161-21/+2
* exportfs: Use xlog() for error reportingChuck Lever2010-08-241-27/+29
* exportfs: exportfs.c no longer needs #include "xmalloc.h"Chuck Lever2010-08-241-2/+4
* libexport.a: Replace matchhostname()Chuck Lever2010-06-221-0/+78
* mountd: Replace "struct hostent" with "struct addrinfo"Chuck Lever2010-06-221-16/+9
* exportfs: Add a common exit label in exportfs()Chuck Lever2010-06-221-8/+6
* libexport.a: Add helpers to manage DNS lookupsChuck Lever2010-06-221-6/+5