Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/minoura-xpg4dl]: src/dist/am-utils Import of am-utils-6.0.3 virgin sourc...



details:   https://anonhg.NetBSD.org/src/rev/87553d852166
branches:  minoura-xpg4dl
changeset: 486677:87553d852166
user:      dogcow <dogcow%NetBSD.org@localhost>
date:      Wed Jun 07 00:52:19 2000 +0000

description:
Import of am-utils-6.0.3 virgin source, with the following changes:
 "$Id: blah$" => "Id: blah" (as well as for $Header:$) for all files
 "$NetBSD: $" added to the top of all .c and .h files

diffstat:

 dist/am-utils/AUTHORS                              |    294 +
 dist/am-utils/BUGS                                 |    146 +
 dist/am-utils/COPYING                              |     37 +
 dist/am-utils/ChangeLog                            |   4552 +
 dist/am-utils/INSTALL                              |    157 +
 dist/am-utils/LSM.am-utils                         |     20 +
 dist/am-utils/MIRRORS                              |     56 +
 dist/am-utils/Makefile.am                          |    313 +
 dist/am-utils/Makefile.in                          |    737 +
 dist/am-utils/NEWS                                 |    790 +
 dist/am-utils/README                               |    105 +
 dist/am-utils/README.autofs                        |    113 +
 dist/am-utils/README.y2k                           |     29 +
 dist/am-utils/amd/Makefile.am                      |    141 +
 dist/am-utils/amd/Makefile.in                      |    632 +
 dist/am-utils/amd/am_ops.c                         |    459 +
 dist/am-utils/amd/amd.8                            |    357 +
 dist/am-utils/amd/amd.c                            |    557 +
 dist/am-utils/amd/amd.h                            |    310 +
 dist/am-utils/amd/amfs_auto.c                      |   1606 +
 dist/am-utils/amd/amfs_direct.c                    |    107 +
 dist/am-utils/amd/amfs_error.c                     |    151 +
 dist/am-utils/amd/amfs_host.c                      |    687 +
 dist/am-utils/amd/amfs_inherit.c                   |    201 +
 dist/am-utils/amd/amfs_link.c                      |    142 +
 dist/am-utils/amd/amfs_linkx.c                     |    104 +
 dist/am-utils/amd/amfs_nfsl.c                      |    238 +
 dist/am-utils/amd/amfs_nfsx.c                      |    533 +
 dist/am-utils/amd/amfs_program.c                   |    194 +
 dist/am-utils/amd/amfs_root.c                      |    100 +
 dist/am-utils/amd/amfs_toplvl.c                    |    360 +
 dist/am-utils/amd/amfs_union.c                     |    125 +
 dist/am-utils/amd/amq_svc.c                        |    162 +
 dist/am-utils/amd/autil.c                          |    419 +
 dist/am-utils/amd/clock.c                          |    249 +
 dist/am-utils/amd/conf.c                           |    972 +
 dist/am-utils/amd/conf_parse.y                     |    175 +
 dist/am-utils/amd/conf_tok.l                       |    186 +
 dist/am-utils/amd/get_args.c                       |    395 +
 dist/am-utils/amd/info_file.c                      |    266 +
 dist/am-utils/amd/info_hesiod.c                    |    201 +
 dist/am-utils/amd/info_ldap.c                      |    478 +
 dist/am-utils/amd/info_ndbm.c                      |    142 +
 dist/am-utils/amd/info_nis.c                       |    455 +
 dist/am-utils/amd/info_nisplus.c                   |    322 +
 dist/am-utils/amd/info_passwd.c                    |    196 +
 dist/am-utils/amd/info_union.c                     |    150 +
 dist/am-utils/amd/map.c                            |   1113 +
 dist/am-utils/amd/mapc.c                           |   1280 +
 dist/am-utils/amd/mntfs.c                          |    336 +
 dist/am-utils/amd/nfs_prot_svc.c                   |    272 +
 dist/am-utils/amd/nfs_start.c                      |    477 +
 dist/am-utils/amd/nfs_subr.c                       |    626 +
 dist/am-utils/amd/ops_TEMPLATE.c                   |    294 +
 dist/am-utils/amd/ops_autofs.c                     |   1282 +
 dist/am-utils/amd/ops_cachefs.c                    |    248 +
 dist/am-utils/amd/ops_cdfs.c                       |    220 +
 dist/am-utils/amd/ops_efs.c                        |    165 +
 dist/am-utils/amd/ops_lofs.c                       |    155 +
 dist/am-utils/amd/ops_mfs.c                        |     56 +
 dist/am-utils/amd/ops_nfs.c                        |    805 +
 dist/am-utils/amd/ops_nfs3.c                       |     56 +
 dist/am-utils/amd/ops_nullfs.c                     |     56 +
 dist/am-utils/amd/ops_pcfs.c                       |    180 +
 dist/am-utils/amd/ops_tfs.c                        |     56 +
 dist/am-utils/amd/ops_tmpfs.c                      |     56 +
 dist/am-utils/amd/ops_ufs.c                        |    174 +
 dist/am-utils/amd/ops_umapfs.c                     |     56 +
 dist/am-utils/amd/ops_unionfs.c                    |     56 +
 dist/am-utils/amd/ops_xfs.c                        |    165 +
 dist/am-utils/amd/opts.c                           |   1339 +
 dist/am-utils/amd/restart.c                        |    209 +
 dist/am-utils/amd/rpc_fwd.c                        |    477 +
 dist/am-utils/amd/sched.c                          |    301 +
 dist/am-utils/amd/srvr_amfs_auto.c                 |    215 +
 dist/am-utils/amq/Makefile.am                      |     41 +
 dist/am-utils/amq/Makefile.in                      |    528 +
 dist/am-utils/amq/amq.8                            |    214 +
 dist/am-utils/amq/amq.c                            |    961 +
 dist/am-utils/amq/amq.h                            |     64 +
 dist/am-utils/amq/amq_clnt.c                       |    209 +
 dist/am-utils/amq/amq_xdr.c                        |    260 +
 dist/am-utils/amq/pawd.1                           |     72 +
 dist/am-utils/amq/pawd.c                           |    291 +
 dist/am-utils/buildall                             |    326 +
 dist/am-utils/conf/checkmount/checkmount_aix.c     |     92 +
 dist/am-utils/conf/checkmount/checkmount_bsd44.c   |     79 +
 dist/am-utils/conf/checkmount/checkmount_default.c |    111 +
 dist/am-utils/conf/checkmount/checkmount_osf.c     |     91 +
 dist/am-utils/conf/checkmount/checkmount_svr4.c    |    102 +
 dist/am-utils/conf/checkmount/checkmount_ultrix.c  |     81 +
 dist/am-utils/conf/fh_dref/fh_dref_aix3.h          |      3 +
 dist/am-utils/conf/fh_dref/fh_dref_aix42.h         |      3 +
 dist/am-utils/conf/fh_dref/fh_dref_bsd44.h         |      3 +
 dist/am-utils/conf/fh_dref/fh_dref_default.h       |      3 +
 dist/am-utils/conf/fh_dref/fh_dref_freebsd22.h     |      3 +
 dist/am-utils/conf/fh_dref/fh_dref_hpux.h          |      3 +
 dist/am-utils/conf/fh_dref/fh_dref_irix.h          |      3 +
 dist/am-utils/conf/fh_dref/fh_dref_isc3.h          |      3 +
 dist/am-utils/conf/fh_dref/fh_dref_linux.h         |      3 +
 dist/am-utils/conf/fh_dref/fh_dref_nextstep.h      |      3 +
 dist/am-utils/conf/fh_dref/fh_dref_osf2.h          |      3 +
 dist/am-utils/conf/fh_dref/fh_dref_osf4.h          |      3 +
 dist/am-utils/conf/fh_dref/fh_dref_sunos3.h        |      3 +
 dist/am-utils/conf/fh_dref/fh_dref_sunos4.h        |      3 +
 dist/am-utils/conf/fh_dref/fh_dref_svr4.h          |      3 +
 dist/am-utils/conf/hn_dref/hn_dref_default.h       |      3 +
 dist/am-utils/conf/hn_dref/hn_dref_isc3.h          |      6 +
 dist/am-utils/conf/hn_dref/hn_dref_linux.h         |      3 +
 dist/am-utils/conf/mount/mount_aix.c               |    185 +
 dist/am-utils/conf/mount/mount_bsdi3.c             |     54 +
 dist/am-utils/conf/mount/mount_default.c           |     47 +
 dist/am-utils/conf/mount/mount_hpux.c              |     92 +
 dist/am-utils/conf/mount/mount_irix5.c             |    104 +
 dist/am-utils/conf/mount/mount_irix6.c             |    100 +
 dist/am-utils/conf/mount/mount_isc3.c              |     78 +
 dist/am-utils/conf/mount/mount_linux.c             |    557 +
 dist/am-utils/conf/mount/mount_mach3.c             |     88 +
 dist/am-utils/conf/mount/mount_stellix.c           |     77 +
 dist/am-utils/conf/mount/mount_svr4.c              |    158 +
 dist/am-utils/conf/mtab/mtab_aix.c                 |    167 +
 dist/am-utils/conf/mtab/mtab_bsd.c                 |    146 +
 dist/am-utils/conf/mtab/mtab_file.c                |    447 +
 dist/am-utils/conf/mtab/mtab_isc3.c                |    282 +
 dist/am-utils/conf/mtab/mtab_mach3.c               |    494 +
 dist/am-utils/conf/mtab/mtab_osf.c                 |    152 +
 dist/am-utils/conf/mtab/mtab_svr4.c                |    304 +
 dist/am-utils/conf/mtab/mtab_ultrix.c              |    127 +
 dist/am-utils/conf/nfs_prot/nfs_prot_aix3.h        |    218 +
 dist/am-utils/conf/nfs_prot/nfs_prot_aix4.h        |    216 +
 dist/am-utils/conf/nfs_prot/nfs_prot_aix4_2.h      |    314 +
 dist/am-utils/conf/nfs_prot/nfs_prot_aix4_3.h      |    328 +
 dist/am-utils/conf/nfs_prot/nfs_prot_bsdi2.h       |    486 +
 dist/am-utils/conf/nfs_prot/nfs_prot_bsdi3.h       |    241 +
 dist/am-utils/conf/nfs_prot/nfs_prot_default.h     |    172 +
 dist/am-utils/conf/nfs_prot/nfs_prot_freebsd2.h    |    147 +
 dist/am-utils/conf/nfs_prot/nfs_prot_freebsd3.h    |    183 +
 dist/am-utils/conf/nfs_prot/nfs_prot_hpux.h        |    400 +
 dist/am-utils/conf/nfs_prot/nfs_prot_hpux11.h      |    491 +
 dist/am-utils/conf/nfs_prot/nfs_prot_irix5.h       |    456 +
 dist/am-utils/conf/nfs_prot/nfs_prot_irix6.h       |    420 +
 dist/am-utils/conf/nfs_prot/nfs_prot_linux.h       |    255 +
 dist/am-utils/conf/nfs_prot/nfs_prot_ncr2.h        |    482 +
 dist/am-utils/conf/nfs_prot/nfs_prot_netbsd.h      |    223 +
 dist/am-utils/conf/nfs_prot/nfs_prot_netbsd1_3.h   |    212 +
 dist/am-utils/conf/nfs_prot/nfs_prot_netbsd1_4.h   |    232 +
 dist/am-utils/conf/nfs_prot/nfs_prot_nextstep.h    |    601 +
 dist/am-utils/conf/nfs_prot/nfs_prot_openbsd.h     |    217 +
 dist/am-utils/conf/nfs_prot/nfs_prot_osf2.h        |    313 +
 dist/am-utils/conf/nfs_prot/nfs_prot_osf4.h        |    417 +
 dist/am-utils/conf/nfs_prot/nfs_prot_sunos3.h      |    407 +
 dist/am-utils/conf/nfs_prot/nfs_prot_sunos4.h      |    407 +
 dist/am-utils/conf/nfs_prot/nfs_prot_sunos5_3.h    |    270 +
 dist/am-utils/conf/nfs_prot/nfs_prot_sunos5_4.h    |    272 +
 dist/am-utils/conf/nfs_prot/nfs_prot_sunos5_5.h    |    385 +
 dist/am-utils/conf/nfs_prot/nfs_prot_sunos5_6.h    |    407 +
 dist/am-utils/conf/nfs_prot/nfs_prot_sunos5_7.h    |    407 +
 dist/am-utils/conf/nfs_prot/nfs_prot_sunos5_8.h    |    406 +
 dist/am-utils/conf/nfs_prot/nfs_prot_svr4.h        |    407 +
 dist/am-utils/conf/nfs_prot/nfs_prot_ultrix.h      |    310 +
 dist/am-utils/conf/sa_dref/sa_dref_386bsd.h        |      5 +
 dist/am-utils/conf/sa_dref/sa_dref_aix3.h          |      3 +
 dist/am-utils/conf/sa_dref/sa_dref_aoi.h           |      7 +
 dist/am-utils/conf/sa_dref/sa_dref_bsd44.h         |      6 +
 dist/am-utils/conf/sa_dref/sa_dref_default.h       |      3 +
 dist/am-utils/conf/sa_dref/sa_dref_isc3.h          |      7 +
 dist/am-utils/conf/sa_dref/sa_dref_linux.h         |      3 +
 dist/am-utils/conf/sa_dref/sa_dref_svr4.h          |      7 +
 dist/am-utils/conf/transp/transp_sockets.c         |    387 +
 dist/am-utils/conf/transp/transp_tli.c             |    791 +
 dist/am-utils/conf/trap/trap_aix3.h                |      6 +
 dist/am-utils/conf/trap/trap_aux.h                 |      3 +
 dist/am-utils/conf/trap/trap_default.h             |      3 +
 dist/am-utils/conf/trap/trap_dgux.h                |      3 +
 dist/am-utils/conf/trap/trap_hcx.h                 |      3 +
 dist/am-utils/conf/trap/trap_hpux.h                |     16 +
 dist/am-utils/conf/trap/trap_hpux11.h              |      4 +
 dist/am-utils/conf/trap/trap_irix.h                |      4 +
 dist/am-utils/conf/trap/trap_isc3.h                |      4 +
 dist/am-utils/conf/trap/trap_linux.h               |      4 +
 dist/am-utils/conf/trap/trap_mach3.h               |      4 +
 dist/am-utils/conf/trap/trap_news4.h               |      3 +
 dist/am-utils/conf/trap/trap_rtu6.h                |      3 +
 dist/am-utils/conf/trap/trap_stellix.h             |      4 +
 dist/am-utils/conf/trap/trap_svr4.h                |      4 +
 dist/am-utils/conf/trap/trap_ultrix.h              |      4 +
 dist/am-utils/conf/umount/umount_bsd44.c           |     90 +
 dist/am-utils/conf/umount/umount_default.c         |    151 +
 dist/am-utils/conf/umount/umount_osf.c             |     93 +
 dist/am-utils/configure                            |  78123 +++++++++++++++++++
 dist/am-utils/doc/Makefile.am                      |     64 +
 dist/am-utils/doc/Makefile.in                      |    421 +
 dist/am-utils/doc/am-utils.texi                    |   8221 +
 dist/am-utils/doc/hlfsd.ps                         |   2718 +
 dist/am-utils/doc/stamp-vti                        |      3 +
 dist/am-utils/doc/version.texi                     |      3 +
 dist/am-utils/fixmount/Makefile.am                 |     40 +
 dist/am-utils/fixmount/Makefile.in                 |    443 +
 dist/am-utils/fixmount/fixmount.8                  |    159 +
 dist/am-utils/fixmount/fixmount.c                  |    608 +
 dist/am-utils/fsinfo/Makefile.am                   |     79 +
 dist/am-utils/fsinfo/Makefile.in                   |    498 +
 dist/am-utils/fsinfo/fsi_analyze.c                 |    671 +
 dist/am-utils/fsinfo/fsi_data.h                    |    236 +
 dist/am-utils/fsinfo/fsi_dict.c                    |    139 +
 dist/am-utils/fsinfo/fsi_gram.y                    |    435 +
 dist/am-utils/fsinfo/fsi_lex.l                     |    268 +
 dist/am-utils/fsinfo/fsi_util.c                    |    694 +
 dist/am-utils/fsinfo/fsinfo.8                      |    101 +
 dist/am-utils/fsinfo/fsinfo.h                      |    133 +
 dist/am-utils/fsinfo/wr_atab.c                     |    335 +
 dist/am-utils/fsinfo/wr_bparam.c                   |    110 +
 dist/am-utils/fsinfo/wr_dumpset.c                  |     97 +
 dist/am-utils/fsinfo/wr_exportfs.c                 |    109 +
 dist/am-utils/fsinfo/wr_fstab.c                    |    343 +
 dist/am-utils/hlfsd/Makefile.am                    |     43 +
 dist/am-utils/hlfsd/Makefile.in                    |    453 +
 dist/am-utils/hlfsd/hlfsd.8                        |    310 +
 dist/am-utils/hlfsd/hlfsd.c                        |    954 +
 dist/am-utils/hlfsd/hlfsd.h                        |    167 +
 dist/am-utils/hlfsd/homedir.c                      |    800 +
 dist/am-utils/hlfsd/nfs_prot_svc.c                 |    251 +
 dist/am-utils/hlfsd/stubs.c                        |    497 +
 dist/am-utils/include/am_compat.h                  |    271 +
 dist/am-utils/include/am_defs.h                    |   1419 +
 dist/am-utils/include/am_utils.h                   |    977 +
 dist/am-utils/include/am_xdr_func.h                |    204 +
 dist/am-utils/libamu/Makefile.am                   |     73 +
 dist/am-utils/libamu/Makefile.in                   |    457 +
 dist/am-utils/libamu/alloca.c                      |    505 +
 dist/am-utils/libamu/amu.h                         |     79 +
 dist/am-utils/libamu/clnt_sperrno.c                |    148 +
 dist/am-utils/libamu/hasmntopt.c                   |    120 +
 dist/am-utils/libamu/memcmp.c                      |     73 +
 dist/am-utils/libamu/misc_rpc.c                    |    205 +
 dist/am-utils/libamu/mount_fs.c                    |    933 +
 dist/am-utils/libamu/mtab.c                        |    122 +
 dist/am-utils/libamu/nfs_prot_xdr.c                |     60 +
 dist/am-utils/libamu/strcasecmp.c                  |     65 +
 dist/am-utils/libamu/strdup.c                      |     66 +
 dist/am-utils/libamu/strstr.c                      |     98 +
 dist/am-utils/libamu/ualarm.c                      |     74 +
 dist/am-utils/libamu/util.c                        |    177 +
 dist/am-utils/libamu/xdr_func.c                    |   1156 +
 dist/am-utils/libamu/xutil.c                       |    905 +
 dist/am-utils/mk-amd-map/Makefile.am               |     39 +
 dist/am-utils/mk-amd-map/Makefile.in               |    441 +
 dist/am-utils/mk-amd-map/mk-amd-map.8              |     62 +
 dist/am-utils/mk-amd-map/mk-amd-map.c              |    383 +
 dist/am-utils/scripts/Makefile.am                  |     46 +
 dist/am-utils/scripts/Makefile.in                  |    469 +
 dist/am-utils/scripts/am-eject.in                  |     52 +
 dist/am-utils/scripts/amd.conf-sample              |     97 +
 dist/am-utils/scripts/amd.conf.5                   |    565 +
 dist/am-utils/scripts/amd2ldif.in                  |     58 +
 dist/am-utils/scripts/amd2sun.in                   |     51 +
 dist/am-utils/scripts/automount2amd.8              |    106 +
 dist/am-utils/scripts/automount2amd.in             |     72 +
 dist/am-utils/scripts/ctl-amd.in                   |    138 +
 dist/am-utils/scripts/ctl-hlfsd.in                 |    107 +
 dist/am-utils/scripts/expn.1                       |   1370 +
 dist/am-utils/scripts/expn.in                      |   1369 +
 dist/am-utils/scripts/fix-amd-map.in               |     52 +
 dist/am-utils/scripts/fixrmtab.in                  |     24 +
 dist/am-utils/scripts/lostaltmail.conf-sample      |     84 +
 dist/am-utils/scripts/lostaltmail.in               |    649 +
 dist/am-utils/scripts/wait4amd.in                  |     45 +
 dist/am-utils/scripts/wait4amd2die.in              |     49 +
 dist/am-utils/tasks                                |    106 +
 dist/am-utils/wire-test/Makefile.am                |     39 +
 dist/am-utils/wire-test/Makefile.in                |    441 +
 dist/am-utils/wire-test/wire-test.8                |     70 +
 dist/am-utils/wire-test/wire-test.c                |    130 +
 273 files changed, 163238 insertions(+), 0 deletions(-)

