AUTHORS 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Rob Siemborski <rjs3+@andrew.cmu.edu> wrote and tested the conversion
  2. to the SASLv2 API.
  3. Ken Murchison <murch@andrew.cmu.edu> worked on the OTP, NTLM, SRP and SQL
  4. plugins, as well as helping to track down bugs as they appear. He also
  5. added support for HTTP authentication.
  6. Rob Earhart <earhart@cmu.edu> wrote the build/installation procedure,
  7. wrote and tested some of the code, and provided general guidance and
  8. coding advice.
  9. Leif Johansson <leifj@matematik.su.se> wrote the GSSAPI plugin, with
  10. contributions from Sam Hartman <hartmans@fundsxpress.com>.
  11. Leandro Santi <lesanti@sinectis.com.ar> added Courier authdaemon support.
  12. Alexey Melnikov <alexey.melnikov@isode.com> wrote the first pass of the
  13. DIGEST-MD5 and SCRAM plugins and continues to work on them. He also wrote
  14. a good deal of the current Windows support.
  15. Rainer Schoepf <schoepf@uni-mainz.de> contributed the LOGIN plugin,
  16. based on Tim Martin's PLAIN plugin.
  17. Simon Loader <simon@surf.org.uk> wrote the MySQL auxprop module.
  18. Rolf Braun <rbraun@andrew.cmu.edu> wrote the MacOS ports.
  19. Howard Chu <hyc@highlandsun.com> put a good deal of work into OS/390
  20. portability, correct building of static libraries, and a slew
  21. of misc. bugfixes.
  22. Tim Martin <tmartin@andrew.cmu.edu> wrote, debugged, and tested
  23. most of the SASLv1 code.
  24. Larry Greenfield <leg+sasl@andrew.cmu.edu> complained. a lot.
  25. Chris Newman <chris.newman@oracle.com> wrote the initial version of the
  26. SASL API, as well as the version 2 SASL API (documented in sasl.h,
  27. saslutil.h, saslplug.h, and prop.h).
  28. Ryan Troll <ryan@andrew.cmu.edu> started the Windows port,
  29. and both Larry Greenfield and Alexey Melnikov have done more work on it.
  30. getaddrinfo.c was written by Hajimu UMEMOTO <ume@mahoroba.org>
  31. which is based on the IPv6 code written by KIKUCHI Takahiro
  32. <kick@kyoto.wide.ad.jp>
  33. Igor Brezac <igor@ipass.net> has done a good deal of work on the saslauthd
  34. LDAP module.
  35. Jeremy Rumpf <jrumpf@heavyload.net> implemented the credential cache, unified
  36. the different IPC methods under a common framework.
  37. Fabian Knittel <fknittel@gmx.de> wrote auth_pam plugin, based on
  38. Debian's pwcheck_pam daemon by Michael-John Turner <mj@debian.org>.
  39. saslauthd was originally contributed by Lyndon Nerenberg on
  40. behalf of MessagingDirect Ltd.