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