summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 2000-07-03 H.J. Lu <hjl@lucon.org>hjl2000-07-031-1/+7
| | | | | | * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during stop to ensure all clients can still access the server before it is shutdown.
* Call syslog with format string.chip2000-06-291-0/+4
|
* 2000-06-27 H.J. Lu <hjl@lucon.org>hjl2000-06-271-0/+5
| | | | | * utils/statd/statd.c (main): Use sysconf (_SC_OPEN_MAX) instead of OPEN_MAX.
* 2000-06-27 H.J. Lu <hjl@lucon.org>hjl2000-06-271-0/+4
| | | | * README: Updated.
* 2000-06-27 H.J. Lu <hjl@lucon.org>hjl2000-06-271-0/+9
| | | | | | | | | * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during startup to ensure all exiting clients are exported. * configure.in (VERSION): Set to "0.1.8.2". * configure: Regenerated. * nfs-utils.spec: Updated.
* 2000-06-06 H.J. Lu <hjl@lucon.org>hjl2000-06-061-1/+7
| | | | | | * configure.in (VERSION): Set to "0.1.8.1". * configure: Regenerated. * nfs-utils.spec: Updated.
* 2000-06-05 H.J. Lu <hjl@lucon.org>hjl2000-06-061-0/+11
| | | | | | | | | | | * utils/mountd/mountd.c (mount_dump_1_svc): Cast svc_getcaller to "struct sockaddr_in *" for glibc 2.2. (mount_umnt_1_svc): Likewise. (mount_umntall_1_svc): Likewise. (mount_export_1_svc): Likewise. (mount_exportall_1_svc): Likewise. (mount_pathconf_2_svc): Likewise. (get_rootfh): Likewise.
* 2000-06-04 H.J. Lu <hjl@lucon.org>hjl2000-06-041-0/+4
| | | | * etc/redhat/nfs.init: Fix a typo in comment.
* 2000-05-31 H.J. Lu <hjl@lucon.org>hjl2000-06-011-0/+8
| | | | | | | | * configure.in (VERSION): Set to "0.1.8". * configure: Regenerated. * nfs-utils.spec: Updated. * README: Updated.
* 2000-05-31 H.J. Lu <hjl@lucon.org>hjl2000-06-011-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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".
* 2000-05-18 H.J. Lu <hjl@lucon.org>hjl2000-05-181-0/+6
| | | | | | * configure.in (VERSION): Set to "0.1.7.4". * configure: Regenerated. * nfs-utils.spec: Updated.
* 2000-05-18 H.J. Lu <hjl@lucon.org>hjl2000-05-181-2/+8
| | | | * etc/redhat/nfs.init (restart): Just do stop and start.
* Added support for ext3 recognition in rquotadjweber2000-05-101-0/+4
|
* 2000-05-01 H.J. Lu <hjl@lucon.org>hjl2000-05-021-0/+6
| | | | | | * configure.in (VERSION): Set to "0.1.7.3". * configure: Regenerated. * nfs-utils.spec: Updated.
* 2000-05-01 H.J. Lu <hjl@lucon.org>hjl2000-05-021-0/+5
| | | | | * 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-0/+6
| | | | | | * 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-011-0/+5
| | | | | * utils/rquotad/rquota_server.c (getquotainfo): Call stat () to check for the mounting point.
* Really re-use RPC ports.chip2000-04-301-0/+6
|
* 2000-04-26 H.J. Lu <hjl@lucon.org>hjl2000-04-261-0/+6
| | | | | | * 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-261-0/+5
| | | | | * etc/redhat/nfslock.init: Check if lockd exits before killing it.
* 2000-04-25 H.J. Lu <hjl@lucon.org>hjl2000-04-261-0/+4
| | | | * README: Require util-linux-2.10f-mount-rpc.patch for mount.
* 2000-03-21 Michael Weiser <michael@weiser.saale-net.de>hjl2000-03-221-1/+6
| | | | | * support/nfs/exports.c (parsesquash): Correctly set the return pointer.
* Change to using variable length file handles, for better v3 support, andneilbrown2000-03-211-1/+19
| | | | | introduce getfh_size to use new (2.3.99) syscall for getting file handles with length
* Conserve sockets: Reuse RPC transports.chip2000-03-131-1/+6
|
* 2000-03-13 H.J. Lu <hjl@lucon.org>hjl2000-03-131-2/+16
| | | | | | | | | | | | | | * 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.
* add reporting of nohide, insecure_locks and no_subtree_check inneilbrown2000-03-071-1/+6
| | | | | exportfs -V cvs: ----------------------------------------------------------------------
* INSTALLSCRIPT et al.chip2000-02-261-0/+6
|
* Further installation and documentation of nhfsstone.chip2000-02-261-1/+3
|
* Documentation updates.chip2000-02-261-1/+9
|
* Line number fix to xungetc.chip2000-02-261-0/+7
|
* Support for NFSEXP_NOAUTHNLM introduced in 2.3.42neilbrown2000-02-041-0/+8
|
* Thu Feb 3 14:55:48 2000 H.J. Lu <hjl@lucon.org>hjl2000-02-031-0/+9
| | | | | | | | | * 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-251-0/+4
| | | | * nfs-utils.spec.in: Update ftp site.
* Mon Jan 17 11:48:18 2000 H.J. Lu <hjl@lucon.org>hjl2000-01-171-0/+4
| | | | * README: Update hostnames.
* Tue Jan 11 10:06:22 2000 H.J. Lu <hjl@lucon.org>hjl2000-01-111-0/+8
| | | | | | | | * 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-101-0/+8
| | | | | | | | * 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-191-0/+4
|
* Updated for 0.1.5.hjl1999-12-191-0/+8
|
* Mon Dec 13 13:40:20 1999 H.J. Lu <hjl@lucon.org>hjl1999-12-131-4/+9
| | | | | * utils/rquotad/hasquota.c (hasquota): Malloc one more char for '/'.
* 1. Added nfs-utils.spec.in.hjl1999-12-061-0/+16
| | | | 2. Updated for 0.1.4.
* Use $(CC) as set by configure.chip1999-12-041-0/+4
|
* Call $(MAKE) with $(MFLAGS).chip1999-12-041-0/+4
|
* Mon Nov 29 11:17:35 1999 H.J. Lu <hjl@lucon.org>hjl1999-12-021-0/+5
| | | | | * 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-291-0/+16
|
* Fix format.hjl1999-11-281-8/+10
|
* Accept lockd callbacks to the new port 24 as well as the historicalchip1999-11-251-0/+6
| | | | port 100021.
* moved exportfs -au after stopping nfsd to stop spuriousneilbrown1999-11-221-0/+4
| | | | ESTALE errors on server shutdown.
* changed parseopts to not modify the "char *cp" argument. It wasneilbrown1999-11-221-0/+7
| | | | | replacing commas with nuls so that parseopts could not be called twice with the same string.
* 1. Fix some typos in README.hjl1999-10-281-1/+21
| | | | 2. Use int32_t instead of long for rpcgen.
* See CHANGELOG for changes:-)neilbrown1999-10-281-0/+11
|