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