- Aug 24, 2017
-
-
David Goulet authored
This will be useful to the hidden service subsystem that needs to go over all connections of a certain state to attach them to a hidden service circuit. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Add tests that ensure that SOCKS requests for v2/v3 addresses get intercepted and handled. - Add test that stores and lookups an HS descriptor in the client-side cache. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
This is a static function so don't polute the hs_client_ namespace. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Once a descriptor has been successfully downloaded from an HSDir, we flag the directory connection to "has fetched descriptor" so the connection subsystem doesn't trigger a new fetch on success. Same has DIR_PURPOSE_HAS_FETCHED_RENDDESC_V2 but for prop224. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
This code handles received HS descriptors by storing them in the client-side HS cache. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Recognize and handle v3 addresses. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Entry point is hs_client_refetch_v3_renddesc(). Will be used in subsequent commits. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Also refactor rendclient.c to use the new hs_pick_hdsir() func. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Also add tests for the hidserv_req subsystem. - Introduce purge_v2_hidserv_req() wrapper to simplify v2 code. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
See documentation of `last_hid_serv_requests_` for how it works. strmaps are cool! Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Specifically move the pick_hsdir() function and all the HSDir request tracking code. We plan to use all that code both for v2 and v3. This commit only moves code. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Aug 19, 2017
-
-
George Kadianakis authored
We will need to edit this function, and it's already pretty huge. Let's make it a bit smaller. This commit moves code, fixes a 80 char line and add two lines at the start to make it compile. Trivial change. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
George Kadianakis authored
We need this func so that we recognize SOCKS conns to v3 addresses. - Also rename rend_valid_service_id() to rend_valid_v2_service_id() - Also move parse_extended_hostname() tests to their own unittest, and add a v3 address to the test as well. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
George Kadianakis authored
When we enter overlap mode we start using the next hsdir index of relays. However, we only compute the next hsdir index of relays when we receive a consensus or their descriptor. This means that there is a window of time between entering the overlap period and fetching the consensus where relays have their next hsdir index uninitialized. This patch fixes this by recomputing all hsdir indices when we first enter the overlap period.
-
George Kadianakis authored
We want to reupload our descriptor if its set of responsible HSDirs changed to minimize reachability issues. This patch adds a callback everytime we get new dirinfo which checks if the hash ring changed and reuploads descriptor if needed.
-
George Kadianakis authored
-
George Kadianakis authored
Make sure we have a live consensus (for SRV) and enough descriptors (for hash ring). Also fix unittests that broke.
-
George Kadianakis authored
We used to not check next hsdir index.
-
David Goulet authored
Because the HS subsystem calls it every second, change the log level to debug so it doesn't spam the info log. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Aug 11, 2017
-
-
David Goulet authored
Our Windows compiler treats "time_t" as long long int but Linux likes it long int so cast those to make Windows happy. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Partially fix #23224. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Partially fixes #23223 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Use the PATH_SEPARATOR for a path comparaison so it works with Windows as well. Partially fix #23223 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
Nick Mathewson authored
This change should improve overhead for downloading small numbers of descriptors and microdescriptors by improving compression performance and lowering directory request overhead. Closes ticket 23220.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Aug 09, 2017
-
-
Roger Dingledine authored
the values of "v3" and "bridge" have to do with *where* you publish to, not whether you publish.
-
Nick Mathewson authored
Implements 15645.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
George Kadianakis authored
- Fix various ssize_t/size_t confusions in the tests. - Fix a weird memset argument: "bad_memset: Argument -16 in memset loses precision in memset(&desc_two->blinded_kp.pubkey.pubkey, -16, 32UL)." - Fix check_after_deref instance in check_state_line_for_service_rev_counter(): "check_after_deref: Null-checking items suggests that it may be null, but it has already been dereferenced on all paths leading to the check."
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-