summaryrefslogtreecommitdiffstats
path: root/utils/exportfs
Commit message (Expand)AuthorAgeFilesLines
* exports.man: improve documentation of 'nohide' and 'crossmnt'NeilBrown2015-02-261-6/+36
* 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
* nfs-utils: Allow turning off nfsv3 readdir_plusRajesh Ghanekar2014-08-201-0/+5
* exportfs: Support raw IPv6 addresses with "client:/path"Chuck Lever2014-03-172-2/+78
* 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-212-10/+20
* exportfs: clean up exports.d discussionJ. Bruce Fields2013-09-301-10/+4
* exportfs: test_export shouldn't use invalid uid/gidJ. Bruce Fields2013-09-241-1/+1
* exports.man: quote command to preserve spaceJim Rees2013-09-051-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
* nfs-utils: exports man page: no_acl is not supportedHarshula Jayasuriya2012-02-291-18/+0
* man pages: fixed a few typos in a couple man pagesSteve Dickson2011-10-042-4/+4
* 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
* exports.man: Fix comment syntaxLuk Claes2011-08-291-76/+76
* exports.man: "\* d lets man complainLuk Claes2011-08-291-1/+1
* manpage: add section on character class matches to exports(5)Jeff Layton2011-06-221-5/+8
* nfs-utils: remove possibly false statement from exports.manJames Pearson2011-06-221-1/+1
* manpage: add info about IPv6 configuration to exports(5)Jeff Layton2011-06-221-4/+7
* exports: Clearly Defining Exports PrioritiesJames Pearson2011-06-071-13/+25
* Removed a warning from exportfs.cSteve Dickson2011-04-061-1/+1
* Update man pages for /etc/exports.dMasatake YAMATO2011-03-072-5/+50
* Read /etc/exports.d/*.export as extra export filesMasatake YAMATO2011-03-071-1/+58
* Cleared up the sync option in exportfs man pageSteve Dickson2010-10-201-1/+3
* Removed duplicate entries in export man pageSteve Dickson2010-10-151-14/+0
* mountd: Update mountd/exportfs man pages to reflect IPv6 changesChuck Lever2010-09-272-175/+200
* 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
* Added the sys/stat.h header file to a number ofSteve Dickson2010-01-221-0/+1