Versions in this module Expand all Collapse all v1 v1.0.0 Dec 5, 2022 Changes in this version + type ChangePasswdData struct + NewPasswd []byte + TargName types.PrincipalName + TargRealm string + func (c *ChangePasswdData) Marshal() ([]byte, error) + type Reply struct + APREP messages.APRep + APREPLength int + IsKRBError bool + KRBError messages.KRBError + KRBPriv messages.KRBPriv + MessageLength int + Result string + ResultCode uint16 + Version int + func (m *Reply) Decrypt(key types.EncryptionKey) error + func (m *Reply) Unmarshal(b []byte) error + type Request struct + APREQ messages.APReq + KRBPriv messages.KRBPriv + func ChangePasswdMsg(cname types.PrincipalName, realm, password string, tkt messages.Ticket, ...) (r Request, k types.EncryptionKey, err error) + func (m *Request) Marshal() (b []byte, err error) Incompatible versions in this module v8.4.5+incompatible Nov 22, 2024 v8.4.4+incompatible Dec 5, 2022 Other modules containing this package github.com/SecureAuthCorp/gokrb5/v8