Skip to content

v0.5.0

Compare
Choose a tag to compare
@jborean93 jborean93 released this 19 Feb 22:02
· 27 commits to main since this release
1a42d7c

0.5.0 - 2023-02-20

  • Added exception that is raised when krb5.init_context() failed
  • Moved back to setup.cfg based setuptools project for compatibility with pip present on system distributions
  • Added the following properties to the Creds object:
    • client - A copy of the credential's client principal
    • server - A copy of the credential's server principal
    • keyblock - A copy of the credential's session encryption key info
    • times - A copy of the credential's lifetime info including the auth time, star time, end time, and renewal time
    • ticket - A copy of the credential's ticket data
    • second_ticket - A copy of the credential's second ticket data (DUPLICATE-SKEY or ENC-TKT-IN-SKEY)
  • Added CCache APIs:
  • Added Keyblock APIs:

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0