<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libradsec.git, branch libradsec-0.0.1</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>Ready for libradsec-0.0.1.</title>
<updated>2011-03-24T16:22:38+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-24T16:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=8ec8158ea7b6e090682f77fb05e884eed3375f7a'/>
<id>8ec8158ea7b6e090682f77fb05e884eed3375f7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Harmonise with radsecproxy licensing.</title>
<updated>2011-03-24T15:29:48+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-24T15:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=281ccb0dbfa746cf82bfe721c45bb72827ba0abb'/>
<id>281ccb0dbfa746cf82bfe721c45bb72827ba0abb</id>
<content type='text'>
Dual license the library by adding GPL v2 or later.
Change the 2-clause BSD to a 3-clause.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dual license the library by adding GPL v2 or later.
Change the 2-clause BSD to a 3-clause.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README and HACKING.</title>
<updated>2011-03-24T15:26:55+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-24T15:26:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=147fb0662e21afa27e4ceac0b73450f1fac0a899'/>
<id>147fb0662e21afa27e4ceac0b73450f1fac0a899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define RS_FREERADIUS_DICT and use it when missing "dictionary" in config.</title>
<updated>2011-03-21T13:58:52+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-21T13:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=a0ce75b4bacbc864070d085f9bd09a31f96d010f'/>
<id>a0ce75b4bacbc864070d085f9bd09a31f96d010f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Memory alloc/free cleanup for contexts.</title>
<updated>2011-03-21T13:32:31+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-21T13:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=a177887c740c173948fc7dbf96f726616885c407'/>
<id>a177887c740c173948fc7dbf96f726616885c407</id>
<content type='text'>
(rs_context_create): Don't touch *ctx on failure.  Keep allocation and
zeroing of allocated memory together.

(rs_context_destroy): Fix typo.
(rs_context_destroy): Don't rs_free the context since it's allocated
with calloc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(rs_context_create): Don't touch *ctx on failure.  Keep allocation and
zeroing of allocated memory together.

(rs_context_destroy): Fix typo.
(rs_context_destroy): Don't rs_free the context since it's allocated
with calloc.
</pre>
</div>
</content>
</entry>
<entry>
<title>(rs_context_destroy): Use free() rather than rs_free() for realm-&gt;name.</title>
<updated>2011-03-21T13:17:55+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-21T13:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=6cefe9483fda567d9db2447bda2f09f63d1101af'/>
<id>6cefe9483fda567d9db2447bda2f09f63d1101af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API AND CONFIG CHANGE: rs_context_create() doesn't take DICT any more.</title>
<updated>2011-03-21T12:33:22+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-21T12:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=217d24060890986d38848e0a9fd68ae6e7d1727f'/>
<id>217d24060890986d38848e0a9fd68ae6e7d1727f</id>
<content type='text'>
Use rs_context_create() to read FreeRADIUS dictionary, possibly by
taking dict file from configuration file.

CONFIG CHANGE: s/config/realm/g.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use rs_context_create() to read FreeRADIUS dictionary, possibly by
taking dict file from configuration file.

CONFIG CHANGE: s/config/realm/g.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't touch TLS specific things w/o RS_ENABLE_TLS.</title>
<updated>2011-03-15T09:43:22+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-15T09:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=ab01223c4583cb5da93046b05baddc75a3b27bc8'/>
<id>ab01223c4583cb5da93046b05baddc75a3b27bc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Verify result in example program.  Also, don't leak a package.</title>
<updated>2011-03-14T14:20:52+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-14T14:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=23744d97b5b8cc8f5fb962bcea4ed0bfdaab351d'/>
<id>23744d97b5b8cc8f5fb962bcea4ed0bfdaab351d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[TLS] Do free SSL and SSL_CTX objects.</title>
<updated>2011-03-14T14:20:17+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2011-03-14T14:20:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/libradsec.git/commit/?id=f45faec5b0d1052ed37295a6d421d70d0b0ff638'/>
<id>f45faec5b0d1052ed37295a6d421d70d0b0ff638</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
