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