2001-09-19  Balazs Scheidler  <bazsi@balabit.balabit>

	* http.c: remove ZRL_TRUNCATE from readline flags, drop the
	connection when long lines are encountered

2001-09-04  Balazs Scheidler  <bazsi@balabit.hu>

	* Http.py, http.c: resynced with commercial version

2001-05-07  Balazs Scheidler  <bazsi@balabit.hu>

	* http.c: exported max_url_length attribute, changed logging so that
	the request details come at verbosity=6

2001-04-28  Balazs Scheidler  <bazsi@balabit.hu>

	* http.h, Http.py: synced Http specific policy constants to match
	values with Z_*

2001-04-27  Balazs Scheidler  <bazsi@balabit.hu>

	* http.c: exported kept_alive_requests variable

2001-04-26  Balazs Scheidler  <bazsi@balabit.hu>

	* http.c: suppress error message to the client when reading from
	the client failed, this supresses many "Broken pipe" errors in the log

2001-04-24  Balazs Scheidler  <bazsi@balabit.hu>

	* http.c: the timeout error message is displayed only _if_ the
	first client request timed out, kept alive requests are closed
	silently instead

	* messages/clienttimeout.html, servertimeout.html: new files

        * http.c (http_process_request): fixed a possible bug affecting
	requests without host header (increased the size of a buffer),
	(http_fetch_headers): added some error messages when the
	connection is dropped,
	(http_process_request): added cache_object:// to the set of
	allowed protocols in URIs
	(http_fetch_request): added support for request_timeout which
	specifies the time the is required to send its request
	(http_register_vars): request_timeout added
	(http_config_set_defaults): request_timeout added, default value
	of timeout changed to 300000

2001-04-17  Balazs Scheidler  <bazsi@balabit.hu>

	* Http.py: added type argument for connect_proxy

2001-04-10  Balazs Scheidler  <bazsi@balabit.hu>

	* httpproto.c: added WebDAV extensions

2001-04-10  Szalay Attila  <sasa@balabit.hu>

	* http.c (zorp_module_init): Change proxy type to ZR_SPROXY.

2001-04-06  Balazs Scheidler  <bazsi@balabit.hu>

	* http.c: fixed a Content-Length parsing problem, IIS sometimes adds
	trailing spaces

	* messages/serversyntax.html: fixed typo

2001-04-04  Balazs Scheidler  <bazsi@balabit.hu>

	* configure.in: bumped version number to 1.0.0

	* *.c: adapted to the new logging macros

2001-03-21  Balazs Scheidler  <bazsi@balabit.hu>

	* tests/http_split_url: new test program for testing the named function

	* httpmisc.c: implemented username & password parsing in URLs

2001-03-19  Balazs Scheidler  <bazsi@balabit.hu>

	* http.c: don't set server address in transparent mode,
	new variable permit_null_response, exported to Python,
	fixed rewrite_host_header processing

2001-03-15  Balazs Scheidler  <bazsi@balabit.hu>

	* http.c (http_config_set_defaults): changed default,
	rewrite_host_header defaults to TRUE,
	require_host_header defaults to TRUE, exported to Python

	* http.h: new attribute require_host_header added

2001-03-13  Balazs Scheidler  <bazsi@balabit.hu>

	* http.c (http_thread): shut down the session if either config()
	or startup() raised an exception,
	exported auth_realm variable

	* http.h: new field auth_realm containing authentication realm

2001-03-12  Balazs Scheidler  <bazsi@balabit.hu>

	* http.c (http_enable_inband_auth) new function exported to python
	to enable inband authentication,
	(http_process_request): support for user authentication,
	(http_error_message): support for error_headers

	* http.h: new field in HttpProxy auth containing a pointer to the
	authorization database, new field error_headers to be appended to
	error responses

2001-02-23  Balazs Scheidler  <bazsi@balabit.hu>

	* http.c (http_copy_request): if sending the request fails for
	more than 4 times, report it as a connection error, instead of 
	client syntax error

2001-02-23  Szalay Attila  <sasa@balabit.hu>

	* http.c (http_copy_request): Bugfix. Return FALSE after 4 conection
	attempts

2001-02-22  Balazs Scheidler  <bazsi@balabit.hu>

	* httpfltr.c: removed some old debug messages

2001-01-25  Szalay Attila  <sasa@balabit.hu>

	* configure.in: Bugfix. Zorp now compile when not installed before.

2001-01-22  Szalay Attila  <sasa@balabit.hu>

	* http.c: Write debug messages to log, when enter and leave from a
	function.

2001-01-22  Balazs Scheidler  <bazsi@balabit.hu>

	* http specific ChangeLog started
