<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-vpn.git/debian, branch feat/ui-redesign</title>
<subtitle>[bitmask-vpn] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/'/>
<entry>
<title>[pkg] riseup beta provider</title>
<updated>2021-11-09T18:57:02+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2021-11-09T18:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=e0595ace520e6d98ba6293b15ca3d4133f0dddbb'/>
<id>e0595ace520e6d98ba6293b15ca3d4133f0dddbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] update controls qml package</title>
<updated>2021-07-06T16:59:25+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2021-07-06T16:58:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=ae680e0087e42798190d44b51df05b773b8f909c'/>
<id>ae680e0087e42798190d44b51df05b773b8f909c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] bump version</title>
<updated>2021-06-22T16:28:21+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2021-06-22T16:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=e01a926fb8fea4056fe4c594d59e4d8c7e0714ac'/>
<id>e01a926fb8fea4056fe4c594d59e4d8c7e0714ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] allow to define explicitely allowed private address</title>
<updated>2021-06-14T19:45:58+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2021-06-14T19:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=45939be0800f8cb77dcac854706ed1c7ac757931'/>
<id>45939be0800f8cb77dcac854706ed1c7ac757931</id>
<content type='text'>
By default, bitmask-root allows traffic to devices in local networks.

However, this behavior depends on it correctly identifying the local
network of the default route, and it can fail on more complex network
setups (one common failure mode is when one of the ifaces gets a
link-local ip).

This commit introduces an explicit mechanism, by parsing lines in

/etc/bitmask/ipv4.allow
/etc/bitmask/ipv6.allow

If valid private ips are defined in either of the files, the behavior
will change to fail close for local devices, and allow traffic (both tcp
and udp) to the defined ips, on all ports.

- Resolves: #503
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default, bitmask-root allows traffic to devices in local networks.

However, this behavior depends on it correctly identifying the local
network of the default route, and it can fail on more complex network
setups (one common failure mode is when one of the ifaces gets a
link-local ip).

This commit introduces an explicit mechanism, by parsing lines in

/etc/bitmask/ipv4.allow
/etc/bitmask/ipv6.allow

If valid private ips are defined in either of the files, the behavior
will change to fail close for local devices, and allow traffic (both tcp
and udp) to the defined ips, on all ports.

- Resolves: #503
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] skip tests since they contact outside</title>
<updated>2021-04-14T16:33:46+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2021-04-14T16:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=ed3f393b1a81f040406a2b622a82c8f86a27c460'/>
<id>ed3f393b1a81f040406a2b622a82c8f86a27c460</id>
<content type='text'>
that makes build fail in launchpad
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that makes build fail in launchpad
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] modify version gen to read static version file</title>
<updated>2021-04-14T14:49:53+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2021-04-14T14:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=2e8f2a2e8e83fd89f956cdde886d5d9d808132da'/>
<id>2e8f2a2e8e83fd89f956cdde886d5d9d808132da</id>
<content type='text'>
this can be used from any build script to distinguish the version string
that will be displayed (ie: 0.21.2-debian-1)

- Resolves: #468
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this can be used from any build script to distinguish the version string
that will be displayed (ie: 0.21.2-debian-1)

- Resolves: #468
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] lintian happy</title>
<updated>2021-04-14T11:02:07+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2021-04-14T11:02:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=eba7fe9f49a5156991ec0924ab86848fb681f03a'/>
<id>eba7fe9f49a5156991ec0924ab86848fb681f03a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] exclude garbage from source file</title>
<updated>2021-04-14T11:00:52+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2021-04-14T11:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=2fac9af12e345b6783fb51d14b9265943ffdf324'/>
<id>2fac9af12e345b6783fb51d14b9265943ffdf324</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] skip dwz to be able to build in buster</title>
<updated>2021-03-03T02:24:29+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2021-03-03T02:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=93e0d71c10a2e6dde22c404f25cfb4f675a72780'/>
<id>93e0d71c10a2e6dde22c404f25cfb4f675a72780</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] build debian package</title>
<updated>2021-02-11T22:04:14+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2021-02-11T20:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=e9c0e2edf44d6d185ae02adfc88b3ddabf660776'/>
<id>e9c0e2edf44d6d185ae02adfc88b3ddabf660776</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