diffs (truncated from 164330 to 300 lines):

diff -r 2f5a20704aa3 -r 87553d852166 dist/am-utils/AUTHORS
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/dist/am-utils/AUTHORS     Wed Jun 07 00:52:19 2000 +0000
@@ -0,0 +1,294 @@
+# -*- text -*-
+PRIMARY AUTHORS AND MAJOR CONTRIBUTORS TO AM_UTILS:
+
+Original authors of amd were the Berkeley team and especially Jan-Simon
+Pendry.  Since then many people have contributed patches.
+
+This file lists the ones who contributed major code changes, in no
+particular order, and I thank them all.  This is of course not to diminish
+the smaller contributes of the many others.  Thank you all.
+
+* Erez Zadok <ezk%cs.columbia.edu@localhost>
+
+The most significant changes were made by Erez Zadok in terms of bug fixes,
+ports, and new features added.  Erez Zadok is the current maintainer of
+am-utils, as of January 1997.
+
+There is a mailing list dedicated to developers of am-utils.  To subscribe
+to it, send mail to majordomo%majordomo.cs.columbia.edu@localhost, with the body of
+the message having the single line "subscribe amd-dev".
+
+* Randall S. Winchester <rsw%glue.umd.edu@localhost>
+
+May 7, 1997: contributed a special version of upl102 that included NFS V.3
+support.  Some of the code was contributed by Christos Zoulas
+<christos%deshaw.com@localhost>.  I (Erez) ported these changes to am-utils.
+
+September 12, 1997: lots of small prototype cleanups and fixes to numerous
+files.
+
+January 27, 1998: support pid files in the amd.conf file.  Provide base name
+for hesiod zone files.  Always use /etc/amd.conf if exists.
+
+August 8, 1998: add detection support for NFS V.3 for NetBSD 1.3F.
+
+February 1, 1998: fixes for NetBSD to better detect its features.
+
+September 4, 1999: assorted fixes for NetBSD 1.4+.
+
+* Hannes Reinecke <hare%MathI.UNI-Heidelberg.DE@localhost>
+
+Back in 1995, contributed code for linux.  A new parser for file system
+specific options that only exist under linux.
+
+* Leif Johansson <leifj%matematik.su.se@localhost>
+
+June 22, 1997: minor patch to ensure that systems without an RE library work.
+
+June 23, 1997: mount options should be properly comma limited.
+
+July 10, 1997: info_ldap.c and prototype changes to all map _init and _mtime
+functions.  Contributed scripts/amd2ldif.pl.
+
+August 4, 1997: info_ldap.c fixes and adding two new amd.conf ldap
+variables: ldap_cache_seconds and ldap_cache_maxmem.
+
+* Andreas Stolcke <stolcke%speech.sri.com@localhost>
+
+June 22, 1997: patches to ensure that proto= and vers= options work
+properly in mount tables and can be overridden.  Later on, more code
+contribued to optimize the best combination of proto/vers.
+
+July 4, 1997: patches to get NFS V.3 working under irix5.
+
+September 9, 1997: initialize all fields of mntent_t structures to 0.
+
+October 2, 1997: don't log an RPC timeout as an error but only as an info
+message.
+
+December 19, 1997: detected an FMR (Free Memory Read) in amd/mntfs.c,
+uninit_mntfs().
+
+* Danny Braniss <danny%cs.huji.ac.il@localhost>
+
+July, 6 1997: contributed patches to hesiod on bsdi3.
+
+* Tom Schmidt <tschmidt%micron.com@localhost>
+
+July 10, 1997: Recommdation to include libgdbm if libc has no dbm_open.
+Patches for netgrp(host) command.  Mods to aux/config.guess to recognize
+sun3.
+
+January 19, 1998: print correct -l option depending if system supports
+syslog and/or syslog facilities.
+
+January 29, 1998: fix for 0.0.0.0 loopback on SunOS 3.X which defines
+IFF_ROUTE instead of IFF_LOOPBACK.
+
+* Daniel S. Riley  <dsr%mail.lns.cornell.edu@localhost>
+
+July 11, 1997: fixes to DU-4.0 to support string POSIX.1 signals, and struct
+sockaddr with sa_len field.
+
+July 13, 1997: Move amd.conf parsing to before switch_option() on log/debug
+options.  Minor type wrt "ro" option in libamu/mount_fs.c.  Added more
+fillers of mnttab options, for acdirmax, acdirmin, acregmax, acregmin, noac,
+grpid, nosuid, and actimo.
+
+August 15, 1998: fix memory leak in processing of /defaults, and avoid
+accessing uninitialized memory in osf1.
+
+* Roman Hodek <Roman.Hodek%informatik.uni-erlangen.de@localhost>
+
+July 23, 1997: Got lots of patches from the Debian Linux folks, who fixed
+several generic bugs, and one serious one for Linux.  The latter involved
+using connected sockets for NFS mounts on kernels 1.3.10 and older.  Roman's
+work is baed on amd-upl102, and work from Ian Murdock <imurdock%debian.org@localhost>
+and Dominik Kubla <dominik%debian.org@localhost>.
+
+* Rainer Orth <ro%TechFak.Uni-Bielefeld.DE@localhost>
+
+August 6, 1997: assorted fixes to support hesiod-1.3, solaris 2.4 (which I
+already fixed but did not release yet), and support for $LDFLAGS at
+configure/compile time.
+
+February 24, 1998: lots of patches for ultrix 4.3 port.
+
+February 28, 1998: lots of documentation fixes!
+
+January 8, 1999: texi fixes, and more Ultrix 4.3 fixes, among others.
+
+January 11, 1999: hesiod_isup function.  Fix format errors in dlog/plog.
+Remove obsolete or unnecessary files/macros.  Don't report disabled file
+systems.  More misc fixes.
+
+February 3, 1998: don't start autofs listener unless autofs maps were in
+use.
+
+December 10, 1999: assorted fixed and lots of fixes to support in-kernel
+mount tables in Solaris 8.
+
+* Jason Thorpe <thorpej%nas.nasa.gov@localhost>
+
+August 25, 1997: make amd work when talking to NIS+ servers in NIS
+compatibility mode.  Fix originally came from Matthieu Herrb
+<matthieu%laas.fr@localhost>.
+
+* Chris Metcalf <metcalf%catfish.lcs.mit.edu@localhost>
+
+August 29, 1997: patch to make amd use FQHN for NFS/RPC authentication,
+useful esp. for cross-domain NFS mounts.
+September 2, 1997: if plock() succeeded, don't display errno string.
+
+* Enami Tsugutomo <enami%cv.sony.co.jp@localhost>
+
+September 4, 1997: don't ping remote servers with NFS V.3 always, but V.2,
+regardless of client's NFS version. (conf/transp/transp_sockets.c)
+
+* Dan Riley <dsr%mail.lns.cornell.edu@localhost>
+
+September 19, 1997: make sure that amd works with more secure portmappers
+that do not allow forwarding of RPC messages to other services.
+
+* Wolfgang Rupprecht <wolfgang%wsrcc.com@localhost>
+
+August 10, 1997: netbsd and other bsd systems have a mask flag for
+pcfs_args (msdos mount).
+
+* Christos Zoulas <christos%deshaw.com@localhost>
+
+September 25, 1997: fix to initialize uid/gid fields of pcfs_args_t on
+netbsd.
+
+October 10, 1997: compile time cleanups of printf()s in hlfsd code.  If nfs
+server is down or does not support a portmapper call, then mark it down as
+version 2, and try again later.
+
+* Bill Paul <wpaul%ctr.columbia.edu@localhost>
+
+November 5, 1997: NFS v.3 support for AIX 4.2.1, which does *not* include
+headers for this.  Bill had to guess at the right structures, field names,
+sizes, alignment, etc.
+
+January 15, 1999: small ldap bug fixes.
+
+* Stefan Vogel <vogel%physik-rzu.unizh.ch@localhost>
+
+November 14, 1997: typo in the subscription instructions to amd-dev.
+
+* Guntram Wolski <gwolsk%sei.com@localhost>
+
+November 15, 1997: pointed out mismatching documentation for the -o option.
+
+* Michael Hucka <hucka%eecs.umich.edu@localhost>
+
+January 11, 1997: pointed out reversed definition of NFS mount options vers
+and proto.
+
+* Albert Chin <china%pprd.abbott.com@localhost>
+
+January 12, 1998: minor bug in output of amd -H.
+
+* Thomas Richter <richter%chemie.fu-berlin.de@localhost>
+
+January 13, 1998: use case insensitive comparisons for variables that need
+it (such as all hostname related ones, and more).
+
+July 20, 1998: don't leak memory in the private version of yp_all (when
+vendor yp_all is bad).
+
+* Fred Korz <korz%smarts.com@localhost>
+
+January 30, 1998: minor typo fixed to tftp example in am-utils.texi.
+
+* Donald Buczek <buczek%MPIMG-Berlin-Dahlem.MPG.DE@localhost>
+
+March 6, 1998: correctly inherit existing NFS V.3 mounts upon restart.
+
+March 17, 1998: compare log file name and syslog string with correct length.
+
+March 20, 1998: do not close stdout in case it gets reused elsewhere and to
+allow startup script to redirect it.  Set a temporary secure umask(0022)
+before writing log file and restore it afterwards.
+
+* Matthew Crosby <mcrosby%ms.com@localhost>
+
+April 20, 1998: allow arbitrary number of interfaces in wire listing.
+
+* David O'Brien <obrien%NUXI.com@localhost>
+
+September 4, 1998: bug fix to avoid overrunning hostname buffer, and minor
+amd.conf man page typo correction.
+
+September 22, 1999: use more secure vsnprintf in real_plog().
+
+* Danny Rathjens <dkr%cs.fiu.edu@localhost>
+
+October 29, 1998: swap arguments to kill(2) in amd.c.
+
+* Mike Mitchell <mcm%unx.sas.com@localhost>
+
+November 3, 1998: amd/nfs_subr.c (nfsproc_lookup_2_svc): try to avoid a race
+condition between unmounting and re-mounting an entry, by increasing the ttl
+of a looked up entry before unmounting it.
+
+* Douglas K. Rand" <rand%aero.und.edu@localhost>
+
+December 3, 1998: case insensitive host name match for nfsl.
+
+* David Wolfskill <dhw%whistle.com@localhost>
+January 28, 1999: don't turn on/off noconn option if it was already in that
+state.
+
+* Jeffrey C Honig <jch%BSDI.COM@localhost>
+March 14, 1999: clean up more autogenerated files upon "make distclean".
+
+March 15, 1999: avoid overly verbose NIS warning even on systems that don't
+run NIS.  On BSD systems, wire.c uses getifaddrs(), sysctl(), IRS routines,
+and more fixes.  Numerous IP packet security fixes.
+
+March 16, 1999: documentation typos. new cdfs options. ufs structure
+detection for bsdi4.
+
+September 17, 1999: fixes to expn.
+
+* Paul Balyoz <pbalyoz%sedona.ch.intel.com@localhost>
+March 26, 1999: ensure lostaltmail displays Y2K compliant dates.
+
+* Jon Peatfield <J.S.Peatfield%damtp.cam.ac.uk@localhost>
+March 30, 1999: turn off incomplete NFS V.3 support in HPUX 10.20.
+
+September 22, 1999: safe reloading of maps without first clearing old
+copies, and using cached copies if map failed to reload.
+
+* Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
+July 24, 1999: patch for linux 2.2.x to work with older libc5 systems, and
+nis_isup mis-logic fixes.
+
+* Dale Talcott <aeh%quest.cc.purdue.edu@localhost>
+July 26, 1999: added NFS3 support for AIX mounting.
+
+* Christophe Kalt <Christophe-Kalt%deshaw.com@localhost>
+July 14, 1999: add netgrpd() syntax function which uses FQHN.
+
+* Andrew J. Korty <ajk%purdue.edu@localhost>
+September 5, 1999: pawd works for type:=nfsl.
+
+* Nick Williams <njw%ms.com@localhost>
+September 1, 1999: bug fix for incorrect symlinks when two locations are
+requested simultaneously.
+
+November 1, 1999: fixes to sync maps even if they are set to mapcache:=sync.
+
+January 19, 2000: fix (and reduce the incidence of) stale file handles when
+doing rapid mounts and umounts in succession.
+
+* Johann Pfefferl <johann.pfefferl.jp%germany.agfa.com@localhost>
+November 16, 1999: fix to ldap code so repeated calls to string2he don't
+corrupt the string passed.
+
+* Amitha Perera <perera%cs.rpi.edu@localhost>
+December 9, 1999: detect all wire() interfaces correctly.
+
+* Steven Danz <sdanz%awc.kc.noaa.gov@localhost>
+January 25, 2000: allow browsable auto maps.
diff -r 2f5a20704aa3 -r 87553d852166 dist/am-utils/BUGS
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000



Home | Main Index | Thread Index | Old Index