AUTHORS 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. Kea authors and contributors
  2. ------------------------------
  3. Primary developers:
  4. - Tomek Mrugalski (lead developer: DHCPv4, DHCPv6 components, prefix
  5. delegation, memfile, database interface, core libdhcp++)
  6. - Stephen Morris (Hooks, MySQL)
  7. - Marcin Siodelski (DHCPv4, DHCPv6 components, options handling, perfdhcp)
  8. - Thomas Markwalder (DDNS, user_chk)
  9. - Jeremy C. Reed (documentation, build system, testing, release engineering)
  10. - Wlodek Wencel (testing, release engineering)
  11. - Francis Dupont (crypto)
  12. Primary area of work mentioned in parentheses. The list is in a roughly
  13. chronological order.
  14. Kea is using parts of the code of now defunct BIND 10 project. The following
  15. people contributed to BIND 10 code:
  16. Chen Zhengzhang
  17. Dmitriy Volodin
  18. Evan Hunt
  19. Francis Dupont
  20. Haidong Wang
  21. Haikuo Zhang
  22. Han Feng
  23. Jelte Jansen
  24. Jeremy C. Reed
  25. Xie Jiagui
  26. Jin Jian
  27. JINMEI Tatuya
  28. John DuBois
  29. Kazunori Fujiwara
  30. Marcin Siodelski
  31. Michael Graff
  32. Michal Vaner
  33. Mukund Sivaraman
  34. Naoki Kambe
  35. Paul Selkirk
  36. Shane Kerr
  37. Shen Tingting
  38. Stephen Morris
  39. Thomas Markwalder
  40. Tomek Mrugalski
  41. Yoshitaka Aharen
  42. Zhang Likun
  43. We have received the following contributions:
  44. - David Carlier
  45. 2013-11: memfile fixes
  46. 2013-12: better error handling when port is in use
  47. 2013-12: interface detection for BSD systems
  48. 2014-04: PostgreSQL support
  49. Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging,
  50. Boost (http://www.boost.org/) library for almost everything, and can use Botan
  51. (http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for
  52. cryptographic operations. It can also optionally use PostgreSQL
  53. (http://www.postgresql.org/) and/or MySQL (http://www.mysql.com/) as a database.
  54. Kea can use googletest for unit-tests (http://code.google.com/p/googletest/).
  55. Kea uses ISC Forge (http://kea.isc.org/wiki/IscForge) for conformance testing.