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