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: Foxboron/ssh-tpm-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: Foxboron/ssh-tpm-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 18 commits
  • 12 files changed
  • 1 contributor

Commits on Jun 24, 2024

  1. askpass: Use SSH_ASKPASS for binary lookup

    Also ensure we are passing hint as argv1.
    
    Fixes: #54
    
    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2ceaef3 View commit details
    Browse the repository at this point in the history
  2. ssh-tpm-keygen: ensure we can overwrite filename with -f

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    507c0aa View commit details
    Browse the repository at this point in the history
  3. askpass: include ksshaskpass to default list

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1966672 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. agent: change keyring from map of fp-k to slice of k

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    800e6c9 View commit details
    Browse the repository at this point in the history
  2. Move extension from byte of TPMKey to a message

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    3785f3f View commit details
    Browse the repository at this point in the history
  3. agent: Support SSH certificates

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    672ee74 View commit details
    Browse the repository at this point in the history
  4. ssh-tpm-agent: change askpass prompt

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    f8a5360 View commit details
    Browse the repository at this point in the history
  5. agent: fix go vet complaints

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    54a466a View commit details
    Browse the repository at this point in the history
  6. agent_test: fix staticcheck complatinst push

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    a12ade8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Update deps

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    4c3a3ff View commit details
    Browse the repository at this point in the history
  2. ssh-tpm-add: Support TPM CA authority

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    a63a4b3 View commit details
    Browse the repository at this point in the history
  3. ssh-tpm-add: include remote user

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    1a148c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. update deps to support sso auth

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    0c68627 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. ssh-tpm-add: ensure we can add keys

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    29f7adb View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Return error from askpass

    Fixes: #59
    
    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ac08eaa View commit details
    Browse the repository at this point in the history
  2. agent: Remove an unhandeled keyfile.Decode that doesn't do anything

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f5061f1 View commit details
    Browse the repository at this point in the history
  3. dependency updates

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    892f425 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. fix some documentation

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    d306013 View commit details
    Browse the repository at this point in the history
Loading