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