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