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: jsipprell/keyctl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: jsipprell/keyctl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 9 commits
  • 5 files changed
  • 5 contributors

Commits on Jul 23, 2019

  1. deprecate old go versions for CI

    Jesse Sipprell committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    a635d6f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Add big_key support

    This enables reading the krb5 ccache
    
        info, err := k.Info()
        ... info.Type == "big_key"
        id, err := k.Get()
        key, ok := id.(*keyctl.Key)
        data, err := key.Get()
    chlunde committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    3a7592c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Merge pull request #5 from chlunde/big_key-support

    Add big_key support
    jsipprell authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    4450371 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    612b715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e458057 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dde376 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Merge pull request #7 from DocLambda/link

    Implement Link operation
    jsipprell authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    3d409df View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Add syscall IDs for ARM

    nonoo committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    b6b7469 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Merge pull request #8 from nonoo/master

    Add syscall IDs for ARM
    jsipprell authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    561117a View commit details
    Browse the repository at this point in the history
Loading