8000 Comparing v0.2.0...v0.3.0 · jborean93/pykrb5 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: jborean93/pykrb5
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: jborean93/pykrb5
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 4 commits
  • 43 files changed
  • 1 contributor

Commits on Feb 14, 2022

  1. Add keytab management functions (#10)

    Adds the basic set of functions that are used to manage a keytab. These
    functions allow the caller to enumerate a keytab as well as add/remote
    any entries in a keytab. There are also some limited calls to inspect
    the values of each entry.
    
    Finally there are some APIs for creating a new keyblock that is required
    when adding to a keytab. These APIs are fairly rudimentary. More
    advanced APIs need to be added at a later date to make this more inline
    with what the `ktutil` command can do.
    jborean93 authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    4b16ef0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Implement more cred option functions (#11)

    Adds more cred option functions that control the credential get
    operations.
    jborean93 authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    4becc24 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Remove uneeded test

    jborean93 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    bfbeaf4 View commit details
    Browse the repository at this point in the history
  2. Prepare for v0.2.0 release

    jborean93 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    fa7c28e View commit details
    Browse the repository at this point in the history
Loading
0