]> git.decadent.org.uk Git - nfs-utils.git/blob - ChangeLog
*** empty log message ***
[nfs-utils.git] / ChangeLog
1 2004-11-22 "J. Bruce Fields" <bfields@fieldses.org>
2
3         * tools/rpcdebug/rpcdebug.c: support aliases "nfsdebug" and
4         "nfsddebug" and update flag names.
5         * configure.in, nodist/* redhat/* nfs-utils.spec*: remove redhat
6         specific files (as no-one actually uses them, especially not
7         redhat), and the nodist /etc files (as they drift out-of-date, and
8         the debian directory provides a suitable example.
9         * utils/svcgssd_proc.c(get_ids): fix memory leak
10         * utils/svcgssd/svcgssd_proc.c: Rely on count of the number of
11         groups instead of using a special guard value to identify the end
12         of the list. 
13         * utils/idmapd/idmapd.c: don't allow Default domain and anon-uid
14         or -gid to be specified on command line.
15         * utils/idmapd/idmapd.c: improve error messages
16         * utils/idmapd/idmapd.c: Reopen nfsd files on sighup.  Allows us
17         to start up client side only (even when nfsd module not loaded),
18         and then sighup later after insmodding nfsd module. 
19         * utils/idmapd/idmapd.c: Make sure we catch all errors on
20         daemonizing by waiting for child to report succesfull startup
21         using a pipe. 
22         * utils/idmapd/idmapd.c: Let libnfsidmapd parse the idmapd.conf
23         file for the default domain, instead of doing that ourselves.
24
25         
26 2004-11-22 NeilBrown <neilb@cse.unsw.edu.au>
27
28         * utils/exportfs/nfsd.man: corrected typo in .BR macro usage -
29         reported by Eric Raymond
30         
31 2004-10-19 "J. Bruce Fields" <bfields@fieldses.org>
32
33         * support/gssapi/* support/rpc/* utils/gssd/* utils/svcgssd/* etc
34         initial support for GSSAPI authentication
35         
36 2004-09-15 Neil Brown <neilb@cse.unsw.edu.au>
37
38         * utils/statd/monitor.c(sm_unmon_1_svc): is RESTRICTED_STATD, then
39         check IP address and force my_name to 127.0.0.1 to match 
40         what happens in sm_mon_1_svc.  This avoid spurious "erroneous
41         SM_UNMON" messages.
42         * utils/statd.monitor.c(sm_unmon_all_1_svc): likewise
43         
44 2004-09-15 "J. Bruce Fields" <bfields@fieldses.org>     
45
46         * Assorted changes to support "gss/*" style authentication
47         * utils/idmapd: new idmapd daemon for nfsv4 username lookup
48         
49 2004-09-06 Trond Myklebust <trond.myklebust@fys.uio.no>
50         Neil Brown <neilb@cse.unsw.edu.au>
51
52         * utils/mountd/auth.c(auth_authenticate_internal): fix
53         uninitialsed variable problem (causes bad error messages).
54
55 2004-09-06 Paul Clements <paul.clements@steeleye.com>
56         Neil Brown <neilb@cse.unsw.edu.au>
57
58         * utils/mountd/mountd.c(main): support --ha-callout (-H) for
59         specifying a callout program
60         * utils/mountd/rmtab.c: Call ha_callout on mount/unmount
61         * utils/statd/monitor.c: Call ha_callout on add/del client
62         * utils/statd/rmtcall.c: as above
63         * utils/statd/statd.c: handle --ha-callout (-H)
64         * utils/statd/svc_run.c: call notify_hosts is we have received a
65         sighup
66         * support/include/ha-callout.h: define ha_callout function
67          
68         
69 2004-08-31 NeilBrown <neilb@cse.unsw.edu.au>
70         * utils/mountd/cache.c(cache_process_req): clear fd after
71         processing so as not to confused libc/sunrpc into thinking
72         it need to do something with that fd.
73         
74 2004-08-31 NeilBrown <neilb@cse.unsw.edu.au>
75
76         * debian/nfs-kernel-server.init(start,stop) mount the nfsd
77         filesystem, if available, before starting nfs services, and 
78         unmount it afterwards.
79         * etc/nodist/nfs-server: ditto
80         * etc/redhat/nfs.init: likewise
81         * etc/redhat/nfs: add "MOUNT_NFSD" flag to control above.
82         
83 2004-06-08 NeilBrown <neilb@cse.unsw.edu.au>
84
85         * utils/exportfs/exportfs.c: Don't rmtab_read if new_cache, it
86           isn't necessary.
87         * support/nfs/cacheio.c(cache_flush): Change order in which caches
88           are flushed so that dependancies don't keep things in the cache
89           too long.
90         
91 2004-03-18  Chip Salzenberg  <chip@pobox.com>
92
93         * debian/changelog: Version 1.0.6-2.
94
95 2004-02-24 NeilBrown <neilb@cse.unsw.edu.au>
96         from "J. Bruce Fields" <bfields@fieldses.org>
97
98         * utils/mountd/cache.c: call auth_reload to make sure auth data is
99         current before responding to kernel upcall.
100         
101 2004-02-24 NeilBrown <neilb@cse.unsw.edu.au>
102         Based on patch from  Greg Banks <gnb@melbourne.sgi.com>
103
104         * utils/exportfs/exports.man: Document fsid= option.
105         
106 2003-09-15 NeilBrown <neilb@cse.unsw.edu.au>
107
108         Release 1.0.6
109
110         * rules.mk: Add dep: rule when no OBJS, so "make dep" works in
111         support/include, and depend in "predep"
112         * support/export/Makefile, tools/rpcgen/Makefile,
113         utils/statd/Makefile: add "predep" rule so that "make dep" works.
114         * Makefile: allow a simple "make" to run ./configure and "make dep"
115         if needed.
116         * configure.in, nfs-utils.spec: Update version to 1.0.6
117         * run autoconf
118         
119 2003-09-12  Chip Salzenberg  <chip@pobox.com>
120
121         * debian/changelog: Version 1.0.6-1.
122
123 2003-09-12 NeilBrown <neilb@cse.unsw.edu.au>
124
125         * utils/mountd/mountd.c(main): Impose FD_SETSIZE as an upper limit
126         for RLIMIT_NOFILE
127         * utils/statd/statd.c(main): Ditto.
128
129            michael <michael@newdream.net> discovered that svc_setreqsize
130            in glibc can segfault if RLIMIT_NOFILE is bigger than
131            FD_SETSIZE, so a simple solution is to impose a hard limit.
132
133 2003-09-09  Chip Salzenberg  <chip@pobox.com>
134
135         * debian/changelog: Version 1.0.5-3.
136         * support/export/hostname.c (get_reliable_hostbyaddr): Fix crash
137         on invalid reverse DNS.
138         * utils/showmount/showmount.c (main): Fix inet_ntoa() parameter.
139         * tools/rpcgen/rpc_cout.c (print_header): Remove unused vars.
140         * tools/rpcgen/rpc_parse.c (def_union): Likewise.
141
142 2003-08-22  Chip Salzenberg  <chip@pobox.com>
143
144         * utils/statd/{log.h,log.c}: Rename log() to note() and L_* to
145         N_*, to avoid conflict with ISO C built-in log() function.
146         * utils/statd/*.c: Use note().
147
148 2003-08-20  Chip Salzenberg  <chip@pobox.com>
149
150         * debian/changelog: Version 1.0.5-2.
151
152 2003-08-11 NeilBrown <neilb@cse.unsw.edu.au>
153
154         * utils/mountd/cache.c(cache_get_filehandle): close the filehandle
155         before returning.
156         
157 2003-08-04 NeilBrown <neilb@cse.unsw.edu.au>
158
159         * support/include/nfs/export.h, support/nfs/exports.c,
160         utils/exportfs/exports.c, utils/mountd/mountd.c:  change
161         NFSEXP_CROSSMNT to NFSEXP_CROSSMOUNT to avoid confusion with older
162         meaning. Also remove meaningless
163         NFSEXP_{UIDMAP,KERBEROS,SUNSECURE}
164         
165 2003-08-04 NeilBrown <neilb@cse.unsw.edu.au>
166
167         * support/export/xtab.c, support/include/nfslib.h,
168         support/nfs/cacheio.c, support/nfs/nfssvc.c,
169         utils/exportfs/exportfs.c, utils/exportfs/exportfs.man,
170         utils/exportfs/nfsd.man, utils/mountd/cache.c: support
171         /proc/fs/nfsd/* as a perferred alternate to /proc/fs/nfs/*
172         (nfs-utils-1.0.5-post2)
173         
174 2003-08-04 NeilBrown <neilb@cse.unsw.edu.au>
175
176         * support/nfs/nfsexport.c: open channel file O_WRONLY when
177         only writing.
178         * utils/mountd/cache.c: maintain mountlist when new_cache is
179         active. Also use O_WRONLY for channel files.
180         * utils/mountd/mountd.h: mountlist_{del,add} now take a host name
181         rather than an nfs_export.
182         * utils/mountd/rmtab.c: ditto.
183         (nfs-utils-1.5.0-post1)
184         
185 2003-07-24  Chip Salzenberg  <chip@pobox.com>
186
187         * support/nfs/xlog.c (xlog): Revise buffer-overflow fix to
188         use Debian security team's cleaner approach.
189         * debian/changelog: Version 1.0.5-1.
190         * debian/nfs-kernel-server.init: Cosmetic changes.
191
192 2003-07-18 NeilBrown <neilb@cse.unsw.edu.au>
193
194         Release 1.0.5:
195          1.0.4 was a bit of a brown-paper-bag-release because of the extra
196          'free' in auth.c.  So I'm releasing this just a few days later.
197
198         * support/nfs/cacheio.c(cache_flush): Correct test for 'open
199         failed'
200         * utils/exportfs/exportfs.c(main): If "-f" given as lone option,
201         check if new_cache is enabled, error if not, flush and exit if it
202         is. 
203         * utils/exportfs/exportfs.man: Explain -f option and explain the
204         two different modes that exportfs can work in.
205         * utils/mountd/mountd.c: Do not change RLIMIT_NOFILE if the -o
206         option wasn't given.
207         * utils/mountd/mountd.man: Record the change if default behaviour
208         for RLIMIT_NOFILE.
209         * configure.in, nfs-utils.spec: update version to 1.0.5 and
210         run autoconf
211         
212 2003-07-15 NeilBrown <neilb@cse.unsw.edu.au>
213
214         * utils/mountd/mountd.c(main): getopt string fix for 'o'
215         * utils/mountd/auth.c(auth_authenticate): remove extra 'free'
216         * utils/exportfs/exportfs.c(main): make 'exportfs -f' just flush
217         the caches.
218         * support/include/nfs/export.h: Reserve a bit for possible ACL
219         related use.
220         
221 2003-07-03 NeilBrown <neilb@cse.unsw.edu.au>
222
223         * utils/exportfs/nfsd.man: new man page for nfsd filesystem. Also
224         assorted changed to cope with section 7 of the manual.
225         * configure.in, nfs-utils.spec: Update version to 1.0.4
226         * run autoconf
227
228         This is a 'pre-release' for 1.1.0  Hopefully 1.1.0 will be the
229         baseline for 2.6 and 2.8.  I.e. it should continue to work right
230         through the 2.8 (or 3.0) kernel series.  Previous releases wont.
231
232 2003-07-04 NeilBrown <neilb@cse.unsw.edu.au>    
233         Steve Dickson <SteveD@redhat.com>
234
235         statd cleanup:
236         * utils/statd/statd.c: create a pidfile with pid of statd, and
237         truncate it when statd exists.
238         * utils/statd/statd.c: drop privs by setuid to owner of SM_DIR,
239         and warn if this is root.
240         * utils/statd/statd.c: when statd forks, connect child to parent
241         with a pipe, and send a byte down the pipe once the child is
242         working properly.
243         * Makefile: create and chown sm, sm.bak, state when "make install"
244         * configure.in: add --with-statduser= option which defaults to
245         "rpcuser" or "nobody"
246         * config.mk.in: pass "statduser" through to Makefile
247         
248 2003-07-03 NeilBrown <neilb@cse.unsw.edu.au>
249
250         * support/include/nfs/nfs.h: Make sure correct __kernel_dev_t is
251         used as the size was changed somewhere in 2.5.60-2.5.70.  Without
252         this nfs-utils compiles against 2.6 headers will not work on a
253         2.4 kernel.     
254         
255 2003-07-03 NeilBrown <neilb@cse.unsw.edu.au>
256
257         * support/nfs/nfssvc.c(nfssvc): If /proc/fs/nfs/threads exists,
258         set number of threads by writing to there.  This means it will
259         still work when the syscall interface goes away in 2.7.
260
261 2003-07-03 NeilBrown <neilb@cse.unsw.edu.au>
262         fumihiko kakuma <kakmy@mvh.biglobe.ne.jp>
263
264         * utils/exportfs/exportfs.c(unexportfs): improve host comparison
265         so as to only export the wildcard exports that were asked for.
266         * support/export/export.c(export_allowed): changed to return the
267         nfs_export rather than a "struct exportent", as m_changed is
268         needed by called
269         * support/export/rmtab.c(rmtab_read): modified to deal with
270         interface change for export_allowed(), and enhanced to preserve
271         m_changed flag when a wild-card export causes the creation of
272         a non-wildcard export.
273         
274 2003-07-02 NeilBrown <neilb@cse.unsw.edu.au>
275         Steve Dickson <SteveD@redhat.com>
276
277         * utils/mountd/mountd.man: Add valid kinds of debugging.
278         * utils/mountd/mountd.c(main): ignore SIGPIPE
279         * utils/nfsstat/nfsstat.c: fine-tune printing of warning so
280         we don't get warnings about unavailable stats that weren't asked
281         for.
282         
283 2003-06-24 NeilBrown <neilb@cse.unsw.edu.au>
284
285         * support/nfs/nfsexport.c(exp_unexp): When unexporting filesystems
286         via /rpc/net/rpc/nfsd*/channel, set the expiry date to 1, not
287         'forever', so things disappear out of the cache rather than just
288         be ignored. 
289         
290 2003-06-16  "J. Bruce Fields" <bfields@fieldses.org>
291
292         * utils/mountd/cache.c(nfsd_fh): don't export the export_ent
293         if it wasn't found.
294
295 2003-06-16  NeilBrown   <neilb@cse.unsw.edu.au>
296
297         * debian/nfs-kernel-server.init,etc/nodist/nfs-server,
298         etc/redhat/nfs.init: when checking if V3 is supported, make sure
299         nfs server 'knows' about 127.0.0.1 first.
300         
301 2003-06-10  Chip Salzenberg  <chip@pobox.com>
302
303         * support/nfs/xlog.c (xlog): Fix off-by-one buffer overflow bug.
304         * debian/changelog: Version 1.0.3-2.
305
306 2003-05-30 Michael Griffith <grif@michaelgriffith.com>
307         NeilBrown <neilb@cse.unsw.edu.au>
308
309         utils/nfsstat/nfsstat.c(print_callstats): use unsigned
310         long long to avoid overflow when printing stats.
311         
312 2003-05-30  NeilBrown <neilb@cse.unsw.edu.au>
313
314         * support/export/export.c, support/include/nfslib.h,
315         support/nfs/export.c, utils/exportfs/exportfs.c,
316         utils/mountd/mountd.c: new export option "mountpoint"
317         If no path is given, then the export point must be a
318         mount point, or it won't be exported.  If a path is 
319         given (e.g. mountpoint=/path) then that path must be
320         a mountpoint or the exportpoint won't be exported.
321         * utils/exportfs/exportfs.man: document mountpoint option.
322         * support/misc/mountpoint.c: New file with is_mountpoint()
323         to determine if something is a mountpoint.
324         
325 2003-05-23  NeilBrown <neilb@cse.unsw.edu.au>
326
327         * utils/mountd/cache.c(cache_get_filehandle): take a separate path
328         argument as we might not be getting the filehandle for the
329         mountpoint.
330         * utils/mountd/mountd.c(get_rootfh): pass real path when calling
331         cache_get_filehandle.
332         * utils/mountd/mountd.c(get_rootfh): check export point and
333         requested directory are on the same filesystem, and complain if
334         not.
335         
336 2003-05-22  NeilBrown <neilb@cse.unsw.edu.au>
337
338         * utils/mountd/auth.c(auth_authenticate_internal): make sure
339         portnumber is still checked when using new cache lookup.
340         
341 2003-05-21  NeilBrown <neilb@cse.unsw.edu.au>
342
343         * utils/exportfs/exportfs.c: Use check_new_cache and cache_flush
344          Don't actually talk to kernel when new cache is in effect, except
345          to flush
346         * utils/exportfs/exportfs.c: add -f option to fully flush cache.
347         * support/export/xtab.c: Only rename new xtab into place if it has
348          changed, thus preserving modify date for exportfs to use when
349          flushing.
350         * support/nfs/cacheio.c: Add cache_flush
351         * support/export/xtab.c: Only rename new xtab into place if it has
352          changed, thus preserving modify date for exportfs to use when
353          flushing.
354         
355 2003-05-21  NeilBrown <neilb@cse.unsw.edu.au>
356
357         * support/export/client.c: Add client_compose, client_member to
358         handle new composite client names
359         * support/include/exportfs.h: Declare above functions.
360         * utils/mountd/auth.c: use client_compose to determine calling
361         client if new cache is being used.
362         * utils/mountd/auth.c: call cache_export to export a filesystem if
363         new_cache, check if new cache is used, and call my_svc_run instead
364         of svc_run
365         * utils/mountd/svc_run.c: new file defining my_svc_run
366         * utils/mountd/cache.c: new file for handling cache upcalls.
367         * support/nfs/cacheio.c(check_new_cache): new function to check if
368         new cache should be used.
369         
370         
371 2003-05-21  NeilBrown <neilb@cse.unsw.edu.au>
372
373         * support/include/nfs/export.h: New CROSSMNT distinct from NOHIDE
374         * support/nfs/exports.c: Make CROSSMNT distinct from NOHIDE
375         * utils/exportfs/exportfs.c(dump): ditto
376         
377 2003-05-21  NeilBrown <neilb@cse.unsw.edu.au>
378
379         * support/export/hostname.c(get_reliable_hostbyaddr): new function
380         to get host name from address with full checking of authenticity.
381         * support/include/misc.h: declare above function
382         * utils/mountd/auth.c(auth_authenticate_internal): remove all
383         logic for authenticating address.
384         * utils/mountd/auth.c(auth_authenticate): call new
385         get_reliable_hostbyaddr to to hostname lookup before calling _internal.
386         
387         
388 2003-03-30  NeilBrown <neilb@cse.unsw.edu.au>
389
390         * tools/rpcgen/rpc_main.c(find_cpp): removed
391         * tools/rpcgen/rpc_main.c(open_input): use execvp to find "cpp", 
392         then try hard-coded paths.
393         
394 2003-03-26  Chip Salzenberg  <chip@pobox.com>
395
396         * debian/changelog: Version 1.0.3-1.
397
398 2003-03-26 NeilBrown <neilb@cse.unsw.edu.au>
399
400         * utils/mountd/rmtab.c (slink_safe_rename): real_newpath should be
401         "const char*", not "char*".
402
403 2003-03-26 NeilBrown <neilb@cse.unsw.edu.au>
404
405         * configure.in (VERSION): Set to "1.0.3".
406         * nfs-utils.spec: Likewise.
407         * configure: Regenerated.
408
409 2003-03-26 NeilBrown <neilb@cse.unsw.edu.au>
410
411         * support/nfs/cacheio.c: New File - support for read/writing
412         to export cache in /proc/rpc/*/channel
413         * support/nfs/Makefile: compile cacheio.c
414         * support/include/nfslib.h: declare cacheio.c functions
415         * support/nfs/nfsexport.c: export and unexport through
416         /proc/rpc/*/channel if possible, as old syscall interface
417         may not survive into 2.6 on all architectures.
418         
419 2003-02-19 NeilBrown <neilb@cse.unsw.edu.au>    
420         Ben Leslie <benno@sesgroup.net>
421
422         * support/nfs/rpcmisc.c(rpc_init):  change test for ignoring
423         "defport" from (__rpcfdtype == 0) to (__rpcpmstart==0).  The
424         former would incorectly ignore defport if the application 
425         explicitly set __rpcfdtype.  The later is sufficient to avoid the
426         special handling in the case where stdin is an internet socket.
427
428         * utils/mountd/mountd.c(main): Add 'n' to option list in
429         getopt_long as this is a short form of --no-tcp which want being
430         checked.
431         
432 2003-02-12  Chip Salzenberg  <chip@pobox.com>
433
434         * debian/changelog: Version 1.0.2-2.
435
436 2002-11-27  Chip Salzenberg  <chip@pobox.com>
437
438         * utils/mountd/rmtab.c (slink_safe_rename): Fix off-by-one buffer
439         overflow bug.  Reformat per rest of source file.
440
441 2002-11-19  NeilBrown <neilb@cse.unsw.edu.au>
442
443         * utils/exportfs/exports.man: Correct notes about whether the wild
444         card characters match a period.  They do.
445         
446 2002-10-15  Juan Gomez <juang@us.ibm.com>
447
448         * utils/mountd/rmtab.c (slink_safe_rename): New. Support
449         symlink.
450         (mountlist_add): Call slink_safe_rename instead of rename.
451
452 2002-10-11  H.J. Lu <hjl@lucon.org>
453
454         * support/include/exportfs.h (export_errno): New.
455
456         * support/nfs/exports.c: Include <errno.h>.
457         (export_errno): New.
458         (getexportent): Set export_errno to EINVAL for bad option.
459         (parseopts): Likewise.
460         Report the location of the default sync/async option.
461
462         * utils/exportfs/exportfs.c (main): Initialize export_errno to
463         0. Return export_errno.
464
465 2002-10-11  Juan Gomez  <gomez@cs.sjsu.edu>
466         NeilBrown <neilb@cse.unsw.edu.au>
467
468         utils/statd/statd.c(killer): don't pmap_unset if in notify_only mode
469         utils/statd/statd.c(main): don't pmap_unset if in notify_only mode
470         
471 2002-09-16  Chip Salzenberg  <chip@pobox.com>
472
473         * utils/rquotad/rquota_svc.c (main): Use int for value of getopt.
474
475 2002-09-15  Chip Salzenberg  <chip@pobox.com>
476
477         * support/nfs/rpcmisc.c (rpc_init): Allow stdin to be a non-INET
478         socket, as occurs when run from sshd.
479         * debian/changelog: Version 1.0.2-1.
480
481 2002-09-12  H.J. Lu <hjl@lucon.org>
482
483         * support/nfs/svc_socket.c: Remove HAVE_SVCTCP_SOCKET and
484         HAVE_SVCUDP_SOCKET.
485
486 2002-09-12  H.J. Lu <hjl@lucon.org>
487
488         * configure.in: Remove checking svctcp_socket and svcudp_socket.
489         * configure: Regenerated.
490
491         * support/include/config.h.in (HAVE_SVCTCP_SOCKET): Removed.
492         (HAVE_SVCUDP_SOCKET): Removed.
493
494         * support/include/nfslib.h: Undo the last change.
495
496 2002-09-12  H.J. Lu <hjl@lucon.org>
497
498         * support/include/nfslib.h (svctcp_socket): Protect it with
499         HAVE_SVCTCP_SOCKET.
500         (svcudp_socket): Protect it with HAVE_SVCUDP_SOCKET.
501
502 2002-09-12  H.J. Lu <hjl@lucon.org>
503
504         * configure.in (VERSION): Set to "1.0.2".
505         * configure: Regenerated.
506         * nfs-utils.spec: Likewise.
507
508 2002-09-12  H.J. Lu <hjl@lucon.org>
509
510         * configure.in: Check svctcp_socket and svcudp_socket.
511         * configure: Regenerated.
512
513         * support/include/config.h.in (HAVE_SVCTCP_SOCKET): New.
514         (HAVE_SVCUDP_SOCKET): New.
515
516         * support/include/nfslib.h (svctcp_socket): New.
517         (svcudp_socket): New.
518
519         * support/nfs/Makefile (OBJS): Add svc_socket.o.
520
521         * support/nfs/svc_socket.c: New.
522
523         * support/nfs/rpcmisc.c (rpc_init): Call svctcp_socket and
524         svcudp_socket if port is unspecified.
525
526         * utils/nfsd/nfsd.c (main): Call getservbyname for port.
527
528         * utils/rquotad/rquota_svc.c: Include <nfslib.h>.
529         (killer): New. Signal handler to unregister.
530         (main): Use killer. Call svcudp_socket to get the default
531         socket.
532
533 2002-09-02 Juan Gomez <juang@us.ibm.com>
534         NeilBrown <neilb@cse.unsw.edu.au>
535
536         Add -N option to statd to run in notify-only mode.
537
538         * utils/statd/statd.h: uncomment MODE_NOTIFY_ONLY
539         * utils/statd/statd.man: document -N
540         * utils/statd/statd.c: enabled -N, largely exists but needed to be
541         uncommented and completed
542         
543 2002-09-02 Juan Gomez <juang@us.ibm.com>
544         NeilBrown <neilb@cse.unsw.edu.au>
545
546         statd to have " -P directory" arg to use that directory instead
547         of /var/lib/nfs.  This is useful for fail-over clusters.
548         
549         * utils/statd/statd.h: define SM_DIR etc as var, not const.
550         * utils/statd/statd.c: define "-P" option to set SM_*
551         appropriately.
552         * utils/statd/monitor.c: sprintf to cope with SM_DIR not being
553         a constant any more.
554         * utils/statd/notify.c: ditto.
555         * utils/statd/statd.man: document -P option.
556         
557 2002-08-26  Chip Salzenberg  <chip@pobox.com>
558
559         * utils/nfsd/nfsd.man: Fix typo.
560         * debian/changelog: Version 1.0.1-1.
561
562 2002-05-29 NeilBrown <neilb@cse.unsw.edu.au>
563
564         * let parseopts know if /etc/exports was being read or not, 
565         and have it only print "no sync or async" warning in that case.
566         
567 2002-05-06 Tom McNeal <trmcneal@attbi.com>
568         NeilBrown <neilb@cse.unsw.edu.au>
569
570         * utils/nfsstat/nfsstat.c: Handle differing format for
571            /proc/net/rpc/nfsd between pre and post 2.4.0
572         
573 2002-04-09  NeilBrown <neilb@cse.unsw.edu.au>
574         James Pearson <james-p@moving-picture.com>
575
576         * support/nfs/rmtab.c(fendrmtabent): sync changes to 
577         storage before returning, as this is critical state
578
579 2002-04-08  Sean O'Connell <sean@ee.duke.edu>
580             H.J. Lu <hjl@lucon.org>
581
582         * etc/redhat/nfs: New.
583
584 2002-04-08  H.J. Lu <hjl@lucon.org>
585
586         * etc/redhat/nfs.init: Updated.
587
588         * nfs-utils.spec.in: Updated.
589         * nfs-utils.spec: Regenerated.
590
591         * utils/mountd/mountd.c (longopts): Fix a typo.
592
593         * utils/mountd/mountd.man: Updated.
594
595 2002-04-07  H.J. Lu <hjl@lucon.org>
596
597         * etc/redhat/nfslock.init (restart): Just do stop and start.
598
599         * etc/redhat/nfs.init: Fix a typo.
600
601 2002-04-07  H.J. Lu <hjl@lucon.org>
602
603         * configure.in (VERSION): Set to "1.0.1".
604         * configure: Regenerated.
605         * nfs-utils.spec: Likewise.
606
607         * README: Updated for 1.0.1.
608
609 2002-04-07  Sean O'Connell <sean@ee.duke.edu>
610             H.J. Lu <hjl@lucon.org>
611
612         * etc/redhat/nfs.init: Read /etc/sysconfig/nfsd for NFS tuning.
613
614 2002-02-28   Steven Whitehouse <steve@gw.chygwyn.com>
615               NeilBrown <neilb@cse.unsw.edu.au>
616
617         Add support for fsid=nn export option so that device
618         numbers don't go in filehandles.
619         * support/export/nfsctl.c(expsetup): if exporting and NFSEXP_FSID
620         is set, pass the fsid in-place of the device number
621         * support/nfs/exports.c: parse and print fsid= option.
622         Also check if efname has been set, and use "command line"
623         instead in error messages.
624         Also, use strtol instead of atoi for anon[ug]id= so that
625         bad numbers cause errors.
626         
627 2002-01-17   Adrian Drzewiecki <drze@MissionCriticalLinux.com>
628              NeilBrown <neilb@cse.unsw.edu.au>
629
630         * support/nfs/exports.c: remove NFSEXP_ASYNC as a default
631         flag so that "sync" becomes the default.
632         Check that either "sync" or "async" is given as an option
633         and warn if neither are present
634         * utils/exportfs/exports.man: change documentation for "sync"
635         to be documentation for "async".
636         * utils/exportfs/exportfs.man: note that "sync" is the default
637         rather than "async"
638         
639         
640 2002-01-02  Chip Salzenberg  <chip@pobox.com>
641
642         * support/export/nfsctl.c (expsetup): Don't export entries that
643         specify id mappings not supported by the kernel.  No extant kernel
644         supports any significant mapping, only 'identity' (i.e. none).
645         When other mappings are supported, this code will need changing.
646         * debian/changelog: Version 1.0-2.
647
648 2001-12-26  Chip Salzenberg  <chip@pobox.com>
649
650         * nfs-utils.spec (Version): Set to "1.0".
651         * configure.in (VERSION): Likewise.
652         * configure: Regenerated.
653         * README: Rewritten.
654         * debian/changelog: Version 1.0-1.
655
656         * utils/exportfs/exports.man: Emphasize the need for options to
657         immediately follow client names.  Explain that wildcards don't
658         usually work on addresses, but may work when reverse DNS fails.
659         Comment out a leftover TP that was TPing our indentation.
660         * utils/mountd/mountd.man, utils/rquotad/rquotad.man,
661         utils/statd/statd.man: Remove refs to non-existent "hosts_allow(5)".
662         * debian/changelog: Version 0.3.3-6.
663
664 2001-12-20  NeilBrown <neilb@cse.unsw.edu.au>
665
666         * support/export/client.c(client_lookup): If a host has multiple
667         IP addresses, then we must always use the result of a
668         gethostbyname, not that of gethostbyaddr for exporting
669         
670 2001-12-20  NeilBrown <neilb@cse.unsw.edu.au>
671
672         * support/export/client.c (client_lookup): use strcasecmp when
673         comparing host names
674         * support/nfs/export.c (getexportent): add fromkernel arg and use
675         different defaults as kernels prior to 2.4.11 assume different
676         defaults in /proc/fs/nfs/exports
677         * support/include/nfslib.h, support/export/export.c,
678         support/export/xtab.c:  support extra "fromkernel" arg for
679         getexportent. 
680         
681 2001-12-13  Chip Salzenberg  <chip@pobox.com>
682
683         * debian/changelog: Version 0.3.3-5.
684
685 2001-11-26  TAKAI Kousuke <takai@vlsi.kuee.kyoto-u.ac.jp>
686
687         * support/nfs/xio.c (xskip): Call `xungetc' instead of
688         `ungetc' to keep x_line more properly.
689
690 2001-11-26  Chip Salzenberg  <chip@pobox.com>
691
692         * utils/showmount/showmount.c (main): Don't assume that strings
693         starting with digits are IP addresses.
694         * utils/nfsd/nfsd.c (main): Close all fds and reopen 0,1,2 on
695         /dev/null before nfssvc().  Use syslog to report nfssvc errors.
696         * support/misc/tcpwrapper.c, utils/mountd/mountd.man,
697         utils/rquotad/rquotad.man, utils/statd/statd.man: Fix comments and
698         man pages: We check host names *and* addresses with tcpwrappers.
699         * debian/changelog: Version 0.3.3-4.
700
701 2001-11-21  Chip Salzenberg  <chip@pobox.com>
702
703         * support/nfs/clients.c (cfname): Added: current clients file name.
704         (setnfsclntent): Set it.
705         ({get,end}nfsclntent, syntaxerr): Use it.
706         * support/nfs/exports.c (efname): Added: current exports file name.
707         (setnfsexportent): Set it.
708         (endnfsexportent, parseopts, getexport, syntaxerr): Use it.
709         (parseopts): Accept old-style "crossmnt" option, for old xtabs.
710         * debian/changelog: Version 0.3.3-3.
711
712 2001-10-11  Chip Salzenberg  <chip@pobox.com>
713
714         * utils/mountd/mountd.c (main): Close fds > 2 _before_ RPC init.
715         * debian/changelog: Version 0.3.3-2.
716
717 2001-10-08  Chip Salzenberg  <chip@pobox.com>
718
719         * utils/mountd/mountd.c (main): When daemonizing, close all fds > 2.
720         * utils/Makefile.in: Remove old Makefile in target 'distclean'.
721         * utils/mountd/mountd.man: Update paths to /var/lib.
722         * debian/*: Version 0.3.3-1, with Debian-specific fixes.
723
724 2001-10-06  Preston Brown <pbrown@redhat.com>
725
726         * utils/nfsstat/nfsstat.man: Updated.
727
728 2001-09-24  H.J. Lu <hjl@lucon.org>
729
730         * configure.in (VERSION): Set to "0.3.3".
731         * configure: Regenerated.
732         * nfs-utils.spec: Likewise.
733
734         * README: Updated for 0.3.3.
735
736 2001-09-20 NeilBrown <neilb@cse.unsw.edu.au>
737
738         Arrange that "exportfs -au" never does DNS lookup:
739         
740         * support/export/client.c (client_lookup) : add "canonical"
741         flag which says that the hostname is known to be canonical, so
742         don't do a lookup
743
744         * support/export/export.c (export_create) : add "canonical"
745         flag to be passed down to client_lookup
746         * support/export/export.c (export_lookup) : Likewise
747
748         * support/export/xtab.c (xtab_read) : pass appropriate
749         "canonical" flag to export_lookup and export_create:
750         set if reading list of filesystems currently exports
751         (is_export != 1). 
752
753         * support/export/export.c (export_read) : pass 0 as 
754         "canonical" flag to export_lookup and export_create
755         * support/export/rmtab.s (rmtab_read) : Likewise
756
757         * support/include/exportfs.h : redeclare various routines
758         to have "canonical" flag
759
760         * utils/exportfs/exportfs.c (main) : redo logic for 
761         "-au" to read in what is currently exported, but never even 
762         look at what "should" be exported.
763
764         * utils/exportfs/exportfs.c (unexportall) : remove this
765         routine. Functionality is completely included in
766         exports_update
767
768         * utils/exportfs/exportfs.c (exportfs) : set "canonical"
769         flag to zero in calls to export_lookup and export_create.
770
771         
772 2001-09-20 NeilBrown <neilb@cse.unsw.edu.au>
773             Anne Milicia <milicia@missioncriticallinux.com>
774
775         * support/export/client.c (client_lookup) call gethostbyadd
776         to make sure that we have a canonical hostname, even for
777         dotted-quads
778         * utils/exportfs/exportfs.c (exportfs) Likewise
779         
780 2001-09-12 NeilBrown <neilb@cse.unsw.edu.au>
781
782         * support/nfs/exports.c (putexportent): \octal quote any spaces
783         etc in a path name
784         * support/nfs/xio.c (xgettok): recognise double-quote and
785         \octal quoting in path names
786         * utils/exportfs/exports.man: document quoting conventions
787         for path names
788         
789 2001-09-12 NeilBrown <neilb@cse.unsw.edu.au>
790
791         * utils/mountd/auth.c (auth_authenticate_internal): Reverse
792           change from 2000-08-02:  It causes problems if someone exports
793           to both a hostname and IP addresses.  nfs-utils must be
794           consistant about the canonical name that it chooses.
795
796 2001-08-17  Ragnar Kjørstad <nfs@ragnark.vestdata.no>
797             H.J. Lu <hjl@lucon.org>
798
799         * etc/redhat/nfslock.init (STATDARG): New. Pass it to rpc.statd.
800
801         * utils/statd/statd.c (longopts): Add "name".
802         (usage): Add "-n/--name".
803         (main): Set MY_NAME with "-n/--name".
804
805         * utils/statd/state.c (change_state): Set MY_NAME only if it
806         is NULL.
807         
808         * utils/statd/statd.man: Updated for "-n/--name".
809
810 2001-07-26  H.J. Lu <hjl@lucon.org>
811
812         * nfs-utils.spec (Release): Set to 8.
813
814 2001-07-25  H.J. Lu <hjl@lucon.org>
815
816         * etc/redhat/nfs.init: Check if rpc.rquotad exists before doing
817         anything about it.
818
819 2001-06-27  H.J. Lu <hjl@lucon.org>
820
821         * etc/redhat/nfs.init: Run rpc.rquotad only if it exists.
822
823 2001-06-27  H.J. Lu <hjl@lucon.org>
824
825         * utils/rquotad/rquota_server.c: Don't call statfs () for
826         the block size. Use BLOCK_SIZE instead.
827
828 2001-06-27  H.J. Lu <hjl@lucon.org>
829
830         * config.mk.in (CC_FOR_BUILD): Renamed from BUILD_CC.
831         (CFLAGS_FOR_BUILD): New. Don't use @CFLAGS@.
832
833         * configure.in (enable_nfsv3): Set to yes by default.
834         (--enable-rquotad): Added
835         (AC_PROG_CXX): Removed.
836         (AC_OUTPUT): Add utils/Makefile.
837         (CC_FOR_BUILD): Renamed from BUILD_CC.
838         * configure: Regenerated.
839
840         * utils/Makefile: Removed.
841
842         * utils/Makefile.in: New.
843
844         * nfs-utils.spec.in (rquotad): New. Set to 0 to disable
845         rquotad.
846         (CC_FOR_BUILD): Renamed from BUILD_CC.
847         * nfs-utils.spec: Regenerated.
848
849 2001-06-15  Chip Salzenberg  <chip@debian.org>
850
851         * debian/changelog: Version 0.3.2-2.
852         * debian/*.init: Minor fixes.
853
854 2001-06-07  Lon H. Hohberger <hohberger@missioncriticallinux.com>
855
856         * etc/nodist/nfs-server: Fixed a bug where the script would
857         disable mounts from NFSv3 clients if NFSv3 is present.
858
859 2001-06-05  H.J. Lu <hjl@lucon.org>
860
861         * utils/mountd/mountd.c (longopts): Add "descriptors/o".
862         (main): Support --descriptors/-o to set the limit of the number
863         of open file descriptors.
864         (usage): Updated.
865
866         * utils/mountd/mountd.man: Updated for --descriptors/-o.
867
868 2001-06-04  H.J. Lu <hjl@lucon.org>
869
870         * nfs-utils.spec (Release): Set to 6.
871
872 2001-05-28  H.J. Lu <hjl@lucon.org>
873
874         * utils/lockd/lockd.c (main): chdir to NFS_STATEDIR.
875         * utils/mountd/mountd.c (main): Likewise.
876         * utils/nfsd/nfsd.c (main): Likewise.
877         * utils/rquotad/rquota_svc.c (main): Likewise.
878
879 2001-05-06  Anne Milicia <milicia@missioncriticallinux.com>
880
881         * support/export/client.c (client_check): Check IP address
882         againet netgroup.
883
884 2001-05-06  Neil Brown <neilb@cse.unsw.edu.au>
885
886         * support/export/client.c (client_gettype): Treat `*' as
887         MCL_ANONYMOUS.
888
889 2001-04-22  H.J. Lu <hjl@lucon.org>
890
891         * nfs-utils.spec.in: Fix a typo.
892         * nfs-utils.spec: Regenerated.
893
894 2001-04-21  H.J. Lu <hjl@lucon.org>
895
896         * nfs-utils.spec.in: Fix cross build.
897         * nfs-utils.spec: Regenerated.
898         (Release): Set to 5.
899
900 2001-04-18  H.J. Lu <hjl@lucon.org>
901
902         * nfs-utils.spec.in: Support cross build.
903         * nfs-utils.spec: Regenerated.
904         (Release): Set to 4.
905
906         * config.sub: New.
907         * config.guess: New.
908
909         * config.mk.in (BUILD_CC): New.
910         (CC): Set to $(BUILD_CC) if BUILD is defined.
911         (AR): Set to @AR@.
912         (LD): Set to @LD@.
913         (RANLIB): Set to @RANLIB@.
914
915         * configure.in: Check BUILD_CC, RANLIB, AR and LD.
916         * configure: Regenerated.
917
918         * tools/rpcgen/Makefile (BUILD): Set to true.
919
920 2001-04-01  Chip Salzenberg  <chip@valinux.com>
921
922         * tools/rpcgen/rpc_svcout.c (write_timeout_func): Remove
923         redundant, and sometimes broken, declaration of svc_fdset;
924         it may be a macro.
925         * support/nfs/rpcmisc.c (closedown): Likewise.
926         
927 2001-03-21  H.J. Lu <hjl@lucon.org>
928
929         * nfs-utils.spec: Regenerated.
930         (Release): Set to 3.
931
932 2001-03-21  Ion Badulescu  <ionut@cs.columbia.edu>
933
934         * utils/statd/statd.c (main): make sure file descriptors 0-2
935         are open to /dev/null.
936
937 2001-03-21  H.J. Lu <hjl@lucon.org>
938
939         * support/nfs/rpcmisc.c: Restore the change made on 2001-03-10.
940         * support/nfs/rpcmisc.c: Likewise.
941         * utils/rquotad/rquota_svc.c: Likewise.
942         * utils/rquotad/rquotad.man: Likewise.
943         * utils/statd/Makefile: Likewise.
944         * utils/statd/rmtcall.c: Likewise.
945         * utils/statd/simulate.c: Likewise.
946         * utils/statd/statd.c: Likewise.
947         * utils/statd/statd.man: Likewise.
948
949 2001-03-11  H.J. Lu <hjl@lucon.org>
950
951         * configure.in (RELEASE): New. Default to 1, set by
952         --with-release=XXX. Substitute nfs-utils.spec.
953         * nfs-utils.spec.in (Release): Set to @RELEASE@.
954         * configure: Regenerated.
955         * nfs-utils.spec: Likewise.
956
957 2001-03-11  H.J. Lu <hjl@lucon.org>
958
959         * utils/rquotad/rquotad.man: Fix a typo.
960
961 2001-03-11  H.J. Lu <hjl@lucon.org>
962
963         * support/include/rpcmisc.h: Undo the change made on 2001-03-10.
964         * support/nfs/rpcmisc.c: Likewise.
965         * utils/rquotad/rquota_svc.c: Likewise.
966         * utils/rquotad/rquotad.man: Likewise.
967         * utils/statd/Makefile: Likewise.
968         * utils/statd/rmtcall.c: Likewise.
969         * utils/statd/simulate.c: Likewise.
970         * utils/statd/statd.c: Likewise.
971         * utils/statd/statd.man: Likewise.
972
973 2001-03-10  H.J. Lu <hjl@lucon.org>
974
975         * configure.in (VERSION): Set to "0.3.2".
976         * configure: Regenerated.
977         * nfs-utils.spec: Likewise.
978
979         * README: Updated for 0.3.2.
980
981 2001-03-10  Tavis Barr <tavis@boole.isetr.columbia.edu>
982
983         * utils/rquotad/rquotad.man: Updated for -p.
984         * utils/statd/statd.man: Likewise.
985
986 2001-03-10  Ion Badulescu  <ionut@cs.columbia.edu>
987
988         * support/nfs/rpcmisc.c: export makesock()
989
990         * support/include/rpcmisc.h (makesock): Declared.
991
992         * utils/rquotad/rquota_svc.c: added longopts, added support for
993         specifying the port to bind to on the command line.
994
995         * utils/statd/statd.c: ditto, also specify port used for
996         outgoing connections.
997         (do_regist): Removed.
998
999         * utils/statd/rmtcall.c (statd_get_socket): Renamed from
1000         get_socket. Make it extern.
1001
1002         * utils/statd/simulate.c (daemon_simulator): Call rpc_init
1003         instead of do_regist.
1004
1005         * utils/statd/Makefile (LIBS): link with our own libnfs
1006
1007 2001-03-09  H.J. Lu <hjl@lucon.org>
1008
1009         * etc/redhat/nfslock.init: Changed chkconfig line to 60 86.
1010         * etc/nodist/nfs-client: Likewise.
1011
1012 2001-02-26  Chip Salzenberg  <chip@valinux.com>
1013
1014         * debian/changelog: Version 0.3.1-1.
1015         * Mention upstream source and license in copyright file.
1016         * Add build-Depends for debhelper and libwrap0-dev.
1017
1018 2001-02-20  Lon Hohberger <hohberger@missioncriticallinux.com>
1019
1020         * etc/nodist/nfs-server: Changed chkconfig line to 60 20
1021         * etc/nodist/nfs-client: Likewise.
1022
1023 2001-02-18  Lon Hohberger <hohberger@missioncriticallinux.com>
1024
1025         * utils/statd/statd.man: Changed /usr/sbin/rpc.statd to
1026         /sbin/rpc.statd.
1027
1028 2001-02-17  Patrick J. LoPresti <patl@curl.com>
1029
1030         * utils/statd/log.c (log_init): Use LOG_DAEMON instead of
1031         LOG_LOCAL5.
1032
1033 2001-02-14  H.J. Lu <hjl@lucon.org>
1034
1035         * utils/statd/rmtcall.c: Include <time.h>.
1036         * utils/statd/svc_run.c: Likewise.
1037
1038 2001-02-14  H.J. Lu <hjl@lucon.org>
1039
1040         * configure.in (VERSION): Set to "0.3.1".
1041         * configure: Regenerated.
1042         * nfs-utils.spec: Likewise.
1043
1044         * README: Updated for 0.3.1.
1045
1046 2001-02-14  H.J. Lu <hjl@lucon.org>
1047
1048         * support/nfs/rpcmisc.c: Include <time.h>.
1049
1050 2001-02-14  Chip Salzenberg  <chip@valinux.com>
1051
1052         * debian/control: Change priority of nhfsstone package to 'extra'.
1053
1054 2001-02-12  Chip Salzenberg  <chip@valinux.com>
1055
1056         * debian/changelog: Version 0.3-2.
1057
1058 2001-02-02  H.J. Lu <hjl@lucon.org>
1059
1060         * support/include/rpcmisc.h (rpc_init): Remove bufsize.
1061         
1062         * support/nfs/rpcmisc.c (makesock): Remove socksz and comment
1063         out SO_SNDBUF/SO_RCVBUF.
1064         (rpc_init): Remove bufsize and remove socksz in calls to
1065         makesock ().
1066
1067         * utils/mountd/mountd.c (main): Remove bufsize in calls to
1068         rpc_init ().
1069
1070 2001-01-28  Chip Salzenberg  <chip@valinux.com>
1071
1072         * debian/changelog: Version 0.3-1.
1073
1074 2001-01-25  H.J. Lu <hjl@lucon.org>
1075
1076         * configure.in (VERSION): Set to "0.3".
1077         * configure: Regenerated.
1078         * nfs-utils.spec: Likewise.
1079
1080         * README: Updated for 0.3.
1081
1082 2001-01-25  H.J. Lu <hjl@lucon.org>
1083
1084         * utils/lockd/lockd.c (main): Ignore errno == EINVAL.
1085
1086 2001-01-20  Chip Salzenberg  <chip@valinux.com>
1087
1088         * support/include/xio.h (xgetc): Declare to return int.
1089         * support/nfs/xio.c (xgetc): Return int.
1090         (xgettok, xskip, xskipcomment): Use int for value of xgetc.
1091         * utils/statd/statd.c (main): Use int for value of getopt.
1092         * debian/changelog: Version 0.2.1-5.
1093         
1094 2000-12-10  Chip Salzenberg  <chip@valinux.com>
1095
1096         * utils/statd/monitor.c (sm_mon_1_svc): Fix buggy check for
1097         program and procedure numbers of kernel lockd's callback.  Also,
1098         besides the old (and broken) procedure #24, allow #16 per Trond.
1099
1100 2000-12-03  Chip Salzenberg  <chip@valinux.com>
1101
1102         * support/nfs/xio.c (xfopen): Initialize x_line to one, not zero.
1103         * debian/control: Let nhfsstone replace files in nfs-kernel-server.
1104         * debian/changelog: Version 0.2.1-4.
1105
1106 2000-11-27  Tobias Ringstrom <tori@tellus.mine.nu>
1107
1108         * utils/mountd/auth.c (auth_authenticate): Log the bad path
1109         warning.
1110
1111 2000-11-24  Neil Brown <neilb@cse.unsw.edu.au>
1112
1113         * support/nfs/exports.c (getexportent): Check for host name
1114         without option, or options without hostname, and print a warning,
1115         as this is most likely a typo.
1116
1117 2000-11-19  Chip Salzenberg  <chip@valinux.com>
1118
1119         * debian/control: Add dependency on portmap.
1120         * debian/changelog: Version 0.2.1-3.
1121
1122 2000-11-10  H.J. Lu <hjl@lucon.org>
1123
1124         * nfs-utils.spec.in: Don't use libtool.
1125         Add ChangeLog and COPYING to doc.
1126         * nfs-utils.spec: Rebuild.
1127
1128 2000-11-09  H.J. Lu <hjl@lucon.org>
1129
1130         * etc/redhat/nfs.init (start): Back out the last change.
1131
1132 2000-11-09  H.J. Lu <hjl@lucon.org>
1133
1134         * etc/redhat/nfs.init (start): Pass --no-tcp to mountd if
1135         TCP is not supported by kernel.
1136
1137         * support/nfs/rpcmisc.c (rpc_init): Don't set _rpcfdtype to 0.
1138
1139         * utils/mountd/mountd.c (longopts): Add "-n/--no-tcp".
1140         (main): Set to _rpcfdtype to SOCK_DGRAM for "-n/--no-tcp".
1141
1142         * utils/mountd/mountd.man: Updated for "-n/--no-tcp".
1143
1144 2000-10-24  Lon Hohberger <hohberger@missioncriticallinux.com>
1145
1146         * utils/statd/callback.c: Fix bug preventing callbacks to local lockd.
1147         * utils/statd/rmtcall.c: Add some IP address paranoia when doing
1148         callbacks to local lockd.
1149
1150 2000-10-18  Scott McDermott <mcdermot@questra.com>
1151
1152         * utils/exportfs/exports.man: Updated for CIDR netmask.
1153
1154 2000-10-17  Scott McDermott <mcdermot@questra.com>
1155
1156         * support/export/client.c (client_init): Support CIDR netmask
1157         in /etc/exports.
1158
1159 2000-10-11  H.J. Lu <hjl@lucon.org>
1160
1161         * aclocal.m4 (AC_TCP_WRAPPER): Fix a typo.
1162         * configure: Rebuilt.
1163
1164 2000-10-06  Lon Hohberger <hohberger@missioncriticallinux.com>
1165
1166         * utils/statd/statd.man: Change "/var/lib/nfs/sm/state" to
1167         "/var/lib/nfs/state".
1168
1169 2000-10-05  Lon Hohberger <hohberger@missioncriticallinux.com>
1170
1171         * utils/statd/statd.h (run_mode): New global bitmask of runtime
1172         behaviors: fg/bg, logging, etc.
1173         * utils/statd/statd.c: New command line options: -V -h -? -d .
1174         * utils/statd/statd.man: Update for changes to statd.
1175
1176         * utils/statd/log.h (log_init): Remove parameter of function; use
1177         global variable "name_p" instead.
1178         * utils/statd/log.c: Add support for logging to stderr.
1179
1180         * utils/statd/notlist.c: Partially rewrite notify list handling
1181         functions.  Eliminate run-off-end-of-list bug when calling
1182         nlist_insert_timer.  Add lots of comments.
1183         
1184 2000-09-27  H.J. Lu <hjl@lucon.org>
1185
1186         * README: Updated for RedHat 7.0.
1187
1188 2000-09-27  H.J. Lu <hjl@lucon.org>
1189
1190         * nfs-utils.spec: Rebuild.
1191
1192 2000-09-27  H.J. Lu <hjl@lucon.org>
1193
1194         * README: Updated for 0.2.1.
1195
1196 2000-09-27  H.J. Lu <hjl@lucon.org>
1197
1198         * nfs-utils.spec.in: Updated to use rpm macros and support
1199         RedHat 7.0.
1200
1201 2000-09-25  H.J. Lu <hjl@lucon.org>
1202
1203         * configure.in (VERSION): Set to "0.2.1".
1204         * configure: Regenerated.
1205         * nfs-utils.spec: Updated.
1206
1207 2000-09-25  H.J. Lu <hjl@lucon.org>
1208
1209         * utils/mountd/auth.c (auth_authenticate_internal): Make sure a
1210         non-NULL hostent is always returned.
1211
1212 2000-09-11  Ion Badulescu  <ionut@cs.columbia.edu>
1213
1214         * etc/redhat/nfslock.init: don't kill lockd processes that do not
1215         have an executable (i.e. kernel threads)
1216
1217 2000-09-01  H.J. Lu <hjl@lucon.org>
1218
1219         * README: Updated for 0.2.
1220
1221 2000-09-01  Jay Weber <jweber@valinux.com>
1222
1223         * etc/redhat/nfs.init: Added ability for rpc.mountd to default to
1224         supporting version 3 of nfs if available, else it will fall back to
1225         version 2 support only.
1226
1227 2000-08-30  H.J. Lu <hjl@lucon.org>
1228
1229         * configure.in (VERSION): Set to "0.2".
1230         * configure: Regenerated.
1231         * nfs-utils.spec: Updated.
1232
1233 2000-08-25  H.J. Lu <hjl@lucon.org>
1234
1235         * support/misc/tcpwrapper.c (logit): Modify the log output.
1236
1237 2000-08-25  Ion Badulescu  <ionut@cs.columbia.edu>
1238
1239         * utils/rquotad/rquotad.man, utils/statd/statd.man,
1240         utils/mountd/mountd.man: updated
1241         
1242         * utils/mountd/Makefile (LIBS): added -lmisc $(LIBWRAP) $(LIBNSL)
1243         * utils/rquotad/Makefile: fix comment
1244
1245         * support/misc/tcpwrapper.c (logit): added comment about waiting
1246         for the children after fork()
1247         
1248         * utils/mountd/mountd.c (main): ignore SIGCHLD to prevent leaving
1249         zombies behind (from logit()'s fork)
1250         * utils/rquotad/rquota_svc.c (main): ditto
1251         * utils/statd/statd.c (main): ditto
1252
1253         * utils/rquotad/rquota_svc.c (rquotaprog_1): pass RQUOTAPROG
1254         to check_default instead of 0, for prognum
1255
1256         * utils/statd/statd.c (sm_prog_1_wrapper): pass SM_PROG
1257         to check_default instead of 0, for prognum
1258
1259         * utils/mountd/mount_dispatch.c: Include "tcpwrapper.h" if
1260         HAVE_TCP_WRAPPER is defined.
1261         (mount_dispatch): Call check_default () if HAVE_TCP_WRAPPER is
1262         defined. Reject an RPC call if check_default () fails.
1263
1264 2000-08-25  H.J. Lu <hjl@lucon.org>
1265
1266         * support/include/tcpwrapper.h: New for the tcp wrapper
1267         support.
1268         * support/misc/Makefile: Likewise.
1269         * support/misc/from_local.c: Likewise.
1270         * support/misc/tcpwrapper.c: Likewise.
1271
1272         * aclocal.m4 (AC_TCP_WRAPPER): New.
1273         * configure.in: Use it. Substitute LIBWRAP.
1274         * configure: Rebuilt.
1275
1276         * config.mk.in (LIBNSL): New.
1277         (LIBWRAP): Likewise.
1278
1279         * support/Makefile (SUBDIRS): Add misc.
1280
1281         * support/lib/Makefile (LIBS): Add libmisc.a.
1282
1283         * utils/rquotad/Makefile (LIBS): Add
1284         
1285                 -lmisc $(LIBWRAP) $(LIBNSL)
1286
1287         * utils/statd/Makefile (LIBS): Likewise.
1288
1289         * utils/rquotad/rquota_svc.c: Include "tcpwrapper.h" if
1290         HAVE_TCP_WRAPPER is defined.
1291         (rquotaprog_1): Call check_default () if HAVE_TCP_WRAPPER is
1292         defined. Reject an RPC call if check_default () fails.
1293
1294         * utils/statd/statd.c: Include "tcpwrapper.h" if
1295         HAVE_TCP_WRAPPER is defined.
1296         (sm_prog_1_wrapper): New. A wrapper for sm_prog_1. Call
1297         check_default () before calling sm_prog_1 (). Define it as
1298         sm_prog_1_wrapper if HAVE_TCP_WRAPPER is defined.
1299
1300 2000-08-25  Chip Salzenberg  <chip@valinux.com>
1301
1302         * debian/*: Complete Debian build support.
1303         * etc/debian/*: Remove.
1304
1305 2000-08-24  Neil Brown <neilb@cse.unsw.edu.au>
1306
1307         * support/export/client.c(client_check): removed the "dot+1" as a
1308           ypdomain argument to innetgr as this is entirely bogus.
1309           It should always be NULL.
1310         
1311 2000-08-23  Neil Brown <neilb@cse.unsw.edu.au>
1312
1313         * support/export/xtab.c(xtab_read): introduce new mode for
1314            reading xtab. i.e. a list of exports that might be known to the
1315            kernel, or might not.  These are flagged as m_exported == -1
1316         * support/export/xtab.c(xtab_mount_read):  call xtab_read with new
1317            value "2" for xtab, meaning don't trust this too much.
1318         * support/include/exportfs.h(struct mexport): changed m_exported
1319            from one bit to an int so that it can hold new value
1320         * utils/exportfs/exportfs.c(exportfs_ipdate): add an export to the
1321            kernel if it is uncertain whether the kernel knows (m_exported == -1)
1322         * utils/mountd/mountd.c(get_rootfh): similarly export to kernel if
1323            status is uncertain
1324
1325         * support/nfs/xio.c(xflock): added O_CREAT when getting
1326            a write lock so that missing files aren't fatal.
1327
1328         * etc/debian/nfs-common: new file from "potato"
1329         * etc/debian/nfs-kernel-server: new file from "potato" plus fixes.
1330          
1331 2000-08-09  H.J. Lu <hjl@lucon.org>
1332
1333         * etc/redhat/nfs.init: Run /usr/sbin/exportfs first during
1334         startup to ensure all existing clients work fine.
1335
1336         * support/export/xtab.c (xtab_mount_read): Pass 1 instead of 0
1337         to xtab_read () for reading _PATH_XTAB.
1338
1339 2000-08-02  H.J. Lu <hjl@lucon.org>
1340
1341         * utils/mountd/auth.c (auth_authenticate_internal): Try to
1342         avoid the reverse name lookup.
1343
1344 2000-07-04  H.J. Lu <hjl@lucon.org>
1345
1346         * utils/statd/log.c: Include <stdlib.h> for exit ().
1347
1348         * utils/statd/misc.c (xunlink): Add `{' and `}' to quiet the
1349         gcc warning.
1350
1351 2000-07-04  H.J. Lu <hjl@lucon.org>
1352
1353         * configure.in (VERSION): Set to "0.1.9.1".
1354         * configure: Regenerated.
1355         * nfs-utils.spec: Updated.
1356
1357         * README: Updated.
1358
1359 2000-07-04  Neil Brown  <neilb@cse.unsw.edu.au>
1360
1361         * support/export/hostname.c (hostent_dup): Handle the NULL
1362         h_aliases field.
1363
1364 2000-07-03  H.J. Lu <hjl@lucon.org>
1365
1366         * README: Update the util-linux requirement.
1367
1368 2000-07-03  H.J. Lu <hjl@lucon.org>
1369
1370         * configure.in (VERSION): Set to "0.1.9".
1371         * configure: Regenerated.
1372         * nfs-utils.spec: Updated.
1373
1374         * README: Updated.
1375
1376 2000-07-03  H.J. Lu <hjl@lucon.org>
1377
1378         * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
1379         stop to ensure all clients can still access the server
1380         before it is shutdown.
1381
1382 2000-06-30  Jeff Uphoff <juphoff@transmeta.com>
1383
1384         * tools/rpcgen/rpc_svcout.c (write_msg_out): Generate syslog()
1385         calls with format string.
1386         
1387 2000-06-28  Chip Salzenberg  <chip@valinux.com>
1388
1389         * utils/statd/log.c (log): Call syslog with format string.
1390
1391 2000-06-27  H.J. Lu <hjl@lucon.org>
1392
1393         * utils/statd/statd.c (main): Use sysconf (_SC_OPEN_MAX)
1394         instead of OPEN_MAX.
1395
1396 2000-06-27  H.J. Lu <hjl@lucon.org>
1397
1398         * README: Updated.
1399
1400 2000-06-27  H.J. Lu <hjl@lucon.org>
1401
1402         * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
1403         startup to ensure all existing clients are exported.
1404
1405         * configure.in (VERSION): Set to "0.1.8.2".
1406         * configure: Regenerated.
1407         * nfs-utils.spec: Updated.
1408
1409 2000-06-06  H.J. Lu <hjl@lucon.org>
1410
1411         * configure.in (VERSION): Set to "0.1.8.1".
1412         * configure: Regenerated.
1413         * nfs-utils.spec: Updated.
1414
1415 2000-06-06  H.J. Lu <hjl@lucon.org>
1416
1417         * utils/mountd/mountd.c (mount_dump_1_svc): Cast svc_getcaller
1418         to "struct sockaddr_in *" for glibc 2.2.
1419         (mount_umnt_1_svc): Likewise.
1420         (mount_umntall_1_svc): Likewise.
1421         (mount_export_1_svc): Likewise.
1422         (mount_exportall_1_svc): Likewise.
1423         (mount_pathconf_2_svc): Likewise.
1424         (get_rootfh): Likewise.
1425
1426 2000-06-04  H.J. Lu <hjl@lucon.org>
1427
1428         * etc/redhat/nfs.init: Fix a typo in comment.
1429
1430 2000-05-31  H.J. Lu <hjl@lucon.org>
1431
1432         * configure.in (VERSION): Set to "0.1.8".
1433         * configure: Regenerated.
1434         * nfs-utils.spec: Updated.
1435
1436         * README: Updated.
1437
1438 2000-05-31  H.J. Lu <hjl@lucon.org>
1439
1440         * configure.in (VERSION): Set to "0.1.7.5".
1441         * configure: Regenerated.
1442         * nfs-utils.spec: Updated.
1443
1444         * support/include/nfslib.h (exportent): Add a new field,
1445         r_count, to count the number of mounts from a client.
1446         (getrmtabent): Take a new argument for position in file.
1447         (putrmtabent): Likewise.
1448         (fgetrmtabent): Likewise.
1449         (fputrmtabent): Likewise.
1450         * support/nfs/rmtab.c (getrmtabent): Handle the new argument
1451         for position in file.
1452         (fgetrmtabent): Likewise.
1453         (putrmtabent): Likewise.
1454         (fputrmtabent): Likewise.
1455
1456         * support/nfs/rmtab.c (fgetrmtabent): Get value for the new
1457         field, r_count.
1458
1459         * support/export/rmtab.c (rmtab_read): Pass NULL as the new
1460         argument to getrmtabent (), fgetrmtabent (), putrmtabent ()
1461         and fputrmtabent ().
1462         * utils/mountd/rmtab.c (mountlist_add): Likewise.
1463         (mountlist_del): Likewise.
1464         (mountlist_del_all): Likewise.
1465         (mountlist_list): Likewise.
1466
1467         * utils/mountd/rmtab.c (mountlist_add): Increment "r_count"
1468         for the existing entry and initialize "r_count" to 1.
1469         (mountlist_del): Decrement "r_count".
1470
1471 2000-05-18  H.J. Lu <hjl@lucon.org>
1472
1473         * configure.in (VERSION): Set to "0.1.7.4".
1474         * configure: Regenerated.
1475         * nfs-utils.spec: Updated.
1476
1477 2000-05-18  H.J. Lu <hjl@lucon.org>
1478
1479         * etc/redhat/nfs.init (restart): Just do stop and start.
1480
1481 2000-05-09  Jay Weber <jweber@valinux.com>
1482
1483         * utils/rquotad/hasquota.c: added support for ext3 recognition
1484         in rquotad.
1485         * utils/rquotad/mntent.h: Likewise.
1486
1487 2000-05-01  H.J. Lu <hjl@lucon.org>
1488
1489         * configure.in (VERSION): Set to "0.1.7.3".
1490         * configure: Regenerated.
1491         * nfs-utils.spec: Updated.
1492
1493 2000-05-01  H.J. Lu <hjl@lucon.org>
1494
1495         * utils/rquotad/rquota_server.c (getquotainfo): Skip bad
1496         mounting poins in /etc/fstab.
1497
1498 2000-05-01  H.J. Lu <hjl@lucon.org>
1499
1500         * configure.in (VERSION): Set to "0.1.7.2".
1501         * configure: Regenerated.
1502         * nfs-utils.spec: Updated.
1503
1504 2000-05-01  H.J. Lu <hjl@lucon.org>
1505
1506         * utils/rquotad/rquota_server.c (getquotainfo): Call stat ()
1507         to check for the mounting point.
1508
1509 2000-04-29  Chip Salzenberg  <chip@valinux.com>
1510             Neil Brown  <neilb@cse.unsw.edu.au>
1511
1512         * Really re-use RPC ports.
1513           (Fixes earlier patch.  Sorry, Neil.)
1514
1515 2000-04-26  H.J. Lu <hjl@lucon.org>
1516
1517         * configure.in (VERSION): Set to "0.1.7.1".
1518         * configure: Regenerated.
1519         * nfs-utils.spec: Updated.
1520
1521 2000-04-26  H.J. Lu <hjl@lucon.org>
1522
1523         * etc/redhat/nfslock.init: Check if lockd exits before killing
1524         it.
1525
1526 2000-04-25  H.J. Lu <hjl@lucon.org>
1527
1528         * README: Require util-linux-2.10f-mount-rpc.patch for mount.
1529
1530 2000-03-21 Michael Weiser <michael@weiser.saale-net.de>
1531
1532         * support/nfs/exports.c (parsesquash): Correctly set the
1533         return pointer.
1534
1535 Tue Mar 21 11:38:48 EST 2000 NeilBrown <neilb@cse.unsw.edu.au>
1536
1537         * support/include/nfs/nfs.h: Removed knowledge of internals of
1538              kernel filehandles (which can change) and defined nfs_fh_size
1539              which has variable size
1540         
1541         * support/nfs/getfh.c: defined getfh_size to use new syscall to
1542              get variable sized file handles, and change getfh{,old} to
1543              use nfs_fh_size        
1544         
1545         * utils/mountd/mountd.c: use nfd_fh_size and call getfh_size for
1546              NFSv3 file handles
1547
1548         * tools/Makefile, tools/nlmtest/nlmtest.c
1549              nlmtest.c depended on internel format of file handles, so now
1550              doesn't work.
1551
1552         
1553 2000-03-12  Chip Salzenberg  <chip@valinux.com>
1554             Neil Brown  <neilb@cse.unsw.edu.au>
1555
1556         * support/nfs/rpcmisc.c (rpc_init): Share transports.
1557
1558 2000-03-13 H.J. Lu <hjl@lucon.org>
1559
1560         * etc/redhat/nfsd.init: Updated.
1561
1562         * etc/redhat/nfslock.init: Updated.
1563
1564         * nfs-utils.spec.in: Updated.
1565
1566         * configure.in (VERSION): Set to "0.1.7".
1567         * configure: Regenerated.
1568         * nfs-utils.spec: Updated.
1569
1570         * README: Updated.
1571
1572 Wed Mar  8 09:42:43 2000 Neil Brown <neilb@cse.unsw.edu.au>
1573
1574         * utils/exportfs/exportfs.c (dump): Included printing of
1575            nohide, no_subtree_check, and insecure_locks
1576
1577 2000-02-26  Chip Salzenberg  <chip@valinux.com>
1578
1579         * config.mk.in (INSTALLSUID): Strip ("-s").
1580         (INSTALLSCRIPT): Define.
1581         * utils/nhfsstone/Makefile: Use it.
1582
1583 2000-02-26  Chip Salzenberg  <chip@valinux.com>
1584
1585         * utils/lockd/lockd.man: Create.
1586         * utils/lockd/Makefile: Install it.
1587         * utils/nhfsstone/nhfs{run,nums,graph}.man: Create.
1588         * utils/nhfsstone/nhfsstone.man: Change suffix from ".1".
1589         * utils/nhfsstone/Makefile: Install the helper scripts and
1590           all four man pages.
1591         * utils/exportfs/exports.man: Fix typo.
1592
1593 2000-02-26  Chip Salzenberg  <chip@valinux.com>
1594
1595         * support/nfs/xio.c (xungetc): Decrement line number when
1596         character to unget is newline.  Make first parameter int, so
1597         it can distinguish EOF from \377.
1598         * support/include/xio.h (xungetc): Adjust prototype.
1599
1600 Fri Feb  4 23:42:23 2000 Neil Brown <neilb@cse.unsw.edu.au>
1601
1602         * support/include/nfs/export.h: added NFSEXP_NOAUTHNLM
1603         * support/nfs/exports.c: added handling for NFSEXP_NOAUTHNLM
1604         * utils/exportfs/exports.man: added documentation for no_auth_nlm.
1605
1606         This is for supporting a new option introduced in 2.3.42
1607
1608 Thu Feb  3 14:55:48 2000 H.J. Lu <hjl@lucon.org>
1609
1610         * COPYING: Added. GPL.
1611
1612 Thu Feb 03 14:40:40 2000 Cristian Gafton <gafton@redhat.com>
1613
1614         * utils/rquotad/rquota_server.c (getquotainfo): Call statfs ()
1615         to get the block size.
1616
1617 Tue Jan 25 11:04:17 2000 H.J. Lu <hjl@lucon.org>
1618
1619         * nfs-utils.spec.in: Update ftp site.
1620
1621 Mon Jan 17 11:48:18 2000 H.J. Lu <hjl@lucon.org>
1622
1623         * README: Update hostnames.
1624
1625 Tue Jan 11 10:06:22 2000 H.J. Lu <hjl@lucon.org>
1626
1627         * configure.in (VERSION): Set to "0.1.6".
1628         * configure: Regenerated.
1629         * nfs-utils.spec: Updated.
1630
1631         * README: Updated.
1632
1633 Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>
1634
1635         * utils/mountd/auth.c (auth_authenticate_internal): Call
1636         xstrdup for hostname before passing it to gethostbyname.
1637
1638         * utils/mountd/mountd.c (get_exportlist): Use xstrdup instead
1639         of strdup.
1640
1641 Sun Dec 19 09:35:01 1999  H.J. Lu <hjl@lucon.org>
1642
1643         * README: Update the mailing list address.
1644
1645 Sun Dec 19 09:22:28 1999  H.J. Lu <hjl@lucon.org>
1646
1647         * configure.in (VERSION): Set to "0.1.5".
1648         * configure: Regenerated.
1649         * nfs-utils.spec: Updated.
1650
1651         * README: Updated.
1652
1653 Mon Dec 13 13:40:20 1999  H.J. Lu <hjl@lucon.org>
1654
1655         * utils/rquotad/hasquota.c (hasquota): Malloc one more char
1656         for '/'.
1657
1658 Mon Dec  6 09:42:45 1999  H.J. Lu <hjl@lucon.org>
1659
1660         * configure.in (VERSION): Set to "0.1.4".
1661         * configure: Regenerated.
1662         * nfs-utils.spec: Updated.
1663
1664         * README: Updated.
1665
1666 Mon Dec  6 09:28:07 1999  H.J. Lu <hjl@lucon.org>
1667
1668         * nfs-utils.spec.in: New file.
1669
1670         * config.mk.in (VERSION): Changed to "nfs-utils @VERSION@".
1671
1672         * configure.in (nfs-utils.spec): Added to AC_OUTPUT.
1673
1674 1999-12-04  Chip Salzenberg  <chip@valinux.com>
1675
1676         * config.mk.in: Use $(CC) as set by configure.
1677
1678 1999-12-04  Chip Salzenberg  <chip@valinux.com>
1679
1680         * rules.mk: Call $(MAKE) with $(MFLAGS).
1681
1682 Mon Nov 29 11:17:35 1999  H.J. Lu <hjl@lucon.org>
1683
1684         * tools/rpcgen/rpc_main.c (h_output): Generate IXDR_GET_INT32,
1685         IXDR_PUT_INT32, IXDR_GET_U_INT32 and IXDR_PUT_U_INT32.
1686
1687 Mon Nov 29 11:17:35 1999  H.J. Lu <hjl@lucon.org>
1688
1689         * nfs-utils.spec (Version): Set to 0.1.3.
1690
1691         * configure.in (VERSION): Set to "nfs-utils 0.1.3".
1692         * configure: Regenerated.
1693
1694         * README: Updated.
1695
1696 Mon Nov 29 11:15:47 1999  H.J. Lu <hjl@lucon.org>
1697
1698         * utils/rquotad/rquota_server.c (nfsmount_to_devname): Removed.
1699         (_PATH_DEV_DSK): Likewise.
1700         (getquotainfo): Match the mounting point from /etc/mtab
1701         instead of calling nfsmount_to_devname ().
1702
1703 1999-11-24  Chip Salzenberg  <chip@valinux.com>
1704
1705         * utils/statd/monitor.c (sm_mon_1_svc): Accept lockd callbacks
1706         to the new port 24 as well as the historical port 100021.
1707
1708 Tue Nov 23 10:21:34 1999 Neil Brown <neilb@cse.unsw.edu.au>
1709
1710         * etc/redhat/nfsd.init (stop): moved exportfs -ua after
1711         stopping nfsd to stop spurious ESTALE on server shutdown.
1712         
1713 Tue Nov 23 10:13:39 1999  Neil Brown <neilb@cse.unsw.edu.au>
1714
1715         * support/nfs/exports.c (parseopts): make copy of opt string
1716         before 'nul'ing out commas so that
1717
1718         # exportfs -o option1,option2 hosta:/fs hostb:/fs
1719
1720         applies both options to both exports.
1721
1722 Thu Oct 28 12:55:42 1999  H.J. Lu <hjl@lucon.org>
1723
1724         * README: Fix a few typos.
1725
1726         * tools/rpcgen/rpc_cout.c (print_header): Use int32_t instead
1727         of long.
1728         * tools/rpcgen/rpc_hout.c (pdefine): Likewise.
1729         * tools/rpcgen/rpc_main.c (c_initialize): Likewise.
1730         * tools/rpcgen/rpc_parse.c (get_type): Likewise.
1731         (unsigned_dec): Likewise.
1732         * tools/rpcgen/rpc_scan.c (symbols): Likewise.
1733         * tools/rpcgen/rpc_util.c (tokstrings): Likewise.
1734
1735         * tools/rpcgen/rpc_cout.c (emit_single_in_line): Use INT32
1736         instead of LONG.
1737         * tools/rpcgen/rpc_parse.c (get_type): Likewise.
1738         (unsigned_dec): Likewise.
1739         * tools/rpcgen/rpc_scan.c (symbols): Likewise.
1740         * tools/rpcgen/rpc_scan.h (tok_kind): Likewise.
1741         * tools/rpcgen/rpc_util.c (tokstrings): Likewise.
1742
1743 Thu Oct 28 11:27:51 1999 Neil Brown <neilb@cse.unsw.edu.au>
1744
1745         * support/include/nfs/export.h addedd NFSEXP_NOSUBTREECHECK
1746         * support/nfs/exports.c: added {no_,}subtree_check and changed
1747           crossmnt to nohide
1748         * utils/exportfs/exports.man: added no_subtree_check and nohide
1749           and removed irrelevant stuff from unfsd.
1750         * support/export/rmtab.c: rmtab_read didn't quite do the right
1751           thing if a pathname from rmtab was a subdirectory of an export-point
1752
1753 Tue Oct 26 17:22:40 1999  H.J. Lu <hjl@lucon.org>
1754
1755         * README: Updated ftp site.
1756
1757 Mon Oct 25 18:12:45 1999  H.J. Lu <hjl@lucon.org>
1758
1759         * nfs-utils.spec (Version): Set to 0.1.2.
1760
1761         * configure.in (VERSION): Set to "nfs-utils 0.1.2".
1762         * configure: Regenerated.
1763
1764         * README: Updated.
1765
1766 Mon Oct 25 18:11:21 1999  H.J. Lu <hjl@lucon.org>
1767
1768         * utils/mountd/auth.c (auth_error): Add "no_forward_dns".
1769         (auth_authenticate_internal): Check for NULL return on forward
1770         DNS lookup.
1771         (auth_authenticate): Handle "no_forward_dns".
1772
1773 Thu Oct 21 16:22:06 1999  H.J. Lu <hjl@lucon.org>
1774
1775         * Version 0.1.1 released.
1776
1777         * nfs-utils.spec (Version): Set to 0.1.1.
1778
1779         * configure.in (VERSION): Set to "nfs-utils 0.1.1".
1780         * configure: Regenerated.
1781
1782         * README: Updated.
1783
1784 Mon Oct 18 17:43:29 1999  H.J. Lu <hjl@lucon.org>
1785
1786         * nfs-utils.spec (Obsoletes): Fixed a typo, change knfsd-client
1787         to knfsd-clients.
1788         (Provides): Likewise.
1789
1790 Mon Oct 18 14:56:22 1999  H.J. Lu <hjl@lucon.org>
1791
1792         * Initial version 0.1 released.
1793
1794         * configure.in (VERSION): Set to "nfs-utils 0.1".
1795         * configure: Regenerated.
1796
1797 Mon Oct 18 14:54:57 1999  H.J. Lu <hjl@lucon.org>
1798
1799         * utils/mountd/mountd.c (get_exportlist): Cleanup.
1800
1801         * utils/exportfs/exportfs.c (unexport_all): Unexport from
1802         kernel only if the entry is exported to kernel.
1803         (unexportfs): Likewise.
1804
1805 Wed Sep 08 16:49:32 1999  Neil Brown <neilb@cse.unsw.edu.au>
1806
1807 1/ utils/mountd/rmtab.c::mountlist_list
1808
1809      This routine stats the rmtab file to see if it has changed.  It
1810      if has, it cleans up it's old copy of the data. But it still
1811      always re-read the file, thus returning multiple copies of the
1812      data on consecutive calls without intervening changes.
1813      "Showmount -a" didn't show this as it appears to sort/unique the
1814      data, but 'strace showmount -a' showed that the size of the
1815      datagram that it received grew.
1816
1817      I moved the getrmtabent loop inside the mtime test.
1818
1819 2/ utils/exportfs/exportfs.c
1820    
1821      Many routines used the m_path field of m_export instead of
1822      e_path.
1823      According to the comment in nfslib.h, m_path should only
1824      be used when processing a mount request (i.e. in mountd)
1825      where the mountpoint may be a subdirectory of the export point.
1826
1827      I changed all occurances of m_path to e_path
1828
1829
1830 3/ utils/exportfs/exportfs.c:main
1831
1832       extra arguments are not meaningful with -a or -r, but
1833       exportfs accepted them and then ignored the -a/-r, expect that
1834       -r would still unexport everything first.
1835
1836       I generate an error if there are extra args and f_all
1837
1838 4/ utils/exportfs/exportfs.c:main
1839      extract dump out as a special case.
1840
1841 5/ utils/exportfs/exportfs.c
1842      made f_reexport a local variable.
1843
1844
1845 6/ utils/exportfs/exportfs.c:main,exportall
1846
1847     support/export/rmtab.c
1848        only  mayexport on newly created entries, don't set xtabent at all
1849
1850 7/ support/include/nfslib.h
1851
1852       add #define _PATH_PROC_EXPORTS to be /proc/fs/nds/exports
1853
1854 8/ support/export/xtab.c
1855
1856       xtab_mount_read loads data from _PATH_PROC_EXPORTS if it exists,
1857       else from xtab
1858
1859
1860 9/ support/export/xtab.c
1861
1862       xtab_mount_read now sets m_exported, and NOT
1863         xtabent and mayexport
1864
1865       removed the append arguement from xtab_write as it was
1866         never used.
1867
1868       added is_export flag to xtab_write similar to xtab_read
1869         if is_export, only write entries with m_xtabent or m_addxtab
1870         if !is_export, only write entries with m_exported
1871      
1872 10/ support/export/export.c::export_allowed_internal
1873
1874       added test for exp->m_mayexport, as the export tree
1875         may have entries that are no longer allowed to be exported,
1876         and so shouldn't caused deduced exported by rmtab_read
1877
1878 11/ utils/exportfs/exportfs.c::main
1879         error checking of flags.
1880
1881 12/ utils/exportfs/exportfs.c
1882
1883         total rewrite of export and unexport logic.
1884         We now:
1885         -  build an exportslist of valid exports, based on
1886            current etab file  and arguments,
1887         -  read rmtab to instantiate relevant wild card entries
1888         -  read etab to find out what is currently exported
1889         -  synchronise intention with reality
1890         -  write out etab and xtab
1891
1892 13/  various
1893         discard the m_addxtab flag
1894         add m_changed flag so we know what to report in exportfs
1895
1896 14/ utils/mountd/auth.c:auth_authenticate
1897
1898         the value returned by gethostbyaddr was trusted.
1899
1900         It now follows this with a call to gethostbyname
1901         and checks that the address is in the list.
1902
1903 15/ support/export/nfsctl.c::cltsetup,expsetup
1904
1905         force client names to lowercase as kernel is
1906         sensitive to case
1907
1908 16/ quietened a few compiler warnings
1909
1910 17/ support/export/client:client_lookup
1911
1912      look for pre-existing client with same name before creating
1913         a new one.
1914
1915 18/ support/include/exportfs.h
1916
1917      The ordering of the MCL_* enum was:
1918         ANONYMOUS, FQDN, SUBNETWORK, WILDCARD, NETGROUP
1919
1920      I moved ANONYMOUS to the end.
1921
1922      The ordering is significant when an export entry is being searched for to 
1923         match a given address.  There are two problems with ANONYMOUS being first.
1924
1925         1/ if a directory is exported rw to a couple of hosts and ro to everyone else,
1926            then the ro case will always be found first and the privileged hosts won't get
1927            their privilege
1928         2/ When mountd gets a request to mount an ANONYMOUSly exported tree, it creates a FQDN
1929            export entry for the specific host, and writes it to xtab.
1930            When another request comes from the same host, the ANONYMOUS entry is found again, 
1931            before the new FQDN entry, so it creates another FQDN entry and writes it to xtab
1932            again.  If causes bloat in xtab.
1933
1934       Putting ANONYMOUS at the end reflects it's nature as a catch-all
1935
1936 19/ utils/exportfs/exportfs.man
1937         many updates to the man page to reflect changes to the code
1938
1939 -----------------------
1940
1941
1942
1943 TODO:
1944
1945 - allow exportfs to modify rmtab file
1946 - make sure kernel never gets two clients with same IP address
1947     - possible kernel should reject
1948     - needs to be some way to lookup client in kernel by IP address
1949 - maybe get kernel to do case-insensitive comparisons on client names
1950 - remove unused clients from kernel
1951
1952 - change etab to xtab and xtab to xtab.active
1953
1954 - timestamp and/or statd-stamp in rmtab for removing old entries.
1955
1956 Mon Oct 18 11:48:07 1999  H.J. Lu <hjl@lucon.org>
1957
1958         * linux-nfs: New directory.
1959         * linux-nfs/ChangeLog: Moved from ..
1960         * linux-nfs/INSTALL: Likewise.
1961         * linux-nfs/KNOWNBUGS: Likewise.
1962         * linux-nfs/NEW: Likewise.
1963         * linux-nfs/README: Likewise.
1964         * linux-nfs/THANKS: Likewise.
1965         * linux-nfs/TODO: Likewise.
1966
1967         * Starting from knfsd 1.4.7.