]> git.decadent.org.uk Git - nfs-utils.git/blob - ChangeLog
2000-07-04 H.J. Lu <hjl@lucon.org>
[nfs-utils.git] / ChangeLog
1 2000-07-04  H.J. Lu <hjl@lucon.org>
2
3         * utils/statd/log.c: Include <stdlib.h> for exit ().
4
5         * utils/statd/misc.c (xunlink): Add `{' and `}' to quiet the
6         gcc warning.
7
8 2000-07-04  H.J. Lu <hjl@lucon.org>
9
10         * configure.in (VERSION): Set to "0.1.9.1".
11         * configure: Regenerated.
12         * nfs-utils.spec: Updated.
13
14         * README: Updated.
15
16 2000-07-04  Neil Brown  <neilb@cse.unsw.edu.au>
17
18         * support/export/hostname.c (hostent_dup): Handle the NULL
19         h_aliases field.
20
21 2000-07-03  H.J. Lu <hjl@lucon.org>
22
23         * README: Update the util-linux requirement.
24
25 2000-07-03  H.J. Lu <hjl@lucon.org>
26
27         * configure.in (VERSION): Set to "0.1.9".
28         * configure: Regenerated.
29         * nfs-utils.spec: Updated.
30
31         * README: Updated.
32
33 2000-07-03  H.J. Lu <hjl@lucon.org>
34
35         * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
36         stop to ensure all clients can still access the server
37         before it is shutdown.
38
39 2000-06-30  Jeff Uphoff <juphoff@transmeta.com>
40
41         * tools/rpcgen/rpc_svcout.c (write_msg_out): Generate syslog()
42         calls with format string.
43         
44 2000-06-28  Chip Salzenberg  <chip@valinux.com>
45
46         * utils/statd/log.c (log): Call syslog with format string.
47
48 2000-06-27  H.J. Lu <hjl@lucon.org>
49
50         * utils/statd/statd.c (main): Use sysconf (_SC_OPEN_MAX)
51         instead of OPEN_MAX.
52
53 2000-06-27  H.J. Lu <hjl@lucon.org>
54
55         * README: Updated.
56
57 2000-06-27  H.J. Lu <hjl@lucon.org>
58
59         * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
60         startup to ensure all existing clients are exported.
61
62         * configure.in (VERSION): Set to "0.1.8.2".
63         * configure: Regenerated.
64         * nfs-utils.spec: Updated.
65
66 2000-06-06  H.J. Lu <hjl@lucon.org>
67
68         * configure.in (VERSION): Set to "0.1.8.1".
69         * configure: Regenerated.
70         * nfs-utils.spec: Updated.
71
72 2000-06-06  H.J. Lu <hjl@lucon.org>
73
74         * utils/mountd/mountd.c (mount_dump_1_svc): Cast svc_getcaller
75         to "struct sockaddr_in *" for glibc 2.2.
76         (mount_umnt_1_svc): Likewise.
77         (mount_umntall_1_svc): Likewise.
78         (mount_export_1_svc): Likewise.
79         (mount_exportall_1_svc): Likewise.
80         (mount_pathconf_2_svc): Likewise.
81         (get_rootfh): Likewise.
82
83 2000-06-04  H.J. Lu <hjl@lucon.org>
84
85         * etc/redhat/nfs.init: Fix a typo in comment.
86
87 2000-05-31  H.J. Lu <hjl@lucon.org>
88
89         * configure.in (VERSION): Set to "0.1.8".
90         * configure: Regenerated.
91         * nfs-utils.spec: Updated.
92
93         * README: Updated.
94
95 2000-05-31  H.J. Lu <hjl@lucon.org>
96
97         * configure.in (VERSION): Set to "0.1.7.5".
98         * configure: Regenerated.
99         * nfs-utils.spec: Updated.
100
101         * support/include/nfslib.h (exportent): Add a new field,
102         r_count, to count the number of mounts from a client.
103         (getrmtabent): Take a new argument for position in file.
104         (putrmtabent): Likewise.
105         (fgetrmtabent): Likewise.
106         (fputrmtabent): Likewise.
107         * support/nfs/rmtab.c (getrmtabent): Handle the new argument
108         for position in file.
109         (fgetrmtabent): Likewise.
110         (putrmtabent): Likewise.
111         (fputrmtabent): Likewise.
112
113         * support/nfs/rmtab.c (fgetrmtabent): Get value for the new
114         field, r_count.
115
116         * support/export/rmtab.c (rmtab_read): Pass NULL as the new
117         argument to getrmtabent (), fgetrmtabent (), putrmtabent ()
118         and fputrmtabent ().
119         * utils/mountd/rmtab.c (mountlist_add): Likewise.
120         (mountlist_del): Likewise.
121         (mountlist_del_all): Likewise.
122         (mountlist_list): Likewise.
123
124         * utils/mountd/rmtab.c (mountlist_add): Increment "r_count"
125         for the existing entry and initialize "r_count" to 1.
126         (mountlist_del): Decrement "r_count".
127
128 2000-05-18  H.J. Lu <hjl@lucon.org>
129
130         * configure.in (VERSION): Set to "0.1.7.4".
131         * configure: Regenerated.
132         * nfs-utils.spec: Updated.
133
134 2000-05-18  H.J. Lu <hjl@lucon.org>
135
136         * etc/redhat/nfs.init (restart): Just do stop and start.
137
138 2000-05-09  Jay Weber <jweber@valinux.com>
139
140         * utils/rquotad/hasquota.c: added support for ext3 recognition
141         in rquotad.
142         * utils/rquotad/mntent.h: Likewise.
143
144 2000-05-01  H.J. Lu <hjl@lucon.org>
145
146         * configure.in (VERSION): Set to "0.1.7.3".
147         * configure: Regenerated.
148         * nfs-utils.spec: Updated.
149
150 2000-05-01  H.J. Lu <hjl@lucon.org>
151
152         * utils/rquotad/rquota_server.c (getquotainfo): Skip bad
153         mounting poins in /etc/fstab.
154
155 2000-05-01  H.J. Lu <hjl@lucon.org>
156
157         * configure.in (VERSION): Set to "0.1.7.2".
158         * configure: Regenerated.
159         * nfs-utils.spec: Updated.
160
161 2000-05-01  H.J. Lu <hjl@lucon.org>
162
163         * utils/rquotad/rquota_server.c (getquotainfo): Call stat ()
164         to check for the mounting point.
165
166 2000-04-29  Chip Salzenberg  <chip@valinux.com>
167             Neil Brown  <neilb@cse.unsw.edu.au>
168
169         * Really re-use RPC ports.
170           (Fixes earlier patch.  Sorry, Neil.)
171
172 2000-04-26  H.J. Lu <hjl@lucon.org>
173
174         * configure.in (VERSION): Set to "0.1.7.1".
175         * configure: Regenerated.
176         * nfs-utils.spec: Updated.
177
178 2000-04-26  H.J. Lu <hjl@lucon.org>
179
180         * etc/redhat/nfslock.init: Check if lockd exits before killing
181         it.
182
183 2000-04-25  H.J. Lu <hjl@lucon.org>
184
185         * README: Require util-linux-2.10f-mount-rpc.patch for mount.
186
187 2000-03-21 Michael Weiser <michael@weiser.saale-net.de>
188
189         * support/nfs/exports.c (parsesquash): Correctly set the
190         return pointer.
191
192 Tue Mar 21 11:38:48 EST 2000 NeilBrown <neilb@cse.unsw.edu.au>
193
194         * support/include/nfs/nfs.h: Removed knowledge of internals of
195              kernel filehandles (which can change) and defined nfs_fh_size
196              which has variable size
197         
198         * support/nfs/getfh.c: defined getfh_size to use new syscall to
199              get variable sized file handles, and change getfh{,old} to
200              use nfs_fh_size        
201         
202         * utils/mountd/mountd.c: use nfd_fh_size and call getfh_size for
203              NFSv3 file handles
204
205         * tools/Makefile, tools/nlmtest/nlmtest.c
206              nlmtest.c depended on internel format of file handles, so now
207              doesn't work.
208
209         
210 2000-03-12  Chip Salzenberg  <chip@valinux.com>
211             Neil Brown  <neilb@cse.unsw.edu.au>
212
213         * support/nfs/rpcmisc.c (rpc_init): Share transports.
214
215 2000-03-13 H.J. Lu <hjl@lucon.org>
216
217         * etc/redhat/nfsd.init: Updated.
218
219         * etc/redhat/nfslock.init: Updated.
220
221         * nfs-utils.spec.in: Updated.
222
223         * configure.in (VERSION): Set to "0.1.7".
224         * configure: Regenerated.
225         * nfs-utils.spec: Updated.
226
227         * README: Updated.
228
229 Wed Mar  8 09:42:43 2000 Neil Brown <neilb@cse.unsw.edu.au>
230
231         * utils/exportfs/exportfs.c (dump): Included printing of
232            nohide, no_subtree_check, and insecure_locks
233
234 2000-02-26  Chip Salzenberg  <chip@valinux.com>
235
236         * config.mk.in (INSTALLSUID): Strip ("-s").
237         (INSTALLSCRIPT): Define.
238         * utils/nhfsstone/Makefile: Use it.
239
240 2000-02-26  Chip Salzenberg  <chip@valinux.com>
241
242         * utils/lockd/lockd.man: Create.
243         * utils/lockd/Makefile: Install it.
244         * utils/nhfsstone/nhfs{run,nums,graph}.man: Create.
245         * utils/nhfsstone/nhfsstone.man: Change suffix from ".1".
246         * utils/nhfsstone/Makefile: Install the helper scripts and
247           all four man pages.
248         * utils/exportfs/exports.man: Fix typo.
249
250 2000-02-26  Chip Salzenberg  <chip@valinux.com>
251
252         * support/nfs/xio.c (xungetc): Decrement line number when
253         character to unget is newline.  Make first parameter int, so
254         it can distinguish EOF from \377.
255         * support/include/xio.h (xungetc): Adjust prototype.
256
257 Fri Feb  4 23:42:23 2000 Neil Brown <neilb@cse.unsw.edu.au>
258
259         * support/include/nfs/export.h: added NFSEXP_NOAUTHNLM
260         * support/nfs/exports.c: added handling for NFSEXP_NOAUTHNLM
261         * utils/exportfs/exports.man: added documentation for no_auth_nlm.
262
263         This is for supporting a new option introduced in 2.3.42
264
265 Thu Feb  3 14:55:48 2000 H.J. Lu <hjl@lucon.org>
266
267         * COPYING: Added. GPL.
268
269 Thu Feb 03 14:40:40 2000 Cristian Gafton <gafton@redhat.com>
270
271         * utils/rquotad/rquota_server.c (getquotainfo): Call statfs ()
272         to get the block size.
273
274 Tue Jan 25 11:04:17 2000 H.J. Lu <hjl@lucon.org>
275
276         * nfs-utils.spec.in: Update ftp site.
277
278 Mon Jan 17 11:48:18 2000 H.J. Lu <hjl@lucon.org>
279
280         * README: Update hostnames.
281
282 Tue Jan 11 10:06:22 2000 H.J. Lu <hjl@lucon.org>
283
284         * configure.in (VERSION): Set to "0.1.6".
285         * configure: Regenerated.
286         * nfs-utils.spec: Updated.
287
288         * README: Updated.
289
290 Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>
291
292         * utils/mountd/auth.c (auth_authenticate_internal): Call
293         xstrdup for hostname before passing it to gethostbyname.
294
295         * utils/mountd/mountd.c (get_exportlist): Use xstrdup instead
296         of strdup.
297
298 Sun Dec 19 09:35:01 1999  H.J. Lu <hjl@lucon.org>
299
300         * README: Update the mailing list address.
301
302 Sun Dec 19 09:22:28 1999  H.J. Lu <hjl@lucon.org>
303
304         * configure.in (VERSION): Set to "0.1.5".
305         * configure: Regenerated.
306         * nfs-utils.spec: Updated.
307
308         * README: Updated.
309
310 Mon Dec 13 13:40:20 1999  H.J. Lu <hjl@lucon.org>
311
312         * utils/rquotad/hasquota.c (hasquota): Malloc one more char
313         for '/'.
314
315 Mon Dec  6 09:42:45 1999  H.J. Lu <hjl@lucon.org>
316
317         * configure.in (VERSION): Set to "0.1.4".
318         * configure: Regenerated.
319         * nfs-utils.spec: Updated.
320
321         * README: Updated.
322
323 Mon Dec  6 09:28:07 1999  H.J. Lu <hjl@lucon.org>
324
325         * nfs-utils.spec.in: New file.
326
327         * config.mk.in (VERSION): Changed to "nfs-utils @VERSION@".
328
329         * configure.in (nfs-utils.spec): Added to AC_OUTPUT.
330
331 1999-12-04  Chip Salzenberg  <chip@valinux.com>
332
333         * config.mk.in: Use $(CC) as set by configure.
334
335 1999-12-04  Chip Salzenberg  <chip@valinux.com>
336
337         * rules.mk: Call $(MAKE) with $(MFLAGS).
338
339 Mon Nov 29 11:17:35 1999  H.J. Lu <hjl@lucon.org>
340
341         * tools/rpcgen/rpc_main.c (h_output): Generate IXDR_GET_INT32,
342         IXDR_PUT_INT32, IXDR_GET_U_INT32 and IXDR_PUT_U_INT32.
343
344 Mon Nov 29 11:17:35 1999  H.J. Lu <hjl@lucon.org>
345
346         * nfs-utils.spec (Version): Set to 0.1.3.
347
348         * configure.in (VERSION): Set to "nfs-utils 0.1.3".
349         * configure: Regenerated.
350
351         * README: Updated.
352
353 Mon Nov 29 11:15:47 1999  H.J. Lu <hjl@lucon.org>
354
355         * utils/rquotad/rquota_server.c (nfsmount_to_devname): Removed.
356         (_PATH_DEV_DSK): Likewise.
357         (getquotainfo): Match the mounting point from /etc/mtab
358         instead of calling nfsmount_to_devname ().
359
360 1999-11-24  Chip Salzenberg  <chip@valinux.com>
361
362         * utils/statd/monitor.c (sm_mon_1_svc): Accept lockd callbacks
363         to the new port 24 as well as the historical port 100021.
364
365 Tue Nov 23 10:21:34 1999 Neil Brown <neilb@cse.unsw.edu.au>
366
367         * etc/redhat/nfsd.init (stop): moved exportfs -ua after
368         stopping nfsd to stop spurious ESTALE on server shutdown.
369         
370 Tue Nov 23 10:13:39 1999  Neil Brown <neilb@cse.unsw.edu.au>
371
372         * support/nfs/exports.c (parseopts): make copy of opt string
373         before 'nul'ing out commas so that
374
375         # exportfs -o option1,option2 hosta:/fs hostb:/fs
376
377         applies both options to both exports.
378
379 Thu Oct 28 12:55:42 1999  H.J. Lu <hjl@lucon.org>
380
381         * README: Fix a few typos.
382
383         * tools/rpcgen/rpc_cout.c (print_header): Use int32_t instead
384         of long.
385         * tools/rpcgen/rpc_hout.c (pdefine): Likewise.
386         * tools/rpcgen/rpc_main.c (c_initialize): Likewise.
387         * tools/rpcgen/rpc_parse.c (get_type): Likewise.
388         (unsigned_dec): Likewise.
389         * tools/rpcgen/rpc_scan.c (symbols): Likewise.
390         * tools/rpcgen/rpc_util.c (tokstrings): Likewise.
391
392         * tools/rpcgen/rpc_cout.c (emit_single_in_line): Use INT32
393         instead of LONG.
394         * tools/rpcgen/rpc_parse.c (get_type): Likewise.
395         (unsigned_dec): Likewise.
396         * tools/rpcgen/rpc_scan.c (symbols): Likewise.
397         * tools/rpcgen/rpc_scan.h (tok_kind): Likewise.
398         * tools/rpcgen/rpc_util.c (tokstrings): Likewise.
399
400 Thu Oct 28 11:27:51 1999 Neil Brown <neilb@cse.unsw.edu.au>
401
402         * support/include/nfs/export.h addedd NFSEXP_NOSUBTREECHECK
403         * support/nfs/exports.c: added {no_,}subtree_check and changed
404           crossmnt to nohide
405         * utils/exportfs/exports.man: added no_subtree_check and nohide
406           and removed irrelevant stuff from unfsd.
407         * support/export/rmtab.c: rmtab_read didn't quite do the right
408           thing if a pathname from rmtab was a subdirectory of an export-point
409
410 Tue Oct 26 17:22:40 1999  H.J. Lu <hjl@lucon.org>
411
412         * README: Updated ftp site.
413
414 Mon Oct 25 18:12:45 1999  H.J. Lu <hjl@lucon.org>
415
416         * nfs-utils.spec (Version): Set to 0.1.2.
417
418         * configure.in (VERSION): Set to "nfs-utils 0.1.2".
419         * configure: Regenerated.
420
421         * README: Updated.
422
423 Mon Oct 25 18:11:21 1999  H.J. Lu <hjl@lucon.org>
424
425         * utils/mountd/auth.c (auth_error): Add "no_forward_dns".
426         (auth_authenticate_internal): Check for NULL return on forward
427         DNS lookup.
428         (auth_authenticate): Handle "no_forward_dns".
429
430 Thu Oct 21 16:22:06 1999  H.J. Lu <hjl@lucon.org>
431
432         * Version 0.1.1 released.
433
434         * nfs-utils.spec (Version): Set to 0.1.1.
435
436         * configure.in (VERSION): Set to "nfs-utils 0.1.1".
437         * configure: Regenerated.
438
439         * README: Updated.
440
441 Mon Oct 18 17:43:29 1999  H.J. Lu <hjl@lucon.org>
442
443         * nfs-utils.spec (Obsoletes): Fixed a typo, change knfsd-client
444         to knfsd-clients.
445         (Provides): Likewise.
446
447 Mon Oct 18 14:56:22 1999  H.J. Lu <hjl@lucon.org>
448
449         * Initial version 0.1 released.
450
451         * configure.in (VERSION): Set to "nfs-utils 0.1".
452         * configure: Regenerated.
453
454 Mon Oct 18 14:54:57 1999  H.J. Lu <hjl@lucon.org>
455
456         * utils/mountd/mountd.c (get_exportlist): Cleanup.
457
458         * utils/exportfs/exportfs.c (unexport_all): Unexport from
459         kernel only if the entry is exported to kernel.
460         (unexportfs): Likewise.
461
462 Wed Sep 08 16:49:32 1999  Neil Brown <neilb@cse.unsw.edu.au>
463
464 1/ utils/mountd/rmtab.c::mountlist_list
465
466      This routine stats the rmtab file to see if it has changed.  It
467      if has, it cleans up it's old copy of the data. But it still
468      always re-read the file, thus returning multiple copies of the
469      data on consecutive calls without intervening changes.
470      "Showmount -a" didn't show this as it appears to sort/unique the
471      data, but 'strace showmount -a' showed that the size of the
472      datagram that it received grew.
473
474      I moved the getrmtabent loop inside the mtime test.
475
476 2/ utils/exportfs/exportfs.c
477    
478      Many routines used the m_path field of m_export instead of
479      e_path.
480      According to the comment in nfslib.h, m_path should only
481      be used when processing a mount request (i.e. in mountd)
482      where the mountpoint may be a subdirectory of the export point.
483
484      I changed all occurances of m_path to e_path
485
486
487 3/ utils/exportfs/exportfs.c:main
488
489       extra arguments are not meaningful with -a or -r, but
490       exportfs accepted them and then ignored the -a/-r, expect that
491       -r would still unexport everything first.
492
493       I generate an error if there are extra args and f_all
494
495 4/ utils/exportfs/exportfs.c:main
496      extract dump out as a special case.
497
498 5/ utils/exportfs/exportfs.c
499      made f_reexport a local variable.
500
501
502 6/ utils/exportfs/exportfs.c:main,exportall
503
504     support/export/rmtab.c
505        only  mayexport on newly created entries, don't set xtabent at all
506
507 7/ support/include/nfslib.h
508
509       add #define _PATH_PROC_EXPORTS to be /proc/fs/nds/exports
510
511 8/ support/export/xtab.c
512
513       xtab_mount_read loads data from _PATH_PROC_EXPORTS if it exists,
514       else from xtab
515
516
517 9/ support/export/xtab.c
518
519       xtab_mount_read now sets m_exported, and NOT
520         xtabent and mayexport
521
522       removed the append arguement from xtab_write as it was
523         never used.
524
525       added is_export flag to xtab_write similar to xtab_read
526         if is_export, only write entries with m_xtabent or m_addxtab
527         if !is_export, only write entries with m_exported
528      
529 10/ support/export/export.c::export_allowed_internal
530
531       added test for exp->m_mayexport, as the export tree
532         may have entries that are no longer allowed to be exported,
533         and so shouldn't caused deduced exported by rmtab_read
534
535 11/ utils/exportfs/exportfs.c::main
536         error checking of flags.
537
538 12/ utils/exportfs/exportfs.c
539
540         total rewrite of export and unexport logic.
541         We now:
542         -  build an exportslist of valid exports, based on
543            current etab file  and arguments,
544         -  read rmtab to instantiate relevant wild card entries
545         -  read etab to find out what is currently exported
546         -  synchronise intention with reality
547         -  write out etab and xtab
548
549 13/  various
550         discard the m_addxtab flag
551         add m_changed flag so we know what to report in exportfs
552
553 14/ utils/mountd/auth.c:auth_authenticate
554
555         the value returned by gethostbyaddr was trusted.
556
557         It now follows this with a call to gethostbyname
558         and checks that the address is in the list.
559
560 15/ support/export/nfsctl.c::cltsetup,expsetup
561
562         force client names to lowercase as kernel is
563         sensitive to case
564
565 16/ quietened a few compiler warnings
566
567 17/ support/export/client:client_lookup
568
569      look for pre-existing client with same name before creating
570         a new one.
571
572 18/ support/include/exportfs.h
573
574      The ordering of the MCL_* enum was:
575         ANONYMOUS, FQDN, SUBNETWORK, WILDCARD, NETGROUP
576
577      I moved ANONYMOUS to the end.
578
579      The ordering is significant when an export entry is being searched for to 
580         match a given address.  There are two problems with ANONYMOUS being first.
581
582         1/ if a directory is exported rw to a couple of hosts and ro to everyone else,
583            then the ro case will always be found first and the privileged hosts won't get
584            their privilege
585         2/ When mountd gets a request to mount an ANONYMOUSly exported tree, it creates a FQDN
586            export entry for the specific host, and writes it to xtab.
587            When another request comes from the same host, the ANONYMOUS entry is found again, 
588            before the new FQDN entry, so it creates another FQDN entry and writes it to xtab
589            again.  If causes bloat in xtab.
590
591       Putting ANONYMOUS at the end reflects it's nature as a catch-all
592
593 19/ utils/exportfs/exportfs.man
594         many updates to the man page to reflect changes to the code
595
596 -----------------------
597
598
599
600 TODO:
601
602 - allow exportfs to modify rmtab file
603 - make sure kernel never gets two clients with same IP address
604     - possible kernel should reject
605     - needs to be some way to lookup client in kernel by IP address
606 - maybe get kernel to do case-insensitive comparisons on client names
607 - remove unused clients from kernel
608
609 - change etab to xtab and xtab to xtab.active
610
611 - timestamp and/or statd-stamp in rmtab for removing old entries.
612
613 Mon Oct 18 11:48:07 1999  H.J. Lu <hjl@lucon.org>
614
615         * linux-nfs: New directory.
616         * linux-nfs/ChangeLog: Moved from ..
617         * linux-nfs/INSTALL: Likewise.
618         * linux-nfs/KNOWNBUGS: Likewise.
619         * linux-nfs/NEW: Likewise.
620         * linux-nfs/README: Likewise.
621         * linux-nfs/THANKS: Likewise.
622         * linux-nfs/TODO: Likewise.
623
624         * Starting from knfsd 1.4.7.