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

Refactor otp set command #167

Closed
wants to merge 3 commits into from
Closed

Commits on Apr 24, 2021

  1. Refactor otp_set implementation

    This patch refactors the otp_set implementation in order to make more
    code usable in the otp_add and otp_update fuctions which we will
    introduce in the next patches.
    robinkrahl committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    e91cff0 View commit details
    Browse the repository at this point in the history
  2. Support reading OTP secrets from stdin

    In commit 8140504, we added support for
    reading PWS passwords from stdin.  With this patch, we use the same
    mechanism for OTP secrets.
    robinkrahl committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    d30dc19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd6397 View commit details
    Browse the repository at this point in the history