summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/svc.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'log_hsid_unconditionally' into 'main'Nick Mathewson2023-12-131-14/+20
|\
| * tor-hsservice: Retrieve the public hsid for logging purposes.gabi-2502023-12-131-3/+3
| * hsservice: Log hsid whether we just generated it or not.Nick Mathewson2023-12-131-14/+20
* | tor-hsservice: Plumb state dir and its mistrust into ipt_mgrIan Jackson2023-12-131-0/+6
* | tor-hsservice tests: replay: Pass nick to create_storage_handles_from_state_mgrIan Jackson2023-12-131-2/+5
* | tor-hsservice: Make descriptor publisher wait for shutdown signal.Gabriela Moldovan2023-12-131-0/+1
* | tor-hsservice: Move ShutdownStatus to svc.Gabriela Moldovan2023-12-131-0/+17
|/
* Add a "Shutdown" status, and clarify places where status should change.Nick Mathewson2023-12-071-2/+9
* Add a status API to OnionService.Nick Mathewson2023-12-071-4/+20
* tor-hsservice: Stop the KeystoreSweeper task when the service exits (fmt).Gabriela Moldovan2023-12-051-2/+7
* tor-hsservice: Stop the KeystoreSweeper task when the service exits.Gabriela Moldovan2023-12-051-2/+2
* tor-hsservice: Make shutdown a broadcast channel.Gabriela Moldovan2023-12-051-3/+3
* tor-hsservice: Add a helper for removing expired keys.Gabriela Moldovan2023-12-051-3/+16
* tor-keymgr: Store an owned type instead.Gabriela Moldovan2023-12-051-14/+14
* tor-hsservice: ipt_set: Have various methods take a RuntimeIan Jackson2023-12-041-1/+1
* tor-hsservice: ipt_set: Have various methods take a Runtime (pre-fmt)Ian Jackson2023-12-041-1/+2
* tor-hsservice tests: Break out create_storage_handles_from_state_mgrIan Jackson2023-12-041-2/+9
* tor-hsservice: ipt_set: Make ::channel() fallibleIan Jackson2023-12-041-1/+1
* tor-hsservice: Pass and record storage handlesIan Jackson2023-12-041-7/+29
* Merge branch 'semver-breaking-upgrade-of-the-daleks' into 'main'Nick Mathewson2023-11-291-12/+7
|\
| * llcrypto: Hide the members of ExpandedKeypair.Nick Mathewson2023-11-291-2/+2
| * Remove RngCompatExt.Nick Mathewson2023-11-291-2/+1
| * Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-8/+4
* | tor-hsservice: test_temp_dir: Rename to used_byIan Jackson2023-11-291-1/+1
* | tor-hsservice: test_temp_dir: Rename to TestTempDirGuardIan Jackson2023-11-291-2/+2
* | tor-hsservice tests: create_keymgr: add a doc commentIan Jackson2023-11-291-0/+1
* | tor-hsservice tests: Make create_keymgr pub(crate)Ian Jackson2023-11-281-2/+2
* | tor-hsservice tests: Change create_keymgr to use TestTempDirIan Jackson2023-11-281-24/+26
|/
* Merge branch 'keymgr-derive-builder' into 'main'gabi-2502023-11-281-2/+7
|\
| * tor-keymgr: Derive Builder for KeyMgr (fmt).Gabriela Moldovan2023-11-271-1/+6
| * tor-keymgr: Derive Builder for KeyMgr.Gabriela Moldovan2023-11-271-2/+2
* | tor-hsservice: Remove a done TODOIan Jackson2023-11-271-2/+0
* | tor-hsservice: ipt_set: Make initial state in the constructorIan Jackson2023-11-271-1/+1
|/
* HSS errors: expose and sort out NetdirProviderShutdown error typeIan Jackson2023-11-201-1/+1
* tor-hsservice: Define key specifiers using the new helper macro (fmt).Gabriela Moldovan2023-10-301-1/+1
* tor-hsservice: Define key specifiers using the new helper macro.Gabriela Moldovan2023-10-301-16/+18
* tor-hsservice: Fix hsid being logged inappropriately.Gabriela Moldovan2023-10-191-1/+1
* tor-hsservice: Log newly generated HsIds.Gabriela Moldovan2023-10-191-2/+16
* HSS: Add many must_use annotationsIan Jackson2023-10-191-0/+1
* tor-hsservice: Give IptManager a KeyMgr.Gabriela Moldovan2023-10-191-0/+1
* tor-hsservice: Hoist the key metadata out of HsSvcKeyRole.Gabriela Moldovan2023-10-191-15/+15
* tor-hsservice: Narrow some dead code allowsIan Jackson2023-10-161-0/+1
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-111-1/+1
* oneshot: Use veneer in tor-hsserviceIan Jackson2023-10-111-1/+1
* tor-hsservice: Add tests for maybe_generate_hsid.Gabriela Moldovan2023-10-091-0/+189
* tor-hsservice: Move hsid generation to a separate function.Gabriela Moldovan2023-10-091-59/+71
* tor-hsservice: Make OnionServices auto-generate the hs_id, if it's missing.Gabriela Moldovan2023-10-091-0/+72
* Note reconfigure limitations.Nick Mathewson2023-10-051-0/+4
* hss: Implement a reconfigure function.Nick Mathewson2023-10-051-3/+17
* Merge branch 'configure_onion_service' into 'main'Nick Mathewson2023-10-031-1/+6
|\