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