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