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: thybit/cryptsetup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: thybit/cryptsetup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev-okozina
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 40 files changed
  • 5 contributors

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    d0cdc08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61c99ff View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Refactor verbose token action reporting.

    also avoids unlikely possibility of reporting succcessful
    token add before failing assigning the token to keyslot.
    oniko committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    deb18fc View commit details
    Browse the repository at this point in the history
  2. WIP: Add support for loadable plugin in tools.

    - cryptsetup only
    
    TODO:
    - add version reporting
    oniko committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2eba7ac View commit details
    Browse the repository at this point in the history
  3. Add SSH token.

    mbroz authored and oniko committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    bd51d08 View commit details
    Browse the repository at this point in the history
  4. Add test for SSH plugin

    Activateion test needs ssh server running on the machine. The test
    creates a new user "sshtest" and uses it to test activation using
    the plugin.
    vojtechtrefny authored and oniko committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    6ba4b67 View commit details
    Browse the repository at this point in the history
  5. Add TPM2 token

    Daniel Zatovic authored and oniko committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    a5b8476 View commit details
    Browse the repository at this point in the history
  6. Add test for TPM2 plugin

    Daniel Zatovic authored and oniko committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    664a815 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43859a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16764a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3146a88 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0723ba6 View commit details
    Browse the repository at this point in the history
  11. Use tabs in tests scripts consistently.

    Really...
    mbroz authored and oniko committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    30675a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Reject LUKS2 decryption with broken cmd line arguments.

    LUKS2 decryption is currently not supported for devices
    with LUKS2 metadata placed in head of data devices. The decryption
    still works correctly, but resulting plaintext device has data on
    unexpected (original) offset. For example at offset of 16MiB in case
    of default LUKS2 header.
    
    Fixes: #614.
    oniko committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    e3dd01c View commit details
    Browse the repository at this point in the history
Loading