Loading crates/arti-rpc-client-core/src/conn/auth.rs +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ struct CookieBeginParams { client_nonce: CookieAuthNonce, } /// Response to an `auth:cookie_begin` request. #[derive(Deserialize, Debug)] struct CookieBeginReply { /// Temporary ID to use while authenticating. Loading crates/arti-rpcserver/src/session.rs +1 −0 Original line number Diff line number Diff line Loading @@ -162,6 +162,7 @@ static_rpc_invoke_fn! { } #[cfg(feature = "describe-methods")] #[allow(clippy::missing_docs_in_private_items)] // TODO mod list_all_methods { use std::{convert::Infallible, sync::Arc}; Loading crates/arti/src/subcommands/hsc.rs +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ pub(crate) enum HscSubcommands { Hsc(HscSubcommand), } /// The `hsc` subcommand. #[derive(Debug, Subcommand)] pub(crate) enum HscSubcommand { /// Prepare a service discovery key for connecting Loading @@ -49,6 +50,7 @@ pub(crate) enum HscSubcommand { CTorMigrate(CTorMigrateArgs), } /// The `hsc-key` subcommand. #[derive(Debug, Subcommand)] pub(crate) enum KeySubcommand { /// Get or generate a hidden service client key Loading crates/arti/src/subcommands/hss.rs +3 −1 Original line number Diff line number Diff line Loading @@ -25,17 +25,19 @@ pub(crate) enum HssSubcommands { Hss(Hss), } /// The `hss` subcommand and args. #[derive(Debug, Parser)] pub(crate) struct Hss { /// Arguments shared by all hss subcommands. #[command(flatten)] common: CommonArgs, /// Return the identity key for the specified service. /// The `hss` subcommand to run. #[command(subcommand)] command: HssSubcommand, } /// The `hss` subcommand. #[derive(Subcommand, Debug, Clone)] pub(crate) enum HssSubcommand { /// Print the .onion address of a hidden service Loading crates/arti/src/subcommands/keys.rs +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ pub(crate) enum KeysSubcommands { Keys(KeysSubcommand), } /// The `keys` subcommand. #[derive(Subcommand, Debug, Clone)] pub(crate) enum KeysSubcommand { /// List keys and certificates. Loading Loading
crates/arti-rpc-client-core/src/conn/auth.rs +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ struct CookieBeginParams { client_nonce: CookieAuthNonce, } /// Response to an `auth:cookie_begin` request. #[derive(Deserialize, Debug)] struct CookieBeginReply { /// Temporary ID to use while authenticating. Loading
crates/arti-rpcserver/src/session.rs +1 −0 Original line number Diff line number Diff line Loading @@ -162,6 +162,7 @@ static_rpc_invoke_fn! { } #[cfg(feature = "describe-methods")] #[allow(clippy::missing_docs_in_private_items)] // TODO mod list_all_methods { use std::{convert::Infallible, sync::Arc}; Loading
crates/arti/src/subcommands/hsc.rs +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ pub(crate) enum HscSubcommands { Hsc(HscSubcommand), } /// The `hsc` subcommand. #[derive(Debug, Subcommand)] pub(crate) enum HscSubcommand { /// Prepare a service discovery key for connecting Loading @@ -49,6 +50,7 @@ pub(crate) enum HscSubcommand { CTorMigrate(CTorMigrateArgs), } /// The `hsc-key` subcommand. #[derive(Debug, Subcommand)] pub(crate) enum KeySubcommand { /// Get or generate a hidden service client key Loading
crates/arti/src/subcommands/hss.rs +3 −1 Original line number Diff line number Diff line Loading @@ -25,17 +25,19 @@ pub(crate) enum HssSubcommands { Hss(Hss), } /// The `hss` subcommand and args. #[derive(Debug, Parser)] pub(crate) struct Hss { /// Arguments shared by all hss subcommands. #[command(flatten)] common: CommonArgs, /// Return the identity key for the specified service. /// The `hss` subcommand to run. #[command(subcommand)] command: HssSubcommand, } /// The `hss` subcommand. #[derive(Subcommand, Debug, Clone)] pub(crate) enum HssSubcommand { /// Print the .onion address of a hidden service Loading
crates/arti/src/subcommands/keys.rs +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ pub(crate) enum KeysSubcommands { Keys(KeysSubcommand), } /// The `keys` subcommand. #[derive(Subcommand, Debug, Clone)] pub(crate) enum KeysSubcommand { /// List keys and certificates. Loading