- 25 Sep, 2018 1 commit
-
-
Julien Muchembled authored
-
- 30 Aug, 2018 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
Ideally, babeld should not keep running when it can't set such routes. Currently, it only outputs an error message in its log.
-
Julien Muchembled authored
In SQLite, a string that only contains '0' chars evaluates to False.
-
- 09 Aug, 2018 1 commit
-
-
Julien Muchembled authored
-
- 07 Aug, 2018 1 commit
-
-
Julien Muchembled authored
We currently have issues with OpenVPN hook scripts that aren't always killed at exit. Such orphan processes prevent re6st from starting again (EADDRINUSE). We want to know if it's an OpenVPN that does not exit cleanly on TERM, or if it sometimes does not exit at all after 5s (then re6st sends a KILL signal and at that point we should indeed make sure that any subprocess is also KILLed).
-
- 01 Aug, 2018 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
gaierror: [Errno -2] Name or service not known Traceback (most recent call last): File "re6st/cli/node.py", line 271, in main remote_gateway, config.disable_proto, config.neighbour) File "re6st/tunnel.py", line 663, in __init__ cache, cert, address) File "re6st/tunnel.py", line 236, in __init__ self._updateCountry(address) File "re6st/tunnel.py", line 643, in _updateCountry family, ip = resolve(*address) File "re6st/tunnel.py", line 30, in resolve for x in socket.getaddrinfo(ip, port, family, 0, proto)) where ip is '-a'
-
- 03 Jul, 2018 1 commit
-
-
Julien Muchembled authored
-
- 02 Jul, 2018 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 29 Jun, 2018 1 commit
-
-
Julien Muchembled authored
-
- 26 Jun, 2018 1 commit
-
-
Arnaud Fontaine authored
/reviewed-on nexedi/re6stnet!4
-
- 01 Jun, 2018 1 commit
-
-
Kazuhiko Shiozaki authored
error: [Errno 21] Is a directory: 're6st/cli'
-
- 15 Mar, 2018 1 commit
-
-
Arnaud Fontaine authored
/reviewed-on !3
-
- 13 Mar, 2018 1 commit
-
-
Julien Muchembled authored
-
- 12 Mar, 2018 2 commits
-
-
Arnaud Fontaine authored
Also, add iptables/ip6tables example configuration.
-
Julien Muchembled authored
Using datetime objects was a bad idea anyway. Its extra accuracy for microseconds is lost because datime.utcnow() is slower than time.time().
-
- 26 Feb, 2018 1 commit
-
-
Arnaud Fontaine authored
Required to share the connectivity with others.
-
- 05 Jan, 2018 1 commit
-
-
Julien Muchembled authored
-
- 23 Oct, 2017 1 commit
-
-
Julien Muchembled authored
-
- 20 Jul, 2017 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 07 Mar, 2017 5 commits
-
-
Rafael Monnerat authored
The list of authorized IPs for private RPCs is now configurable. This is required when the registry is not bound to localhost.
-
Rafael Monnerat authored
With this API, a client can query IPv6/IPv4 information outside re6stnet/babel for reporting. The API considers that the email is unique, else it returns the first occurrence. For SlapOS integration, it is more than enough to consider that email will not be repeated.
-
Rafael Monnerat authored
addToken, isToken and DeleteToken are introduced to manage tokens created by other system (like SlapOS for example). If token is present, raise conflict instead loop until timeout.
-
Rafael Monnerat authored
This is a useful class that can be used for other reasons.
-
Julien Muchembled authored
-
- 16 Dec, 2016 1 commit
-
-
Julien Muchembled authored
-
- 12 Dec, 2016 1 commit
-
-
Julien Muchembled authored
-
- 24 Oct, 2016 1 commit
-
-
Julien Muchembled authored
-
- 11 Oct, 2016 1 commit
-
-
Julien Muchembled authored
-
- 29 Sep, 2016 1 commit
-
-
Julien Muchembled authored
-
- 23 Sep, 2016 2 commits
-
-
Julien Muchembled authored
Which happens when only re6stnet is restarted. The DIF must even be recreated if the local certificate has changed, so that we can reconfigure the shim DIF.
-
Julien Muchembled authored
-
- 19 Sep, 2016 1 commit
-
-
Julien Muchembled authored
-
- 15 Sep, 2016 1 commit
-
-
Julien Muchembled authored
-
- 14 Sep, 2016 1 commit
-
-
Julien Muchembled authored
-