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

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

25<christos@deshaw.com>. I (Erez) ported these changes to am-utils.
26
27September 12, 1997: lots of small prototype cleanups and fixes to numerous
28files.
29
30January 27, 1998: support pid files in the amd.conf file. Provide base name
31for hesiod zone files. Always use /etc/amd.conf if exists.
32
1# -*- text -*-
2PRIMARY AUTHORS AND MAJOR CONTRIBUTORS TO AM_UTILS:
3
4Original authors of amd were the Berkeley team and especially Jan-Simon
5Pendry. Since then many people have contributed patches.
6
7This file lists the ones who contributed major code changes, in no
8particular order, and I thank them all. This is of course not to diminish

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

25<christos@deshaw.com>. I (Erez) ported these changes to am-utils.
26
27September 12, 1997: lots of small prototype cleanups and fixes to numerous
28files.
29
30January 27, 1998: support pid files in the amd.conf file. Provide base name
31for hesiod zone files. Always use /etc/amd.conf if exists.
32
33August 8, 1998: add detection support for NFS V.3 for NetBSD 1.3F.
34
33* Hannes Reinecke <hare@MathI.UNI-Heidelberg.DE>
34
35Back in 1995, contributed code for linux. A new parser for file system
36specific options that only exist under linux.
37
38* Leif Johansson <leifj@matematik.su.se>
39
40June 22, 1997: minor patch to ensure that systems without an RE library work.

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

84July 11, 1997: fixes to DU-4.0 to support string POSIX.1 signals, and struct
85sockaddr with sa_len field.
86
87July 13, 1997: Move amd.conf parsing to before switch_option() on log/debug
88options. Minor type wrt "ro" option in libamu/mount_fs.c. Added more
89fillers of mnttab options, for acdirmax, acdirmin, acregmax, acregmin, noac,
90grpid, nosuid, and actimo.
91
35* Hannes Reinecke <hare@MathI.UNI-Heidelberg.DE>
36
37Back in 1995, contributed code for linux. A new parser for file system
38specific options that only exist under linux.
39
40* Leif Johansson <leifj@matematik.su.se>
41
42June 22, 1997: minor patch to ensure that systems without an RE library work.

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

86July 11, 1997: fixes to DU-4.0 to support string POSIX.1 signals, and struct
87sockaddr with sa_len field.
88
89July 13, 1997: Move amd.conf parsing to before switch_option() on log/debug
90options. Minor type wrt "ro" option in libamu/mount_fs.c. Added more
91fillers of mnttab options, for acdirmax, acdirmin, acregmax, acregmin, noac,
92grpid, nosuid, and actimo.
93
94August 15, 1998: fix memory leak in processing of /defaults, and avoid
95accessing uninitialized memory in osf1.
96
92* Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
93
94July 23, 1997: Got lots of patches from the Debian Linux folks, who fixed
95several generic bugs, and one serious one for Linux. The latter involved
96using connected sockets for NFS mounts on kernels 1.3.10 and older. Roman's
97work is baed on amd-upl102, and work from Ian Murdock <imurdock@debian.org>
98and Dominik Kubla <dominik@debian.org>.
99

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

166
167January 12, 1998: minor bug in output of amd -H.
168
169* Thomas Richter <richter@chemie.fu-berlin.de>
170
171January 13, 1998: use case insensitive comparisons for variables that need
172it (such as all hostname related ones, and more).
173
97* Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
98
99July 23, 1997: Got lots of patches from the Debian Linux folks, who fixed
100several generic bugs, and one serious one for Linux. The latter involved
101using connected sockets for NFS mounts on kernels 1.3.10 and older. Roman's
102work is baed on amd-upl102, and work from Ian Murdock <imurdock@debian.org>
103and Dominik Kubla <dominik@debian.org>.
104

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

171
172January 12, 1998: minor bug in output of amd -H.
173
174* Thomas Richter <richter@chemie.fu-berlin.de>
175
176January 13, 1998: use case insensitive comparisons for variables that need
177it (such as all hostname related ones, and more).
178
179July 20, 1998: don't leak memory in the private version of yp_all (when
180vendor yp_all is bad).
181
174* Fred Korz <korz@smarts.com>
175
176January 30, 1998: minor typo fixed to tftp example in am-utils.texi.
177
178* Donald Buczek <buczek@MPIMG-Berlin-Dahlem.MPG.DE>
179
180March 6, 1998: correctly inherit existing NFS V.3 mounts upon restart.
181
182March 17, 1998: compare log file name and syslog string with correct length.
183
184March 20, 1998: do not close stdout in case it gets reused elsewhere and to
185allow startup script to redirect it. Set a temporary secure umask(0022)
186before writing log file and restore it afterwards.
187
188* Matthew Crosby <mcrosby@ms.com>
182* Fred Korz <korz@smarts.com>
183
184January 30, 1998: minor typo fixed to tftp example in am-utils.texi.
185
186* Donald Buczek <buczek@MPIMG-Berlin-Dahlem.MPG.DE>
187
188March 6, 1998: correctly inherit existing NFS V.3 mounts upon restart.
189
190March 17, 1998: compare log file name and syslog string with correct length.
191
192March 20, 1998: do not close stdout in case it gets reused elsewhere and to
193allow startup script to redirect it. Set a temporary secure umask(0022)
194before writing log file and restore it afterwards.
195
196* Matthew Crosby <mcrosby@ms.com>
197
189April 20, 1998: allow arbitrary number of interfaces in wire listing.
190
198April 20, 1998: allow arbitrary number of interfaces in wire listing.
199
200* David O'Brien <obrien@NUXI.com>
201
202September 4, 1998: bug fix to avoid overrunning hostname buffer, and minor
203amd.conf man page typo correction.
204
205