[krbdev.mit.edu #9207] git commit
"Greg Hudson via RT" <[email protected]> Mon, 13 Apr 2026 19:09:56 -0400
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Mon Apr 13 19:09:56 2026: Request 9207 was acted upon. Transaction: Ticket created by [email protected] Queue: krb5 Subject: git commit Owner: [email protected] Requestors: Status: new Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9207 > Add AD_ABSENT in authdata pluggable interface Allow authdata modules to enforce the presence of authdata types by requesting an invocation even if no authdata element of a listed type is present. [[email protected]: rewrote commit message; edited comments; removed defaulting behavior for AD_ABSENT alone] https://github.com/krb5/krb5/commit/b32e4f37368ce8f222fa2f8b790890e989701602 Author: Julien Rische <[email protected]> Committer: Greg Hudson <[email protected]> Commit: b32e4f37368ce8f222fa2f8b790890e989701602 Branch: master src/include/krb5/authdata_plugin.h | 15 ++++- src/lib/krb5/krb/authdata.c | 12 ++-- src/plugins/authdata/greet_client/greet.c | 92 ++++++++++++++++++++++--------- src/tests/gssapi/t_namingexts.c | 52 ++++++++++++++++- 4 files changed, 137 insertions(+), 34 deletions(-)