<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/provider_base/files/service-definitions/v1, branch master</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>fixed bug when there is no vpn service</title>
<updated>2014-11-24T20:28:47+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-11-24T20:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=95d30570f681ba2f43bbe7ffe344b92439be1ae9'/>
<id>95d30570f681ba2f43bbe7ffe344b92439be1ae9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>openvpn - support customizing --fragment, and set default to 1400</title>
<updated>2014-11-11T04:43:24+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-11-11T04:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=b9d2030beb890e8dccbbe42bfcc430a2c2702a92'/>
<id>b9d2030beb890e8dccbbe42bfcc430a2c2702a92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow ability to customize openvpn security stuff: tls-cipher, auth, and cipher config options.</title>
<updated>2014-03-20T20:10:44+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-03-20T20:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=222fd1568d7af9ea953a4d6179578da5994ea1fd'/>
<id>222fd1568d7af9ea953a4d6179578da5994ea1fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change SMTP port to 465 in smtp-service.json (Feature #4339)</title>
<updated>2013-11-01T17:29:39+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2013-11-01T17:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=5e004e3bf776f9eb0831213fc25c26009aa6d820'/>
<id>5e004e3bf776f9eb0831213fc25c26009aa6d820</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>add support for client-side collection of facter facts.</title>
<updated>2013-06-05T05:45:01+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2013-06-05T05:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=907c4fb87f2b1a6c9fdb02ba2bd6017d2019762b'/>
<id>907c4fb87f2b1a6c9fdb02ba2bd6017d2019762b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added smtp-service.json, requires latest leap_cli</title>
<updated>2013-05-14T19:23:20+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2013-05-14T19:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=b3d1c6c58838b0c4f368bc42493ac3bae280b5af'/>
<id>b3d1c6c58838b0c4f368bc42493ac3bae280b5af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added soledad-service.json</title>
<updated>2013-04-30T21:25:45+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2013-04-30T21:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=c8e427c39285a0ac8750c1b9bbf247533bbce519'/>
<id>c8e427c39285a0ac8750c1b9bbf247533bbce519</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>provider base - service definitions are now versioned (requires new leap_cli)</title>
<updated>2013-04-25T01:04:48+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2013-04-25T01:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=4ed2bb37ea8283f79aecca8b78e80b141e9eff50'/>
<id>4ed2bb37ea8283f79aecca8b78e80b141e9eff50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
