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