2003-04-02  Szalay Attila  <sasa@balabit.hu>

	* plug.c (PLUG_DEFAULT_BUFSIZE): Set default bufsize to 64K.

2002-11-22  Balazs Scheidler  <bazsi@balabit.balabit>

	* plug.c: changed default timeout to 10 minutes

2002-11-15  Balazs Scheidler  <bazsi@balabit.balabit>

	* plug.c: implemented packetStats() using the API provided by
	plugsession.c

2002-11-12  Balazs Scheidler  <bazsi@balabit.balabit>

	* plug.c: adapted to the new Fastpath mechanism

2002-11-11  Balazs Scheidler  <bazsi@balabit.balabit>

	* plug.c (plug_request_stack_event): only return TRUE if *stacked
	contains a valid value

	* plug.c: adapted to the new z_proxy_get_addresses, new the
	secondary sessions are dispatched using the same protocol as the
	main session uses

	* plug.c: the secondary connection dispatchers refers to self
	(using the new ZProxy refcounting mechanism), we now exit
	gracefully, any pending secondary connection will be handled correctly

	* plug.c: readded stacking

	* plugsession.c, plugsession.h: removed these files, PlugSession
	implementation is used from te core instead

2002-10-21  Balazs Scheidler  <bazsi@balabit.balabit>

	* Plug.py: added buffer_size documentation, fixed two hunglish
	sentences.

	* plug.c: changed z_stream_set_callback invocations to include a
	destroy_notify argument

2002-09-23  Szalay Attila  <sasa@balabit.hu>

	* Changed to reflect the stream changes.

2002-09-17  Balazs Scheidler  <bazsi@balabit.balabit>

	* adapted to the new connection tracking (by yeti, rewritten by
	bazsi)

	* plugtrack.c: removed

	* plug.h: removed

2002-08-28  Balazs Scheidler  <bazsi@balabit.balabit>

	* Plug.py: removed type argument from __init__

2002-08-27  Balazs Scheidler  <bazsi@balabit.balabit>

	* plug.c: changed ZR_SPROXY to ZR_PROXY and ZR_DTRACK to ZR_CONNTRACK

2002-06-21  Szalay Attila  <sasa@balabit.hu>

	* Bugfix. User z_stream_set_way.

2002-06-19  Szalay Attila  <sasa@balabit.hu>

	* Bugfix. Read self->buffer_size byte instead of 4 byte.

	* Remove shutdown_separate, and use implicit when stacking proxy.

2002-06-13  Szalay Attila  <sasa@balabit.hu>

	* Set-able soft shutdown and separate shutdown modes.

	* Implement time base packet_stat_interval.

	* Bugfix. Rearrange stream shutdown and poll quits, to not do
	forever loops in poll. Close: #673

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

	* plugudp.c (plug_packet_read): Reflect the changes in core for
	late connect.

2001-07-24  Szalay Attila  <sasa@balabit.hu>

	* Add testcases

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

	* *.c: made nonportable things optional

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

	* plug.c: poll is initialized in plug_config_set_defaults(), and
	freed in plug_proxy_free,
	(plug_init_streams): split into plug_init_streams and
	plug_init_stacked_streams,
	(plug_main): new function, rearranged calls to different events,
	so the code is cleaner, fixed a stacking problem (stacked proxy
	was never used)

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

	* plugudp.c: New file. Split function about datagramm protocols here.

	* plugtrack.c (_PlugTracker): Remove timeout and max_packet. Not
	needed.

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

	* Plug.py: use named imports

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

	* plug.c (plug_packet_read): Call real connect_server event.

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

	* *.c: adapted to the new logging macros

	* configure.in: bumped version number to 1.0.0

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

	* plug.c: ported EOF handling from pssl to wait for stacked
	proxies to quit before dropping the session

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

	* set stack_proxy before calling Proxy.__init__, otherwise it could
	be a race condition

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

	* Plug.py: documentation added, stack_proxy moved from class
	definition to __init__()

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

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

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

	* Makefile.am: install the module to the correct location

	* separated changelog for plug started

