Deleted Added
full compact
AUTHORS (82794) AUTHORS (119679)
1# -*- text -*-
2PRIMARY AUTHORS AND MAJOR CONTRIBUTORS TO AM_UTILS:
3Original authors of amd were the Berkeley team and especially Jan-Simon
4Pendry. Since then many people have contributed patches.
5
6This file lists the ones who contributed major code changes, in no
7particular order, and I thank them all. This is of course not to diminish
8the smaller contributes of the many others. Thank you all.
9

--- 153 unchanged lines hidden (view full) ---

163
164September 25, 1997: fix to initialize uid/gid fields of pcfs_args_t on
165netbsd.
166
167October 10, 1997: compile time cleanups of printf()s in hlfsd code. If nfs
168server is down or does not support a portmapper call, then mark it down as
169version 2, and try again later.
170
1PRIMARY AUTHORS AND MAJOR CONTRIBUTORS TO AM_UTILS:
2Original authors of amd were the Berkeley team and especially Jan-Simon
3Pendry. Since then many people have contributed patches.
4
5This file lists the ones who contributed major code changes, in no
6particular order, and I thank them all. This is of course not to diminish
7the smaller contributes of the many others. Thank you all.
8

--- 153 unchanged lines hidden (view full) ---

162
163September 25, 1997: fix to initialize uid/gid fields of pcfs_args_t on
164netbsd.
165
166October 10, 1997: compile time cleanups of printf()s in hlfsd code. If nfs
167server is down or does not support a portmapper call, then mark it down as
168version 2, and try again later.
169
170April 12, 2003: support new "unmount" option, useful to timeout removable
171local media mounts.
172
171* Bill Paul <wpaul@ctr.columbia.edu>
172
173November 5, 1997: NFS v.3 support for AIX 4.2.1, which does *not* include
174headers for this. Bill had to guess at the right structures, field names,
175sizes, alignment, etc.
176
177January 15, 1999: small ldap bug fixes.
178

--- 84 unchanged lines hidden (view full) ---

263March 30, 1999: turn off incomplete NFS V.3 support in HPUX 10.20.
264
265September 22, 1999: safe reloading of maps without first clearing old
266copies, and using cached copies if map failed to reload.
267
268* Peter Breitenlohner <peb@mppmu.mpg.de>
269July 24, 1999: patch for linux 2.2.x to work with older libc5 systems, and
270nis_isup mis-logic fixes.
173* Bill Paul <wpaul@ctr.columbia.edu>
174
175November 5, 1997: NFS v.3 support for AIX 4.2.1, which does *not* include
176headers for this. Bill had to guess at the right structures, field names,
177sizes, alignment, etc.
178
179January 15, 1999: small ldap bug fixes.
180

--- 84 unchanged lines hidden (view full) ---

265March 30, 1999: turn off incomplete NFS V.3 support in HPUX 10.20.
266
267September 22, 1999: safe reloading of maps without first clearing old
268copies, and using cached copies if map failed to reload.
269
270* Peter Breitenlohner <peb@mppmu.mpg.de>
271July 24, 1999: patch for linux 2.2.x to work with older libc5 systems, and
272nis_isup mis-logic fixes.
273December 13, 2001: report typos in scripts/amd.conf.5.
271
272* Dale Talcott <aeh@quest.cc.purdue.edu>
273July 26, 1999: added NFS3 support for AIX mounting.
274
275* Christophe Kalt <Christophe-Kalt@deshaw.com>
276July 14, 1999: add netgrpd() syntax function which uses FQHN.
277
278* Andrew J. Korty <ajk@purdue.edu>

--- 27 unchanged lines hidden (view full) ---

306* Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
307November 21, 2000: lots of NetBSD fixes (many of which are generic).
308
309* Olaf Kirch <okir@caldera.de>
310February 1, 2001: important Linux NFS error number mapping fixed
311
312* Ahmon Dancy <dancy@franz.com>
313February 9, 2001: Apple Rhapsody/Darwin/OS X port
274
275* Dale Talcott <aeh@quest.cc.purdue.edu>
276July 26, 1999: added NFS3 support for AIX mounting.
277
278* Christophe Kalt <Christophe-Kalt@deshaw.com>
279July 14, 1999: add netgrpd() syntax function which uses FQHN.
280
281* Andrew J. Korty <ajk@purdue.edu>

--- 27 unchanged lines hidden (view full) ---

309* Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
310November 21, 2000: lots of NetBSD fixes (many of which are generic).
311
312* Olaf Kirch <okir@caldera.de>
313February 1, 2001: important Linux NFS error number mapping fixed
314
315* Ahmon Dancy <dancy@franz.com>
316February 9, 2001: Apple Rhapsody/Darwin/OS X port
317
318* Sebastien Bahloul <sebastien.bahloul@mangoosta.fr>
319July 3, 2001: LDAP fixes and updates to support new APIs
320
321March 27, 2002: LDAP bug and port to HPUX-11.
322
323* Philippe Troin <phil@fifi.org>
324July 12, 2001: Proper handling of GNU getopt, support for optionally
325disabling LDAP/Hesiod, fixes for the dev/nodev option on Linux
326
327November 28, 2001: Bug fix. Support "nolock" as an NFS option, not a
328generic mount option.
329
330July 17, 2003: Debian fixes. Null am_pref free.
331
332* Trond Myklebust <trond.myklebust@fys.uio.no>
333January 10, 2002: Proper initialization of the timeo parameter on Linux, TCP
334_must_ have a timeout 2 orders of magnitude larger than UDP
335
336* Sean Fagan <sef@apple.com>
337March 14, 2003: detect and use the MNT2_GEN_OPT_AUTOMNTFS mount flag
338on OS X / Darwin.
339
340* Hendrik Scholz <hscholz@raisdorf.net>
341June 9, 2003: mk-amd-map should open temp db file using O_EXCL.