From: | ghudson@mit.edu |
Subject: | SVN Commit |
The validate and renew APIs were using get_cred_from_kdc, which
always presents a TGT to get credentials. Instead, they should
present the ticket they are trying to validate or renew. This is
most easily done with krb5_get_cred_via_tkt(). Move the relevant
code into a new file since it now has nothing in common with the
other APIs implemented in get_creds.c.
https://github.com/krb5/krb5/commit/cc6dc869a5aa8cebc2ec4c081f11c0e116ae591a
Commit By: ghudson
Revision: 23891
Changed Files:
U trunk/src/lib/krb5/krb/Makefile.in
U trunk/src/lib/krb5/krb/get_creds.c
A trunk/src/lib/krb5/krb/val_renew.c