]> sjero.net Git - wget/blobdiff - AUTHORS
[svn] Merge of fix for bugs 20341 and 20410.
[wget] / AUTHORS
diff --git a/AUTHORS b/AUTHORS
index 5b4be05bd09b6af4a46401571bcf6dbae69e05c4..daa005e7963825d98f5a0e0acd42788e452c3b37 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -17,20 +17,26 @@ Junio Hamano.  Added support for FTP Opie and HTTP digest
 authentication.
 
 Dan Harkless.  Added --backup-converted, --follow-tags, --html-extension,
---ignore-tags, and --page-requisites; improved documentation; etc.
+--ignore-tags, and --page-requisites; improved documentation; etc. Was
+the principle maintainer of GNU Wget for some time.
 
-Christian Fraenkel.  Implemented SSL support.
+Christian Fraenkel.  Initially implemented SSL support.
 
-Thomas Lussnig.  Implemented IPv6 support.
+Thomas Lussnig.  Initially implemented IPv6 support.
 
 Ian Abbott.  Contributed bugfixes, Windows-related fixes, provided a
 prototype implementation of the new recursive code, and more.
+Co-maintained Wget during the 1.8 release cycle.
 
 Gisle Vanem.  Contributed Windows improvements, including a port of
 run_with_timeout to Windows, additions to Makefiles, and many bug
 reports and fixes.
 
 Mauro Tortonesi.  Improved IPv6 support, adding support for dual
-family systems.  Refactored and enhanced FTP IPv6 code.
+family systems.  Refactored and enhanced FTP IPv6 code. Maintained GNU
+Wget from 2004-2007.
 
 Nicolas Schodet.  Contributed to cookie code and documentation.
+
+Daniel Stenberg.  NTLM authentication in http-ntlm.c and http-ntlm.h
+originally written for curl donated for use in GNU Wget.