<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tteras/strongswan/src/libpts/plugins, 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>Merged libpts into libimcv</title>
<updated>2014-10-05T10:55:37+00:00</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2014-08-29T10:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=d6fb2cc6e3178115441eae6096e242602336969c'/>
<id>d6fb2cc6e3178115441eae6096e242602336969c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added out message queue for imv_msg receive method</title>
<updated>2014-10-05T10:55:37+00:00</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2014-08-29T04:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=c4d09876094b1bbbeb96cd6f45a2edcb5a0e9153'/>
<id>c4d09876094b1bbbeb96cd6f45a2edcb5a0e9153</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented IF-M segmentation</title>
<updated>2014-10-05T10:55:37+00:00</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2014-08-28T19:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=e911ac9a5f9f605785613df04b0eeabb47121aa4'/>
<id>e911ac9a5f9f605785613df04b0eeabb47121aa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added request variable to get_info_string method</title>
<updated>2014-10-03T20:25:09+00:00</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2014-08-19T05:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=89d12654b343e92fc7a4f511b32475402a5120ed'/>
<id>89d12654b343e92fc7a4f511b32475402a5120ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented IF-M segmentation contracts</title>
<updated>2014-10-03T20:25:09+00:00</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2014-08-05T16:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=f50968976b4f1e3415833edb26877889fe1eeed7'/>
<id>f50968976b4f1e3415833edb26877889fe1eeed7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated build-database.sh to 3.13.0-32-generic Ubuntu kernel</title>
<updated>2014-08-06T05:54:57+00:00</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2014-08-06T05:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=bc14124147d2750e08e7d2ae180debe43b3f780d'/>
<id>bc14124147d2750e08e7d2ae180debe43b3f780d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>imv-swid: Use pkg-config to check for libjson-c</title>
<updated>2014-07-30T14:57:00+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2014-07-30T14:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=fafed376e7f4bb00014a101f0156c475fd964374'/>
<id>fafed376e7f4bb00014a101f0156c475fd964374</id>
<content type='text'>
The package/library is called libjson-c on recent distributions.
Some like Ubuntu 14.04 provide symlinks with the old name but these
will eventually disappear.  Using pkg-config allows us to easily check
for it (with a fallback) and configure the proper compiler flags.

Fixes #663.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The package/library is called libjson-c on recent distributions.
Some like Ubuntu 14.04 provide symlinks with the old name but these
will eventually disappear.  Using pkg-config allows us to easily check
for it (with a fallback) and configure the proper compiler flags.

Fixes #663.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced Tag File Path by Instance ID field</title>
<updated>2014-07-16T13:57:15+00:00</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2014-07-14T18:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=924ed795af76e581163c23693d8b3fe94ca0c284'/>
<id>924ed795af76e581163c23693d8b3fe94ca0c284</id>
<content type='text'>
This update reflects the latest changes in the TCG TNC
SWID Messages and Attributes for IF-M specification
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This update reflects the latest changes in the TCG TNC
SWID Messages and Attributes for IF-M specification
</pre>
</div>
</content>
</entry>
<entry>
<title>imv-attestation: Avoid memory leak when skipping unsupported work items</title>
<updated>2014-07-01T15:58:36+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2014-07-01T10:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=ecb55b4639997f7d5e206994b7e008e6630a994f'/>
<id>ecb55b4639997f7d5e206994b7e008e6630a994f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated build-database.sh to 3.13.0-30-generic Ubuntu kernel</title>
<updated>2014-06-26T09:09:25+00:00</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2014-06-26T09:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=d96328fbc4645e9e13c0637b02d5ead0c4ee1f96'/>
<id>d96328fbc4645e9e13c0637b02d5ead0c4ee1f96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
