Closed steffen-kiess closed 1 year ago
I've updated the PR. The changes are:
TicketTimes
Creds.addr
.pyi
pykrb5_ticket_times
_krb5_types.pxd
client
server
keyblock
krb5.copy_keyblock()
Thanks @steffen-kiess, I'm hoping to do a review on this sometime this week.
I've updated the PR. The changes are:
TicketTimes
is now a namedtupleCreds.addr
was removed from the.pyi
filepykrb5_ticket_times
is defined in_krb5_types.pxd
instead of using manually written wrappersclient
,server
andkeyblock
properties are copied to avoid use-after-freekrb5.copy_keyblock()
was added