Include <ucred.h> if we have getpeerucred()
[heimdal.git] / doc / ack.texi
blobfaf461cc0e25cfcf8fff03bd2f517bc5460c80ea
1 @c $Id$
3 @node  Acknowledgments, Copyrights and Licenses, Migration, Top
4 @comment  node-name,  next,  previous,  up
5 @appendix Acknowledgments
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.
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.
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.
24 The @code{popper} was also a Berkeley program initially.
26 Some of the functions in @file{libroken} also come from Berkeley by way
27 of NetBSD/FreeBSD.
29 @code{editline} was written by Simmule Turner and Rich Salz. Heimdal
30 contains a modifed copy.
32 The @code{getifaddrs} implementation for Linux was written by Hideaki
33 YOSHIFUJI for the Usagi project.
35 The @code{pkcs11.h} headerfile was written by the Scute project.
37 Bugfixes, documentation, encouragement, and code has been contributed by:
38 @table @asis
39 @item Alexander Boström
40 @item Allan McRae
41 @item Andrew Bartlett
42 @item Andrew Cobaugh
43 @item Andrew Tridge
44 @item Anton Lundin
45 @item Asanka Herath
46 @item Björn Sandell
47 @item Björn Schlögl
48 @item Brandon S. Allbery KF8NH
49 @item Brian A May
50 @item Chaskiel M Grundman
51 @item Cizzi Storm
52 @item Daniel Kouril
53 @item David Love
54 @item David Markey
55 @item Derrick J Brashear
56 @item Douglas E Engert
57 @item Frank van der Linden
58 @item Guido Günther
59 @item Harald Barth
60 @item Jason McIntyre
61 @item Jan Rekorajski
62 @item Johan Gadsjö
63 @item Johan Ihrén
64 @item John Center
65 @item Jun-ichiro itojun Hagino
66 @item KAMADA Ken'ichi
67 @item Ken Hornstein
68 @item Magnus Ahltorp
69 @item Marc Horowitz
70 @item Mario Strasser
71 @item Mark Eichin
72 @item Martin von Gagern
73 @item Matthias Dieter Wallnöfer
74 @item Mattias Amnefelt
75 @item Michael B Allen
76 @item Michael Fromberger
77 @item Michal Vocu
78 @item Milosz Kmieciak
79 @item Miroslav Ruda
80 @item Mustafa A. Hashmi
81 @item Petr Holub
82 @item Russ Allbery
83 @item Patrik Lundin
84 @item Phil Fisher
85 @item Rafal Malinowski
86 @item Rainer Toebbicke
87 @item Richard Nyberg
88 @item Roman Divacky
89 @item Sho Hosoda, 細田 将
90 @item Stefan Metzmacher
91 @item Ted Percival
92 @item Victor Guerra
93 @item Zeqing Xia
94 @item Åke Sandgren 
95 @item and we hope that those not mentioned here will forgive us.
96 @end table
98 All bugs were introduced by ourselves.