summaryrefslogtreecommitdiffstats
path: root/utils/exportfs/exportfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added the sys/stat.h header file to a number ofSteve Dickson2010-01-221-0/+1
* Exportfs and rpc.mountd optimalizationTomas Richter2009-02-181-6/+5
* Stop exportfs warning about needing fsid, when we actually have oneDavid Woodhouse2008-08-281-1/+9
* Support sec= option to specify export securityJ. Bruce Fields2007-07-101-0/+1
* exportfs - test exportability of filesystems when exportfs is run.Neil Brown2007-04-021-1/+85
* Make warning about host matching multiple exports more helpful.Neil Brown2007-03-191-0/+2
* Remove "maptype" supportJ. Bruce Fields2007-03-151-4/+0
* Extend the exportfs/mountd interface to pass fslocations info into the kernelFred Isaman2007-02-271-0/+2
* Extend the exportfs interface to pass fslocations info into the kernel.Fred Isaman2007-02-221-1/+13
* Use UUIDs to identify filesystems if kernel supports it.Neil Brown2007-02-121-0/+2
* One final step in convertion of anon = -2 -> 65534Neil Brown2006-08-091-2/+2
* Autogen updateneilbrown2005-12-201-1/+3
* Support "acl" and "no_acl" export options.chip2005-04-061-0/+2
* Prepare to support gss authentication and idmap looks for nfsv4neilbrown2004-09-151-28/+38
* Fix cache flushing problem.neilbrown2004-06-081-1/+2
* Change CROSSMNT to CROSSMOUNTneilbrown2003-08-061-1/+1
* /proc/fs/nfsd as an alternate to /proc/fs/nfsdneilbrown2003-08-041-1/+1
* Release 1.0.5neilbrown2003-07-171-2/+8
* *** empty log message ***neilbrown2003-07-141-2/+2
* Assorted fixesneilbrown2003-07-141-5/+8
* Fixes to make unexporting and exporting with wildcardsneilbrown2003-07-031-4/+8
* new "mountpoint" export option.neilbrown2003-05-301-0/+14
* enhance exportfs to use new cache/upcall stuffneilbrown2003-05-211-6/+21
* Make CROSSMNT distinct from NOHIDEneilbrown2003-05-211-1/+3
* 2002-10-11 H.J. Lu <hjl@lucon.org>hjl2002-10-111-1/+3
* *** empty log message ***neilbrown2002-02-281-0/+2
* missed an assignment for hp->h_name to hname...neilbrown2001-09-211-0/+1
* make "exportfs -au" do no DNS lookupneilbrown2001-09-201-44/+13
* call gethostbyaddr to make sure that we have canonical hostnameneilbrown2001-09-201-1/+8
* 1/ be less trusting of information in /var/lib/nfs/xtab. Add things toneilbrown2000-08-231-1/+1
* add reporting of nohide, insecure_locks and no_subtree_check inneilbrown2000-03-071-0/+6
* Initial revisionhjl1999-10-181-0/+391