2008-07-28  Atsushi Enomoto  <atsushi@ximian.com>

	* NtlmClient.cs : if host is not provided in NetworkCredential, get
	  it from WebRequest. Fixed bug #323375.

2006-11-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* NtlmClient.cs: fixes authentication if the first try fails and the
	* second is supposed to work. Patch by egonia@acxiom.com that fixes bug
	#79590.

2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* NtlmClient.cs: return null if we have no credentials for NTLM.

2003-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* AcceptEncodingModule.cs:
	* AcceptEncodingSectionHandler.cs: moved files from here.

	* GZipWebRequest.cs: small fixes to inject gzip header.
	* GZipWebRequestCreator.cs: web request creator for gzip.
	* GZipWebResponse.cs: fixed dispose/close.
	* NtlmClient.cs: NTLM for HTTP. Used from System.Net.

2003-07-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* GZipWebRequest.cs:
	* GZipWebResponse.cs: wrappers for WebRequest/WebResponse to allow
	requesting and receiving gzipped content that is transparently
	uncompressed.

2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	Initial check-in.

