chiark / gitweb /
ssh keys update: Log when we find the hardlink situation
[otter.git] / src / sshkeys.rs
2021-06-07 Ian Jacksonssh keys update: Log when we find the hardlink situation
2021-06-07 Ian Jacksonssh keys update: Mention hardlink approach in error...
2021-06-07 Ian Jacksonssh keys update: Allow setting up if static is hardlink...
2021-06-07 Ian Jacksonssh keys update: Roorder to support checking for hardlink
2021-06-02 Ian Jacksonsshkeys: Fix newline insertion
2021-06-02 Ian Jacksonsshkeys: Fix auth key header newline
2021-06-02 Ian Jacksonsshkeys: Fix magic banner handling
2021-06-02 Ian Jacksonsshkeys: Improve ssh auth key banner and header
2021-06-01 Ian Jacksonsshkeys: Add paranoid whitespace check
2021-06-01 Ian Jacksonsshkeys: Do not include filename in context
2021-06-01 Ian Jacksonsshkeys: Fix formatting of ssh authorized_keys files
2021-06-01 Ian Jacksonsshkeys: Allow the creation of a fresh auth keys file
2021-06-01 Ian Jacksonerrors: Rename AnyhowDisplay and provide .d() and use it
2021-06-01 Ian Jacksonerrors: Provide AnyhowFormat and use it in two places
2021-06-01 Ian Jacksonsshkeys internal errors: Do not share with client
2021-06-01 Ian Jacksonotter cli: provide set-list-keys
2021-06-01 Ian Jacksonsshkeys: Provide more traits for our types
2021-06-01 Ian Jacksonsshkeys: Make KeySpec fields pub (!)
2021-06-01 Ian Jacksonsshkeys: Make MgmtKeyReport fields pub (!)
2021-05-31 Ian Jacksonsshkeys: Change authorized_keys command to what we...
2021-05-31 Ian JacksonProvide parsing for sshkey::Id and Nonce and so on
2021-05-30 Ian Jacksonsshkeys: Make MgktKeyReport contain Nonce via KeySpec
2021-05-30 Ian Jacksonauthproofs: Rename methods with proof obligation to...
2021-05-30 Ian Jacksonsshkeys: Introduce KeySpec
2021-05-30 Ian Jacksonsshkeys: Fix Authorisation handling etc. in PerScope...
2021-05-30 Ian Jacksonsshkeys: Fix name of sshkeys_remove
2021-05-30 Ian Jacksonsshkeys: Notes about checking for non-ssh: accounts
2021-05-30 Ian Jacksonsshkeys: Make the access/update functions take an Autho...
2021-05-30 Ian Jacksonsshkeys: Rework calling conventions of sshkeys
2021-05-30 Ian Jacksonsshkeys: Make methods methods on AccountsGuard
2021-05-30 Ian Jacksonsshkeys: module for trackng auth keys, still unfinished