Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1/ be less trusting of information in /var/lib/nfs/xtab. Add things to | neilbrown | 2000-08-23 | 1 | -2/+2 |
| | | | | | | 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 | ||||
* | 2000-05-31 H.J. Lu <hjl@lucon.org> | hjl | 2000-06-01 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (VERSION): Set to "0.1.7.5". * configure: Regenerated. * nfs-utils.spec: Updated. * support/include/nfslib.h (exportent): Add a new field, r_count, to count the number of mounts from a client. (getrmtabent): Take a new argument for position in file. (putrmtabent): Likewise. (fgetrmtabent): Likewise. (fputrmtabent): Likewise. * support/nfs/rmtab.c (getrmtabent): Handle the new argument for position in file. (fgetrmtabent): Likewise. (putrmtabent): Likewise. (fputrmtabent): Likewise. * support/nfs/rmtab.c (fgetrmtabent): Get value for the new field, r_count. * support/export/rmtab.c (rmtab_read): Pass NULL as the new argument to getrmtabent (), fgetrmtabent (), putrmtabent () and fputrmtabent (). * utils/mountd/rmtab.c (mountlist_add): Likewise. (mountlist_del): Likewise. (mountlist_del_all): Likewise. (mountlist_list): Likewise. * utils/mountd/rmtab.c (mountlist_add): Increment "r_count" for the existing entry and initialize "r_count" to 1. (mountlist_del): Decrement "r_count". | ||||
* | Change to using variable length file handles, for better v3 support, and | neilbrown | 2000-03-21 | 2 | -32/+22 |
| | | | | | introduce getfh_size to use new (2.3.99) syscall for getting file handles with length | ||||
* | Fix line numbers in tokenizer, which reads /etc/exports etc. | chip | 2000-02-26 | 1 | -1/+1 |
| | |||||
* | Support for NFSEXP_NOAUTHNLM introduced in 2.3.42 | neilbrown | 2000-02-04 | 1 | -2/+2 |
| | |||||
* | Thu Oct 28 11:27:51 EST 1999 Neil Brown <neilb@cse.unsw.edu.au> | neilbrown | 1999-10-28 | 1 | -2/+4 |
| | | | | | | | | | | * 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 revision | hjl | 1999-10-18 | 18 | -0/+1472 |