summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* Added support for ext3 recognition in rquotadjweber2000-05-102-1/+2
|
* 2000-05-01 H.J. Lu <hjl@lucon.org>hjl2000-05-021-2/+4
| | | | | * utils/rquotad/rquota_server.c (getquotainfo): Skip bad mounting poins in /etc/fstab.
* 2000-05-01 H.J. Lu <hjl@lucon.org>hjl2000-05-011-6/+8
| | | | | * utils/rquotad/rquota_server.c (getquotainfo): Call stat () to check for the mounting point.
* Change to using variable length file handles, for better v3 support, andneilbrown2000-03-211-18/+22
| | | | | introduce getfh_size to use new (2.3.99) syscall for getting file handles with length
* add reporting of nohide, insecure_locks and no_subtree_check inneilbrown2000-03-071-0/+6
| | | | | exportfs -V cvs: ----------------------------------------------------------------------
* Use $(INSTALLSCRIPT) for scripts.chip2000-02-261-1/+1
|
* Fix typo.chip2000-02-261-1/+1
|
* Install nhfsstone helper scripts and their man pages.chip2000-02-261-1/+8
|
* Create man pages for nhfsstone support scripts.chip2000-02-263-0/+69
|
* Oops, I meant nhffstone(8).chip2000-02-261-1/+1
|
* Oops, that was MAN8, not MAN1.chip2000-02-261-1/+1
|
* Rename nhfsstone.1 to nhfsstone.man,chip2000-02-262-381/+1
| | | | and have it installed automatically.
* Rename from nhfsstone.1.chip2000-02-261-0/+381
|
* Fix typo in mapping example.chip2000-02-261-1/+1
|
* Install new man page.chip2000-02-261-1/+1
|
* Man page for rpc.lockd.chip2000-02-261-0/+24
|
* Support for NFSEXP_NOAUTHNLM introduced in 2.3.42neilbrown2000-02-041-1/+30
|
* Thu Feb 3 14:55:48 2000 H.J. Lu <hjl@lucon.org>hjl2000-02-031-7/+8
| | | | | | | | | * COPYING: Added. GPL. Thu Feb 03 14:40:40 2000 Cristian Gafton <gafton@redhat.com> * utils/rquotad/rquota_server.c (getquotainfo): Call statfs () to get the block size.
* Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>hjl2000-01-102-3/+9
| | | | | | | | * utils/mountd/auth.c (auth_authenticate_internal): Call xstrdup for hostname before passing it to gethostbyname. * utils/mountd/mountd.c (get_exportlist): Use xstrdup instead of strdup.
* Mon Dec 13 13:40:20 1999 H.J. Lu <hjl@lucon.org>hjl1999-12-131-1/+1
| | | | | * utils/rquotad/hasquota.c (hasquota): Malloc one more char for '/'.
* Fix rquotad.hjl1999-11-291-73/+23
|
* Accept lockd callbacks to the new port 24 as well as the historicalchip1999-11-251-1/+4
| | | | port 100021.
* 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
* Fix forward/reverse DNS lookup for authentication.hjl1999-10-261-16/+29
|
* Initial revisionhjl1999-10-1871-0/+9255