]> git.decadent.org.uk Git - nfs-utils.git/blob - ChangeLog
2001-02-14 Chip Salzenberg <chip@valinux.com>
[nfs-utils.git] / ChangeLog
1 2001-02-14  Chip Salzenberg  <chip@valinux.com>
2
3         * debian/control: Change priority of nhfsstone package to 'extra'.
4
5 2001-02-12  Chip Salzenberg  <chip@valinux.com>
6
7         * debian/changelog: Version 0.3-2.
8
9 2001-02-02  H.J. Lu <hjl@lucon.org>
10
11         * support/include/rpcmisc.h (rpc_init): Remove bufsize.
12         
13         * support/nfs/rpcmisc.c (makesock): Remove socksz and comment
14         out SO_SNDBUF/SO_RCVBUF.
15         (rpc_init): Remove bufsize and remove socksz in calls to
16         makesock ().
17
18         * utils/mountd/mountd.c (main): Remove bufsize in calls to
19         rpc_init ().
20
21 2001-01-28  Chip Salzenberg  <chip@valinux.com>
22
23         * debian/changelog: Version 0.3-1.
24
25 2001-01-25  H.J. Lu <hjl@lucon.org>
26
27         * configure.in (VERSION): Set to "0.3".
28         * configure: Regenerated.
29         * nfs-utils.spec: Likewise.
30
31         * README: Updated for 0.3.
32
33 2001-01-25  H.J. Lu <hjl@lucon.org>
34
35         * utils/lockd/lockd.c (main): Ignore errno == EINVAL.
36
37 2001-01-20  Chip Salzenberg  <chip@valinux.com>
38
39         * support/include/xio.h (xgetc): Declare to return int.
40         * support/nfs/xio.c (xgetc): Return int.
41         (xgettok, xskip, xskipcomment): Use int for value of xgetc.
42         * utils/statd/statd.c (main): Use int for value of getopt.
43         * debian/changelog: Version 0.2.1-5.
44         
45 2000-12-10  Chip Salzenberg  <chip@valinux.com>
46
47         * utils/statd/monitor.c (sm_mon_1_svc): Fix buggy check for
48         program and procedure numbers of kernel lockd's callback.  Also,
49         besides the old (and broken) procedure #24, allow #16 per Trond.
50
51 2000-12-03  Chip Salzenberg  <chip@valinux.com>
52
53         * support/nfs/xio.c (xfopen): Initialize x_line to one, not zero.
54         * debian/control: Let nhfsstone replace files in nfs-kernel-server.
55         * debian/changelog: Version 0.2.1-4.
56
57 2000-11-27  Tobias Ringstrom <tori@tellus.mine.nu>
58
59         * utils/mountd/auth.c (auth_authenticate): Log the bad path
60         warning.
61
62 2000-11-24  Neil Brown <neilb@cse.unsw.edu.au>
63
64         * support/nfs/exports.c (getexportent): Check for host name
65         without option, or options without hostname, and print a warning,
66         as this is most likely a typo.
67
68 2000-11-19  Chip Salzenberg  <chip@valinux.com>
69
70         * debian/control: Add dependency on portmap.
71         * debian/changelog: Version 0.2.1-3.
72
73 2000-11-10  H.J. Lu <hjl@lucon.org>
74
75         * nfs-utils.spec.in: Don't use libtool.
76         Add ChangeLog and COPYING to doc.
77         * nfs-utils.spec: Rebuild.
78
79 2000-11-09  H.J. Lu <hjl@lucon.org>
80
81         * etc/redhat/nfs.init (start): Back out the last change.
82
83 2000-11-09  H.J. Lu <hjl@lucon.org>
84
85         * etc/redhat/nfs.init (start): Pass --no-tcp to mountd if
86         TCP is not supported by kernel.
87
88         * support/nfs/rpcmisc.c (rpc_init): Don't set _rpcfdtype to 0.
89
90         * utils/mountd/mountd.c (longopts): Add "-n/--no-tcp".
91         (main): Set to _rpcfdtype to SOCK_DGRAM for "-n/--no-tcp".
92
93         * utils/mountd/mountd.man: Updated for "-n/--no-tcp".
94
95 2000-10-24  Lon Hohberger <hohberger@missioncriticallinux.com>
96
97         * utils/statd/callback.c: Fix bug preventing callbacks to local lockd.
98         * utils/statd/rmtcall.c: Add some IP address paranoia when doing
99         callbacks to local lockd.
100
101 2000-10-18  Scott McDermott <mcdermot@questra.com>
102
103         * utils/exportfs/exports.man: Updated for CIDR netmask.
104
105 2000-10-17  Scott McDermott <mcdermot@questra.com>
106
107         * support/export/client.c (client_init): Support CIDR netmask
108         in /etc/exports.
109
110 2000-10-11  H.J. Lu <hjl@lucon.org>
111
112         * aclocal.m4 (AC_TCP_WRAPPER): Fix a typo.
113         * configure: Rebuilt.
114
115 2000-10-06  Lon Hohberger <hohberger@missioncriticallinux.com>
116
117         * utils/statd/statd.man: Change "/var/lib/nfs/sm/state" to
118         "/var/lib/nfs/state".
119
120 2000-10-05  Lon Hohberger <hohberger@missioncriticallinux.com>
121
122         * utils/statd/statd.h (run_mode): New global bitmask of runtime
123         behaviors: fg/bg, logging, etc.
124         * utils/statd/statd.c: New command line options: -V -h -? -d .
125         * utils/statd/statd.man: Update for changes to statd.
126
127         * utils/statd/log.h (log_init): Remove parameter of function; use
128         global variable "name_p" instead.
129         * utils/statd/log.c: Add support for logging to stderr.
130
131         * utils/statd/notlist.c: Partially rewrite notify list handling
132         functions.  Eliminate run-off-end-of-list bug when calling
133         nlist_insert_timer.  Add lots of comments.
134         
135 2000-09-27  H.J. Lu <hjl@lucon.org>
136
137         * README: Updated for RedHat 7.0.
138
139 2000-09-27  H.J. Lu <hjl@lucon.org>
140
141         * nfs-utils.spec: Rebuild.
142
143 2000-09-27  H.J. Lu <hjl@lucon.org>
144
145         * README: Updated for 0.2.1.
146
147 2000-09-27  H.J. Lu <hjl@lucon.org>
148
149         * nfs-utils.spec.in: Updated to use rpm macros and support
150         RedHat 7.0.
151
152 2000-09-25  H.J. Lu <hjl@lucon.org>
153
154         * configure.in (VERSION): Set to "0.2.1".
155         * configure: Regenerated.
156         * nfs-utils.spec: Updated.
157
158 2000-09-25  H.J. Lu <hjl@lucon.org>
159
160         * utils/mountd/auth.c (auth_authenticate_internal): Make sure a
161         non-NULL hostent is always returned.
162
163 2000-09-11  Ion Badulescu  <ionut@moisil.dev.hydraweb.com>
164
165         * etc/redhat/nfslock.init: don't kill lockd processes that do not
166         have an executable (i.e. kernel threads)
167
168 2000-09-01  H.J. Lu <hjl@lucon.org>
169
170         * README: Updated for 0.2.
171
172 2000-09-01  Jay Weber <jweber@valinux.com>
173
174         * etc/redhat/nfs.init: Added ability for rpc.mountd to default to
175         supporting version 3 of nfs if available, else it will fall back to
176         version 2 support only.
177
178 2000-08-30  H.J. Lu <hjl@lucon.org>
179
180         * configure.in (VERSION): Set to "0.2".
181         * configure: Regenerated.
182         * nfs-utils.spec: Updated.
183
184 2000-08-25  H.J. Lu <hjl@lucon.org>
185
186         * support/misc/tcpwrapper.c (logit): Modify the log output.
187
188 2000-08-25  Ion Badulescu  <ionut@cs.columbia.edu>
189
190         * utils/rquotad/rquotad.man, utils/statd/statd.man,
191         utils/mountd/mountd.man: updated
192         
193         * utils/mountd/Makefile (LIBS): added -lmisc $(LIBWRAP) $(LIBNSL)
194         * utils/rquotad/Makefile: fix comment
195
196         * support/misc/tcpwrapper.c (logit): added comment about waiting
197         for the children after fork()
198         
199         * utils/mountd/mountd.c (main): ignore SIGCHLD to prevent leaving
200         zombies behind (from logit()'s fork)
201         * utils/rquotad/rquota_svc.c (main): ditto
202         * utils/statd/statd.c (main): ditto
203
204         * utils/rquotad/rquota_svc.c (rquotaprog_1): pass RQUOTAPROG
205         to check_default instead of 0, for prognum
206
207         * utils/statd/statd.c (sm_prog_1_wrapper): pass SM_PROG
208         to check_default instead of 0, for prognum
209
210         * utils/mountd/mount_dispatch.c: Include "tcpwrapper.h" if
211         HAVE_TCP_WRAPPER is defined.
212         (mount_dispatch): Call check_default () if HAVE_TCP_WRAPPER is
213         defined. Reject an RPC call if check_default () fails.
214
215 2000-08-25  H.J. Lu <hjl@lucon.org>
216
217         * support/include/tcpwrapper.h: New for the tcp wrapper
218         support.
219         * support/misc/Makefile: Likewise.
220         * support/misc/from_local.c: Likewise.
221         * support/misc/tcpwrapper.c: Likewise.
222
223         * aclocal.m4 (AC_TCP_WRAPPER): New.
224         * configure.in: Use it. Substitute LIBWRAP.
225         * configure: Rebuilt.
226
227         * config.mk.in (LIBNSL): New.
228         (LIBWRAP): Likewise.
229
230         * support/Makefile (SUBDIRS): Add misc.
231
232         * support/lib/Makefile (LIBS): Add libmisc.a.
233
234         * utils/rquotad/Makefile (LIBS): Add
235         
236                 -lmisc $(LIBWRAP) $(LIBNSL)
237
238         * utils/statd/Makefile (LIBS): Likewise.
239
240         * utils/rquotad/rquota_svc.c: Include "tcpwrapper.h" if
241         HAVE_TCP_WRAPPER is defined.
242         (rquotaprog_1): Call check_default () if HAVE_TCP_WRAPPER is
243         defined. Reject an RPC call if check_default () fails.
244
245         * utils/statd/statd.c: Include "tcpwrapper.h" if
246         HAVE_TCP_WRAPPER is defined.
247         (sm_prog_1_wrapper): New. A wrapper for sm_prog_1. Call
248         check_default () before calling sm_prog_1 (). Define it as
249         sm_prog_1_wrapper if HAVE_TCP_WRAPPER is defined.
250
251 2000-08-25  Chip Salzenberg  <chip@valinux.com>
252
253         * debian/*: Complete Debian build support.
254         * etc/debian/*: Remove.
255
256 2000-08-24  Neil Brown <neilb@cse.unsw.edu.au>
257
258         * support/export/client.c(client_check): removed the "dot+1" as a
259           ypdomain argument to innetgr as this is entirely bogus.
260           It should always be NULL.
261         
262 2000-08-23  Neil Brown <neilb@cse.unsw.edu.au>
263
264         * support/export/xtab.c(xtab_read): introduce new mode for
265            reading xtab. i.e. a list of exports that might be known to the
266            kernel, or might not.  These are flagged as m_exported == -1
267         * support/export/xtab.c(xtab_mount_read):  call xtab_read with new
268            value "2" for xtab, meaning don't trust this too much.
269         * support/include/exportfs.h(struct mexport): changed m_exported
270            from one bit to an int so that it can hold new value
271         * utils/exportfs/exportfs.c(exportfs_ipdate): add an export to the
272            kernel if it is uncertain whether the kernel knows (m_exported == -1)
273         * utils/mountd/mountd.c(get_rootfh): similarly export to kernel if
274            status is uncertain
275
276         * support/nfs/xio.c(xflock): added O_CREAT when getting
277            a write lock so that missing files aren't fatal.
278
279         * etc/debian/nfs-common: new file from "potato"
280         * etc/debian/nfs-kernel-server: new file from "potato" plus fixes.
281          
282 2000-08-09  H.J. Lu <hjl@lucon.org>
283
284         * etc/redhat/nfs.init: Run /usr/sbin/exportfs first during
285         startup to ensure all existing clients work fine.
286
287         * support/export/xtab.c (xtab_mount_read): Pass 1 instead of 0
288         to xtab_read () for reading _PATH_XTAB.
289
290 2000-08-02  H.J. Lu <hjl@lucon.org>
291
292         * utils/mountd/auth.c (auth_authenticate_internal): Try to
293         avoid the reverse name lookup.
294
295 2000-07-04  H.J. Lu <hjl@lucon.org>
296
297         * utils/statd/log.c: Include <stdlib.h> for exit ().
298
299         * utils/statd/misc.c (xunlink): Add `{' and `}' to quiet the
300         gcc warning.
301
302 2000-07-04  H.J. Lu <hjl@lucon.org>
303
304         * configure.in (VERSION): Set to "0.1.9.1".
305         * configure: Regenerated.
306         * nfs-utils.spec: Updated.
307
308         * README: Updated.
309
310 2000-07-04  Neil Brown  <neilb@cse.unsw.edu.au>
311
312         * support/export/hostname.c (hostent_dup): Handle the NULL
313         h_aliases field.
314
315 2000-07-03  H.J. Lu <hjl@lucon.org>
316
317         * README: Update the util-linux requirement.
318
319 2000-07-03  H.J. Lu <hjl@lucon.org>
320
321         * configure.in (VERSION): Set to "0.1.9".
322         * configure: Regenerated.
323         * nfs-utils.spec: Updated.
324
325         * README: Updated.
326
327 2000-07-03  H.J. Lu <hjl@lucon.org>
328
329         * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
330         stop to ensure all clients can still access the server
331         before it is shutdown.
332
333 2000-06-30  Jeff Uphoff <juphoff@transmeta.com>
334
335         * tools/rpcgen/rpc_svcout.c (write_msg_out): Generate syslog()
336         calls with format string.
337         
338 2000-06-28  Chip Salzenberg  <chip@valinux.com>
339
340         * utils/statd/log.c (log): Call syslog with format string.
341
342 2000-06-27  H.J. Lu <hjl@lucon.org>
343
344         * utils/statd/statd.c (main): Use sysconf (_SC_OPEN_MAX)
345         instead of OPEN_MAX.
346
347 2000-06-27  H.J. Lu <hjl@lucon.org>
348
349         * README: Updated.
350
351 2000-06-27  H.J. Lu <hjl@lucon.org>
352
353         * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
354         startup to ensure all existing clients are exported.
355
356         * configure.in (VERSION): Set to "0.1.8.2".
357         * configure: Regenerated.
358         * nfs-utils.spec: Updated.
359
360 2000-06-06  H.J. Lu <hjl@lucon.org>
361
362         * configure.in (VERSION): Set to "0.1.8.1".
363         * configure: Regenerated.
364         * nfs-utils.spec: Updated.
365
366 2000-06-06  H.J. Lu <hjl@lucon.org>
367
368         * utils/mountd/mountd.c (mount_dump_1_svc): Cast svc_getcaller
369         to "struct sockaddr_in *" for glibc 2.2.
370         (mount_umnt_1_svc): Likewise.
371         (mount_umntall_1_svc): Likewise.
372         (mount_export_1_svc): Likewise.
373         (mount_exportall_1_svc): Likewise.
374         (mount_pathconf_2_svc): Likewise.
375         (get_rootfh): Likewise.
376
377 2000-06-04  H.J. Lu <hjl@lucon.org>
378
379         * etc/redhat/nfs.init: Fix a typo in comment.
380
381 2000-05-31  H.J. Lu <hjl@lucon.org>
382
383         * configure.in (VERSION): Set to "0.1.8".
384         * configure: Regenerated.
385         * nfs-utils.spec: Updated.
386
387         * README: Updated.
388
389 2000-05-31  H.J. Lu <hjl@lucon.org>
390
391         * configure.in (VERSION): Set to "0.1.7.5".
392         * configure: Regenerated.
393         * nfs-utils.spec: Updated.
394
395         * support/include/nfslib.h (exportent): Add a new field,
396         r_count, to count the number of mounts from a client.
397         (getrmtabent): Take a new argument for position in file.
398         (putrmtabent): Likewise.
399         (fgetrmtabent): Likewise.
400         (fputrmtabent): Likewise.
401         * support/nfs/rmtab.c (getrmtabent): Handle the new argument
402         for position in file.
403         (fgetrmtabent): Likewise.
404         (putrmtabent): Likewise.
405         (fputrmtabent): Likewise.
406
407         * support/nfs/rmtab.c (fgetrmtabent): Get value for the new
408         field, r_count.
409
410         * support/export/rmtab.c (rmtab_read): Pass NULL as the new
411         argument to getrmtabent (), fgetrmtabent (), putrmtabent ()
412         and fputrmtabent ().
413         * utils/mountd/rmtab.c (mountlist_add): Likewise.
414         (mountlist_del): Likewise.
415         (mountlist_del_all): Likewise.
416         (mountlist_list): Likewise.
417
418         * utils/mountd/rmtab.c (mountlist_add): Increment "r_count"
419         for the existing entry and initialize "r_count" to 1.
420         (mountlist_del): Decrement "r_count".
421
422 2000-05-18  H.J. Lu <hjl@lucon.org>
423
424         * configure.in (VERSION): Set to "0.1.7.4".
425         * configure: Regenerated.
426         * nfs-utils.spec: Updated.
427
428 2000-05-18  H.J. Lu <hjl@lucon.org>
429
430         * etc/redhat/nfs.init (restart): Just do stop and start.
431
432 2000-05-09  Jay Weber <jweber@valinux.com>
433
434         * utils/rquotad/hasquota.c: added support for ext3 recognition
435         in rquotad.
436         * utils/rquotad/mntent.h: Likewise.
437
438 2000-05-01  H.J. Lu <hjl@lucon.org>
439
440         * configure.in (VERSION): Set to "0.1.7.3".
441         * configure: Regenerated.
442         * nfs-utils.spec: Updated.
443
444 2000-05-01  H.J. Lu <hjl@lucon.org>
445
446         * utils/rquotad/rquota_server.c (getquotainfo): Skip bad
447         mounting poins in /etc/fstab.
448
449 2000-05-01  H.J. Lu <hjl@lucon.org>
450
451         * configure.in (VERSION): Set to "0.1.7.2".
452         * configure: Regenerated.
453         * nfs-utils.spec: Updated.
454
455 2000-05-01  H.J. Lu <hjl@lucon.org>
456
457         * utils/rquotad/rquota_server.c (getquotainfo): Call stat ()
458         to check for the mounting point.
459
460 2000-04-29  Chip Salzenberg  <chip@valinux.com>
461             Neil Brown  <neilb@cse.unsw.edu.au>
462
463         * Really re-use RPC ports.
464           (Fixes earlier patch.  Sorry, Neil.)
465
466 2000-04-26  H.J. Lu <hjl@lucon.org>
467
468         * configure.in (VERSION): Set to "0.1.7.1".
469         * configure: Regenerated.
470         * nfs-utils.spec: Updated.
471
472 2000-04-26  H.J. Lu <hjl@lucon.org>
473
474         * etc/redhat/nfslock.init: Check if lockd exits before killing
475         it.
476
477 2000-04-25  H.J. Lu <hjl@lucon.org>
478
479         * README: Require util-linux-2.10f-mount-rpc.patch for mount.
480
481 2000-03-21 Michael Weiser <michael@weiser.saale-net.de>
482
483         * support/nfs/exports.c (parsesquash): Correctly set the
484         return pointer.
485
486 Tue Mar 21 11:38:48 EST 2000 NeilBrown <neilb@cse.unsw.edu.au>
487
488         * support/include/nfs/nfs.h: Removed knowledge of internals of
489              kernel filehandles (which can change) and defined nfs_fh_size
490              which has variable size
491         
492         * support/nfs/getfh.c: defined getfh_size to use new syscall to
493              get variable sized file handles, and change getfh{,old} to
494              use nfs_fh_size        
495         
496         * utils/mountd/mountd.c: use nfd_fh_size and call getfh_size for
497              NFSv3 file handles
498
499         * tools/Makefile, tools/nlmtest/nlmtest.c
500              nlmtest.c depended on internel format of file handles, so now
501              doesn't work.
502
503         
504 2000-03-12  Chip Salzenberg  <chip@valinux.com>
505             Neil Brown  <neilb@cse.unsw.edu.au>
506
507         * support/nfs/rpcmisc.c (rpc_init): Share transports.
508
509 2000-03-13 H.J. Lu <hjl@lucon.org>
510
511         * etc/redhat/nfsd.init: Updated.
512
513         * etc/redhat/nfslock.init: Updated.
514
515         * nfs-utils.spec.in: Updated.
516
517         * configure.in (VERSION): Set to "0.1.7".
518         * configure: Regenerated.
519         * nfs-utils.spec: Updated.
520
521         * README: Updated.
522
523 Wed Mar  8 09:42:43 2000 Neil Brown <neilb@cse.unsw.edu.au>
524
525         * utils/exportfs/exportfs.c (dump): Included printing of
526            nohide, no_subtree_check, and insecure_locks
527
528 2000-02-26  Chip Salzenberg  <chip@valinux.com>
529
530         * config.mk.in (INSTALLSUID): Strip ("-s").
531         (INSTALLSCRIPT): Define.
532         * utils/nhfsstone/Makefile: Use it.
533
534 2000-02-26  Chip Salzenberg  <chip@valinux.com>
535
536         * utils/lockd/lockd.man: Create.
537         * utils/lockd/Makefile: Install it.
538         * utils/nhfsstone/nhfs{run,nums,graph}.man: Create.
539         * utils/nhfsstone/nhfsstone.man: Change suffix from ".1".
540         * utils/nhfsstone/Makefile: Install the helper scripts and
541           all four man pages.
542         * utils/exportfs/exports.man: Fix typo.
543
544 2000-02-26  Chip Salzenberg  <chip@valinux.com>
545
546         * support/nfs/xio.c (xungetc): Decrement line number when
547         character to unget is newline.  Make first parameter int, so
548         it can distinguish EOF from \377.
549         * support/include/xio.h (xungetc): Adjust prototype.
550
551 Fri Feb  4 23:42:23 2000 Neil Brown <neilb@cse.unsw.edu.au>
552
553         * support/include/nfs/export.h: added NFSEXP_NOAUTHNLM
554         * support/nfs/exports.c: added handling for NFSEXP_NOAUTHNLM
555         * utils/exportfs/exports.man: added documentation for no_auth_nlm.
556
557         This is for supporting a new option introduced in 2.3.42
558
559 Thu Feb  3 14:55:48 2000 H.J. Lu <hjl@lucon.org>
560
561         * COPYING: Added. GPL.
562
563 Thu Feb 03 14:40:40 2000 Cristian Gafton <gafton@redhat.com>
564
565         * utils/rquotad/rquota_server.c (getquotainfo): Call statfs ()
566         to get the block size.
567
568 Tue Jan 25 11:04:17 2000 H.J. Lu <hjl@lucon.org>
569
570         * nfs-utils.spec.in: Update ftp site.
571
572 Mon Jan 17 11:48:18 2000 H.J. Lu <hjl@lucon.org>
573
574         * README: Update hostnames.
575
576 Tue Jan 11 10:06:22 2000 H.J. Lu <hjl@lucon.org>
577
578         * configure.in (VERSION): Set to "0.1.6".
579         * configure: Regenerated.
580         * nfs-utils.spec: Updated.
581
582         * README: Updated.
583
584 Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>
585
586         * utils/mountd/auth.c (auth_authenticate_internal): Call
587         xstrdup for hostname before passing it to gethostbyname.
588
589         * utils/mountd/mountd.c (get_exportlist): Use xstrdup instead
590         of strdup.
591
592 Sun Dec 19 09:35:01 1999  H.J. Lu <hjl@lucon.org>
593
594         * README: Update the mailing list address.
595
596 Sun Dec 19 09:22:28 1999  H.J. Lu <hjl@lucon.org>
597
598         * configure.in (VERSION): Set to "0.1.5".
599         * configure: Regenerated.
600         * nfs-utils.spec: Updated.
601
602         * README: Updated.
603
604 Mon Dec 13 13:40:20 1999  H.J. Lu <hjl@lucon.org>
605
606         * utils/rquotad/hasquota.c (hasquota): Malloc one more char
607         for '/'.
608
609 Mon Dec  6 09:42:45 1999  H.J. Lu <hjl@lucon.org>
610
611         * configure.in (VERSION): Set to "0.1.4".
612         * configure: Regenerated.
613         * nfs-utils.spec: Updated.
614
615         * README: Updated.
616
617 Mon Dec  6 09:28:07 1999  H.J. Lu <hjl@lucon.org>
618
619         * nfs-utils.spec.in: New file.
620
621         * config.mk.in (VERSION): Changed to "nfs-utils @VERSION@".
622
623         * configure.in (nfs-utils.spec): Added to AC_OUTPUT.
624
625 1999-12-04  Chip Salzenberg  <chip@valinux.com>
626
627         * config.mk.in: Use $(CC) as set by configure.
628
629 1999-12-04  Chip Salzenberg  <chip@valinux.com>
630
631         * rules.mk: Call $(MAKE) with $(MFLAGS).
632
633 Mon Nov 29 11:17:35 1999  H.J. Lu <hjl@lucon.org>
634
635         * tools/rpcgen/rpc_main.c (h_output): Generate IXDR_GET_INT32,
636         IXDR_PUT_INT32, IXDR_GET_U_INT32 and IXDR_PUT_U_INT32.
637
638 Mon Nov 29 11:17:35 1999  H.J. Lu <hjl@lucon.org>
639
640         * nfs-utils.spec (Version): Set to 0.1.3.
641
642         * configure.in (VERSION): Set to "nfs-utils 0.1.3".
643         * configure: Regenerated.
644
645         * README: Updated.
646
647 Mon Nov 29 11:15:47 1999  H.J. Lu <hjl@lucon.org>
648
649         * utils/rquotad/rquota_server.c (nfsmount_to_devname): Removed.
650         (_PATH_DEV_DSK): Likewise.
651         (getquotainfo): Match the mounting point from /etc/mtab
652         instead of calling nfsmount_to_devname ().
653
654 1999-11-24  Chip Salzenberg  <chip@valinux.com>
655
656         * utils/statd/monitor.c (sm_mon_1_svc): Accept lockd callbacks
657         to the new port 24 as well as the historical port 100021.
658
659 Tue Nov 23 10:21:34 1999 Neil Brown <neilb@cse.unsw.edu.au>
660
661         * etc/redhat/nfsd.init (stop): moved exportfs -ua after
662         stopping nfsd to stop spurious ESTALE on server shutdown.
663         
664 Tue Nov 23 10:13:39 1999  Neil Brown <neilb@cse.unsw.edu.au>
665
666         * support/nfs/exports.c (parseopts): make copy of opt string
667         before 'nul'ing out commas so that
668
669         # exportfs -o option1,option2 hosta:/fs hostb:/fs
670
671         applies both options to both exports.
672
673 Thu Oct 28 12:55:42 1999  H.J. Lu <hjl@lucon.org>
674
675         * README: Fix a few typos.
676
677         * tools/rpcgen/rpc_cout.c (print_header): Use int32_t instead
678         of long.
679         * tools/rpcgen/rpc_hout.c (pdefine): Likewise.
680         * tools/rpcgen/rpc_main.c (c_initialize): Likewise.
681         * tools/rpcgen/rpc_parse.c (get_type): Likewise.
682         (unsigned_dec): Likewise.
683         * tools/rpcgen/rpc_scan.c (symbols): Likewise.
684         * tools/rpcgen/rpc_util.c (tokstrings): Likewise.
685
686         * tools/rpcgen/rpc_cout.c (emit_single_in_line): Use INT32
687         instead of LONG.
688         * tools/rpcgen/rpc_parse.c (get_type): Likewise.
689         (unsigned_dec): Likewise.
690         * tools/rpcgen/rpc_scan.c (symbols): Likewise.
691         * tools/rpcgen/rpc_scan.h (tok_kind): Likewise.
692         * tools/rpcgen/rpc_util.c (tokstrings): Likewise.
693
694 Thu Oct 28 11:27:51 1999 Neil Brown <neilb@cse.unsw.edu.au>
695
696         * support/include/nfs/export.h addedd NFSEXP_NOSUBTREECHECK
697         * support/nfs/exports.c: added {no_,}subtree_check and changed
698           crossmnt to nohide
699         * utils/exportfs/exports.man: added no_subtree_check and nohide
700           and removed irrelevant stuff from unfsd.
701         * support/export/rmtab.c: rmtab_read didn't quite do the right
702           thing if a pathname from rmtab was a subdirectory of an export-point
703
704 Tue Oct 26 17:22:40 1999  H.J. Lu <hjl@lucon.org>
705
706         * README: Updated ftp site.
707
708 Mon Oct 25 18:12:45 1999  H.J. Lu <hjl@lucon.org>
709
710         * nfs-utils.spec (Version): Set to 0.1.2.
711
712         * configure.in (VERSION): Set to "nfs-utils 0.1.2".
713         * configure: Regenerated.
714
715         * README: Updated.
716
717 Mon Oct 25 18:11:21 1999  H.J. Lu <hjl@lucon.org>
718
719         * utils/mountd/auth.c (auth_error): Add "no_forward_dns".
720         (auth_authenticate_internal): Check for NULL return on forward
721         DNS lookup.
722         (auth_authenticate): Handle "no_forward_dns".
723
724 Thu Oct 21 16:22:06 1999  H.J. Lu <hjl@lucon.org>
725
726         * Version 0.1.1 released.
727
728         * nfs-utils.spec (Version): Set to 0.1.1.
729
730         * configure.in (VERSION): Set to "nfs-utils 0.1.1".
731         * configure: Regenerated.
732
733         * README: Updated.
734
735 Mon Oct 18 17:43:29 1999  H.J. Lu <hjl@lucon.org>
736
737         * nfs-utils.spec (Obsoletes): Fixed a typo, change knfsd-client
738         to knfsd-clients.
739         (Provides): Likewise.
740
741 Mon Oct 18 14:56:22 1999  H.J. Lu <hjl@lucon.org>
742
743         * Initial version 0.1 released.
744
745         * configure.in (VERSION): Set to "nfs-utils 0.1".
746         * configure: Regenerated.
747
748 Mon Oct 18 14:54:57 1999  H.J. Lu <hjl@lucon.org>
749
750         * utils/mountd/mountd.c (get_exportlist): Cleanup.
751
752         * utils/exportfs/exportfs.c (unexport_all): Unexport from
753         kernel only if the entry is exported to kernel.
754         (unexportfs): Likewise.
755
756 Wed Sep 08 16:49:32 1999  Neil Brown <neilb@cse.unsw.edu.au>
757
758 1/ utils/mountd/rmtab.c::mountlist_list
759
760      This routine stats the rmtab file to see if it has changed.  It
761      if has, it cleans up it's old copy of the data. But it still
762      always re-read the file, thus returning multiple copies of the
763      data on consecutive calls without intervening changes.
764      "Showmount -a" didn't show this as it appears to sort/unique the
765      data, but 'strace showmount -a' showed that the size of the
766      datagram that it received grew.
767
768      I moved the getrmtabent loop inside the mtime test.
769
770 2/ utils/exportfs/exportfs.c
771    
772      Many routines used the m_path field of m_export instead of
773      e_path.
774      According to the comment in nfslib.h, m_path should only
775      be used when processing a mount request (i.e. in mountd)
776      where the mountpoint may be a subdirectory of the export point.
777
778      I changed all occurances of m_path to e_path
779
780
781 3/ utils/exportfs/exportfs.c:main
782
783       extra arguments are not meaningful with -a or -r, but
784       exportfs accepted them and then ignored the -a/-r, expect that
785       -r would still unexport everything first.
786
787       I generate an error if there are extra args and f_all
788
789 4/ utils/exportfs/exportfs.c:main
790      extract dump out as a special case.
791
792 5/ utils/exportfs/exportfs.c
793      made f_reexport a local variable.
794
795
796 6/ utils/exportfs/exportfs.c:main,exportall
797
798     support/export/rmtab.c
799        only  mayexport on newly created entries, don't set xtabent at all
800
801 7/ support/include/nfslib.h
802
803       add #define _PATH_PROC_EXPORTS to be /proc/fs/nds/exports
804
805 8/ support/export/xtab.c
806
807       xtab_mount_read loads data from _PATH_PROC_EXPORTS if it exists,
808       else from xtab
809
810
811 9/ support/export/xtab.c
812
813       xtab_mount_read now sets m_exported, and NOT
814         xtabent and mayexport
815
816       removed the append arguement from xtab_write as it was
817         never used.
818
819       added is_export flag to xtab_write similar to xtab_read
820         if is_export, only write entries with m_xtabent or m_addxtab
821         if !is_export, only write entries with m_exported
822      
823 10/ support/export/export.c::export_allowed_internal
824
825       added test for exp->m_mayexport, as the export tree
826         may have entries that are no longer allowed to be exported,
827         and so shouldn't caused deduced exported by rmtab_read
828
829 11/ utils/exportfs/exportfs.c::main
830         error checking of flags.
831
832 12/ utils/exportfs/exportfs.c
833
834         total rewrite of export and unexport logic.
835         We now:
836         -  build an exportslist of valid exports, based on
837            current etab file  and arguments,
838         -  read rmtab to instantiate relevant wild card entries
839         -  read etab to find out what is currently exported
840         -  synchronise intention with reality
841         -  write out etab and xtab
842
843 13/  various
844         discard the m_addxtab flag
845         add m_changed flag so we know what to report in exportfs
846
847 14/ utils/mountd/auth.c:auth_authenticate
848
849         the value returned by gethostbyaddr was trusted.
850
851         It now follows this with a call to gethostbyname
852         and checks that the address is in the list.
853
854 15/ support/export/nfsctl.c::cltsetup,expsetup
855
856         force client names to lowercase as kernel is
857         sensitive to case
858
859 16/ quietened a few compiler warnings
860
861 17/ support/export/client:client_lookup
862
863      look for pre-existing client with same name before creating
864         a new one.
865
866 18/ support/include/exportfs.h
867
868      The ordering of the MCL_* enum was:
869         ANONYMOUS, FQDN, SUBNETWORK, WILDCARD, NETGROUP
870
871      I moved ANONYMOUS to the end.
872
873      The ordering is significant when an export entry is being searched for to 
874         match a given address.  There are two problems with ANONYMOUS being first.
875
876         1/ if a directory is exported rw to a couple of hosts and ro to everyone else,
877            then the ro case will always be found first and the privileged hosts won't get
878            their privilege
879         2/ When mountd gets a request to mount an ANONYMOUSly exported tree, it creates a FQDN
880            export entry for the specific host, and writes it to xtab.
881            When another request comes from the same host, the ANONYMOUS entry is found again, 
882            before the new FQDN entry, so it creates another FQDN entry and writes it to xtab
883            again.  If causes bloat in xtab.
884
885       Putting ANONYMOUS at the end reflects it's nature as a catch-all
886
887 19/ utils/exportfs/exportfs.man
888         many updates to the man page to reflect changes to the code
889
890 -----------------------
891
892
893
894 TODO:
895
896 - allow exportfs to modify rmtab file
897 - make sure kernel never gets two clients with same IP address
898     - possible kernel should reject
899     - needs to be some way to lookup client in kernel by IP address
900 - maybe get kernel to do case-insensitive comparisons on client names
901 - remove unused clients from kernel
902
903 - change etab to xtab and xtab to xtab.active
904
905 - timestamp and/or statd-stamp in rmtab for removing old entries.
906
907 Mon Oct 18 11:48:07 1999  H.J. Lu <hjl@lucon.org>
908
909         * linux-nfs: New directory.
910         * linux-nfs/ChangeLog: Moved from ..
911         * linux-nfs/INSTALL: Likewise.
912         * linux-nfs/KNOWNBUGS: Likewise.
913         * linux-nfs/NEW: Likewise.
914         * linux-nfs/README: Likewise.
915         * linux-nfs/THANKS: Likewise.
916         * linux-nfs/TODO: Likewise.
917
918         * Starting from knfsd 1.4.7.