AUTHORS revision 41142
138494Sobrien# -*- text -*-
238494SobrienPRIMARY AUTHORS AND MAJOR CONTRIBUTORS TO AM_UTILS:
338494Sobrien
438494SobrienOriginal authors of amd were the Berkeley team and especially Jan-Simon
538494SobrienPendry.  Since then many people have contributed patches.
638494Sobrien
738494SobrienThis file lists the ones who contributed major code changes, in no
838494Sobrienparticular order, and I thank them all.  This is of course not to diminish
938494Sobrienthe smaller contributes of the many others.  Thank you all.
1038494Sobrien
1138494Sobrien* Erez Zadok <ezk@cs.columbia.edu>
1238494Sobrien
1338494SobrienThe most significant changes were made by Erez Zadok in terms of bug fixes,
1438494Sobrienports, and new features added.  Erez Zadok is the current maintainer of
1538494Sobrienam-utils, as of January 1997.
1638494Sobrien
1738494SobrienThere is a mailing list dedicated to developers of am-utils.  To subscribe
1838494Sobriento it, send mail to majordomo@majordomo.cs.columbia.edu, with the body of
1938494Sobrienthe message having the single line "subscribe amd-dev".
2038494Sobrien
2138494Sobrien* Randall S. Winchester <rsw@glue.umd.edu>
2238494Sobrien
2338494SobrienMay 7, 1997: contributed a special version of upl102 that included NFS V.3
2438494Sobriensupport.  Some of the code was contributed by Christos Zoulas
2538494Sobrien<christos@deshaw.com>.  I (Erez) ported these changes to am-utils.
2638494Sobrien
2738494SobrienSeptember 12, 1997: lots of small prototype cleanups and fixes to numerous
2838494Sobrienfiles.
2938494Sobrien
3038494SobrienJanuary 27, 1998: support pid files in the amd.conf file.  Provide base name
3138494Sobrienfor hesiod zone files.  Always use /etc/amd.conf if exists.
3238494Sobrien
3341142SobrienAugust 8, 1998: add detection support for NFS V.3 for NetBSD 1.3F.
3441142Sobrien
3538494Sobrien* Hannes Reinecke <hare@MathI.UNI-Heidelberg.DE>
3638494Sobrien
3738494SobrienBack in 1995, contributed code for linux.  A new parser for file system
3838494Sobrienspecific options that only exist under linux.
3938494Sobrien
4038494Sobrien* Leif Johansson <leifj@matematik.su.se>
4138494Sobrien
4238494SobrienJune 22, 1997: minor patch to ensure that systems without an RE library work.
4338494Sobrien
4438494SobrienJune 23, 1997: mount options should be properly comma limited.
4538494Sobrien
4638494SobrienJuly 10, 1997: info_ldap.c and prototype changes to all map _init and _mtime
4738494Sobrienfunctions.  Contributed scripts/amd2ldif.pl.
4838494Sobrien
4938494SobrienAugust 4, 1997: info_ldap.c fixes and adding two new amd.conf ldap
5038494Sobrienvariables: ldap_cache_seconds and ldap_cache_maxmem.
5138494Sobrien
5238494Sobrien* Andreas Stolcke <stolcke@speech.sri.com>
5338494Sobrien
5438494SobrienJune 22, 1997: patches to ensure that proto= and vers= options work
5538494Sobrienproperly in mount tables and can be overridden.  Later on, more code
5638494Sobriencontribued to optimize the best combination of proto/vers.
5738494Sobrien
5838494SobrienJuly 4, 1997: patches to get NFS V.3 working under irix5.
5938494Sobrien
6038494SobrienSeptember 9, 1997: initialize all fields of mntent_t structures to 0.
6138494Sobrien
6238494SobrienOctober 2, 1997: don't log an RPC timeout as an error but only as an info
6338494Sobrienmessage.
6438494Sobrien
6538494SobrienDecember 19, 1997: detected an FMR (Free Memory Read) in amd/mntfs.c,
6638494Sobrienuninit_mntfs().
6738494Sobrien
6838494Sobrien* Danny Braniss <danny@cs.huji.ac.il>
6938494Sobrien
7038494SobrienJuly, 6 1997: contributed patches to hesiod on bsdi3.
7138494Sobrien
7238494Sobrien* Tom Schmidt <tschmidt@micron.com>
7338494Sobrien
7438494SobrienJuly 10, 1997: Recommdation to include libgdbm if libc has no dbm_open.
7538494SobrienPatches for netgrp(host) command.  Mods to aux/config.guess to recognize
7638494Sobriensun3.
7738494Sobrien
7838494SobrienJanuary 19, 1998: print correct -l option depending if system supports
7938494Sobriensyslog and/or syslog facilities.
8038494Sobrien
8138494SobrienJanuary 29, 1998: fix for 0.0.0.0 loopback on SunOS 3.X which defines
8238494SobrienIFF_ROUTE instead of IFF_LOOPBACK.
8338494Sobrien
8438494Sobrien* Daniel S. Riley  <dsr@mail.lns.cornell.edu>
8538494Sobrien
8638494SobrienJuly 11, 1997: fixes to DU-4.0 to support string POSIX.1 signals, and struct
8738494Sobriensockaddr with sa_len field.
8838494Sobrien
8938494SobrienJuly 13, 1997: Move amd.conf parsing to before switch_option() on log/debug
9038494Sobrienoptions.  Minor type wrt "ro" option in libamu/mount_fs.c.  Added more
9138494Sobrienfillers of mnttab options, for acdirmax, acdirmin, acregmax, acregmin, noac,
9238494Sobriengrpid, nosuid, and actimo.
9338494Sobrien
9441142SobrienAugust 15, 1998: fix memory leak in processing of /defaults, and avoid
9541142Sobrienaccessing uninitialized memory in osf1.
9641142Sobrien
9738494Sobrien* Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
9838494Sobrien
9938494SobrienJuly 23, 1997: Got lots of patches from the Debian Linux folks, who fixed
10038494Sobrienseveral generic bugs, and one serious one for Linux.  The latter involved
10138494Sobrienusing connected sockets for NFS mounts on kernels 1.3.10 and older.  Roman's
10238494Sobrienwork is baed on amd-upl102, and work from Ian Murdock <imurdock@debian.org>
10338494Sobrienand Dominik Kubla <dominik@debian.org>.
10438494Sobrien
10538494Sobrien* Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10638494Sobrien
10738494SobrienAugust 6, 1997: assorted fixes to support hesiod-1.3, solaris 2.4 (which I
10838494Sobrienalready fixed but did not release yet), and support for $LDFLAGS at
10938494Sobrienconfigure/compile time.
11038494Sobrien
11138494SobrienFebruary 24, 1998: lots of patches for ultrix 4.3 port.
11238494Sobrien
11338494SobrienFebruary 28, 1998: lots of documentation fixes!
11438494Sobrien
11538494Sobrien* Jason Thorpe <thorpej@nas.nasa.gov>
11638494Sobrien
11738494SobrienAugust 25, 1997: make amd work when talking to NIS+ servers in NIS
11838494Sobriencompatibility mode.  Fix originally came from Matthieu Herrb
11938494Sobrien<matthieu@laas.fr>.
12038494Sobrien
12138494Sobrien* Chris Metcalf <metcalf@catfish.lcs.mit.edu>
12238494Sobrien
12338494SobrienAugust 29, 1997: patch to make amd use FQHN for NFS/RPC authentication,
12438494Sobrienuseful esp. for cross-domain NFS mounts.
12538494SobrienSeptember 2, 1997: if plock() succeeded, don't display errno string.
12638494Sobrien
12738494Sobrien* Enami Tsugutomo <enami@cv.sony.co.jp>
12838494Sobrien
12938494SobrienSeptember 4, 1997: don't ping remote servers with NFS V.3 always, but V.2,
13038494Sobrienregardless of client's NFS version. (conf/transp/transp_sockets.c)
13138494Sobrien
13238494Sobrien* Dan Riley <dsr@mail.lns.cornell.edu>
13338494Sobrien
13438494SobrienSeptember 19, 1997: make sure that amd works with more secure portmappers
13538494Sobrienthat do not allow forwarding of RPC messages to other services.
13638494Sobrien
13738494Sobrien* Wolfgang Rupprecht <wolfgang@wsrcc.com>
13838494Sobrien
13938494SobrienAugust 10, 1997: netbsd and other bsd systems have a mask flag for
14038494Sobrienpcfs_args (msdos mount).
14138494Sobrien
14238494Sobrien* Christos Zoulas <christos@deshaw.com>
14338494Sobrien
14438494SobrienSeptember 25, 1997: fix to initialize uid/gid fields of pcfs_args_t on
14538494Sobriennetbsd.
14638494Sobrien
14738494SobrienOctober 10, 1997: compile time cleanups of printf()s in hlfsd code.  If nfs
14838494Sobrienserver is down or does not support a portmapper call, then mark it down as
14938494Sobrienversion 2, and try again later.
15038494Sobrien
15138494Sobrien* Bill Paul <wpaul@ctr.columbia.edu>
15238494Sobrien
15338494SobrienNovember 5, 1997: NFS v.3 support for AIX 4.2.1, which does *not* include
15438494Sobrienheaders for this.  Bill had to guess at the right structures, field names,
15538494Sobriensizes, alignment, etc.
15638494Sobrien
15738494Sobrien* Stefan Vogel <vogel@physik-rzu.unizh.ch>
15838494Sobrien
15938494SobrienNovember 14, 1997: typo in the subscription instructions to amd-dev.
16038494Sobrien
16138494Sobrien* Guntram Wolski <gwolsk@sei.com>
16238494Sobrien
16338494SobrienNovember 15, 1997: pointed out mismatching documentation for the -o option.
16438494Sobrien
16538494Sobrien* Michael Hucka <hucka@eecs.umich.edu>
16638494Sobrien
16738494SobrienJanuary 11, 1997: pointed out reversed definition of NFS mount options vers
16838494Sobrienand proto.
16938494Sobrien
17038494Sobrien* Albert Chin <china@pprd.abbott.com>
17138494Sobrien
17238494SobrienJanuary 12, 1998: minor bug in output of amd -H.
17338494Sobrien
17438494Sobrien* Thomas Richter <richter@chemie.fu-berlin.de>
17538494Sobrien
17638494SobrienJanuary 13, 1998: use case insensitive comparisons for variables that need
17738494Sobrienit (such as all hostname related ones, and more).
17838494Sobrien
17941142SobrienJuly 20, 1998: don't leak memory in the private version of yp_all (when
18041142Sobrienvendor yp_all is bad).
18141142Sobrien
18238494Sobrien* Fred Korz <korz@smarts.com>
18338494Sobrien
18438494SobrienJanuary 30, 1998: minor typo fixed to tftp example in am-utils.texi.
18538494Sobrien
18638494Sobrien* Donald Buczek <buczek@MPIMG-Berlin-Dahlem.MPG.DE>
18738494Sobrien
18838494SobrienMarch 6, 1998: correctly inherit existing NFS V.3 mounts upon restart.
18938494Sobrien
19038494SobrienMarch 17, 1998: compare log file name and syslog string with correct length.
19138494Sobrien
19238494SobrienMarch 20, 1998: do not close stdout in case it gets reused elsewhere and to
19338494Sobrienallow startup script to redirect it.  Set a temporary secure umask(0022)
19438494Sobrienbefore writing log file and restore it afterwards.
19538494Sobrien
19638494Sobrien* Matthew Crosby <mcrosby@ms.com>
19741142Sobrien
19838494SobrienApril 20, 1998: allow arbitrary number of interfaces in wire listing.
19938494Sobrien
20041142Sobrien* David O'Brien <obrien@NUXI.com>
20141142Sobrien
20241142SobrienSeptember 4, 1998: bug fix to avoid overrunning hostname buffer, and minor
20341142Sobrienamd.conf man page typo correction.
20441142Sobrien
20541142Sobrien
206