If ticket is expired, reacquire credentials instead of renewing
[heimdal.git] / doc / ack.texi
blob5f14498db3367a3e021f0551bd0ddbc351d3311d
1 @c $Id$
3 @node  Acknowledgments, , 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. 
10 All functions in libdes have been re-implemented or used available
11 public domain code. The core AES function where written by Vincent
12 Rijmen, Antoon Bosselaers and Paulo Barreto.  The core DES SBOX
13 transformation was written by Richard Outerbridge.
15 The University of California at Berkeley initially wrote @code{telnet},
16 and @code{telnetd}.  The authentication and encryption code of
17 @code{telnet} and @code{telnetd} was added by David Borman (then of Cray
18 Research, Inc).  The encryption code was removed when this was exported
19 and then added back by Juha Eskelinen, @email{esc@@magic.fi}.
21 The @code{popper} was also a Berkeley program initially.
23 Some of the functions in @file{libroken} also come from Berkeley by way
24 of NetBSD/FreeBSD.
26 @code{editline} was written by Simmule Turner and Rich Salz. Heimdal
27 contains a modifed copy.
29 The @code{getifaddrs} implementation for Linux was written by Hideaki
30 YOSHIFUJI for the Usagi project.
32 Bugfixes, documentation, encouragement, and code has been contributed by:
33 @table @asis
34 @item Derrick J Brashear
35 @email{shadow@@dementia.org}
36 @item Ken Hornstein
37 @email{kenh@@cmf.nrl.navy.mil}
38 @item Johan Ihrén
39 @email{johani@@pdc.kth.se}
40 @item Love Hörnquist Åstrand
41 @email{lha@@kth.se}
42 @item Magnus Ahltorp
43 @email{map@@stacken.kth.se}
44 @item Mark Eichin
45 @email{eichin@@cygnus.com}
46 @item Marc Horowitz
47 @email{marc@@cygnus.com}
48 @item Luke Howard
49 @email{lukeh@@PADL.COM}
50 @item Brandon S. Allbery KF8NH
51 @email{allbery@@kf8nh.apk.net}
52 @item Jun-ichiro itojun Hagino
53 @email{itojun@@kame.net}
54 @item Daniel Kouril
55 @email{kouril@@informatics.muni.cz}
56 @item Åke Sandgren 
57 @email{ake@@cs.umu.se}
58 @item Michal Vocu
59 @email{michal@@karlin.mff.cuni.cz}
60 @item Miroslav Ruda
61 @email{ruda@@ics.muni.cz}
62 @item Brian A May
63 @email{bmay@@snoopy.apana.org.au}
64 @item Chaskiel M Grundman
65 @email{cg2v@@andrew.cmu.edu}
66 @item Richard Nyberg
67 @email{rnyberg@@it.su.se}
68 @item Frank van der Linden
69 @email{fvdl@@netbsd.org}
70 @item Cizzi Storm
71 @email{cizzi@@it.su.se}
72 @item Petr Holub
73 @email{Holub.Petr@@atlas.cz}
74 @item Mario Strasser
75 @email{mario.strasser@@zhwin.ch}
76 @item David Love
77 @email{fx@@gnu.org}
78 @item and we hope that those not mentioned here will forgive us.
79 @end table
81 All bugs were introduced by ourselves.