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