summaryrefslogtreecommitdiffstats
path: root/contrib/amd/AUTHORS
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-08-23 22:07:21 +0000
committerobrien <obrien@FreeBSD.org>1998-08-23 22:07:21 +0000
commit663d5a0f32ed8dfc091ffb6153161591ac6ba563 (patch)
tree60b090a6cbdb64326bb128ea49a231d08eb2680e /contrib/amd/AUTHORS
downloadFreeBSD-src-663d5a0f32ed8dfc091ffb6153161591ac6ba563.zip
FreeBSD-src-663d5a0f32ed8dfc091ffb6153161591ac6ba563.tar.gz
Virgin import of AMD (am-utils) v6.0a16
Diffstat (limited to 'contrib/amd/AUTHORS')
-rw-r--r--contrib/amd/AUTHORS190
1 files changed, 190 insertions, 0 deletions
diff --git a/contrib/amd/AUTHORS b/contrib/amd/AUTHORS
new file mode 100644
index 0000000..e555a74
--- /dev/null
+++ b/contrib/amd/AUTHORS
@@ -0,0 +1,190 @@
+# -*- 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>
+
+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, with the body of
+the message having the single line "subscribe amd-dev".
+
+* Randall S. Winchester <rsw@glue.umd.edu>
+
+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>. 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.
+
+* Hannes Reinecke <hare@MathI.UNI-Heidelberg.DE>
+
+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>
+
+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>
+
+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>
+
+July, 6 1997: contributed patches to hesiod on bsdi3.
+
+* Tom Schmidt <tschmidt@micron.com>
+
+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>
+
+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.
+
+* Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
+
+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>
+and Dominik Kubla <dominik@debian.org>.
+
+* Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+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!
+
+* Jason Thorpe <thorpej@nas.nasa.gov>
+
+August 25, 1997: make amd work when talking to NIS+ servers in NIS
+compatibility mode. Fix originally came from Matthieu Herrb
+<matthieu@laas.fr>.
+
+* Chris Metcalf <metcalf@catfish.lcs.mit.edu>
+
+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>
+
+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>
+
+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>
+
+August 10, 1997: netbsd and other bsd systems have a mask flag for
+pcfs_args (msdos mount).
+
+* Christos Zoulas <christos@deshaw.com>
+
+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>
+
+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.
+
+* Stefan Vogel <vogel@physik-rzu.unizh.ch>
+
+November 14, 1997: typo in the subscription instructions to amd-dev.
+
+* Guntram Wolski <gwolsk@sei.com>
+
+November 15, 1997: pointed out mismatching documentation for the -o option.
+
+* Michael Hucka <hucka@eecs.umich.edu>
+
+January 11, 1997: pointed out reversed definition of NFS mount options vers
+and proto.
+
+* Albert Chin <china@pprd.abbott.com>
+
+January 12, 1998: minor bug in output of amd -H.
+
+* Thomas Richter <richter@chemie.fu-berlin.de>
+
+January 13, 1998: use case insensitive comparisons for variables that need
+it (such as all hostname related ones, and more).
+
+* Fred Korz <korz@smarts.com>
+
+January 30, 1998: minor typo fixed to tftp example in am-utils.texi.
+
+* Donald Buczek <buczek@MPIMG-Berlin-Dahlem.MPG.DE>
+
+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>
+April 20, 1998: allow arbitrary number of interfaces in wire listing.
+
OpenPOWER on IntegriCloud