summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2000-05-01 H.J. Lu <hjl@lucon.org>hjl2000-05-014-3/+9
| | | | | | * configure.in (VERSION): Set to "0.1.7.2". * configure: Regenerated. * nfs-utils.spec: Updated.
* 2000-05-01 H.J. Lu <hjl@lucon.org>hjl2000-05-012-6/+13
| | | | | * utils/rquotad/rquota_server.c (getquotainfo): Call stat () to check for the mounting point.
* Really(!) finish the port-sharing diff.chip2000-04-301-2/+4
|
* Really re-use RPC ports.chip2000-04-301-0/+6
|
* Really reuse ports, even when mountd is run without '-p'.chip2000-04-301-2/+2
|
* 2000-04-26 H.J. Lu <hjl@lucon.org>hjl2000-04-264-3/+9
| | | | | | * configure.in (VERSION): Set to "0.1.7.1". * configure: Regenerated. * nfs-utils.spec: Updated.
* 2000-04-26 H.J. Lu <hjl@lucon.org>hjl2000-04-262-3/+17
| | | | | * etc/redhat/nfslock.init: Check if lockd exits before killing it.
* 2000-04-25 H.J. Lu <hjl@lucon.org>hjl2000-04-262-2/+7
| | | | * README: Require util-linux-2.10f-mount-rpc.patch for mount.
* 2000-03-21 Michael Weiser <michael@weiser.saale-net.de>hjl2000-03-222-3/+8
| | | | | * support/nfs/exports.c (parsesquash): Correctly set the return pointer.
* Change to using variable length file handles, for better v3 support, andneilbrown2000-03-217-59/+97
| | | | | introduce getfh_size to use new (2.3.99) syscall for getting file handles with length
* Conserve sockets: Reuse RPC transports.chip2000-03-132-9/+32
|
* 2000-03-13 H.J. Lu <hjl@lucon.org>hjl2000-03-136-540/+420
| | | | | | | | | | | | | | * etc/redhat/nfsd.init: Updated. * etc/redhat/nfslock.init: Updated. * nfs-utils.spec.in: Updated. * configure.in (VERSION): Set to "0.1.7". * configure: Regenerated. * nfs-utils.spec: Updated. * README: Updated.
* Updated.hjl2000-03-132-3/+3
|
* add reporting of nohide, insecure_locks and no_subtree_check inneilbrown2000-03-072-1/+12
| | | | | exportfs -V cvs: ----------------------------------------------------------------------
* INSTALLSCRIPT et al.chip2000-02-261-0/+6
|
* Use $(INSTALLSCRIPT) for scripts.chip2000-02-261-1/+1
|
* Strip all binaries on installation, even suids.chip2000-02-261-1/+2
| | | | Add new INSTALLSCRIPT macro.
* Fix typo.chip2000-02-261-1/+1
|
* Install nhfsstone helper scripts and their man pages.chip2000-02-261-1/+8
|
* Further installation and documentation of nhfsstone.chip2000-02-261-1/+3
|
* 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
|
* Documentation updates.chip2000-02-261-1/+9
|
* Line number fix to xungetc.chip2000-02-261-0/+7
|
* Fix typo in previous change.chip2000-02-261-6/+7
|
* Fix line numbers in tokenizer, which reads /etc/exports etc.chip2000-02-262-4/+7
|
* 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-044-3/+50
|
* Thu Feb 3 14:55:48 2000 H.J. Lu <hjl@lucon.org>hjl2000-02-033-7/+357
| | | | | | | | | * 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.
* Tue Jan 25 11:04:17 2000 H.J. Lu <hjl@lucon.org>hjl2000-01-252-1/+5
| | | | * nfs-utils.spec.in: Update ftp site.
* Mon Jan 17 11:48:18 2000 H.J. Lu <hjl@lucon.org>hjl2000-01-172-14/+20
| | | | * README: Update hostnames.
* Tue Jan 11 10:06:22 2000 H.J. Lu <hjl@lucon.org>hjl2000-01-115-8/+16
| | | | | | | | * configure.in (VERSION): Set to "0.1.6". * configure: Regenerated. * nfs-utils.spec: Updated. * README: Updated.
* Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>hjl2000-01-103-3/+17
| | | | | | | | * 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.
* Update the mailing list address.hjl1999-12-192-2/+5
|
* Updated for 0.1.5.hjl1999-12-195-321/+483
|
* Mon Dec 13 13:40:20 1999 H.J. Lu <hjl@lucon.org>hjl1999-12-132-5/+10
| | | | | * utils/rquotad/hasquota.c (hasquota): Malloc one more char for '/'.
* 1. Added nfs-utils.spec.in.hjl1999-12-067-12/+108
| | | | 2. Updated for 0.1.4.
* Use $(CC) as set by configure.chip1999-12-042-1/+5
|
* Call $(MAKE) with $(MFLAGS).chip1999-12-042-1/+6
|
* Mon Nov 29 11:17:35 1999 H.J. Lu <hjl@lucon.org>hjl1999-12-022-0/+18
| | | | | * tools/rpcgen/rpc_main.c (h_output): Generate IXDR_GET_INT32, XDR_PUT_INT32, IXDR_GET_U_INT32 and IXDR_PUT_U_INT32.
* Fix rquotad.hjl1999-11-296-84/+50
|
* Fix format.hjl1999-11-281-8/+10
|
* Accept lockd callbacks to the new port 24 as well as the historicalchip1999-11-252-1/+10
| | | | port 100021.
* moved exportfs -au after stopping nfsd to stop spuriousneilbrown1999-11-222-1/+5
| | | | ESTALE errors on server shutdown.
* changed parseopts to not modify the "char *cp" argument. It wasneilbrown1999-11-222-7/+22
| | | | | replacing commas with nuls so that parseopts could not be called twice with the same string.