<feed xmlns='http://www.w3.org/2005/Atom'>
<title>radsecproxy.git, branch master</title>
<subtitle>RADIUS proxy with support for TLS RadSec</subtitle>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/'/>
<entry>
<title>Stop trying to set IPV6_V6ONLY on non-ipv6 sockets.</title>
<updated>2017-11-20T14:25:24+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2017-11-20T14:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=1e8f4c7ee2282dc96e25476053e149f5d74a2c24'/>
<id>1e8f4c7ee2282dc96e25476053e149f5d74a2c24</id>
<content type='text'>
See RADSECPROXY-79 for rationale.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See RADSECPROXY-79 for rationale.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use double backslashes in regexps.</title>
<updated>2017-10-06T06:27:54+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2017-10-06T06:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=43fbf47980a99404040f157ad4b01f2b56ff21cf'/>
<id>43fbf47980a99404040f157ad4b01f2b56ff21cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update email addresses.</title>
<updated>2017-08-02T14:13:55+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-08-02T14:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=7dcefed3d7e9c1d90866a810838513efe007abed'/>
<id>7dcefed3d7e9c1d90866a810838513efe007abed</id>
<content type='text'>
Linus' address has changed.
Let's not give spammers Stig's address any more.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Linus' address has changed.
Let's not give spammers Stig's address any more.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ChangeLog entry for RADSECPROXY-72.</title>
<updated>2017-08-02T11:02:21+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-08-02T11:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=02528079d4ab351cb8ad10464ec23def7fffea56'/>
<id>02528079d4ab351cb8ad10464ec23def7fffea56</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.</title>
<updated>2017-08-01T16:23:25+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-08-01T16:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=9b1ef1a4e905192e03675d817a7b03161833c2a4'/>
<id>9b1ef1a4e905192e03675d817a7b03161833c2a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move allocation of memory to not have to free in error case.</title>
<updated>2017-08-01T16:19:50+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-08-01T14:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=1d8c415e27062723c62de09c434479fc22d23b79'/>
<id>1d8c415e27062723c62de09c434479fc22d23b79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Verify return code from fcntl calls.</title>
<updated>2017-08-01T16:19:13+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-07-30T20:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=b731b45fa8651fd3b386a96892d8e08856d5072a'/>
<id>b731b45fa8651fd3b386a96892d8e08856d5072a</id>
<content type='text'>
Have connectnonblocking() warn and fail if setting O_NONBLOCK fails.
Have it warn if restoring of flags fail.

coverity: 1449515
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Have connectnonblocking() warn and fail if setting O_NONBLOCK fails.
Have it warn if restoring of flags fail.

coverity: 1449515
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup varargs in error case too.</title>
<updated>2017-08-01T16:19:13+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-07-30T20:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=91419d6d6622cb0b9ad09506273c091975ede9dd'/>
<id>91419d6d6622cb0b9ad09506273c091975ede9dd</id>
<content type='text'>
coverity: 1449517
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
coverity: 1449517
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use 'out' if malloc fails.</title>
<updated>2017-08-01T16:19:13+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-07-30T20:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=df6a455f3c11625320dd831b1e799cd0a5b28a21'/>
<id>df6a455f3c11625320dd831b1e799cd0a5b28a21</id>
<content type='text'>
coverity: 1449518
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
coverity: 1449518
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't risk calling _validauth() with sec == NULL.</title>
<updated>2017-08-01T16:19:13+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-07-30T20:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=65094f8683f95b3fd47172166fe084a8dccdc4ff'/>
<id>65094f8683f95b3fd47172166fe084a8dccdc4ff</id>
<content type='text'>
buf2radmsg() is never called with rqauth != NULL and secret == NULL
but let's protect against future callers.

coverity: 1449519
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
buf2radmsg() is never called with rqauth != NULL and secret == NULL
but let's protect against future callers.

coverity: 1449519
</pre>
</div>
</content>
</entry>
</feed>
