Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add passphrase_file to mount options (recreated) #266

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on May 14, 2024

  1. Update mount.rs

    donmor authored May 14, 2024
    Configuration menu
    Copy the full SHA
    da9ead0 View commit details
    Browse the repository at this point in the history
  2. Update bcachefs.8

    donmor authored May 14, 2024
    Configuration menu
    Copy the full SHA
    3e4bf88 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Refactor master key unlocking

    Biggest bonus is the simplification of the if-else-if-else flow. Instead
    we look for the Ok(()) returned from
    key::unlock_master_key_using_pasphrase_file
    and return early if we find it.
    
    Signed-off-by: Roland Vet <[email protected]>
    RlndVt committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9cf9e1b View commit details
    Browse the repository at this point in the history
  2. Rename read_from_passphrase_file to unlock_master_key_using_passphras…

    …e_file
    
    Signed-off-by: Roland Vet <[email protected]>
    RlndVt committed May 17, 2024
    Configuration menu
    Copy the full SHA
    661da2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e5d899 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Update mount.rs

    Add -o passphrase_file= mount option. This allows unlocking the volume in fstab.
    donmor committed May 18, 2024
    Configuration menu
    Copy the full SHA
    236ec66 View commit details
    Browse the repository at this point in the history
  2. Update bcachefs.8

    Update help message, adding descriptions for -o passphrase_file mounting option.
    donmor committed May 18, 2024
    Configuration menu
    Copy the full SHA
    a66759a View commit details
    Browse the repository at this point in the history
  3. Update mount.rs

    Do if-else simplification in another way, making less changes to the original
    donmor authored May 18, 2024
    Configuration menu
    Copy the full SHA
    0fbc0f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a89870a View commit details
    Browse the repository at this point in the history
  5. Update mount.rs

    formatting
    donmor authored May 18, 2024
    Configuration menu
    Copy the full SHA
    bb82fe1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from RlndVt/pr/donmor/266

    Refactor master key unlocking
    donmor authored May 18, 2024
    Configuration menu
    Copy the full SHA
    4a53219 View commit details
    Browse the repository at this point in the history
  7. Update mount.rs

    fix missing param
    donmor authored May 18, 2024
    Configuration menu
    Copy the full SHA
    c0756a9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Update mount.rs

    Solve conflicts
    donmor authored May 27, 2024
    Configuration menu
    Copy the full SHA
    c33f409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a910812 View commit details
    Browse the repository at this point in the history
  3. Update mount.rs

    Fix incorrect args
    donmor authored May 27, 2024
    Configuration menu
    Copy the full SHA
    d3e26ce View commit details
    Browse the repository at this point in the history