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