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