summaryrefslogtreecommitdiffstats
path: root/support/nfs
Commit message (Collapse)AuthorAgeFilesLines
* 2000-03-21 Michael Weiser <michael@weiser.saale-net.de>hjl2000-03-221-2/+2
| | | | | * support/nfs/exports.c (parsesquash): Correctly set the return pointer.
* Change to using variable length file handles, for better v3 support, andneilbrown2000-03-211-6/+31
| | | | | introduce getfh_size to use new (2.3.99) syscall for getting file handles with length
* Conserve sockets: Reuse RPC transports.chip2000-03-131-8/+26
|
* Fix typo in previous change.chip2000-02-261-6/+7
|
* Fix line numbers in tokenizer, which reads /etc/exports etc.chip2000-02-261-3/+6
|
* Support for NFSEXP_NOAUTHNLM introduced in 2.3.42neilbrown2000-02-041-0/+10
|
* 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-281-0/+12
| | | | | | | | | | * 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-1818-0/+2149