<feed xmlns='http://www.w3.org/2005/Atom'>
<title>radsecproxy.git, branch proxy-state</title>
<subtitle>RADIUS proxy with support for TLS RadSec</subtitle>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/'/>
<entry>
<title>WIP: Fix the Proxy-State issue.</title>
<updated>2013-08-28T11:48:49+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-08-28T11:48:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=5e51ef72473c04b43e9494dca95338ce60f98c65'/>
<id>5e51ef72473c04b43e9494dca95338ce60f98c65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ChangeLog with two older bug fixes.</title>
<updated>2013-08-27T11:35:51+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-08-27T11:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=0c80ef364c03dfe35d4e3231ad216ca1ad7063cf'/>
<id>0c80ef364c03dfe35d4e3231ad216ca1ad7063cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve warning message when failing to resolve a dynamic server config.</title>
<updated>2013-08-27T11:25:53+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-08-27T11:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=a39766f8ae84ca42c3071a863c68abe1a64e01ff'/>
<id>a39766f8ae84ca42c3071a863c68abe1a64e01ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't mention a version number in ChangeLog in the master branch.</title>
<updated>2013-08-27T11:20:28+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-08-27T11:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=c39550a6c6b8e792c870aa63bed2467d5a9aaacd'/>
<id>c39550a6c6b8e792c870aa63bed2467d5a9aaacd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Time out on TLS clients not closing the connection properly.</title>
<updated>2013-08-26T15:02:07+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-08-26T15:02:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=25e21cd0c2a8e7b6afee116fbcbc1adaf337adaf'/>
<id>25e21cd0c2a8e7b6afee116fbcbc1adaf337adaf</id>
<content type='text'>
Patch by Fabian Mauchle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Fabian Mauchle.
</pre>
</div>
</content>
</entry>
<entry>
<title>When timing out while reading from a TLS server, shutdown the socket properly.</title>
<updated>2013-08-26T14:52:40+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-08-26T14:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=5c4b0c31393221c74367c8b2a33ef127bdb9e59c'/>
<id>5c4b0c31393221c74367c8b2a33ef127bdb9e59c</id>
<content type='text'>
Also signal the "client writer" (clientwr()).
Together, this should result in TLS connections being cleaned up properly.

Patch by Fabian Mauchle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also signal the "client writer" (clientwr()).
Together, this should result in TLS connections being cleaned up properly.

Patch by Fabian Mauchle.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't wait for _writable_ when _reading_ an SSL socket.</title>
<updated>2013-08-26T14:42:44+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-08-26T14:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=92a0c39afd4472d9ff33e3518fb548a7473fc7ce'/>
<id>92a0c39afd4472d9ff33e3518fb548a7473fc7ce</id>
<content type='text'>
Also, don't select() at all if SSL_pending() says there's data to
read.

Patch by Fabian Mauchle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, don't select() at all if SSL_pending() says there's data to
read.

Patch by Fabian Mauchle.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't free struct clsrvconf members rewritein and rewriteout.</title>
<updated>2013-08-26T13:37:15+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-08-26T13:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=1335ec42794cf5007bdab487423aef15358637a2'/>
<id>1335ec42794cf5007bdab487423aef15358637a2</id>
<content type='text'>
They are pointers into static struct hash *rewriteconfs and should
live forever.

Patch by Fabian Mauchle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are pointers into static struct hash *rewriteconfs and should
live forever.

Patch by Fabian Mauchle.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ChangeLog with the last three bug fixes/ehancements.</title>
<updated>2013-08-26T13:04:28+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-08-26T13:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=974aa9012abcfd3050271dba9d4d38856892b5ca'/>
<id>974aa9012abcfd3050271dba9d4d38856892b5ca</id>
<content type='text'>
Also, in a lame attempt att giving credit for last commit where I
failed at doing that:

  4920ff44 is a patch from Fabian Mauchle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, in a lame attempt att giving credit for last commit where I
failed at doing that:

  4920ff44 is a patch from Fabian Mauchle.
</pre>
</div>
</content>
</entry>
<entry>
<title>Purge the duplication cache once per received packet.</title>
<updated>2013-08-26T12:25:51+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-08-26T12:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=4920ff44a180c17addff089a42b8b0b8c16fef83'/>
<id>4920ff44a180c17addff089a42b8b0b8c16fef83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
