<feed xmlns='http://www.w3.org/2005/Atom'>
<title>radsecproxy.git/lib, branch libradsec-add-avp-2</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>Export rs_packet_add_avp() and set library revision.</title>
<updated>2013-05-08T21:03:51+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-08T21:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=9ac979d07ab5ddbc283daf3e469f7ae756c2a351'/>
<id>9ac979d07ab5ddbc283daf3e469f7ae756c2a351</id>
<content type='text'>
Correct library revision is 1:0:1, given that the last "released"
library was 0:0:0. (The current 1:0:0 is wrong.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct library revision is 1:0:1, given that the last "released"
library was 0:0:0. (The current 1:0:0 is wrong.)
</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>Add an assert in error handling code.</title>
<updated>2013-05-08T15:04:51+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-08T13:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=a64a823a8759a7a7223d4ca1a0f0af0bb1d616fa'/>
<id>a64a823a8759a7a7223d4ca1a0f0af0bb1d616fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Follow API change in tests.</title>
<updated>2013-05-08T15:04:15+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-06T10:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=0a3ac2ab74778832966237b6a3e488cb8d627ec4'/>
<id>0a3ac2ab74778832966237b6a3e488cb8d627ec4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Add and fix RADIUS attributes (4b9e4cb1, e4b6e972).</title>
<updated>2013-05-07T08:54:27+00:00</updated>
<author>
<name>Sam Hartman</name>
<email>hartmans@debian.org</email>
</author>
<published>2012-09-19T00:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=eec88306951cec38d1376ad4fbba6e690b4a1358'/>
<id>eec88306951cec38d1376ad4fbba6e690b4a1358</id>
<content type='text'>
Fix capitalization in abfab dictionary
Update to IETF RADIUS attributes

draft-ietf-abfab-gss-eap has been approved; include IANA-issued
standard radius attributes for Moonshot.
Fix capitalization in abfab dictionary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix capitalization in abfab dictionary
Update to IETF RADIUS attributes

draft-ietf-abfab-gss-eap has been approved; include IANA-issued
standard radius attributes for Moonshot.
Fix capitalization in abfab dictionary
</pre>
</div>
</content>
</entry>
<entry>
<title>Build include before building '.'</title>
<updated>2013-05-07T08:09:53+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-07T08:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=147f8ab3277afdbe9f63676539a95aaaa48de336'/>
<id>147f8ab3277afdbe9f63676539a95aaaa48de336</id>
<content type='text'>
Patch by Sam Hartman (ff1af013 in moonshot).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Sam Hartman (ff1af013 in moonshot).
</pre>
</div>
</content>
</entry>
<entry>
<title>Use CUnit for tests.</title>
<updated>2013-05-06T18:30:47+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2013-05-06T18:30:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/radsecproxy.git/commit/?id=468e6e2a047583fc1d43c535d02507f83e88fc01'/>
<id>468e6e2a047583fc1d43c535d02507f83e88fc01</id>
<content type='text'>
cgreen didn't seem properly maintained. CUnit seems to be widely used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cgreen didn't seem properly maintained. CUnit seems to be widely used.
</pre>
</div>
</content>
</entry>
</feed>
