1@c Id 2@c $NetBSD: ack.texi,v 1.1.1.2 2011/04/14 14:08:08 elric Exp $ 3 4@node Acknowledgments, Copyrights and Licenses, Migration, Top 5@comment node-name, next, previous, up 6@appendix Acknowledgments 7 8Eric Young wrote ``libdes''. Heimdal used to use libdes, without it 9kth-krb would never have existed. Since there are no longer any Eric 10Young code left in the library, we renamed it to libhcrypto. 11 12All functions in libhcrypto have been re-implemented or used available 13public domain code. The core AES function where written by Vincent 14Rijmen, Antoon Bosselaers and Paulo Barreto. The core DES SBOX 15transformation was written by Richard Outerbridge. @code{imath} that 16is used for public key crypto support is written by Michael 17J. Fromberger. 18 19The University of California at Berkeley initially wrote @code{telnet}, 20and @code{telnetd}. The authentication and encryption code of 21@code{telnet} and @code{telnetd} was added by David Borman (then of Cray 22Research, Inc). The encryption code was removed when this was exported 23and then added back by Juha Eskelinen. 24 25The @code{popper} was also a Berkeley program initially. 26 27Some of the functions in @file{libroken} also come from Berkeley by way 28of NetBSD/FreeBSD. 29 30@code{editline} was written by Simmule Turner and Rich Salz. Heimdal 31contains a modifed copy. 32 33The @code{getifaddrs} implementation for Linux was written by Hideaki 34YOSHIFUJI for the Usagi project. 35 36The @code{pkcs11.h} headerfile was written by the Scute project. 37 38Bugfixes, documentation, encouragement, and code has been contributed by: 39@table @asis 40@item Alexander Boström 41@item Allan McRae 42@item Andrew Bartlett 43@item Andrew Cobaugh 44@item Andrew Tridge 45@item Anton Lundin 46@item Asanka Herath 47@item Björn Sandell 48@item Björn Schlögl 49@item Brandon S. Allbery KF8NH 50@item Brian A May 51@item Chaskiel M Grundman 52@item Cizzi Storm 53@item Daniel Kouril 54@item David Love 55@item David Markey 56@item Derrick J Brashear 57@item Donald Norwood 58@item Douglas E Engert 59@item Frank van der Linden 60@item Guido Günther 61@item Harald Barth 62@item Jaideep Padhye 63@item Jan Rekorajski 64@item Jason McIntyre 65@item Johan Gadsjö 66@item Johan Ihrén 67@item John Center 68@item Jun-ichiro itojun Hagino 69@item KAMADA Ken'ichi 70@item Ken Hornstein 71@item Magnus Ahltorp 72@item Marc Horowitz 73@item Mario Strasser 74@item Mark Eichin 75@item Martin von Gagern 76@item Matthias Dieter Wallnöfer 77@item Mattias Amnefelt 78@item Michael B Allen 79@item Michael Fromberger 80@item Michal Vocu 81@item Milosz Kmieciak 82@item Miroslav Ruda 83@item Mustafa A. Hashmi 84@item Petr Holub 85@item Russ Allbery 86@item Patrik Lundin 87@item Phil Fisher 88@item Rafal Malinowski 89@item Rainer Toebbicke 90@item Richard Nyberg 91@item Roman Divacky 92@item Sho Hosoda, 細田 将 93@item Stefan Metzmacher 94@item Ted Percival 95@item Victor Guerra 96@item Zeqing Xia 97@item Åke Sandgren 98@item and we hope that those not mentioned here will forgive us. 99@end table 100 101All bugs were introduced by ourselves. 102