[krbdev.mit.edu #8866] 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=8866 > Add tests for S4U request-authdata handling In adata.c, look up the server in the keytab by ticket->server (which has the canonicalized realm), to allow testing of cross-realm RBCD (although unused for now). In s4u2proxy.c, set KRB5_GC_CANONICALIZE to support RBCD, and add an authdata request option. Add an s4u2self test harness with authdata request option. [[email protected]: minor code simplifications; edited commit message] https://github.com/krb5/krb5/commit/2d039a2b4c3ba6d71da8fcf76658dc63bc659f0c Author: Isaac Boukris <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 2d039a2b4c3ba6d71da8fcf76658dc63bc659f0c Branch: master .gitignore | 1 + src/tests/Makefile.in | 11 +++-- src/tests/adata.c | 4 +- src/tests/s4u2proxy.c | 37 +++++++++++++- src/tests/s4u2self.c | 128 +++++++++++++++++++++++++++++++++++++++++++++++ src/tests/t_authdata.py | 22 ++++++++- 6 files changed, 195 insertions(+), 8 deletions(-)