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