[krbdev.mit.edu #6699] SVN Commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Tue Apr 13 18:57:34 EDT 2010


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.


http://src.mit.edu/fisheye/changelog/krb5/?cs=23891
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




More information about the krb5-bugs mailing list