<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tteras/strongswan/src/libcharon/plugins/socket_default, branch 5.2.1rc1</title>
<subtitle>tteras' strongSwan tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/'/>
<entry>
<title>packet: Define a global default maximum size for IKE packets</title>
<updated>2014-10-10T07:32:42+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2014-09-16T13:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=f00a9c171592c05cc6e77030b791e80525dd839b'/>
<id>f00a9c171592c05cc6e77030b791e80525dd839b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plugins: Don't link with -rdynamic on Windows</title>
<updated>2014-06-04T13:53:02+00:00</updated>
<author>
<name>Martin Willi</name>
<email>martin@revosec.ch</email>
</author>
<published>2013-10-25T14:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=4163421f918d830585bfdccde0973d8801aad258'/>
<id>4163421f918d830585bfdccde0973d8801aad258</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libcharon: Use lib-&gt;ns instead of charon-&gt;name</title>
<updated>2014-02-12T13:34:32+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2014-01-22T14:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=d223fe807a0a7fe6f358420256d11d407f7c9f07'/>
<id>d223fe807a0a7fe6f358420256d11d407f7c9f07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>socket-default: Allow setting firewall mark on outbound packets</title>
<updated>2013-10-11T13:32:44+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2013-08-13T14:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=80f8b3a6d86bb15b2dca73ad50371a54cb3e5cad'/>
<id>80f8b3a6d86bb15b2dca73ad50371a54cb3e5cad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sockets: Initialize the whole ancillary data buffer not only the actual struct</title>
<updated>2013-09-10T11:42:59+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2013-09-10T11:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=4eb6149ae83a30e485644ce0a51d278f6afa908f'/>
<id>4eb6149ae83a30e485644ce0a51d278f6afa908f</id>
<content type='text'>
This avoids uninitialized bytes that Valgrind seems to notice otherwise.

Fixes #395.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids uninitialized bytes that Valgrind seems to notice otherwise.

Fixes #395.
</pre>
</div>
</content>
</entry>
<entry>
<title>capabilities: Some plugins don't actually require capabilities at runtime</title>
<updated>2013-07-18T13:25:35+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2013-07-08T16:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=dfc99020137e1722ec415d08006424c8b81c3c04'/>
<id>dfc99020137e1722ec415d08006424c8b81c3c04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>automake: replace INCLUDES by AM_CPPFLAGS</title>
<updated>2013-07-18T12:59:19+00:00</updated>
<author>
<name>Martin Willi</name>
<email>martin@revosec.ch</email>
</author>
<published>2013-07-17T12:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=19cb07b89050c0e3ea6a11e1914318c4ff1284b5'/>
<id>19cb07b89050c0e3ea6a11e1914318c4ff1284b5</id>
<content type='text'>
INCLUDES are now deprecated and throw warnings when using automake 1.13.
We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and
defines are passed to AM_CPPFLAGS only.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
INCLUDES are now deprecated and throw warnings when using automake 1.13.
We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and
defines are passed to AM_CPPFLAGS only.
</pre>
</div>
</content>
</entry>
<entry>
<title>socket-default: Add options to disable address families</title>
<updated>2013-07-05T07:48:27+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2013-07-03T15:57:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=598bec78faa6064cc717102c61770ce3040dea87'/>
<id>598bec78faa6064cc717102c61770ce3040dea87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>net: Socket implementations report the address families they support</title>
<updated>2013-07-05T07:48:01+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2013-07-03T15:32:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=eafd7ee7e1164cd21fa7f9a2d828a0bb5f51ef0b'/>
<id>eafd7ee7e1164cd21fa7f9a2d828a0bb5f51ef0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>socket-default: Require CAP_NET_BIND_SERVICE for ports &lt; 1024</title>
<updated>2013-06-25T15:16:32+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2013-06-25T06:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=1dd61bf13d688dfa71b25d3eb7872dc784f1e57c'/>
<id>1dd61bf13d688dfa71b25d3eb7872dc784f1e57c</id>
<content type='text'>
Since we don't know which ports are used with socket-dynamic we can't
demand the capability there, but it might still be required.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we don't know which ports are used with socket-dynamic we can't
demand the capability there, but it might still be required.
</pre>
</div>
</content>
</entry>
</feed>
