summaryrefslogtreecommitdiffstats
path: root/utils/exportfs
Commit message (Collapse)AuthorAgeFilesLines
* Change CROSSMNT to CROSSMOUNTneilbrown2003-08-061-1/+1
|
* /proc/fs/nfsd as an alternate to /proc/fs/nfsdneilbrown2003-08-043-2/+6
|
* Release 1.0.5neilbrown2003-07-172-6/+42
|
* *** empty log message ***neilbrown2003-07-141-2/+2
|
* Assorted fixesneilbrown2003-07-141-5/+8
|
* new man page - nfsd.7neilbrown2003-07-032-0/+205
|
* Fixes to make unexporting and exporting with wildcardsneilbrown2003-07-031-4/+8
| | | | work more sensibly.
* new "mountpoint" export option.neilbrown2003-05-303-1/+34
|
* enhance exportfs to use new cache/upcall stuffneilbrown2003-05-211-6/+21
|
* Make CROSSMNT distinct from NOHIDEneilbrown2003-05-211-1/+3
|
* xneilbrown2002-11-191-3/+4
|
* 2002-10-11 H.J. Lu <hjl@lucon.org>hjl2002-10-111-1/+3
| | | | | | | | | | | | | * support/include/exportfs.h (export_errno): New. * support/nfs/exports.c: Include <errno.h>. (export_errno): New. (getexportent): Set export_errno to EINVAL for bad option. (parseopts): Likewise. Report the location of the default sync/async option. * utils/exportfs/exportfs.c (main): Initialize export_errno to 0. Return export_errno.
* *** empty log message ***neilbrown2002-02-281-0/+2
|
* fix exportfs.man to say what the (new) defaults areneilbrown2002-01-171-1/+1
|
* See Changelogneilbrown2002-01-171-9/+23
|
* * utils/exportfs/exports.man: Comment out a leftover TP thatchip2001-12-271-1/+1
| | | | was TPing our indentation.
* 2001-12-26 Chip Salzenberg <chip@pobox.com>chip2001-12-271-10/+14
| | | | | | | | | * utils/exportfs/exports.man: Emphasize the need for options to immediately follow client names. Explain that wildcards don't usually work on addresses, but may work when reverse DNS fails. * utils/mountd/mountd.man, utils/rquotad/rquotad.man, utils/statd/statd.man: Remove refs to non-existent "hosts_allow(5)". * debian/changelog: Version 0.3.3-6.
* 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
| | | | for all exports
* 2001-09-12 NeilBrown <neilb@cse.unsw.edu.au>neilbrown2001-09-121-1/+4
| | | | | | | | | * support/nfs/exports.c (putexportent): \octal quote any spaces etc in a path name * support/nfs/xio.c (xgettok): recognise double-quote and \octal quoting in path names * utils/exportfs/exports.man: document quoting conventions for path names
* 2000-10-18 Scott McDermott <mcdermot@questra.com>hjl2000-10-181-1/+5
| | | | * utils/exportfs/exports.man: Updated for CIDR netmask.
* 1/ be less trusting of information in /var/lib/nfs/xtab. Add things toneilbrown2000-08-231-1/+1
| | | | | | kernel even if they are in here. 2/ O_CREAT [ex]log when locking for write incase they don't exist 3/ added etc/debian diretory with some files
* add reporting of nohide, insecure_locks and no_subtree_check inneilbrown2000-03-071-0/+6
| | | | | exportfs -V cvs: ----------------------------------------------------------------------
* Fix typo in mapping example.chip2000-02-261-1/+1
|
* Support for NFSEXP_NOAUTHNLM introduced in 2.3.42neilbrown2000-02-041-1/+30
|
* Thu Oct 28 11:27:51 EST 1999 Neil Brown <neilb@cse.unsw.edu.au>neilbrown1999-10-281-179/+267
| | | | | | | | | | * support/include/nfs/export.h addedd NFSEXP_NOSUBTREECHECK * support/nfs/exports.c: added {no_,}subtree_check and changed crossmnt to nohide * utils/exportfs/exports.man: added no_subtree_check and nohide and removed irrelevant stuff from unfsd. * support/export/rmtab.c: rmtab_read didn't quite do the right thing if a pathname from rmtab was a subdirectory of an export-point
* Initial revisionhjl1999-10-184-0/+905