<feed xmlns='http://www.w3.org/2005/Atom'>
<title>radsecproxy.git/lib/include/radsec, branch libradsec</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>Update documentation with info on multithread protection.</title>
<updated>2013-12-20T18:18:35+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-12-20T18:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=1e45aa3195e23c266d362b70bee4ae1b5db0bbc0'/>
<id>1e45aa3195e23c266d362b70bee4ae1b5db0bbc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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.sunet.se/radsecproxy.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>
<entry>
<title>Merge branch 'libradsec-add-avp-2' into libradsec</title>
<updated>2013-05-17T08:50:11+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-17T08:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=bc7b85e8e4fa2e0e8d31bca161b2ad1a01ccafc5'/>
<id>bc7b85e8e4fa2e0e8d31bca161b2ad1a01ccafc5</id>
<content type='text'>
Conflicts:
	lib/Makefile.am
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	lib/Makefile.am
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years.</title>
<updated>2013-05-09T07:49:37+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-09T07:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=f0df8b47b0c7639ab3842c2b92c80f70b8ed66d3'/>
<id>f0df8b47b0c7639ab3842c2b92c80f70b8ed66d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add rs_packet_add_avp() and use it.</title>
<updated>2013-05-08T15:13:46+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-08T15:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=79d36d41a578451a37c134981d5698dec3d5a4d3'/>
<id>79d36d41a578451a37c134981d5698dec3d5a4d3</id>
<content type='text'>
rs_packet_create_authn_request() now uses rs_packet_add_avp() instead
of rs_packet_append_avp() which makes it possible to create a
authentication packet without knowing the shared secret.

Calling rs_packet_add_avp() on a packet is incompatible with using
rs_packet_append_avp() on the same packet but since
rs_packet_create_authn_request() adds attribute-value pairs for user
name and password only if those arguments are supplied, code that
doesn't use user name and password (i.e. mech_eap) should still be
fine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rs_packet_create_authn_request() now uses rs_packet_add_avp() instead
of rs_packet_append_avp() which makes it possible to create a
authentication packet without knowing the shared secret.

Calling rs_packet_add_avp() on a packet is incompatible with using
rs_packet_append_avp() on the same packet but since
rs_packet_create_authn_request() adds attribute-value pairs for user
name and password only if those arguments are supplied, code that
doesn't use user name and password (i.e. mech_eap) should still be
fine.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revive RSE_MAX.</title>
<updated>2013-05-08T15:05:57+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-08T15:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=f71f1bdd87e58fb6fb5abc90a1b2119a4f35f1b3'/>
<id>f71f1bdd87e58fb6fb5abc90a1b2119a4f35f1b3</id>
<content type='text'>
It's being used after all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's being used after all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove an unused error code and unusued RSE_MAX.</title>
<updated>2013-05-08T15:04:32+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-08T10:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=25261df09d801d070df4c31e11e1702614546090'/>
<id>25261df09d801d070df4c31e11e1702614546090</id>
<content type='text'>
Also, remove unused file attr.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, remove unused file attr.c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add formal argument 'secret' to two public functions."</title>
<updated>2013-05-08T15:03:49+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-06T10:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=c682577a243902164de1d80f38425a66a4853d82'/>
<id>c682577a243902164de1d80f38425a66a4853d82</id>
<content type='text'>
This reverts commit 09d1cff2418a900b587b2113f508984f2417cc11.

Conflicts:
	lib/include/radsec/request.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 09d1cff2418a900b587b2113f508984f2417cc11.

Conflicts:
	lib/include/radsec/request.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation.</title>
<updated>2013-01-29T14:27:26+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-01-29T14:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=7b40db442c2fccaa484c6162b238b4e707e8733e'/>
<id>7b40db442c2fccaa484c6162b238b4e707e8733e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename rs_packet_flags members.</title>
<updated>2013-01-24T08:30:02+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-01-24T07:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=683e3e1bbbdfe2f08dc12f1e840e71ed6088a0e3'/>
<id>683e3e1bbbdfe2f08dc12f1e840e71ed6088a0e3</id>
<content type='text'>
Uppercase to make them appear as the constants they are, as opposed to
variables.

Remove 'flag' suffix, typically used for variables.

Spell out HEADER.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uppercase to make them appear as the constants they are, as opposed to
variables.

Remove 'flag' suffix, typically used for variables.

Spell out HEADER.
</pre>
</div>
</content>
</entry>
</feed>
