<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/puppet/modules/site_shorewall/manifests, branch 0.5.4.1</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>fix incorrect shorewall parameter name 'protocol', should be 'proto'</title>
<updated>2014-05-02T20:24:00+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2014-05-02T20:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=c334061df623e3806c544598195eb93a805a91ce'/>
<id>c334061df623e3806c544598195eb93a805a91ce</id>
<content type='text'>
Change-Id: I9c6c798b174228d44d01b55f2a4aa19458e2da8d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9c6c798b174228d44d01b55f2a4aa19458e2da8d
</pre>
</div>
</content>
</entry>
<entry>
<title>block DNS traffic at the OpenVPN gateway (#4164)</title>
<updated>2014-04-29T18:39:15+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2014-04-29T18:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=e3e44973d6290a0228375135adf88d3271fc4242'/>
<id>e3e44973d6290a0228375135adf88d3271fc4242</id>
<content type='text'>
There are many different edge cases where mac and windows clients (and
maybe android too) will revert to using a different DNS server than the
one specified by openvpn.

This is bad news for security reasons. The client is being designed so
it doesn't leak DNS, however we don't want to put all of our eggs in one
basket, so this will block outgoing port 53 (udp and tcp) on the
gateway's firewall from any of the EIP interfaces (thus not blocking DNS
access on the gateway itself).

Change-Id: I84dcfec7fb591cf7e6b356b66b9721feda188177
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are many different edge cases where mac and windows clients (and
maybe android too) will revert to using a different DNS server than the
one specified by openvpn.

This is bad news for security reasons. The client is being designed so
it doesn't leak DNS, however we don't want to put all of our eggs in one
basket, so this will block outgoing port 53 (udp and tcp) on the
gateway's firewall from any of the EIP interfaces (thus not blocking DNS
access on the gateway itself).

Change-Id: I84dcfec7fb591cf7e6b356b66b9721feda188177
</pre>
</div>
</content>
</entry>
<entry>
<title>vagrant: support other providers besides virtualbox (Bug #4158), Part 2</title>
<updated>2013-10-16T19:30:16+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2013-10-16T19:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=99df31cdd58ca60b90c0098b126903e2d8251128'/>
<id>99df31cdd58ca60b90c0098b126903e2d8251128</id>
<content type='text'>
took out the last remaining virtualbox references
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
took out the last remaining virtualbox references
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure that the shorewall package is installed before trying to change its configuration file (#3701)</title>
<updated>2013-09-04T14:45:20+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2013-09-03T18:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=9544d1a4c8e3dfa11ba611b296a3e47edde0e67f'/>
<id>9544d1a4c8e3dfa11ba611b296a3e47edde0e67f</id>
<content type='text'>
Change-Id: Ib2dad30d53e5bf7539762eb3683430b10eb875ed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib2dad30d53e5bf7539762eb3683430b10eb875ed
</pre>
</div>
</content>
</entry>
<entry>
<title>postfix enable submission port using starttls, so the client can transition to the more restrictive TLS wrapper mode</title>
<updated>2013-08-31T12:33:53+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2013-08-30T19:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=ff26ca98604d9e3f3856cca2af678b21c096d1ee'/>
<id>ff26ca98604d9e3f3856cca2af678b21c096d1ee</id>
<content type='text'>
Change-Id: I2a1728788378d9a1b79155ddb9bb4b0464b16baa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2a1728788378d9a1b79155ddb9bb4b0464b16baa
</pre>
</div>
</content>
</entry>
<entry>
<title>Make TLS-required smtps (465) be port for sending SMTP. This is preferred over 25 because that is typically blocked, and we cannot force TLS on that port due to other MTAs not being configured for this century. We don't use submission (568) because that uses STARTTLS, and the STARTTLS banner can easily be stripped by an adversary. (#3604)</title>
<updated>2013-08-29T20:15:24+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2013-08-29T20:14:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=ddcab83dda101ee335bbf37451f37e2bfe358c7f'/>
<id>ddcab83dda101ee335bbf37451f37e2bfe358c7f</id>
<content type='text'>
. enable smtps (port 465) for client submission over TLS, and require that TLS is enabled
. add 465 to the allowed open ports in the firewall
. change the smtp-service.json to use 465 instead of 25

note: I did not use the 'use_smtps' parameter that is available in the postfix
class because it added some options that we do not want/need.

Change-Id: I0040eb2dff6008a1c830d59df9963eb83dc9ea02
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
. enable smtps (port 465) for client submission over TLS, and require that TLS is enabled
. add 465 to the allowed open ports in the firewall
. change the smtp-service.json to use 465 instead of 25

note: I did not use the 'use_smtps' parameter that is available in the postfix
class because it added some options that we do not want/need.

Change-Id: I0040eb2dff6008a1c830d59df9963eb83dc9ea02
</pre>
</div>
</content>
</entry>
<entry>
<title>install a preliminary firewall that blocks everything, except ssh for the cases when shorewall doesn't properly come up, ensuring that it fails safe (#3339)</title>
<updated>2013-08-22T13:43:20+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2013-08-20T23:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=3cdebf3ebe73cb2859dc852dcc73a8ee2d60e976'/>
<id>3cdebf3ebe73cb2859dc852dcc73a8ee2d60e976</id>
<content type='text'>
Change-Id: Id4f0bf6cf25f420aa2ad67635b37ae95f54e3d38
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id4f0bf6cf25f420aa2ad67635b37ae95f54e3d38
</pre>
</div>
</content>
</entry>
<entry>
<title>make site_shorewall::soledad use the hiera value for the soledad port</title>
<updated>2013-08-01T10:04:47+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2013-07-30T01:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=da191971398827f81ddb0dffd86d4a3c572f6386'/>
<id>da191971398827f81ddb0dffd86d4a3c572f6386</id>
<content type='text'>
Change-Id: I923f15de807f907d6246c3a83df1e59c39d4e920
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I923f15de807f907d6246c3a83df1e59c39d4e920
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'feature/soledad' into feature/leap_mx</title>
<updated>2013-07-26T18:11:33+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2013-07-26T18:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=8d28379aca4d8a79caa00afbf79ad4e5a204493f'/>
<id>8d28379aca4d8a79caa00afbf79ad4e5a204493f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial soledad configuration</title>
<updated>2013-07-25T19:07:57+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@riseup.net</email>
</author>
<published>2013-05-21T21:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=1c9c5a5fec51919a8e9ec14f5fe9b16c538bb4fa'/>
<id>1c9c5a5fec51919a8e9ec14f5fe9b16c538bb4fa</id>
<content type='text'>
Change-Id: I19e91887c3f8e90764b4baef8c5e29e25658e190
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I19e91887c3f8e90764b4baef8c5e29e25658e190
</pre>
</div>
</content>
</entry>
</feed>
