<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tteras/strongswan/src/libcharon/plugins/eap_radius, branch master</title>
<subtitle>tteras' strongSwan tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/'/>
<entry>
<title>eap-radius: Optionally send Class attributes in RADIUS accounting messages</title>
<updated>2017-11-02T08:57:05+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-10-23T10:08:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=655924074b8555d7c0cd0fe39f90cf59f7f82cb0'/>
<id>655924074b8555d7c0cd0fe39f90cf59f7f82cb0</id>
<content type='text'>
If enabled, add the RADIUS Class attributes received in Access-Accept messages
to RADIUS accounting messages as suggested by RFC 2865 section 5.25.

Fixes #2451.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If enabled, add the RADIUS Class attributes received in Access-Accept messages
to RADIUS accounting messages as suggested by RFC 2865 section 5.25.

Fixes #2451.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some typos, courtesy of codespell</title>
<updated>2017-08-07T15:22:01+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-08-07T15:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=ca280574baae12159973785b11b48de4b50ee39f'/>
<id>ca280574baae12159973785b11b48de4b50ee39f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate all enumerators to venumerate() interface change</title>
<updated>2017-05-26T11:56:44+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-05-11T07:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=95a63bf2813cd6ecad912237688526bbcc3481ee'/>
<id>95a63bf2813cd6ecad912237688526bbcc3481ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use standard unsigned integer types</title>
<updated>2016-03-24T17:52:48+00:00</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2016-03-22T12:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=b12c53ce77beb8e04b044d0c0dc9249ddba72200'/>
<id>b12c53ce77beb8e04b044d0c0dc9249ddba72200</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libhydra: Remove empty unused library</title>
<updated>2016-03-03T16:36:11+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2016-02-12T15:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=28649f6d91971e0fe50078aec2937010e8c61cd8'/>
<id>28649f6d91971e0fe50078aec2937010e8c61cd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eap-radius: Add ability to configure RADIUS retransmission behavior</title>
<updated>2015-11-17T13:25:08+00:00</updated>
<author>
<name>Thom Troy</name>
<email>ttroy50@gmail.com</email>
</author>
<published>2015-11-07T17:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=ac36ede93c6b9564a837c875fa22b771bd61e005'/>
<id>ac36ede93c6b9564a837c875fa22b771bd61e005</id>
<content type='text'>
Closes strongswan/strongswan#19.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes strongswan/strongswan#19.
</pre>
</div>
</content>
</entry>
<entry>
<title>eap-radius: Compare address family when handing out virtual IPs</title>
<updated>2015-11-12T13:32:11+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2015-11-10T08:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=fdfbd401c3ba535ed241a27f873a0121b928a79a'/>
<id>fdfbd401c3ba535ed241a27f873a0121b928a79a</id>
<content type='text'>
This also ensures that the actually released virtual IP is removed from
the list of claimed IPs.

Fixes #1199.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also ensures that the actually released virtual IP is removed from
the list of claimed IPs.

Fixes #1199.
</pre>
</div>
</content>
</entry>
<entry>
<title>eap-radius: Fix creation of host_t objects based on Framed-IPv6-Address attributes</title>
<updated>2015-08-28T14:52:57+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2015-08-28T14:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=00c2c87b063063ce882d61c5c0dd3b5a4a40d6aa'/>
<id>00c2c87b063063ce882d61c5c0dd3b5a4a40d6aa</id>
<content type='text'>
Fixes ec490e68ae37 ("eap-radius: Add support for some basic IPv6-specific RADIUS attributes").
References #1001.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes ec490e68ae37 ("eap-radius: Add support for some basic IPv6-specific RADIUS attributes").
References #1001.
</pre>
</div>
</content>
</entry>
<entry>
<title>eap-radius: Use Framed-IPv6-Address attributes to send IPv6 VIPs in accounting messages</title>
<updated>2015-08-17T09:23:41+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2015-06-29T08:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=39afe6e9d0336cd2212a287b51ff7c788d5a5a64'/>
<id>39afe6e9d0336cd2212a287b51ff7c788d5a5a64</id>
<content type='text'>
This attribute is more appropriate for single IPv6 virtual IPs than the
Framed-IPv6-Prefix attribute.

Fixes #1001.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This attribute is more appropriate for single IPv6 virtual IPs than the
Framed-IPv6-Prefix attribute.

Fixes #1001.
</pre>
</div>
</content>
</entry>
<entry>
<title>eap-radius: Add support for some basic IPv6-specific RADIUS attributes</title>
<updated>2015-08-17T09:23:33+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2015-06-22T09:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=ec490e68ae375056e42004d63f2e8dd96a4a5ae8'/>
<id>ec490e68ae375056e42004d63f2e8dd96a4a5ae8</id>
<content type='text'>
These are defined in RFC 6911.

Fixes #1001.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are defined in RFC 6911.

Fixes #1001.
</pre>
</div>
</content>
</entry>
</feed>
