summaryrefslogtreecommitdiffstats
path: root/AUTHORS
blob: 699918844bd03716c1e9b1f7f795aa5ef8700f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
 Kea authors and contributors
------------------------------

Primary developers:
 - Tomek Mrugalski (lead developer: DHCPv4, DHCPv6 components, prefix
                    delegation, memfile, database interface, core libdhcp++,
		    host reservation, MAC extraction in DHCPv6)
 - Stephen Morris (Hooks, MySQL)
 - Marcin Siodelski (DHCPv4, DHCPv6 components, options handling, perfdhcp,
		     host reservation, lease file cleanup)
 - Thomas Markwalder (DDNS, user_chk)
 - Jeremy C. Reed (documentation, build system, testing, release engineering)
 - Wlodek Wencel (testing, release engineering)
 - Francis Dupont (crypto, perfdhcp)
 - Shawn Routhier (lease file cleanup)

Primary area of work mentioned in parentheses. The list is in a roughly
chronological order.

Kea is using parts of the code of now defunct BIND 10 project. The following
people contributed to BIND 10 code:

Chen Zhengzhang
Dmitriy Volodin
Evan Hunt
Francis Dupont
Haidong Wang
Haikuo Zhang
Han Feng
Jelte Jansen
Jeremy C. Reed
Xie Jiagui
Jin Jian
JINMEI Tatuya
John DuBois
Kazunori Fujiwara
Marcin Siodelski
Michael Graff
Michal Vaner
Mukund Sivaraman
Naoki Kambe
Paul Selkirk
Shane Kerr
Shen Tingting
Stephen Morris
Thomas Markwalder
Tomek Mrugalski
Yoshitaka Aharen
Zhang Likun

We have received the following contributions:

 - David Carlier
   2013-11: memfile fixes
   2013-12: better error handling when port is in use
   2013-12: interface detection for BSD systems
   2014-04: PostgreSQL support

 - Jiri Popelka from Red Hat
   2014-08: config files examples permission fix
   2014-08: compilation fix for armv7
   2014-08: configure.ac update: AC_PROG_LIBTOOL => LT_INIT
   2014-08: PostgreSQL compilation fix on i686

 - Adam Osuchowski, Silesian University of Technology
   2014-09: Examples corrected in Kea ARM

 - Nicolas Chaigneau, Capgemini
   2014-09: Fix for interfaces with multiple addresses in perfdhcp
   2015-11: query4 parameter added to pkt4_send hook point

 - Marcin Wyszynki, Facebook
   2014-11: Export CalloutManager headers for testing statically linked
            libraries.

 - David Gutierrez Rueda, CERN
   2014-12: Support for client link-address option in DHCPv6 (RFC6939)

 - Adam Kalmus, Gdansk University of Technology
   2014-12: Extract MAC address from DUID-LL and DUID-LLT types
   2015-01: Extract MAC address from remote-id
   2015-05: MySQL schema extended to cover host reservation
   2015-10: Common MySQL Connector Pool
   2015-12: MySQL host data source implemented.

 - Jinmei Tatuya
   2015-10: Pkt4o6 class improvements

Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging,
Boost (http://www.boost.org/) library for almost everything, and can use Botan
(http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for
cryptographic operations. It can also optionally use PostgreSQL
(http://www.postgresql.org/) and/or MySQL (http://www.mysql.com/) as a database.

Kea can use googletest for unit-tests (http://code.google.com/p/googletest/).

Kea uses ISC Forge (http://kea.isc.org/wiki/IscForge) for conformance testing.