- Sep 17, 2021
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Sep 16, 2021
-
-
Nick Mathewson authored
-
- Sep 15, 2021
-
-
skaluzka authored
Add few missing periods, convert tabs to spaces. No new significant content added. Signed-off-by:
skaluzka <skaluzka@protonmail.com>
-
- Sep 14, 2021
-
-
Neel Chauhan authored
-
- Sep 13, 2021
-
-
David Goulet authored
-
David Goulet authored
-
David Goulet authored
-
Alexander Hansen Færøy authored
We currently assume that the only way for Tor to listen on ports in the privileged port range (1 to 1023), on Linux, is if we are granted the NET_BIND_SERVICE capability. Today on Linux, it's possible to specify the beginning of the unprivileged port range using a sysctl configuration option. Docker (and thus the CI service Tor uses) recently changed this sysctl value to 0, which causes our tests to fail as they assume that we should NOT be able to bind to a privileged port *without* the NET_BIND_SERVICE capability. In this patch, we read the value of the sysctl value via the /proc/sys/ filesystem iff it's present, otherwise we assume the default unprivileged port range begins at port 1024. See: #40275
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
- Sep 08, 2021
-
-
skaluzka authored
Remove all unnecessary ";" characters at the end of several lines. Align all indentations to 4 spaces. Update console messages related to XML_CATALOG_FILES and .bashrc file. Signed-off-by:
skaluzka <skaluzka@protonmail.com>
-
- Sep 07, 2021
-
-
Nick Mathewson authored
- Aug 31, 2021
-
-
David Goulet authored
-
- Aug 29, 2021
-
- Aug 26, 2021
-
-
Neel Chauhan authored
Add spaces between the "and" when logging the "Your server has not managed to confirm reachability for its" on dual-stack relays
-
Nick Mathewson authored
-
Nick Mathewson authored
This code is based directly on the specification, without looking at the reference implementation or the implementation in Arti. Nonetheless, it is now passing with the test vectors generated by the reference implementation.
-
Nick Mathewson authored
-
- Aug 22, 2021
-
- Aug 18, 2021
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Aug 17, 2021
-
-
David Goulet authored
When a directory request fails, we flag the relay as non Running so we don't use it anymore. This can be problematic with onion services because there are cases where a tor instance could have a lot of services, ephemeral ones, and keeps failing to upload descriptors, let say due to a bad network, and thus flag a lot of nodes as non Running which then in turn can not be used for circuit building. This commit makes it that we never flag nodes as non Running on a onion service directory request (upload or fetch) failure as to keep the hashring intact and not affect other parts of tor. Fortunately, the onion service hashring is _not_ selected by looking at the Running flag but since we do a 3-hop circuit to the HSDir, other services on the same instance can influence each other by removing nodes from the consensus for path selection. This was made apparent with a small network that ran out of nodes to used due to rapid succession of onion services uploading and failing. See #40434 for details. Fixes #40434 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Aug 16, 2021
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-
David Goulet authored
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
This will hopefully solve an issue where our gmtime related tests are failing on 32-bit builds.
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Since we merged 40383, we don't expect these to give the same warning on every platform.
-