<feed xmlns='http://www.w3.org/2005/Atom'>
<title>radsecproxy.git/lib, branch udp</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>Fix crash bug in _rs_peer_destroy().</title>
<updated>2011-03-12T00:03:43+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-12T00:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=efce8db03af505f76c0c579f2439757bd6998dc9'/>
<id>efce8db03af505f76c0c579f2439757bd6998dc9</id>
<content type='text'>
Don't expect a peer to always have a connection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't expect a peer to always have a connection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Free the realm name which is strdup'd when config is read.</title>
<updated>2011-03-11T12:19:39+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-11T12:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=c19e71100032927bf5d88ef700a5034dc3f08565'/>
<id>c19e71100032927bf5d88ef700a5034dc3f08565</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do free the connection object.</title>
<updated>2011-03-11T12:19:01+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-11T12:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=2913a6b0f4fc5d097843d8c80786b8c313fb9d30'/>
<id>2913a6b0f4fc5d097843d8c80786b8c313fb9d30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle an ENOMEM case in conf.c.</title>
<updated>2011-03-11T12:18:44+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-11T12:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=73d7353cb7a244d08fdd8b6d14e01db4b00824b7'/>
<id>73d7353cb7a244d08fdd8b6d14e01db4b00824b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove -Werror since we still have some warnings in radsecproxy.</title>
<updated>2011-03-10T09:56:08+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-10T09:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=6d5c276000a65e35dae2f672913c767e696cb56a'/>
<id>6d5c276000a65e35dae2f672913c767e696cb56a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[UDP] Don't crash on second packet.</title>
<updated>2011-03-10T07:08:32+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-10T07:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=1a1e09bd5def4fae2a499294535b37805f79fde8'/>
<id>1a1e09bd5def4fae2a499294535b37805f79fde8</id>
<content type='text'>
[UDP] Set the user_data member for the write callback in
rs_packet_send() -- the one from udp_init() doesn't do much good at
this point.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[UDP] Set the user_data member for the write callback in
rs_packet_send() -- the one from udp_init() doesn't do much good at
this point.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't miscompile without --enable-tls.</title>
<updated>2011-03-09T23:20:25+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-09T23:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=a48992622d54c6d5dbf5abe3022cfe5b06167261'/>
<id>a48992622d54c6d5dbf5abe3022cfe5b06167261</id>
<content type='text'>
Include err.h and debug.h even w/o RS_ENABLE_TLS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include err.h and debug.h even w/o RS_ENABLE_TLS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable DEBUG.</title>
<updated>2011-03-09T23:16:59+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-09T23:16:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=9ee2245ee1e0f7efedff61891a57a4a9b014542f'/>
<id>9ee2245ee1e0f7efedff61891a57a4a9b014542f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change default configuration to do RadSec rather than UDP.</title>
<updated>2011-03-09T22:10:08+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-09T22:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=192dd27b23f9d982a47cad3a4eb88c2fcb3ff3e0'/>
<id>192dd27b23f9d982a47cad3a4eb88c2fcb3ff3e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get UDP working.</title>
<updated>2011-03-09T22:09:26+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-09T22:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/radsecproxy.git/commit/?id=0a7d803b9aa40512cf0f0c574d397ccba3ff1d13'/>
<id>0a7d803b9aa40512cf0f0c574d397ccba3ff1d13</id>
<content type='text'>
For UDP, activate retransmit timer before receiving rather than
sending makes the event loop break nicely after sending a message
(which is important for blocking mode).  Not quite sure that this is
really accurate wrt to retransmission timing though but it should do
for now.

For UDP, set the user_data member for the read callback in
rs_conn_receive_packet -- the one from udp_init() doesn't do much good
now.

For UDP, implement receiving message.

Add compat_recv().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For UDP, activate retransmit timer before receiving rather than
sending makes the event loop break nicely after sending a message
(which is important for blocking mode).  Not quite sure that this is
really accurate wrt to retransmission timing though but it should do
for now.

For UDP, set the user_data member for the read callback in
rs_conn_receive_packet -- the one from udp_init() doesn't do much good
now.

For UDP, implement receiving message.

Add compat_recv().
</pre>
</div>
</content>
</entry>
</feed>
