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