<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libradsec.git, branch libradsec-0.0.4</title>
<subtitle>RADIUS library with support for TLS RadSec</subtitle>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/'/>
<entry>
<title>Distribute new CHANGES file.</title>
<updated>2013-12-18T12:26:54+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-12-18T12:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=39603ec9b7991003c5c272de59e535f88206a369'/>
<id>39603ec9b7991003c5c272de59e535f88206a369</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation and configure.ac for libradsec-0.0.4.</title>
<updated>2013-12-18T12:16:40+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-12-18T12:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=3d0b0f8a67726d8336038e0abdedb0dac9480c27'/>
<id>3d0b0f8a67726d8336038e0abdedb0dac9480c27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify README.</title>
<updated>2013-12-18T12:05:59+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-12-18T12:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=cac2820722262d60dbc3b1bb1768973e3526d9b3'/>
<id>cac2820722262d60dbc3b1bb1768973e3526d9b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a debug printout when dropping an incoming response message.</title>
<updated>2013-11-18T16:28:54+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-11-18T16:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=05ae3fb2a358715af2224176da85af0d3f2ab0bf'/>
<id>05ae3fb2a358715af2224176da85af0d3f2ab0bf</id>
<content type='text'>
Also, terminate another debug message with \n.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, terminate another debug message with \n.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid leaking memory when receiving a bad response.</title>
<updated>2013-11-18T16:27:23+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-11-18T16:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=049e72ddaa0cd24fce2d7550e604fc47ec7f9b3b'/>
<id>049e72ddaa0cd24fce2d7550e604fc47ec7f9b3b</id>
<content type='text'>
A badly authenticated response message or one that didn't decode or
decrypt correctly was never freed. If caller didn't pass pkt_out, any
response was leaked as well.

As a bonus, the code is now readable too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A badly authenticated response message or one that didn't decode or
decrypt correctly was never freed. If caller didn't pass pkt_out, any
response was leaked as well.

As a bonus, the code is now readable too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop rs_request_send() from leaking RSE_TIMEOUT_CONN and RSE_TIMEOUT_IO.</title>
<updated>2013-11-18T15:34:21+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-11-18T15:34:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=1f84470aaf49264084d39078adb4afd26d0b4d71'/>
<id>1f84470aaf49264084d39078adb4afd26d0b4d71</id>
<content type='text'>
If sending or receiving time out, pop the error off the stack before
continuing the loop. Push a new error, RS_TIMEOUT, before timing out
for real.

Addresses LIBRADSEC-3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If sending or receiving time out, pop the error off the stack before
continuing the loop. Push a new error, RS_TIMEOUT, before timing out
for real.

Addresses LIBRADSEC-3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable/delete events in the timeout callback.</title>
<updated>2013-11-18T14:30:00+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-11-18T14:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=d401ecbd70e02ad5b0cd7ab103359a23c6af3224'/>
<id>d401ecbd70e02ad5b0cd7ab103359a23c6af3224</id>
<content type='text'>
Without this, the sequence

  (1) send (successfully)
  (2) receive (timeout)
  (3) resend (successfully)

will have the read event from (2) trigger a read in (3) and the
response is lost.

Addresses LIBRADSEC-3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this, the sequence

  (1) send (successfully)
  (2) receive (timeout)
  (3) resend (successfully)

will have the read event from (2) trigger a read in (3) and the
response is lost.

Addresses LIBRADSEC-3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure that configure without --enable-tls works.</title>
<updated>2013-11-15T14:20:18+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-11-15T14:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=f5081dc4aae5e2cb953e8b61fe86ae506974ed7a'/>
<id>f5081dc4aae5e2cb953e8b61fe86ae506974ed7a</id>
<content type='text'>
Also, --disable-tls, --enable-tls and --enable-tls=no.
Closes LIBRADSEC-2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, --disable-tls, --enable-tls and --enable-tls=no.
Closes LIBRADSEC-2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'libradsec' of git.nordu.net:radsecproxy into libradsec</title>
<updated>2013-10-03T19:16:53+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-10-03T19:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=90f9a7e8fcc3ded9d307d85357a0d68328062cd4'/>
<id>90f9a7e8fcc3ded9d307d85357a0d68328062cd4</id>
<content type='text'>
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement disable_hostname_check config option.</title>
<updated>2013-10-03T19:13:54+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-10-03T19:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=787ccb8ea4a0c384749338fb4665c790c42af665'/>
<id>787ccb8ea4a0c384749338fb4665c790c42af665</id>
<content type='text'>
Patch by Sam Hartman.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Sam Hartman.
</pre>
</div>
</content>
</entry>
</feed>
