<feed xmlns='http://www.w3.org/2005/Atom'>
<title>radsecproxy.git/lib/include, branch udp</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>Add RSE_DISCO.</title>
<updated>2011-03-09T09:16:27+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-09T09:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=c4e2bd206bb9248843a8a4d9a945c5e49a188474'/>
<id>c4e2bd206bb9248843a8a4d9a945c5e49a188474</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename and move around a few helper functions.</title>
<updated>2011-03-09T09:14:20+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-09T09:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=fac0219dad91c574417f78ec674aa0dd10949e15'/>
<id>fac0219dad91c574417f78ec674aa0dd10949e15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update rs_err_msg() prototype.</title>
<updated>2011-03-08T13:27:59+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-08T13:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=6f3ae93eb1a5c4e352b42a9fae9b6f544a2e341a'/>
<id>6f3ae93eb1a5c4e352b42a9fae9b6f544a2e341a</id>
<content type='text'>
Also, rename enum rs_err_code to not collide with the function named
the same.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, rename enum rs_err_code to not collide with the function named
the same.
</pre>
</div>
</content>
</entry>
<entry>
<title>Timeout implemented in request objects, supported by TCP.</title>
<updated>2011-03-08T13:23:37+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-08T12:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=d464ebb9235fe78e6588e95d4d3333d5ee95ca48'/>
<id>d464ebb9235fe78e6588e95d4d3333d5ee95ca48</id>
<content type='text'>
TODO: UDP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TODO: UDP.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up struct rs_error somewhat.</title>
<updated>2011-03-08T12:32:10+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-08T12:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=657eec7ee5a276521eb456bf648878935e794b6e'/>
<id>657eec7ee5a276521eb456bf648878935e794b6e</id>
<content type='text'>
More to be done here!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More to be done here!
</pre>
</div>
</content>
</entry>
<entry>
<title>Move verification of response packets up to a level where it makes sense.</title>
<updated>2011-03-07T14:23:40+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-07T14:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=cbcaa6a7c8f8a6704f6b4a68f260020957214a07'/>
<id>cbcaa6a7c8f8a6704f6b4a68f260020957214a07</id>
<content type='text'>
Replace the user_dispatch_flag on connections with
conn_user_dispatch_p().

Remove the 'original' member from packet and instead have an upper
layer verify.

Rename packet valid_flag --&gt; received_flag to reflect that we don't
verify.

Move _close_conn() --&gt; conn_close().

Move packet flags into a single unsigned int, for portability.

(_read_packet): Don't verify packet.

(rs_conn_receive_packet): Don't touch PKT_OUT if there isn't a packet.

(rs_conn_receive_packet): Verify packet using packet_verify_response().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the user_dispatch_flag on connections with
conn_user_dispatch_p().

Remove the 'original' member from packet and instead have an upper
layer verify.

Rename packet valid_flag --&gt; received_flag to reflect that we don't
verify.

Move _close_conn() --&gt; conn_close().

Move packet flags into a single unsigned int, for portability.

(_read_packet): Don't verify packet.

(rs_conn_receive_packet): Don't touch PKT_OUT if there isn't a packet.

(rs_conn_receive_packet): Verify packet using packet_verify_response().
</pre>
</div>
</content>
</entry>
<entry>
<title>request: Save callers user_data and do invoke callers callbacks.</title>
<updated>2011-03-06T16:04:54+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-06T16:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=43d0740f143ba737a1fc5ace3a323ffa8b09e7ae'/>
<id>43d0740f143ba737a1fc5ace3a323ffa8b09e7ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>UDP w/o bufferevents, part 1.</title>
<updated>2011-03-06T13:46:57+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-06T13:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=7636505962a348d9564e53922834dc6df1274653'/>
<id>7636505962a348d9564e53922834dc6df1274653</id>
<content type='text'>
Sending, no retransmitting and no receiving.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sending, no retransmitting and no receiving.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't free config object until we destroy the context.</title>
<updated>2011-03-06T13:30:14+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-06T13:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=f87be530d67823a5d82367468e33d58b201ebee1'/>
<id>f87be530d67823a5d82367468e33d58b201ebee1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Be consistent with naming of formal arguments.</title>
<updated>2011-03-02T09:23:12+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-02T09:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=b30717125714e989f8aa1528e19940a4ddb4dc9a'/>
<id>b30717125714e989f8aa1528e19940a4ddb4dc9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
