index
:
mirrors/nitrocli
devel
devel-20210110
master
pull-request/status
topic/extensions
topic/gentoo-packaging
topic/otp-cache
topic/test
A command line tool for interacting with Nitrokey devices (GitHub mirror)
Robin Krahl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Remove unions_with_drop_fields lint
Daniel Mueller
2019-12-30
*
Update lazy_static crate to 1.4.0
Daniel Mueller
2019-12-29
*
Add note about interaction with GnuPG to README
Daniel Mueller
2019-12-19
*
Update program description in Cargo.toml
Daniel Mueller
2019-12-19
*
Update nitrokey crate to 0.4.0-alpha.3
Daniel Mueller
2019-08-12
*
Update nitrokey crate to 0.4.0-alpha.2
Daniel Mueller
2019-08-12
*
Use nitrokey::DEFAULT_{ADMIN,USER}_PIN constants
Robin Krahl
2019-12-16
*
Remove hack required for having device tests in different modules
Daniel Mueller
2019-07-17
*
Update nitrokey crate to 0.4.0-alpha.0
Daniel Mueller
2019-07-17
*
Bump version to 0.3.0
v0.3.0
Daniel Mueller
2019-12-16
*
Update nitrokey crate to 0.3.5
Daniel Mueller
2019-12-16
*
Update cc crate to 1.0.48
Daniel Mueller
2019-11-01
*
Update libc crate to 0.2.66
Daniel Mueller
2019-11-01
*
Properly pad user supplied hexadecimal strings to otp set subcommand
Daniel Mueller
2019-10-13
*
Correctly pad bytes with zero in hex conversion
Daniel Mueller
2019-10-13
*
Properly show the default format used in otp set subcommand
Daniel Mueller
2019-10-13
*
Introduce NITROCLI constant
Daniel Mueller
2019-08-24
*
Fix incomplete help text for encrypted & unencrypted subcommands
Daniel Mueller
2019-08-22
*
Update cc crate to 1.0.40
Daniel Mueller
2019-08-15
*
Update libc crate to 0.2.62
Daniel Mueller
2019-08-15
*
Introduce with_password_safe function
Daniel Mueller
2019-07-14
*
Supply ExecCtx to op used in with_* and try_with_* functions
Daniel Mueller
2019-07-14
*
Introduce TryInto<T> trait
Robin Krahl
2019-08-13
*
Introduce with_*device functionality
Daniel Mueller
2019-07-14
*
Use FnMut over Fn in try_with_* and authenticate functions
Daniel Mueller
2019-07-14
*
Downgrade crate-level lints to 'warn'
Daniel Mueller
2019-07-13
*
Include Nitrokey model in error message when no device is found
Daniel Mueller
2019-07-14
*
Use map_err over or_else to convert errors
Daniel Mueller
2019-07-14
*
Remove explicit change of global allocator
Daniel Mueller
2019-06-17
*
Improve error message when gpg-connect-agent cannot be found
Daniel Mueller
2019-06-14
*
Add support for changing read-write mode of unencrypted volume
Daniel Mueller
2019-06-08
*
Reword an incorrect error message
Daniel Mueller
2019-06-08
*
Remove deprecated --ascii option of otp set subcommand
Daniel Mueller
2019-05-27
*
Rename storage command to encrypted
Daniel Mueller
2019-05-27
*
Make storage hidden subcommand a top-level command
Daniel Mueller
2019-05-27
*
Move storage status subcommand into status command
Daniel Mueller
2019-05-27
*
Bump version to 0.2.4
v0.2.4
Daniel Mueller
2019-06-01
*
Update libc crate to 0.2.57
Daniel Mueller
2019-06-01
*
Clear cached PIN entry as part of pin set command
Daniel Mueller
2019-06-01
*
Allow for disabling of secret caching
Daniel Mueller
2019-05-27
*
Require trailing comma in Enum macro's input
Daniel Mueller
2019-05-27
*
Update cc crate to 1.0.37
Daniel Mueller
2019-05-24
*
Update libc crate to 0.2.55
Daniel Mueller
2019-05-24
*
Use full reference to AsRef in Enum macro
Daniel Mueller
2019-05-24
*
Allow for unused doc comments on macros
Daniel Mueller
2019-05-24
*
Add test case for --version option
Robin Krahl
2019-02-17
*
Respect ctx.std{out,err} for version output
Robin Krahl
2019-02-17
*
Remove args::parse_arguments function
Daniel Mueller
2019-02-17
*
Use buffered writer in args::parse_arguments
Robin Krahl
2019-02-17
*
Consume ArgumentParser object as part of parsing
Daniel Mueller
2019-02-08
[next]