OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / CREDITS
1 We haven't kept proper track of everybody who has helped us, alas, but
2 here's a first attempt at acknowledgements...
3
4 Most of the FreeS/WAN software has been done by Richard Guy Briggs
5 (KLIPS), D. Hugh Redelmeier (Pluto), Michael Richardson (KLIPS, testing,
6 etc.), Henry Spencer (technical lead, scripts, libraries, packaging,
7 etc.), Sandy Harris (documentation), and Claudia Schmeing (user support). 
8 Peter Onion has collaborated extensively with RGB on PFKEY2 stuff.  The
9 original version of our IPComp code came from Svenning Soerensen, who has
10 also contributed various bug fixes and improvements. 
11
12 The first versions of KLIPS were done by John Ioannidis <ji@hol.gr>.  The
13 first versions of Pluto (and further work on KLIPS) were done by Angelos
14 D. Keromytis <angelos@dsl.cis.upenn.edu>.
15
16
17
18 The MD5 implementation is from RSADSI, so this package must include the
19 following phrase:  "derived from the RSA Data Security, Inc. MD5
20 Message-Digest Algorithm".  It is not under the GPL; see details in
21 klips/net/ipsec/ipsec_md5c.c. 
22
23 The LIBDES library by Eric Young is used.  It is not under the GPL -- see
24 details in libdes/COPYRIGHT -- although he has graciously waived the
25 advertising clause for FreeS/WAN use of LIBDES. 
26
27 The SHA-1 code is derived from Steve Reid's; it is public domain.
28
29 Some bits of Linux code, notably drivers/net/new_tunnel.c and net/ipv4/ipip.c,
30 are used in heavily modified forms.
31
32 The radix-tree code from 4.4BSD is used in a modified form.  It is not
33 under the GPL; see details in klips/net/ipsec/radij.c.
34
35 The lib/pfkeyv2.h header file contains public-domain material published in
36 RFC 2367. 
37
38 Some parts of this distribution are under the GLL rather than the GPL; see
39 the README files in the individual directories.
40
41
42
43 Peter Onion has been immensely helpful in finding portability bugs in
44 general, and in making FreeS/WAN work on the Alpha in particular.  Rob
45 Hatfield likewise found and fixed some problems making it work on the
46 Netwinder.
47
48 John S. Denker of AT&T Shannon Labs has found a number of bugs the hard
49 way, has pointed out various problems (some of which we have fixed!) in
50 using the software in production applications, and has suggested some
51 substantial improvements to the documentation.
52
53 Marc Boucher <marc@mbsi.ca> did a quick-and-dirty port of KLIPS to the
54 Linux 2.2.x kernels, at a time when we needed it badly, and has helped
55 chase down 2.2.xx bugs and keep us current with 2.4.x development.
56
57 John Gilmore organized the FreeS/WAN project and continues to direct it.
58 Hugh Daniel handles day-to-day management, customer interface, and both
59 constructive and destructive testing.  See the project's web page
60 <http://www.freeswan.org> for other contributors to this project and
61 related ones.
62
63
64
65 This file is RCSID $Id: CREDITS,v 1.23 2001/11/20 01:54:35 henry Exp $