<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apf.git/README, branch autohistory</title>
<subtitle>Active Port Forwarder
</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/apf.git/'/>
<entry>
<title>v0.8.4</title>
<updated>2014-07-17T19:15:04+00:00</updated>
<author>
<name>Jakub Sławiński</name>
</author>
<published>2007-10-03T21:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/apf.git/commit/?id=be7cc5efd2c1ad8227794f77c27e3376f509ef4a'/>
<id>be7cc5efd2c1ad8227794f77c27e3376f509ef4a</id>
<content type='text'>
  - Added (by Joshua Judson Rosen): certificate-based authentication
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Added (by Joshua Judson Rosen): certificate-based authentication
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright statements.</title>
<updated>2014-07-17T19:15:04+00:00</updated>
<author>
<name>Jakub Sławiński</name>
</author>
<published>2007-10-03T20:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/apf.git/commit/?id=f8338d5d94d65c5b5b28cae862e595c6402f6f89'/>
<id>f8338d5d94d65c5b5b28cae862e595c6402f6f89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.8.3</title>
<updated>2014-07-17T19:15:03+00:00</updated>
<author>
<name>Jakub Sławiński</name>
</author>
<published>2006-11-22T13:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/apf.git/commit/?id=0136c76f966b0d74ff0666abb5dd7a1a2516f931'/>
<id>0136c76f966b0d74ff0666abb5dd7a1a2516f931</id>
<content type='text'>
  - Fixed: bug in udp_listen function when AF_INET6 is not defined
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Fixed: bug in udp_listen function when AF_INET6 is not defined
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.8.2</title>
<updated>2014-07-17T19:15:02+00:00</updated>
<author>
<name>Jakub Sławiński</name>
</author>
<published>2006-09-13T10:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/apf.git/commit/?id=48bc33c5c5cf16fb42b1794c1f9c1887933daf15'/>
<id>48bc33c5c5cf16fb42b1794c1f9c1887933daf15</id>
<content type='text'>
  - Fixed: bug in resource deallocation for remote admin clients
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Fixed: bug in resource deallocation for remote admin clients
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.8.1</title>
<updated>2014-07-17T19:15:02+00:00</updated>
<author>
<name>Jakub Sławiński</name>
</author>
<published>2006-04-06T21:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/apf.git/commit/?id=1361f0e88138653d2437f45ddf940206ed0e93b7'/>
<id>1361f0e88138653d2437f45ddf940206ed0e93b7</id>
<content type='text'>
  - Fixed: enableproxy option in server's config file
  - Added: clients idle time
  - Added: 'maxidle' option
  - Modified: task scheduling subsystem has been completely rewritten
  - Fixed: segmentation fault in http tunnels after multiple simultaneous POST
	         connections from the same source
  - Fixed: unexpected connection close when http proxy was too slow
  - Fixed: SIGSEGV in http proxy mode under cygwin
  - Added: enabled the SO_KEEPALIVE option for all the sockets used by the apf
  - Added: 60 seconds timeout for SSL_connect
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Fixed: enableproxy option in server's config file
  - Added: clients idle time
  - Added: 'maxidle' option
  - Modified: task scheduling subsystem has been completely rewritten
  - Fixed: segmentation fault in http tunnels after multiple simultaneous POST
	         connections from the same source
  - Fixed: unexpected connection close when http proxy was too slow
  - Fixed: SIGSEGV in http proxy mode under cygwin
  - Added: enabled the SO_KEEPALIVE option for all the sockets used by the apf
  - Added: 60 seconds timeout for SSL_connect
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.8</title>
<updated>2014-07-17T19:15:02+00:00</updated>
<author>
<name>Jakub Sławiński</name>
</author>
<published>2006-02-05T14:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/apf.git/commit/?id=b457fec36399c1f7de093d5e92bb4fa453b79c86'/>
<id>b457fec36399c1f7de093d5e92bb4fa453b79c86</id>
<content type='text'>
  - Fixed: infinite loop after buffering message
  - Fixed: corrupt packets after closing connections in the stopped state
  - Fixed: bug in mapping user numbers between afclient and afserver
  - Fixed: premature close of the service connection
  - Fixed: invalid buffering when the connection is closing
  - Added: Multiple tunnels in one afclient&lt;-&gt;afserver connection
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Fixed: infinite loop after buffering message
  - Fixed: corrupt packets after closing connections in the stopped state
  - Fixed: bug in mapping user numbers between afclient and afserver
  - Fixed: premature close of the service connection
  - Fixed: invalid buffering when the connection is closing
  - Added: Multiple tunnels in one afclient&lt;-&gt;afserver connection
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright statements.</title>
<updated>2014-07-17T19:15:01+00:00</updated>
<author>
<name>Jakub Sławiński</name>
</author>
<published>2006-02-04T22:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/apf.git/commit/?id=23074e58d2a327ce0978b162826fb9ccdaf0b0e1'/>
<id>23074e58d2a327ce0978b162826fb9ccdaf0b0e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.7.5</title>
<updated>2014-07-17T19:15:00+00:00</updated>
<author>
<name>Jakub Sławiński</name>
</author>
<published>2005-11-16T19:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/apf.git/commit/?id=e1c93eb660b5e628c0d3c2bbdaf82dc24c07da84'/>
<id>e1c93eb660b5e628c0d3c2bbdaf82dc24c07da84</id>
<content type='text'>
  - Fixed: manageport option in the afclient config file
  - Fixed: severe bug in string_cp
  - Fixed: wrong connection type used by afclient when afserver used --nossl
           or --nozlib option
  - Fixed: broken keep-alive option
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Fixed: manageport option in the afclient config file
  - Fixed: severe bug in string_cp
  - Fixed: wrong connection type used by afclient when afserver used --nossl
           or --nozlib option
  - Fixed: broken keep-alive option
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.7.4</title>
<updated>2014-07-17T19:15:00+00:00</updated>
<author>
<name>Jakub Sławiński</name>
</author>
<published>2005-11-03T19:37:56+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/apf.git/commit/?id=63bbc710b23893742e5ccbd430f95bf2d29c2da6'/>
<id>63bbc710b23893742e5ccbd430f95bf2d29c2da6</id>
<content type='text'>
  - Fixed: sockets in CLOSE_WAIT state left by afclient
  - Added: --localname and --localport options
  - Added: --localdesname option
  - Added: kicking user in 'opening' state
  - Fixed: info about kicked user
  - Fixed: TERM signal handling
  - Fixed: id lost after reconnection
  - Fixed: printing wrong client name in 'SSL_accept failed (timeout)' message
  - Fixed: ignored 'certificate' and 'key' options from config file
  - Added: config files for afclient
  - Modified: some options in afserver config file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Fixed: sockets in CLOSE_WAIT state left by afclient
  - Added: --localname and --localport options
  - Added: --localdesname option
  - Added: kicking user in 'opening' state
  - Fixed: info about kicked user
  - Fixed: TERM signal handling
  - Fixed: id lost after reconnection
  - Fixed: printing wrong client name in 'SSL_accept failed (timeout)' message
  - Fixed: ignored 'certificate' and 'key' options from config file
  - Added: config files for afclient
  - Modified: some options in afserver config file
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.7.2</title>
<updated>2014-07-17T19:14:59+00:00</updated>
<author>
<name>Jakub Sławiński</name>
</author>
<published>2005-08-05T19:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/apf.git/commit/?id=43e8714797d40bcf63efab428dcd25f9caf1d52b'/>
<id>43e8714797d40bcf63efab428dcd25f9caf1d52b</id>
<content type='text'>
  - Added: http proxy basic authorization
  - Fixed: logging initialization after some value checking
  - Fixed: auto-reconnect failure when --nossl option is set
  - Added: auto-reconnect when afserver is not reachable on start
  - Added: auto-reconnect after normal afserver quit
  - Added: per user statistics: idle time, amount of downloaded/uploaded bytes
           and current download/upload rate
  - Added: support for https proxies
  - Added: possibility to bind sockets on different interfaces
  - Fixed: receiving incomplete headers from afclient
  - Fixed: close user connections by afclient
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Added: http proxy basic authorization
  - Fixed: logging initialization after some value checking
  - Fixed: auto-reconnect failure when --nossl option is set
  - Added: auto-reconnect when afserver is not reachable on start
  - Added: auto-reconnect after normal afserver quit
  - Added: per user statistics: idle time, amount of downloaded/uploaded bytes
           and current download/upload rate
  - Added: support for https proxies
  - Added: possibility to bind sockets on different interfaces
  - Fixed: receiving incomplete headers from afclient
  - Fixed: close user connections by afclient
</pre>
</div>
</content>
</entry>
</feed>
