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