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