Versions in this module Expand all Collapse all v7 v7.5.1 Aug 10, 2023 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) Other modules containing this package github.com/qshuai/gokrb5