v0.5.0
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 withpip
present on system distributions - Added the following properties to the
Creds
object:client
- A copy of the credential's client principalserver
- A copy of the credential's server principalkeyblock
- A copy of the credential's session encryption key infotimes
- A copy of the credential's lifetime info including the auth time, star time, end time, and renewal timeticket
- A copy of the credential's ticket datasecond_ticket
- A copy of the credential's second ticket data (DUPLICATE-SKEY
orENC-TKT-IN-SKEY
)
- Added CCache APIs:
- Added Keyblock APIs:
What's Changed
- Fix up CI to use wheel during test by @jborean93 in #20
- Have
krb5.init_context()
raise an exception on error. by @pseudometric in #22 - Move back to using setup.cfg by @jborean93 in #24
- Add krb5_cc_retrieve_cred() and krb5_cc_remove_cred() by @steffen-kiess in #23
- Implement properties for Creds by @steffen-kiess in #25
New Contributors
- @pseudometric made their first contribution in #22
- @steffen-kiess made their first contribution in #23
Full Changelog: v0.4.1...v0.5.0