aboutsummaryrefslogtreecommitdiffstats
path: root/tokens
AgeCommit message (Expand)AuthorFilesLines
2024-01-23Update copyright notice to include 2024 year.Milan Broz4-8/+8
2023-11-17Do not use fake-token-path in ssh and systemd plugin tests.Ondrej Kozina1-0/+15
2023-03-10Add header guard to ssh-utils.h.Milan Broz1-0/+5
2023-03-03Add support for meson build system.Daniel Zatovic2-0/+47
2023-02-10Update file cryptsetup-ssh.cwangzhiqiang1-1/+0
2023-02-10fix potential null pointer dereference.wangzhiqiang1-1/+7
2023-02-09Update Copyright year.Milan Broz4-8/+8
2022-08-23Fix memory leak in ssh token example.Ondrej Kozina1-0/+6
2022-05-26Make crypt_load quiet if metadata is not detected.Milan Broz1-1/+3
2022-02-24Check all snprintf calls for returning values.Milan Broz1-8/+8
2022-02-08Fix duplicate ssh plugin error message.Milan Broz1-1/+1
2022-01-29Update copyright year.Milan Broz4-8/+8
2021-08-25Check for argp library that can be standalone.Milan Broz1-1/+1
2021-07-30Fix minor typo: assing -> assignYuri Chornoivan1-1/+1
2021-07-25Support build with older libssh.Milan Broz1-0/+4
2021-07-25ssh token: Make strings in the plugin translatableVojtech Trefny2-44/+50
2021-06-30Fix LUKS2 token installation directory.Milan Broz1-1/+3
2021-06-30Few fixes to ssh-token and related spec file.Ondrej Kozina1-3/+2
2021-06-29ssh token: Change license to LGPLVojtech Trefny3-27/+27
2021-06-29token ssh: Use autotools magic when linking libsshVojtech Trefny1-2/+2
2021-06-29ssh token: Fix -Wmissing-prototypes warningsVojtech Trefny3-1/+12
2021-06-29ssh token: Fix return code when adding multiple tokensVojtech Trefny1-6/+10
2021-06-29ssh token: Allow specifying key slot when adding the tokenVojtech Trefny1-9/+18
2021-06-29ssh token: Remove unused sshplugin_context structVojtech Trefny2-15/+2
2021-06-29ssh token: Add the token to the first keyslot with matching passphraseVojtech Trefny2-5/+133
2021-06-29ssh token: Move SSH code to a separate utils fileVojtech Trefny5-151/+205
2021-06-17Fix a Coverity warning.Milan Broz1-1/+2
2021-06-16cryptsetup-ssh: Add debug and verbose optionsVojtech Trefny1-0/+51
2021-06-16cryptsetup-ssh: Better argument parsing and help for the optionsVojtech Trefny1-10/+118
2021-03-18Add pin size parameter in crypt_active_by_pin_token.Ondrej Kozina1-2/+3
2021-02-11Mark or remove unused parameters.Milan Broz1-1/+1
2021-02-03Mark ssh token as experimental.Milan Broz2-5/+5
2021-02-03Add example SSH token handler.Milan Broz4-0/+484