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