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