| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | tor-hsclient: Add a TODO SPEC re circuit dirtiness | Ian Jackson | 2023-06-23 | 1 | -0/+2 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'circuit' into 'main' | Alexander Færøy | 2023-06-23 | 1 | -21/+29 | |
| |\ \ \ \ | |/ / / |/| / / | |/ / | | | | Drop intro circuit after ack, and deal with TODOs See merge request tpo/core/arti!1299 | |||||
| | * | | tor-hsclient: Discuss HS descriptor expiry and revision counters | Ian Jackson | 2023-06-23 | 1 | -2/+4 | |
| | | | | | | | | | | | | | And delete the corresponding TODO. | |||||
| | * | | tor-hsclient: Downgrade multi-ipt TODO | Ian Jackson | 2023-06-23 | 1 | -3/+4 | |
| | | | | ||||||
| | * | | tor-hsclient: Downgrade rend/ipt parallelism TODOs and add links | Ian Jackson | 2023-06-23 | 1 | -5/+8 | |
| | | | | ||||||
| | * | | tor-hsclient: Downgrade ipt parallelism to a note | Ian Jackson | 2023-06-23 | 1 | -2/+4 | |
| | | | | ||||||
| | * | | tor-hsclient: Downgrade hsdir fetch parallelism to a note | Ian Jackson | 2023-06-23 | 1 | -2/+4 | |
| | | | | ||||||
| | * | | tor-hsclient: Drop intro circuit after ack | Ian Jackson | 2023-06-23 | 1 | -7/+5 | |
| | |/ | ||||||
| * | | Merge branch 'data2' into 'main' | Nick Mathewson | 2023-06-23 | 1 | -0/+32 | |
| |\ \ | | | | | | | | | | | | | tor-hsclient: Expire old IPT data See merge request tpo/core/arti!1295 | |||||
| | * | | tor-hsclient: Write a test plan for IPT state management | Ian Jackson | 2023-06-23 | 1 | -0/+23 | |
| | | | | | | | | | | | | | | | | This won't be trivial. Put it in as a TODO HS rather than as part of this fix MR. | |||||
| | * | | tor-hsclient: Expire old IPT data | Ian Jackson | 2023-06-23 | 1 | -0/+9 | |
| | |/ | | | | | | | | | | | | | | | If we don't use it for a whole, the whole of `Data` will be expired by the new machinery in !1290. However, we also need to expire individual IPTs. This bug doesn't seem to have had a relevant TODO. | |||||
| * | | Merge branch 'expire' into 'main' | Ian Jackson | 2023-06-23 | 3 | -21/+215 | |
| |\ \ | | | | | | | | | | | | | tor-hsclient: Expire circuits when they get too old See merge request tpo/core/arti!1287 | |||||
| | * | | tor-hsclient: Add a note about circuit expiry uncertainty, ticket | Ian Jackson | 2023-06-22 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | tor-hsclient: Expand explanation of `last_used` (for Open) | Ian Jackson | 2023-06-22 | 1 | -1/+20 | |
| | | | | ||||||
| | * | | tor-hsclient: Make comment about circuit expiry more accurate | Nick Mathewson | 2023-06-22 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | tor-hsclient: linkify a URL in a doc comment | Ian Jackson | 2023-06-22 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | tor-hsclient: Apply broken formatting as demanded by rustfmt | Ian Jackson | 2023-06-22 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | tor-hsclient: Test circuit expiry | Ian Jackson | 2023-06-22 | 1 | -1/+46 | |
| | | | | ||||||
| | * | | tor-hsclient: Expire HS circuits that we don't want to reuse | Ian Jackson | 2023-06-22 | 1 | -4/+128 | |
| | | | | ||||||
| | * | | tor-hsclient: Introduce helper function for locking services table | Ian Jackson | 2023-06-22 | 2 | -14/+17 | |
| | | | | ||||||
| | * | | tor-hsclient: Abolish an obsolete comment | Ian Jackson | 2023-06-22 | 1 | -1/+0 | |
| | |/ | | | | | | | | | | | We don't now handle inability to store by panicking. Like the previous comment says, such situations end up with Err in stored, and that's handled by logging, below. | |||||
| * | | Remove onion service descriptor-related errorkinds. | Nick Mathewson | 2023-06-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | These have been subsumed by other errorkinds, mostly OnionServiceProtocolViolation and TorProtocolViolation. In particular please review the change in tor-hsclient closely; I am not sure about the new errorkinds for the error there. | |||||
| * | | netdoc: Introduce HsDescError | Nick Mathewson | 2023-06-22 | 2 | -31/+4 | |
| | | | | | | | | | | | | | | | | | | | | | For higher-level HsDesc-related functions, this type indicates where exactly an error occurred. It lets us distinguish decryption errors from parsing errors, and attribute responsibility to the hsdir, the onion service, or the user's lack of encryption. This lets us remove some just-introduced complexity in tor-hsclient. | |||||
| * | | Merge branch 'socks_errorkinds' into 'main' | Nick Mathewson | 2023-06-22 | 2 | -2/+25 | |
| |\ \ | |/ |/| | | | | | | | | | Generate correct-ish socks5 errors for onion service errors. Closes #736 See merge request tpo/core/arti!1279 | |||||
| | * | Generate correct ErrorKinds for hsdesc decryption failures. | Nick Mathewson | 2023-06-21 | 2 | -2/+25 | |
| | | | | | | | | | Part of #736 | |||||
| * | | Merge branch 'stderr' into 'main' | Alexander Færøy | 2023-06-21 | 1 | -0/+2 | |
| |\ \ | |/ |/| | | | | | lints: Promote clippy::print_stderr and clippy::print_stdout See merge request tpo/core/arti!1271 | |||||
| | * | lints: Run maint/add_warning to actually apply new lints | Ian Jackson | 2023-06-21 | 1 | -0/+2 | |
| | | | ||||||
| * | | tor-hsclient: Apply deferred clippy churn needed by fmt churn | Ian Jackson | 2023-06-21 | 1 | -1/+1 | |
| | | | | | | | | | rustfmt *introduced* this clippy warning. | |||||
| * | | tor-hsclient: Apply deferred rustfmt churn | Ian Jackson | 2023-06-21 | 2 | -11/+6 | |
| | | | ||||||
| * | | tor-hsclient: Drop most allows that are marked for removal | Ian Jackson | 2023-06-21 | 3 | -9/+0 | |
| | | | ||||||
| * | | tor-hsclient: Drop a large number of unneeded imports | Ian Jackson | 2023-06-21 | 4 | -19/+9 | |
| | | | ||||||
| * | | tor-hsclient: Add HSID to some log messages | Ian Jackson | 2023-06-21 | 1 | -6/+7 | |
| | | | | | | | | | | | For the debug!, we can use the unredacted form. For error!, we use Sensitive. | |||||
| * | | tor-hsclient: Do Debug the descriptor as part of Data | Ian Jackson | 2023-06-21 | 1 | -1/+0 | |
| | | | | | | | | | | | Empirically, this does not cause the descriptor to be spat out in normal operation. And it seems right. | |||||
| * | | tor-hsclient: Drop some temporary trace calls | Ian Jackson | 2023-06-21 | 2 | -8/+2 | |
| | | | | | | | | | | | These were added as part of a debugging #885, and are no longer needed. | |||||
| * | | tor-hsclient: Drop two eprintlns in production code | Ian Jackson | 2023-06-21 | 1 | -2/+0 | |
| | | | ||||||
| * | | tor-hsclinet: Promote dead code allows to cover all tests | Ian Jackson | 2023-06-21 | 1 | -1/+3 | |
| | | | | | | | | | | | We want to remove the crate-level dead code allows. The tests are incomplete and there are multiple todos for that. | |||||
| * | | tor-hsclient: Use a formulaic TODO mark for incompleteness of tests | Ian Jackson | 2023-06-21 | 1 | -5/+5 | |
| | | | ||||||
| * | | tor-hsclinet: Add a narrow allow, pending answer to open question | Ian Jackson | 2023-06-21 | 1 | -0/+1 | |
| | | | | | | | | | | | I need to talk to HS expert(s) about when this circuit can be torn down. | |||||
| * | | tor-hsclient: Remove unused Context.hs_blind_id_key | Ian Jackson | 2023-06-21 | 1 | -3/+0 | |
| | | | ||||||
| * | | tor-hsclient: Add an allow for a deliberately-unused variable | Ian Jackson | 2023-06-21 | 1 | -0/+1 | |
| | | | ||||||
| * | | tor-hsclient: Omit some unussed struct fields in patterns | Ian Jackson | 2023-06-21 | 1 | -2/+2 | |
| |/ | | | | | For the arms that have a fixed retry time, or a fixed ErrorKind, dont't bind the unused inner error. | |||||
| * | Merge branch 'netdoc-todos' into 'main' | Nick Mathewson | 2023-06-16 | 1 | -0/+2 | |
| |\ | | | | | | | | | Resolve many TODO HS items in tor-netdoc See merge request tpo/core/arti!1251 | |||||
| | * | hsclient: note that we should check revctr. | Nick Mathewson | 2023-06-16 | 1 | -0/+2 | |
| | | | ||||||
| * | | keymgr: Move the HS client and service key specifiers out of tor-keymgr. | Gabriela Moldovan | 2023-06-15 | 2 | -2/+81 | |
| | | | | | | | | | | | | | The HS `HsClientSpecifier` and `HsClientSecretKeySpecifier` are moved to `tor-hsclient`. The HS service secret key specifier stubs are moved to `tor-hsservice`. | |||||
| * | | hsclient: Change builder error return type to ConfigBuildError. | Gabriela Moldovan | 2023-06-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | It's not perfectly clear what this error type should be, so let's use `ConfigBuildError` for now (it makes things easier in `arti-client`, as we already have an `ErrorDetail` for it). | |||||
| * | | tor-hsclient: Make Untried a {}-less unit | Ian Jackson | 2023-06-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | Suggested here https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1247#note_2912642 It's unlikely this will grow any content, so fine. | |||||
| * | | tor-hsclient: Insert a blank line | gabi-250 | 2023-06-15 | 1 | -0/+1 | |
| | | | ||||||
| * | | tor-hsclient: Docs improvements. | gabi-250 | 2023-06-15 | 1 | -2/+2 | |
| | | | ||||||
| * | | tor-hsclient: Remove two done TODOs | Ian Jackson | 2023-06-15 | 1 | -2/+0 | |
| | | | ||||||
| * | | tor-hsclient: provide intro_index accessor for FailedAttemptError (xref) | Ian Jackson | 2023-06-15 | 1 | -1/+2 | |
| | | | | | | | | | Add a cross-reference to docs arising from MR comments in !1246. | |||||
