<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eduvpn-common/internal/server, branch 1.0.0</title>
<subtitle>Fork of codeberg.org/eduVPN/eduvpn-common for &lt;b&gt;reasons&lt;/b&gt;</subtitle>
<id>https://herkulessi.de/git/eduvpn-common/atom?h=1.0.0</id>
<link rel='self' href='https://herkulessi.de/git/eduvpn-common/atom?h=1.0.0'/>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/'/>
<updated>2023-02-28T11:04:27Z</updated>
<entry>
<title>API + OAuth: Add some debug logging for tokens</title>
<updated>2023-02-28T11:04:27Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2023-02-28T11:04:27Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=b82ecd11c1a0e33409c8118d2acd0961f0a6cfa7'/>
<id>urn:sha1:b82ecd11c1a0e33409c8118d2acd0961f0a6cfa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Profile Test: format</title>
<updated>2023-02-27T14:48:47Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2023-02-27T14:48:47Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=ac9ec0f8dfeb7227d7d00f8cd1bc2ab1a2310441'/>
<id>urn:sha1:ac9ec0f8dfeb7227d7d00f8cd1bc2ab1a2310441</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor: Improve some errors by using errors.New and add context</title>
<updated>2023-02-17T09:35:27Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2023-02-17T09:35:27Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=b05ce93edfeb86ddd7af5a859eb5e20b3653e56b'/>
<id>urn:sha1:b05ce93edfeb86ddd7af5a859eb5e20b3653e56b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Server: Add test for profiles</title>
<updated>2023-02-16T16:42:49Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2023-02-16T16:42:49Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=354706c76e0531a282d1ee904ec5a0640ab34627'/>
<id>urn:sha1:354706c76e0531a282d1ee904ec5a0640ab34627</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format: Run gofumpt</title>
<updated>2023-02-16T15:03:46Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2023-02-16T15:03:46Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=57705feadd598c9a14df53b83161b8f020731bd6'/>
<id>urn:sha1:57705feadd598c9a14df53b83161b8f020731bd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Server: Validate endpoints</title>
<updated>2023-02-16T14:52:05Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2023-02-16T14:48:52Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=807140ce43584e9612f7b5890b13d751247f8e6e'/>
<id>urn:sha1:807140ce43584e9612f7b5890b13d751247f8e6e</id>
<content type='text'>
This commit validates the server endpoints by checking the Host and
scheme of each URL to check if they match eachother. This is to
prevent further mixup attacks
</content>
</entry>
<entry>
<title>Server: Remove 75% requirement on renew button</title>
<updated>2023-02-15T13:21:48Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2023-02-15T13:21:48Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=f106485d6a757e92949e0c0da6b68385879e4623'/>
<id>urn:sha1:f106485d6a757e92949e0c0da6b68385879e4623</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Server: Add script-security 0 to the OpenVPN config</title>
<updated>2023-01-31T11:16:33Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2023-01-31T11:15:22Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=0969bbdda92aef8568e72dbdda338b7cdf920191'/>
<id>urn:sha1:0969bbdda92aef8568e72dbdda338b7cdf920191</id>
<content type='text'>
This prevents scripts from being executed by default. Clients can
override this by either using the OpenVPN --script-security flag or
add a script-security setting themselves.
</content>
</entry>
<entry>
<title>Server API: Set a lower timeout for disconnect</title>
<updated>2023-01-13T12:57:29Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2023-01-13T12:56:07Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=26abec61db10c3b86d9d168f093d4e5a75cc8783'/>
<id>urn:sha1:26abec61db10c3b86d9d168f093d4e5a75cc8783</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Client + Discovery: Implement further organizations expiry</title>
<updated>2023-01-10T11:28:59Z</updated>
<author>
<name>jwijenbergh</name>
<email>jeroenwijenbergh@protonmail.com</email>
</author>
<published>2023-01-10T11:15:01Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=b51831b6361dde4e63fa38bfd968ff729ab72dc5'/>
<id>urn:sha1:b51831b6361dde4e63fa38bfd968ff729ab72dc5</id>
<content type='text'>
</content>
</entry>
</feed>
