summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix line numbers in tokenizer, which reads /etc/exports etc.chip2000-02-262-4/+7
|
* Support for NFSEXP_NOAUTHNLM introduced in 2.3.42neilbrown2000-02-042-2/+12
|
* changed parseopts to not modify the "char *cp" argument. It wasneilbrown1999-11-221-7/+15
| | | | | replacing commas with nuls so that parseopts could not be called twice with the same string.
* Thu Oct 28 11:27:51 EST 1999 Neil Brown <neilb@cse.unsw.edu.au>neilbrown1999-10-284-17/+35
| | | | | | | | | | * 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-1847-0/+5223