<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tteras/strongswan/src/stroke, 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>starter: Add the correct keywords header file to EXTRA_DIST</title>
<updated>2017-10-12T07:09:12+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-10-11T16:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=a97de61e78df611207a2700dad7057d9b74fb5bc'/>
<id>a97de61e78df611207a2700dad7057d9b74fb5bc</id>
<content type='text'>
The fix for gperf in 0ae19f0ced8d added the generated header to
EXTRA_DIST but that's already added to the distribution because it is
contained in *_SOURCES, what was not added, though, was the .h.in file.

Also fixes the reference to the header file in the .c rule here and for
stroke in out-of-tree builds.

Fixes: 0ae19f0ced8d ("configure: Fix gperf length parameter determination")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fix for gperf in 0ae19f0ced8d added the generated header to
EXTRA_DIST but that's already added to the distribution because it is
contained in *_SOURCES, what was not added, though, was the .h.in file.

Also fixes the reference to the header file in the .c rule here and for
stroke in out-of-tree builds.

Fixes: 0ae19f0ced8d ("configure: Fix gperf length parameter determination")
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: Fix gperf length parameter determination</title>
<updated>2017-10-02T15:21:42+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-09-26T10:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=0ae19f0ced8d64bb6996a8ae01406cebacff04a1'/>
<id>0ae19f0ced8d64bb6996a8ae01406cebacff04a1</id>
<content type='text'>
gperf is not actually a build dependency as the generated files are
shipped in the tarball.  So the type depends on the gperf version on
the host that ran gperf and created the tarball, which might not be
the same as that on the actual build host, and gperf might not even
be installed there, leaving the type undetermined.

Fixes: e0e43229736a ("configure: Detect type of length parameter for gperf generated function")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gperf is not actually a build dependency as the generated files are
shipped in the tarball.  So the type depends on the gperf version on
the host that ran gperf and created the tarball, which might not be
the same as that on the actual build host, and gperf might not even
be installed there, leaving the type undetermined.

Fixes: e0e43229736a ("configure: Detect type of length parameter for gperf generated function")
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: Detect type of length parameter for gperf generated function</title>
<updated>2017-09-19T11:24:43+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-09-18T15:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=e0e43229736a84db5af6cb7af9cc2ae03da4c906'/>
<id>e0e43229736a84db5af6cb7af9cc2ae03da4c906</id>
<content type='text'>
Since 3.1 gperf uses size_t for the length parameter instead of an
unsigned int.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since 3.1 gperf uses size_t for the length parameter instead of an
unsigned int.
</pre>
</div>
</content>
</entry>
<entry>
<title>stroke: Make 96-bit truncation for SHA-256 configurable</title>
<updated>2017-05-26T09:22:28+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-05-10T17:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=4270c8fcb07f37100889695d19a3a3e876f2a1b8'/>
<id>4270c8fcb07f37100889695d19a3a3e876f2a1b8</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>stroke: Fix --utc option for list* commands</title>
<updated>2015-12-17T15:56:20+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2015-12-17T15:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=1c3aa9bfc871598317971a5c66441d3fcc632e96'/>
<id>1c3aa9bfc871598317971a5c66441d3fcc632e96</id>
<content type='text'>
Fixes: dcb168413fa3 ("stroke: Add --daemon option")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: dcb168413fa3 ("stroke: Add --daemon option")
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored certificate management for the vici and stroke interfaces</title>
<updated>2015-12-11T23:19:24+00:00</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2015-12-11T17:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=02d431022c45cf9638b13aa84c0d485a655d370b'/>
<id>02d431022c45cf9638b13aa84c0d485a655d370b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stroke: Add missing include for UINT16_MAX</title>
<updated>2015-06-09T08:25:33+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2015-06-09T08:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=2d5b3d34ecd15baa28a655fc3742fcbd7b3a214f'/>
<id>2d5b3d34ecd15baa28a655fc3742fcbd7b3a214f</id>
<content type='text'>
Fixes the build on FreeBSD.

Fixes #988.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes the build on FreeBSD.

Fixes #988.
</pre>
</div>
</content>
</entry>
<entry>
<title>stroke: Dynamically resize stroke messages</title>
<updated>2015-05-22T08:40:15+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2015-05-20T16:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=d8fe354a0e3a41d7d400a44fd2865312782db5df'/>
<id>d8fe354a0e3a41d7d400a44fd2865312782db5df</id>
<content type='text'>
The maximum size of a stroke message is currently 64k due to the 2 byte
length field.

Fixes #943.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The maximum size of a stroke message is currently 64k due to the 2 byte
length field.

Fixes #943.
</pre>
</div>
</content>
</entry>
<entry>
<title>stroke: Double the stroke message string buffer size</title>
<updated>2015-02-06T15:44:39+00:00</updated>
<author>
<name>Martin Willi</name>
<email>martin@revosec.ch</email>
</author>
<published>2015-02-06T15:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=c6bc167c0b29286eaf83663e541773495efe7f42'/>
<id>c6bc167c0b29286eaf83663e541773495efe7f42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
