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