Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: d-e-s-o/nitrocli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6aea586
Choose a base ref
...
head repository: d-e-s-o/nitrocli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d35cdf7
Choose a head ref
  • 4 commits
  • 118 files changed
  • 1 contributor

Commits on May 27, 2019

  1. Move storage status subcommand into status command

    In an attempt to rework the structure of the storage command to better
    accommodate future requirements for allowing to change the read-write
    state of the unencrypted volume (as well as potentially the encrypted
    one), this change removes the storage status subcommand and merges its
    output into the storage command.
    d-e-s-o committed May 27, 2019
    Configuration menu
    Copy the full SHA
    d35cdf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Clear cached PIN entry as part of pin set command

    When a PIN is changed using the pin set command, the last action is to
    confirm the operation with the previously used PIN. This step will cause
    this PIN, which is now stale and no longer valid, to be cached, which in
    turn can cause follow up command using the same PIN type to use this
    wrong cached entry for authentication.
    To fix this problem, this change explicitly clear the PIN entry from the
    cache after the PIN has been changed.
    d-e-s-o committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    7c88069 View commit details
    Browse the repository at this point in the history
  2. Update libc crate to 0.2.57

    This change updates the libc crate to version 0.2.57.
    
    Import subrepo libc/:libc at cdc48ea36d8d2890dba38e8f779001e6855339a2
    d-e-s-o committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    61f2baa View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.2.4

    This change bumps the version of the crate to 0.2.4. The following
    notable changes have been made since 0.2.3:
    - Added the reset command to perform a factory reset
    - Added the -V/--version option to print the program's version
    - Check the status of a PWS slot before accessing it in pws get
    - Added NITROCLI_NO_CACHE environment variable to bypass caching of
      secrets
    - Clear cached PIN entry as part of pin set command to prevent
      spurious authentication failures
    - Bumped libc dependency to 0.2.57
    - Bumped cc dependency to 1.0.37
    d-e-s-o committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    a7b63f8 View commit details
    Browse the repository at this point in the history
Loading