<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unetd/unetd.h, branch master</title>
<subtitle>WireGuard based VPN connection manager for OpenWrt</subtitle>
<id>https://git.openwrt.org/project/unetd/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/unetd/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/unetd/'/>
<updated>2025-02-28T13:30:56Z</updated>
<entry>
<title>add udebug support</title>
<updated>2025-02-28T13:30:56Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2025-02-28T13:30:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/unetd/commit/?id=3fab99eab4d5fe29280babcfa5d6b86e43b88cad'/>
<id>urn:sha1:3fab99eab4d5fe29280babcfa5d6b86e43b88cad</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>ubus: add api for generating and validating security tokens</title>
<updated>2025-01-31T12:42:05Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2025-01-31T11:01:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/unetd/commit/?id=f5341f3275394504a1d5a86ea3db817029f9e2f2'/>
<id>urn:sha1:f5341f3275394504a1d5a86ea3db817029f9e2f2</id>
<content type='text'>
These tokens can be used to authenticate communication between hosts over
the unet network. Tokens can only be decrypted by unetd on the receiver,
using the private wireguard key.
Since no time based replay checks are performed, the service that validates
the token should first send a challenge to the other side first and verify
its presence in the decrypted token data.

If a service name is passed in the call, validation enforces that both
sides must be a member of that service.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>pex: keep active pex hosts after the specified timeout</title>
<updated>2022-09-16T16:55:17Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2022-09-10T10:33:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/unetd/commit/?id=be175767bc67aad0cc0df2c28e7caddb988843d0'/>
<id>urn:sha1:be175767bc67aad0cc0df2c28e7caddb988843d0</id>
<content type='text'>
Keep them as long as they have sent us a valid message in the last minute

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>add protocol for exchanging signed network data</title>
<updated>2022-08-23T21:20:25Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2022-08-13T12:57:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/unetd/commit/?id=bf43cce3830426f5a4faf78dc38d02cc063e0263'/>
<id>urn:sha1:bf43cce3830426f5a4faf78dc38d02cc063e0263</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>fix SPDX tag</title>
<updated>2022-08-23T11:48:18Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2022-08-06T13:51:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/unetd/commit/?id=2c2705ac61f56406d643d0bdee649e893e352e66'/>
<id>urn:sha1:2c2705ac61f56406d643d0bdee649e893e352e66</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>add support for loading signed network files</title>
<updated>2022-08-23T11:48:18Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2022-08-01T15:57:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/unetd/commit/?id=b5b4c4b14babd84964e2f5af1b047ff427ef5230'/>
<id>urn:sha1:b5b4c4b14babd84964e2f5af1b047ff427ef5230</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>remove dummy mode</title>
<updated>2022-08-02T16:53:49Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2022-08-01T05:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/unetd/commit/?id=2ceaeba6351cef0212fee556d17c9ccfa6921786'/>
<id>urn:sha1:2ceaeba6351cef0212fee556d17c9ccfa6921786</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>vxlan: add bpf program to fix up tcp mss values</title>
<updated>2022-06-29T19:18:09Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2022-06-29T18:12:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/unetd/commit/?id=859751fe977c173aa5623f5a6c3014c8699d2402'/>
<id>urn:sha1:859751fe977c173aa5623f5a6c3014c8699d2402</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>service: add vxlan tunnel support</title>
<updated>2022-06-15T15:01:32Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2022-06-15T13:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/unetd/commit/?id=d7df17009e7fe0828a38ce9f6ad107d75c04f5f4'/>
<id>urn:sha1:d7df17009e7fe0828a38ce9f6ad107d75c04f5f4</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>make ubus support optional (enabled by default)</title>
<updated>2022-05-23T13:04:57Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2022-05-23T13:04:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/unetd/commit/?id=c2dd2c4563a117bf6520a429d0ee1ae306433982'/>
<id>urn:sha1:c2dd2c4563a117bf6520a429d0ee1ae306433982</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
