modified radicle-cli/src/commands/auth.rs
@@ -80,7 +80,7 @@ pub fn init(options: Options) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/tests/commands.rs
@@ -37,7 +37,7 @@ fn profile(home: &Path) -> Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crypto/src/lib.rs
@@ -220,6 +220,12 @@ impl From<ed25519::SecretKey> for SecretKey {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-crypto/src/ssh.rs
@@ -13,6 +13,8 @@ use radicle_ssh::encoding::Reader;
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-crypto/src/ssh/keystore.rs
@@ -5,7 +5,7 @@ use std::{fs, io};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -46,12 +46,25 @@ impl Keystore {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -67,7 +80,7 @@ impl Keystore {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -195,7 +208,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -212,7 +225,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-tools/src/rad-auth.rs
@@ -4,7 +4,7 @@ use radicle::profile::{Error, Profile};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/profile.rs
@@ -16,7 +16,7 @@ use std::path::{Path, PathBuf};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -57,7 +57,7 @@ pub struct Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|