AUTHORS revision 131702
167760SmsmithPRIMARY AUTHORS AND MAJOR CONTRIBUTORS TO AM_UTILS:
267760SmsmithOriginal authors of amd were the Berkeley team and especially Jan-Simon
367760SmsmithPendry.  Since then many people have contributed patches.
4217238Sjkim
567760SmsmithThis file lists the ones who contributed major code changes, in no
667760Smsmithparticular order, and I thank them all.  This is of course not to diminish
767760Smsmiththe smaller contributes of the many others.  Thank you all.
867760Smsmith
967760Smsmith* Erez Zadok <ezk@cs.sunysb.edu>
1067760Smsmith
1167760SmsmithThe most significant changes were made by Erez Zadok in terms of bug fixes,
1267760Smsmithports, and new features added.  Erez Zadok is the current maintainer of
1367760Smsmitham-utils, as of January 1997.
1467760Smsmith
1567760Smsmith* Randall S. Winchester <rsw@glue.umd.edu>
1667760Smsmith
1767760SmsmithMay 7, 1997: contributed a special version of upl102 that included NFS V.3
1867760Smsmithsupport.  Some of the code was contributed by Christos Zoulas
1967760Smsmith<christos@deshaw.com>.  I (Erez) ported these changes to am-utils.
2067760Smsmith
2167760SmsmithSeptember 12, 1997: lots of small prototype cleanups and fixes to numerous
2267760Smsmithfiles.
2367760Smsmith
2467760SmsmithJanuary 27, 1998: support pid files in the amd.conf file.  Provide base name
2567760Smsmithfor hesiod zone files.  Always use /etc/amd.conf if exists.
2667760Smsmith
2767760SmsmithAugust 8, 1998: add detection support for NFS V.3 for NetBSD 1.3F.
2867760Smsmith
2967760SmsmithFebruary 1, 1998: fixes for NetBSD to better detect its features.
3067760Smsmith
3167760SmsmithSeptember 4, 1999: assorted fixes for NetBSD 1.4+.
3267760Smsmith
33148318Snjl* Hannes Reinecke <hare@MathI.UNI-Heidelberg.DE>
34148318Snjl
35148318SnjlBack in 1995, contributed code for linux.  A new parser for file system
36128226Snjlspecific options that only exist under linux.
37128226Snjl
3867760Smsmith* Leif Johansson <leifj@matematik.su.se>
39217238Sjkim
40217238SjkimJune 22, 1997: minor patch to ensure that systems without an RE library work.
41217238Sjkim
42128226SnjlJune 23, 1997: mount options should be properly comma limited.
4367760Smsmith
4467760SmsmithJuly 10, 1997: info_ldap.c and prototype changes to all map _init and _mtime
45217238Sjkimfunctions.  Contributed scripts/amd2ldif.pl.
46193530Sjkim
47193530SjkimAugust 4, 1997: info_ldap.c fixes and adding two new amd.conf ldap
48193530Sjkimvariables: ldap_cache_seconds and ldap_cache_maxmem.
4967760Smsmith
5067760Smsmith* Andreas Stolcke <stolcke@speech.sri.com>
5177432Smsmith
5291128SmsmithJune 22, 1997: patches to ensure that proto= and vers= options work
5371875Smsmithproperly in mount tables and can be overridden.  Later on, more code
54227293Sedcontribued to optimize the best combination of proto/vers.
5579000Smsmith
56217238SjkimJuly 4, 1997: patches to get NFS V.3 working under irix5.
57217238Sjkim
58217238SjkimSeptember 9, 1997: initialize all fields of mntent_t structures to 0.
59217238Sjkim
60217238SjkimOctober 2, 1997: don't log an RPC timeout as an error but only as an info
61217238Sjkimmessage.
62217238Sjkim
63217238SjkimDecember 19, 1997: detected an FMR (Free Memory Read) in amd/mntfs.c,
64217238Sjkimuninit_mntfs().
65217238Sjkim
66217238Sjkim* Danny Braniss <danny@cs.huji.ac.il>
67217238Sjkim
68217238SjkimJuly, 6 1997: contributed patches to hesiod on bsdi3.
69217238Sjkim
70217238Sjkim* Tom Schmidt <tschmidt@micron.com>
71217238Sjkim
72217238SjkimJuly 10, 1997: Recommdation to include libgdbm if libc has no dbm_open.
73217238SjkimPatches for netgrp(host) command.  Mods to aux/config.guess to recognize
74217238Sjkimsun3.
75217238Sjkim
76217238SjkimJanuary 19, 1998: print correct -l option depending if system supports
77217238Sjkimsyslog and/or syslog facilities.
78217238Sjkim
79217238SjkimJanuary 29, 1998: fix for 0.0.0.0 loopback on SunOS 3.X which defines
80217238SjkimIFF_ROUTE instead of IFF_LOOPBACK.
81217238Sjkim
82217238SjkimMay 30, 2000: correct logging types for addopts/mergeopts messages.
83217238Sjkim
84217238Sjkim* Daniel S. Riley  <dsr@mail.lns.cornell.edu>
85217238Sjkim
86217238SjkimJuly 11, 1997: fixes to DU-4.0 to support string POSIX.1 signals, and struct
87217238Sjkimsockaddr with sa_len field.
88217238Sjkim
89217238SjkimJuly 13, 1997: Move amd.conf parsing to before switch_option() on log/debug
90217238Sjkimoptions.  Minor type wrt "ro" option in libamu/mount_fs.c.  Added more
91217238Sjkimfillers of mnttab options, for acdirmax, acdirmin, acregmax, acregmin, noac,
92217238Sjkimgrpid, nosuid, and actimo.
93217238Sjkim
94217278SjkimAugust 15, 1998: fix memory leak in processing of /defaults, and avoid
95217278Sjkimaccessing uninitialized memory in osf1.
96217278Sjkim
97217278Sjkim* Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
98217278Sjkim
99217278SjkimJuly 23, 1997: Got lots of patches from the Debian Linux folks, who fixed
100217278Sjkimseveral generic bugs, and one serious one for Linux.  The latter involved
101217278Sjkimusing connected sockets for NFS mounts on kernels 1.3.10 and older.  Roman's
102217278Sjkimwork is baed on amd-upl102, and work from Ian Murdock <imurdock@debian.org>
103217278Sjkimand Dominik Kubla <dominik@debian.org>.
104217278Sjkim
105217278Sjkim* Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10667760Smsmith
107128226SnjlAugust 6, 1997: assorted fixes to support hesiod-1.3, solaris 2.4 (which I
108138300Smarksalready fixed but did not release yet), and support for $LDFLAGS at
10967760Smsmithconfigure/compile time.
110217238Sjkim
111217238SjkimFebruary 24, 1998: lots of patches for ultrix 4.3 port.
11267760Smsmith
113217238SjkimFebruary 28, 1998: lots of documentation fixes!
11471875Smsmith
115217238SjkimJanuary 8, 1999: texi fixes, and more Ultrix 4.3 fixes, among others.
116217238Sjkim
117217238SjkimJanuary 11, 1999: hesiod_isup function.  Fix format errors in dlog/plog.
11879386SmsmithRemove obsolete or unnecessary files/macros.  Don't report disabled file
119217241Sjkimsystems.  More misc fixes.
120217238Sjkim
12167760SmsmithFebruary 3, 1998: don't start autofs listener unless autofs maps were in
122217238Sjkimuse.
123217238Sjkim
124217238SjkimDecember 10, 1999: assorted fixed and lots of fixes to support in-kernel
125217238Sjkimmount tables in Solaris 8.
126217238Sjkim
127217238SjkimFebruary 9, 2000: new debug options hrtime (hi-res timer) and xdrtrace.  bug
128217238Sjkimfixes.
129217240Sjkim
130217238Sjkim* Jason Thorpe <thorpej@nas.nasa.gov>
131217238Sjkim
132217238SjkimAugust 25, 1997: make amd work when talking to NIS+ servers in NIS
133217238Sjkimcompatibility mode.  Fix originally came from Matthieu Herrb
134217238Sjkim<matthieu@laas.fr>.
135217238Sjkim
136217238Sjkim* Chris Metcalf <metcalf@catfish.lcs.mit.edu>
137217238Sjkim
138217278SjkimAugust 29, 1997: patch to make amd use FQHN for NFS/RPC authentication,
139217278Sjkimuseful esp. for cross-domain NFS mounts.
140128226SnjlSeptember 2, 1997: if plock() succeeded, don't display errno string.
141217238Sjkim
142217238Sjkim* Enami Tsugutomo <enami@cv.sony.co.jp>
143217238Sjkim
144217238SjkimSeptember 4, 1997: don't ping remote servers with NFS V.3 always, but V.2,
145217238Sjkimregardless of client's NFS version. (conf/transp/transp_sockets.c)
146217238Sjkim
147217238Sjkim* Dan Riley <dsr@mail.lns.cornell.edu>
148217238Sjkim
149217238SjkimSeptember 19, 1997: make sure that amd works with more secure portmappers
150217238Sjkimthat do not allow forwarding of RPC messages to other services.
151217238Sjkim
152128226Snjl* Wolfgang Rupprecht <wolfgang@wsrcc.com>
153217238Sjkim
154217238SjkimAugust 10, 1997: netbsd and other bsd systems have a mask flag for
155217238Sjkimpcfs_args (msdos mount).
156217238Sjkim
157217238Sjkim* Christos Zoulas <christos@deshaw.com>
158217238Sjkim
159217238SjkimSeptember 25, 1997: fix to initialize uid/gid fields of pcfs_args_t on
160217238Sjkimnetbsd.
161217238Sjkim
162217238SjkimOctober 10, 1997: compile time cleanups of printf()s in hlfsd code.  If nfs
163217238Sjkimserver is down or does not support a portmapper call, then mark it down as
164217238Sjkimversion 2, and try again later.
165217238Sjkim
166217238SjkimApril 12, 2003: support new "unmount" option, useful to timeout removable
167217238Sjkimlocal media mounts.
168217238Sjkim
169128226Snjl* Bill Paul <wpaul@ctr.columbia.edu>
170128226Snjl
171217278SjkimNovember 5, 1997: NFS v.3 support for AIX 4.2.1, which does *not* include
172217278Sjkimheaders for this.  Bill had to guess at the right structures, field names,
173217238Sjkimsizes, alignment, etc.
174217278Sjkim
175217238SjkimJanuary 15, 1999: small ldap bug fixes.
17667760Smsmith
17767760Smsmith* Stefan Vogel <vogel@physik-rzu.unizh.ch>
17867760Smsmith
179217238SjkimNovember 14, 1997: typo in the subscription instructions to amd-dev.
180217238Sjkim
18167760Smsmith* Guntram Wolski <gwolsk@sei.com>
182217238Sjkim
183217238SjkimNovember 15, 1997: pointed out mismatching documentation for the -o option.
18467760Smsmith
185217238Sjkim* Michael Hucka <hucka@eecs.umich.edu>
18671875Smsmith
187217238SjkimJanuary 11, 1997: pointed out reversed definition of NFS mount options vers
188217238Sjkimand proto.
189217238Sjkim
19067760Smsmith* Albert Chin <china@pprd.abbott.com>
191217241Sjkim
192217238SjkimJanuary 12, 1998: minor bug in output of amd -H.
193217238Sjkim
194217238Sjkim* Thomas Richter <richter@chemie.fu-berlin.de>
195217238Sjkim
196217238SjkimJanuary 13, 1998: use case insensitive comparisons for variables that need
197217238Sjkimit (such as all hostname related ones, and more).
198217238Sjkim
199217238SjkimJuly 20, 1998: don't leak memory in the private version of yp_all (when
200217238Sjkimvendor yp_all is bad).
201217238Sjkim
202217238Sjkim* Fred Korz <korz@smarts.com>
203217238Sjkim
204217238SjkimJanuary 30, 1998: minor typo fixed to tftp example in am-utils.texi.
205217238Sjkim
206217278Sjkim* Donald Buczek <buczek@MPIMG-Berlin-Dahlem.MPG.DE>
207217238Sjkim
20867760SmsmithMarch 6, 1998: correctly inherit existing NFS V.3 mounts upon restart.
20967760Smsmith
210122500SjhbMarch 17, 1998: compare log file name and syslog string with correct length.
211122500Sjhb
212122500SjhbMarch 20, 1998: do not close stdout in case it gets reused elsewhere and to
213122500Sjhballow startup script to redirect it.  Set a temporary secure umask(0022)
214217238Sjkimbefore writing log file and restore it afterwards.
215122564Sjhb
216217238Sjkim* Matthew Crosby <mcrosby@ms.com>
217217238Sjkim
218217238SjkimApril 20, 1998: allow arbitrary number of interfaces in wire listing.
219217238Sjkim
220122500Sjhb* David O'Brien <obrien@NUXI.com>
221
222September 4, 1998: bug fix to avoid overrunning hostname buffer, and minor
223amd.conf man page typo correction.
224
225September 22, 1999: use more secure vsnprintf in real_plog().
226
227* Danny Rathjens <dkr@cs.fiu.edu>
228
229October 29, 1998: swap arguments to kill(2) in amd.c.
230
231* Mike Mitchell <mcm@unx.sas.com>
232
233November 3, 1998: amd/nfs_subr.c (nfsproc_lookup_2_svc): try to avoid a race
234condition between unmounting and re-mounting an entry, by increasing the ttl
235of a looked up entry before unmounting it.
236
237* Douglas K. Rand" <rand@aero.und.edu>
238
239December 3, 1998: case insensitive host name match for nfsl.
240
241* David Wolfskill <dhw@whistle.com>
242January 28, 1999: don't turn on/off noconn option if it was already in that
243state.
244
245* Jeffrey C Honig <jch@BSDI.COM>
246March 14, 1999: clean up more autogenerated files upon "make distclean".
247
248March 15, 1999: avoid overly verbose NIS warning even on systems that don't
249run NIS.  On BSD systems, wire.c uses getifaddrs(), sysctl(), IRS routines,
250and more fixes.  Numerous IP packet security fixes.
251
252March 16, 1999: documentation typos. new cdfs options. ufs structure
253detection for bsdi4.
254
255September 17, 1999: fixes to expn.
256
257* Paul Balyoz <pbalyoz@sedona.ch.intel.com>
258March 26, 1999: ensure lostaltmail displays Y2K compliant dates.
259
260* Jon Peatfield <J.S.Peatfield@damtp.cam.ac.uk>
261March 30, 1999: turn off incomplete NFS V.3 support in HPUX 10.20.
262
263September 22, 1999: safe reloading of maps without first clearing old
264copies, and using cached copies if map failed to reload.
265
266* Peter Breitenlohner <peb@mppmu.mpg.de>
267July 24, 1999: patch for linux 2.2.x to work with older libc5 systems, and
268nis_isup mis-logic fixes.
269December 13, 2001: report typos in scripts/amd.conf.5.
270
271* Dale Talcott <aeh@quest.cc.purdue.edu>
272July 26, 1999: added NFS3 support for AIX mounting.
273
274* Christophe Kalt <Christophe-Kalt@deshaw.com>
275July 14, 1999: add netgrpd() syntax function which uses FQHN.
276
277* Andrew J. Korty <ajk@purdue.edu>
278September 5, 1999: pawd works for type:=nfsl.
279
280* Nick Williams <njw@ms.com>
281September 1, 1999: bug fix for incorrect symlinks when two locations are
282requested simultaneously.
283
284November 1, 1999: fixes to sync maps even if they are set to mapcache:=sync.
285
286January 19, 2000: fix (and reduce the incidence of) stale file handles when
287doing rapid mounts and umounts in succession.
288
289June 5, 2000: better handling of potential race-conditions during rapid
290u/mounts.  Correctly update d_drops stats for amq -s.
291
292* Johann Pfefferl <johann.pfefferl.jp@germany.agfa.com>
293November 16, 1999: fix to ldap code so repeated calls to string2he don't
294corrupt the string passed.
295
296* Amitha Perera <perera@cs.rpi.edu>
297December 9, 1999: detect all wire() interfaces correctly.
298
299* Steven Danz <sdanz@awc.kc.noaa.gov>
300January 25, 2000: allow browsable auto maps.
301
302* Wolfram Klaus	<klaus@physik.fu-berlin.de>.
303November 21, 2000: recognize proplist mnttab flag.
304
305* Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
306November 21, 2000: lots of NetBSD fixes (many of which are generic).
307
308* Olaf Kirch <okir@caldera.de>
309February 1, 2001: important Linux NFS error number mapping fixed
310
311* Ahmon Dancy <dancy@franz.com>
312February 9, 2001: Apple Rhapsody/Darwin/OS X port
313
314* Sebastien Bahloul <sebastien.bahloul@mangoosta.fr>
315July 3, 2001: LDAP fixes and updates to support new APIs
316
317March 27, 2002: LDAP bug and port to HPUX-11.
318
319* Philippe Troin <phil@fifi.org>
320July 12, 2001: Proper handling of GNU getopt, support for optionally
321disabling LDAP/Hesiod, fixes for the dev/nodev option on Linux
322
323November 28, 2001: Bug fix.  Support "nolock" as an NFS option, not a
324generic mount option.
325
326July 17, 2003: Debian fixes.  Null am_pref free.
327
328* Trond Myklebust <trond.myklebust@fys.uio.no>
329January 10, 2002: Proper initialization of the timeo parameter on Linux, TCP
330_must_ have a timeout 2 orders of magnitude larger than UDP
331
332* Sean Fagan <sef@apple.com>
333March 14, 2003: detect and use the MNT2_GEN_OPT_AUTOMNTFS mount flag
334on OS X / Darwin.
335
336* Hendrik Scholz <hscholz@raisdorf.net>
337June 9, 2003: mk-amd-map should open temp db file using O_EXCL.
338