[krbdev.mit.edu #8995] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8995 > Fix KCM flag transmission for remove_cred MIT krb5 uses low bits for KRB5_TC flags, while Heimdal uses high bits so that the same flag word can also hold KRB5_GC flags. Add a mapping function and send the Heimdal flag values when performing a remove_cred operation. https://github.com/krb5/krb5/commit/11a82cf424f9c905bb73680c64524f087090d4ef Author: Greg Hudson <[email protected]> Commit: 11a82cf424f9c905bb73680c64524f087090d4ef Branch: master src/include/kcm.h | 19 +++++++++++++++++++ src/lib/krb5/ccache/cc_kcm.c | 36 +++++++++++++++++++++++++++++++++++- 2 files changed, 54 insertions(+), 1 deletions(-)