Changes for version 1.906 - 2025-04-07
- Make init_context() really return the context as documented. We also make it safe to call init_context() several times in case one wants to access the context object later. (Ansgar Burchardt <ansgar@43-1.org>)
- Remove compiler errors about implicit function declarations which have flipped from warnings to errors since c compiler c99. (Christopher Odenbach)
- Remove compiler errors about incompatible pointers. The SvPV macro needs a STRLEN variable. As the krb5 data structures only use some other type we simply copy the value to a locally defined STRLEN variable. (Christopher Odenbach)
Documentation
Kerberos 5 auth_context object.
Kerberos 5 credentials cache object.
Object representing a credential.
Object representation of the krb5_enc_tkt_part structure.
Kerberos 5 keyblock object.
Object representation of the krb5_keyblock structure.
A Kerberos 5 keytab
Entry in a Kerberos Keytab
Kerberos 5 princpal object.
Kerberos 5 ticket object.
Modules
XS bindings for Kerberos 5