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