]>
git.decadent.org.uk Git - nfs-utils.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
hjl [Sat, 26 Aug 2000 04:09:40 +0000 (04:09 +0000)]
2000-08-25 Ion Badulescu <ionut@cs.columbia.edu>
* utils/rquotad/rquotad.man, utils/statd/statd.man,
utils/mountd/mountd.man: updated
* utils/mountd/Makefile (LIBS): added -lmisc $(LIBWRAP) $(LIBNSL)
* utils/rquotad/Makefile: fix comment
* support/misc/tcpwrapper.c (logit): added comment about waiting
for the children after fork()
* utils/mountd/mountd.c (main): ignore SIGCHLD to prevent leaving
zombies behind (from logit()'s fork)
* utils/rquotad/rquota_svc.c (main): ditto
* utils/statd/statd.c (main): ditto
* utils/rquotad/rquota_svc.c (rquotaprog_1): pass RQUOTAPROG
to check_default instead of 0, for prognum
* utils/statd/statd.c (sm_prog_1_wrapper): pass SM_PROG
to check_default instead of 0, for prognum
* utils/mountd/mount_dispatch.c: Include "tcpwrapper.h" if
HAVE_TCP_WRAPPER is defined.
(mount_dispatch): Call check_default () if HAVE_TCP_WRAPPER is
defined. Reject an RPC call if check_default () fails.
hjl [Fri, 25 Aug 2000 23:10:40 +0000 (23:10 +0000)]
2000-08-25 H.J. Lu <hjl@lucon.org>
* support/include/tcpwrapper.h: New for the tcp wrapper
support.
* support/misc/Makefile: Likewise.
* support/misc/from_local.c: Likewise.
* support/misc/tcpwrapper.c: Likewise.
* aclocal.m4 (AC_TCP_WRAPPER): New.
* configure.in: Use it. Substitute LIBWRAP.
* configure: Rebuilt.
* config.mk.in (LIBNSL): New.
(LIBWRAP): Likewise.
* support/Makefile (SUBDIRS): Add misc.
* support/lib/Makefile (LIBS): Add libmisc.a.
* utils/rquotad/Makefile (LIBS): Add
-lmisc $(LIBWRAP) $(LIBNSL)
* utils/statd/Makefile (LIBS): Likewise.
* utils/rquotad/rquota_svc.c: Include "tcpwrapper.h" if
HAVE_TCP_WRAPPER is defined.
(rquotaprog_1): Call check_default () if HAVE_TCP_WRAPPER is
defined. Reject an RPC call if check_default () fails.
* utils/statd/statd.c: Include "tcpwrapper.h" if
HAVE_TCP_WRAPPER is defined.
(sm_prog_1_wrapper): New. A wrapper for sm_prog_1. Call
check_default () before calling sm_prog_1 (). Define it as
sm_prog_1_wrapper if HAVE_TCP_WRAPPER is defined.
chip [Fri, 25 Aug 2000 17:39:27 +0000 (17:39 +0000)]
Full debian build files are now in /debian.
chip [Fri, 25 Aug 2000 17:38:47 +0000 (17:38 +0000)]
Debian build support.
neilbrown [Thu, 24 Aug 2000 03:58:16 +0000 (03:58 +0000)]
"dot+1" is bogus - it is a DNS domain, not a yp domain
neilbrown [Wed, 23 Aug 2000 01:17:52 +0000 (01:17 +0000)]
1/ be less trusting of information in /var/lib/nfs/xtab. Add things to
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
hjl [Thu, 10 Aug 2000 03:04:51 +0000 (03:04 +0000)]
2000-08-09 H.J. Lu <hjl@lucon.org>
* etc/redhat/nfs.init: Run /usr/sbin/exportfs first during
startup to ensure all existing clients work fine.
* support/export/xtab.c (xtab_mount_read): Pass 1 instead of 0
to xtab_read () for reading _PATH_XTAB.
hjl [Thu, 10 Aug 2000 03:02:40 +0000 (03:02 +0000)]
2000-08-02 H.J. Lu <hjl@lucon.org>
* utils/mountd/auth.c (auth_authenticate_internal): Try to
avoid the reverse name lookup.
hjl [Wed, 5 Jul 2000 00:16:57 +0000 (00:16 +0000)]
2000-07-04 H.J. Lu <hjl@lucon.org>
* utils/statd/log.c: Include <stdlib.h> for exit ().
* utils/statd/misc.c (xunlink): Add `{' and `}' to quiet the
gcc warning.
hjl [Wed, 5 Jul 2000 00:07:48 +0000 (00:07 +0000)]
2000-07-04 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.9.1".
* configure: Regenerated.
* nfs-utils.spec: Updated.
* README: Updated.
hjl [Wed, 5 Jul 2000 00:03:40 +0000 (00:03 +0000)]
2000-07-04 Neil Brown <neilb@cse.unsw.edu.au>
* support/export/hostname.c (hostent_dup): Handle the NULL
h_aliases field.
juphoff [Tue, 4 Jul 2000 19:15:35 +0000 (19:15 +0000)]
* tools/rpcgen/rpc_svcout.c (write_msg_out): Generate syslog()
calls with format string.
hjl [Mon, 3 Jul 2000 18:35:27 +0000 (18:35 +0000)]
2000-07-03 H.J. Lu <hjl@lucon.org>
* README: Update the util-linux requirement.
hjl [Mon, 3 Jul 2000 18:00:49 +0000 (18:00 +0000)]
2000-07-03 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.9".
* configure: Regenerated.
* nfs-utils.spec: Updated.
* README: Updated.
hjl [Mon, 3 Jul 2000 16:54:31 +0000 (16:54 +0000)]
2000-07-03 H.J. Lu <hjl@lucon.org>
* etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
stop to ensure all clients can still access the server
before it is shutdown.
juphoff [Fri, 30 Jun 2000 22:18:39 +0000 (22:18 +0000)]
Security fix to syslog() calls.
chip [Thu, 29 Jun 2000 06:10:00 +0000 (06:10 +0000)]
Call syslog with format string.
chip [Thu, 29 Jun 2000 06:08:17 +0000 (06:08 +0000)]
Call syslog with "%s" as format.
hjl [Tue, 27 Jun 2000 18:05:50 +0000 (18:05 +0000)]
2000-06-27 H.J. Lu <hjl@lucon.org>
* utils/statd/statd.c (main): Use sysconf (_SC_OPEN_MAX)
instead of OPEN_MAX.
hjl [Tue, 27 Jun 2000 17:53:20 +0000 (17:53 +0000)]
2000-06-27 H.J. Lu <hjl@lucon.org>
* README: Updated.
hjl [Tue, 27 Jun 2000 17:51:56 +0000 (17:51 +0000)]
2000-06-27 H.J. Lu <hjl@lucon.org>
* 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.
hjl [Tue, 6 Jun 2000 15:47:34 +0000 (15:47 +0000)]
2000-06-06 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.8.1".
* configure: Regenerated.
* nfs-utils.spec: Updated.
hjl [Tue, 6 Jun 2000 15:45:45 +0000 (15:45 +0000)]
2000-06-05 H.J. Lu <hjl@lucon.org>
* 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.
hjl [Sun, 4 Jun 2000 17:24:20 +0000 (17:24 +0000)]
2000-06-04 H.J. Lu <hjl@lucon.org>
* etc/redhat/nfs.init: Fix a typo in comment.
hjl [Thu, 1 Jun 2000 01:05:43 +0000 (01:05 +0000)]
2000-05-31 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.8".
* configure: Regenerated.
* nfs-utils.spec: Updated.
* README: Updated.
hjl [Thu, 1 Jun 2000 00:57:09 +0000 (00:57 +0000)]
2000-05-31 H.J. Lu <hjl@lucon.org>
* 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".
hjl [Thu, 18 May 2000 21:41:49 +0000 (21:41 +0000)]
2000-05-18 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.7.4".
* configure: Regenerated.
* nfs-utils.spec: Updated.
hjl [Thu, 18 May 2000 21:37:26 +0000 (21:37 +0000)]
2000-05-18 H.J. Lu <hjl@lucon.org>
* etc/redhat/nfs.init (restart): Just do stop and start.
jweber [Wed, 10 May 2000 00:36:18 +0000 (00:36 +0000)]
Added support for ext3 recognition in rquotad
hjl [Tue, 2 May 2000 00:12:18 +0000 (00:12 +0000)]
2000-05-01 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.7.3".
* configure: Regenerated.
* nfs-utils.spec: Updated.
hjl [Tue, 2 May 2000 00:11:33 +0000 (00:11 +0000)]
2000-05-01 H.J. Lu <hjl@lucon.org>
* utils/rquotad/rquota_server.c (getquotainfo): Skip bad
mounting poins in /etc/fstab.
hjl [Mon, 1 May 2000 23:12:07 +0000 (23:12 +0000)]
2000-05-01 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.7.2".
* configure: Regenerated.
* nfs-utils.spec: Updated.
hjl [Mon, 1 May 2000 23:04:10 +0000 (23:04 +0000)]
2000-05-01 H.J. Lu <hjl@lucon.org>
* utils/rquotad/rquota_server.c (getquotainfo): Call stat ()
to check for the mounting point.
chip [Sun, 30 Apr 2000 04:14:56 +0000 (04:14 +0000)]
Really(!) finish the port-sharing diff.
chip [Sun, 30 Apr 2000 04:01:43 +0000 (04:01 +0000)]
Really re-use RPC ports.
chip [Sun, 30 Apr 2000 04:00:18 +0000 (04:00 +0000)]
Really reuse ports, even when mountd is run without '-p'.
hjl [Wed, 26 Apr 2000 22:08:24 +0000 (22:08 +0000)]
2000-04-26 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.7.1".
* configure: Regenerated.
* nfs-utils.spec: Updated.
hjl [Wed, 26 Apr 2000 21:43:44 +0000 (21:43 +0000)]
2000-04-26 H.J. Lu <hjl@lucon.org>
* etc/redhat/nfslock.init: Check if lockd exits before killing
it.
hjl [Wed, 26 Apr 2000 00:37:40 +0000 (00:37 +0000)]
2000-04-25 H.J. Lu <hjl@lucon.org>
* README: Require util-linux-2.10f-mount-rpc.patch for mount.
hjl [Wed, 22 Mar 2000 18:13:36 +0000 (18:13 +0000)]
2000-03-21 Michael Weiser <michael@weiser.saale-net.de>
* support/nfs/exports.c (parsesquash): Correctly set the
return pointer.
neilbrown [Tue, 21 Mar 2000 00:46:14 +0000 (00:46 +0000)]
Change to using variable length file handles, for better v3 support, and
introduce getfh_size to use new (2.3.99) syscall for getting file handles
with length
chip [Mon, 13 Mar 2000 22:23:26 +0000 (22:23 +0000)]
Conserve sockets: Reuse RPC transports.
hjl [Mon, 13 Mar 2000 18:51:33 +0000 (18:51 +0000)]
2000-03-13 H.J. Lu <hjl@lucon.org>
* 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.
hjl [Mon, 13 Mar 2000 18:43:46 +0000 (18:43 +0000)]
Updated.
neilbrown [Tue, 7 Mar 2000 22:50:17 +0000 (22:50 +0000)]
add reporting of nohide, insecure_locks and no_subtree_check in
exportfs -V
cvs: ----------------------------------------------------------------------
chip [Sat, 26 Feb 2000 10:21:10 +0000 (10:21 +0000)]
INSTALLSCRIPT et al.
chip [Sat, 26 Feb 2000 10:20:43 +0000 (10:20 +0000)]
Use $(INSTALLSCRIPT) for scripts.
chip [Sat, 26 Feb 2000 10:17:40 +0000 (10:17 +0000)]
Strip all binaries on installation, even suids.
Add new INSTALLSCRIPT macro.
chip [Sat, 26 Feb 2000 10:12:08 +0000 (10:12 +0000)]
Fix typo.
chip [Sat, 26 Feb 2000 09:53:57 +0000 (09:53 +0000)]
Install nhfsstone helper scripts and their man pages.
chip [Sat, 26 Feb 2000 09:41:50 +0000 (09:41 +0000)]
Further installation and documentation of nhfsstone.
chip [Sat, 26 Feb 2000 09:35:35 +0000 (09:35 +0000)]
Create man pages for nhfsstone support scripts.
chip [Sat, 26 Feb 2000 09:34:42 +0000 (09:34 +0000)]
Oops, I meant nhffstone(8).
chip [Sat, 26 Feb 2000 09:08:20 +0000 (09:08 +0000)]
Oops, that was MAN8, not MAN1.
chip [Sat, 26 Feb 2000 08:54:53 +0000 (08:54 +0000)]
Documentation updates.
chip [Sat, 26 Feb 2000 08:51:50 +0000 (08:51 +0000)]
Line number fix to xungetc.
chip [Sat, 26 Feb 2000 08:41:47 +0000 (08:41 +0000)]
Fix typo in previous change.
chip [Sat, 26 Feb 2000 08:35:33 +0000 (08:35 +0000)]
Fix line numbers in tokenizer, which reads /etc/exports etc.
chip [Sat, 26 Feb 2000 07:37:20 +0000 (07:37 +0000)]
Rename nhfsstone.1 to nhfsstone.man,
and have it installed automatically.
chip [Sat, 26 Feb 2000 07:33:51 +0000 (07:33 +0000)]
Rename from nhfsstone.1.
chip [Sat, 26 Feb 2000 07:17:17 +0000 (07:17 +0000)]
Fix typo in mapping example.
chip [Sat, 26 Feb 2000 06:55:18 +0000 (06:55 +0000)]
Install new man page.
chip [Sat, 26 Feb 2000 06:54:43 +0000 (06:54 +0000)]
Man page for rpc.lockd.
neilbrown [Fri, 4 Feb 2000 03:34:35 +0000 (03:34 +0000)]
Support for NFSEXP_NOAUTHNLM introduced in 2.3.42
hjl [Thu, 3 Feb 2000 22:56:36 +0000 (22:56 +0000)]
Thu Feb 3 14:55:48 2000 H.J. Lu <hjl@lucon.org>
* 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.
hjl [Tue, 25 Jan 2000 19:05:27 +0000 (19:05 +0000)]
Tue Jan 25 11:04:17 2000 H.J. Lu <hjl@lucon.org>
* nfs-utils.spec.in: Update ftp site.
hjl [Mon, 17 Jan 2000 19:48:59 +0000 (19:48 +0000)]
Mon Jan 17 11:48:18 2000 H.J. Lu <hjl@lucon.org>
* README: Update hostnames.
hjl [Tue, 11 Jan 2000 19:30:29 +0000 (19:30 +0000)]
Tue Jan 11 10:06:22 2000 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.6".
* configure: Regenerated.
* nfs-utils.spec: Updated.
* README: Updated.
hjl [Mon, 10 Jan 2000 22:31:41 +0000 (22:31 +0000)]
Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>
* 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.
hjl [Sun, 19 Dec 1999 17:35:27 +0000 (17:35 +0000)]
Update the mailing list address.
hjl [Sun, 19 Dec 1999 17:24:25 +0000 (17:24 +0000)]
Updated for 0.1.5.
hjl [Mon, 13 Dec 1999 22:37:37 +0000 (22:37 +0000)]
Mon Dec 13 13:40:20 1999 H.J. Lu <hjl@lucon.org>
* utils/rquotad/hasquota.c (hasquota): Malloc one more char
for '/'.
hjl [Mon, 6 Dec 1999 17:44:34 +0000 (17:44 +0000)]
1. Added nfs-utils.spec.in.
2. Updated for 0.1.4.
chip [Sat, 4 Dec 1999 22:04:51 +0000 (22:04 +0000)]
Use $(CC) as set by configure.
chip [Sat, 4 Dec 1999 22:02:01 +0000 (22:02 +0000)]
Call $(MAKE) with $(MFLAGS).
hjl [Thu, 2 Dec 1999 20:29:05 +0000 (20:29 +0000)]
Mon Nov 29 11:17:35 1999 H.J. Lu <hjl@lucon.org>
* tools/rpcgen/rpc_main.c (h_output): Generate IXDR_GET_INT32,
XDR_PUT_INT32, IXDR_GET_U_INT32 and IXDR_PUT_U_INT32.
hjl [Mon, 29 Nov 1999 19:21:16 +0000 (19:21 +0000)]
Fix rquotad.
hjl [Sun, 28 Nov 1999 18:30:03 +0000 (18:30 +0000)]
Fix format.
chip [Thu, 25 Nov 1999 04:08:35 +0000 (04:08 +0000)]
Accept lockd callbacks to the new port 24 as well as the historical
port 100021.
neilbrown [Mon, 22 Nov 1999 23:23:50 +0000 (23:23 +0000)]
moved exportfs -au after stopping nfsd to stop spurious
ESTALE errors on server shutdown.
neilbrown [Mon, 22 Nov 1999 23:17:27 +0000 (23:17 +0000)]
changed parseopts to not modify the "char *cp" argument. It was
replacing commas with nuls so that parseopts could not be called twice
with the same string.
hjl [Thu, 28 Oct 1999 19:57:59 +0000 (19:57 +0000)]
1. Fix some typos in README.
2. Use int32_t instead of long for rpcgen.
neilbrown [Thu, 28 Oct 1999 06:48:03 +0000 (06:48 +0000)]
See CHANGELOG for changes:-)
neilbrown [Thu, 28 Oct 1999 02:27:55 +0000 (02:27 +0000)]
Thu Oct 28 11:27:51 EST 1999 Neil Brown <neilb@cse.unsw.edu.au>
* 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
hjl [Wed, 27 Oct 1999 12:47:36 +0000 (12:47 +0000)]
Update README for ftp site.
hjl [Wed, 27 Oct 1999 00:24:02 +0000 (00:24 +0000)]
More ftp site update.
hjl [Wed, 27 Oct 1999 00:20:37 +0000 (00:20 +0000)]
Update ftp site.
hjl [Tue, 26 Oct 1999 01:34:41 +0000 (01:34 +0000)]
Updated for nfs-utils 0.1.2.
hjl [Tue, 26 Oct 1999 01:06:35 +0000 (01:06 +0000)]
Fix forward/reverse DNS lookup for authentication.
hjl [Thu, 21 Oct 1999 23:24:47 +0000 (23:24 +0000)]
Update.
hjl [Thu, 21 Oct 1999 23:22:21 +0000 (23:22 +0000)]
Update the version number.
hjl [Thu, 21 Oct 1999 23:13:42 +0000 (23:13 +0000)]
Updated to nfs-utils 0.1.1.
hjl [Tue, 19 Oct 1999 00:44:18 +0000 (00:44 +0000)]
Update.
hjl [Tue, 19 Oct 1999 00:44:00 +0000 (00:44 +0000)]
Fixed a typo, change knfsd-client to knfsd-clients.
hjl [Mon, 18 Oct 1999 23:21:12 +0000 (23:21 +0000)]
Initial revision