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

Authy push authentication feature #164

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

Authy push authentication feature #164

wants to merge 17 commits into from

Commits on May 10, 2020

  1. add authy authentication

    krzole committed May 10, 2020
    Configuration menu
    Copy the full SHA
    355f40b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eef6d6f View commit details
    Browse the repository at this point in the history
  3. add README.authy.md

    krzole committed May 10, 2020
    Configuration menu
    Copy the full SHA
    2b733f3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    f7459d2 View commit details
    Browse the repository at this point in the history
  2. authy: update README.authy.md

    krzole committed May 11, 2020
    Configuration menu
    Copy the full SHA
    c27a6a5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    90562d3 View commit details
    Browse the repository at this point in the history
  2. authy: remove asprintf() calls

    krzole committed May 15, 2020
    Configuration menu
    Copy the full SHA
    a7c61a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f39faed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09989ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e17765d View commit details
    Browse the repository at this point in the history
  6. authy: reduce variable scope

    krzole committed May 15, 2020
    Configuration menu
    Copy the full SHA
    c054610 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    013618e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82941d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89ddccb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60ffea7 View commit details
    Browse the repository at this point in the history
  11. authy: add a dummy pam_no_authy.c file

    pam_no_authy.c contains a dummy authy_login() implementation
    that always fails. It is linked, when Authy support is disabled,
    limiting the number of 'ifdefs' in the pam_google_authenticator.c
    code.
    krzole committed May 15, 2020
    Configuration menu
    Copy the full SHA
    ebfb63c View commit details
    Browse the repository at this point in the history
  12. authy: add licence header

    krzole committed May 15, 2020
    Configuration menu
    Copy the full SHA
    7adaa1a View commit details
    Browse the repository at this point in the history