- 14 Jun, 2024 20 commits
-
-
Tom Niget authored
-
Tom Niget authored
-
Tom Niget authored
-
Tom Niget authored
--ncp-disable was deprecated in OpenVPN 2.5 and removed in 2.6. Their rationale is that with the current status of NCP, the option is no longer necessary.
-
Tom Niget authored
-
Tom Niget authored
Nemu previously had an issue with PIDs above 4 hex digits (> 65535) where created network interfaces would have names of length exceeding IFNAMSIZ. These fixes have been upstreamed in nemu3.
-
Tom Niget authored
-
Tom Niget authored
Python3 added automatic detection of leaked resources, which causes lots of warnings in Re6st, mostly because of unclosed subprocess streams.
-
Tom Niget authored
In the end, we should migrate completely to cryptography. A lot of bits of the legacy OpenSSL module are being deprecated, some that we use (notably signature and verification tools) already are.
-
Tom Niget authored
-
Tom Niget authored
-
Tom Niget authored
The demo expects its storage directory to be clean at start, otherwise undefined behavior will occur.
-
Tom Niget authored
-
Tom Niget authored
-
Tom Niget authored
-
Tom Niget authored
-
Tom Niget authored
-
Tom Niget authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
- 29 Jan, 2024 1 commit
-
- 23 Jan, 2024 1 commit
-
-
Julien Muchembled authored
No need for more logging since the culprit is visible everywhere in routing tables.
-
- 19 Oct, 2023 1 commit
-
-
Joanne Hugé authored
-
- 21 Sep, 2023 1 commit
- 29 Jun, 2023 1 commit
-
-
Joanne Hugé authored
-
- 23 Jun, 2023 6 commits
-
-
Julien Muchembled authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Julien Muchembled authored
This fixes default packet redirection when merging multiple re6st networks. Nodes will then install multiple default routes for each re6st network with the correspond src-prefix. The changes include: - redistribute default route with src prefix on gateways - remove the now obsolete default option - if subtrees is not available in the kernel, delete src prefix from the default route and don't advertise the default route to other nodes - if there is no src prefix in the redistributed default route, add one to be retro-compatible with the old gateway behaviour
-
- 09 May, 2023 1 commit
-
-
Thomas Gambier authored
-
- 19 Oct, 2022 1 commit
-
-
Léo-Paul Géneau authored
Implement select in multicast.py to fix immediate return causing 100% cpu load See merge request !39
-
- 29 Sep, 2022 1 commit
-
-
Xiaowu Zhang authored
This reverts commit f9b112a7 python-unshare and python-passfd are dependencies of nemu: https://github.com/NightTsarina/nemu/blob/master/setup.py#L18, but nemu in pypi: https://pypi.org/project/nemu/0.3.1/ is outdated, it has no dependency defined so keep those here
-
- 27 Sep, 2022 3 commits
-
-
Julien Muchembled authored
This is required for 47f69a00 ("redistribute default routes with src-prefix").
-
Xiaowu Zhang authored
See merge request !38
-
Joanne Hugé authored
-
- 26 Sep, 2022 1 commit
-
-
Joanne Hugé authored
-
- 21 Sep, 2022 1 commit
-
-
Joanne Hugé authored
For instance 89.30.119.100 has an entry in the geoip2 database without country key
-
- 29 Aug, 2022 1 commit
-
-
Xiaowu Zhang authored
anyway, let test failed if any error
-