Skip Menu |
 

From: hartmans@mit.edu
Subject: SVN Commit

Implement RFC 6113 FAST TGS support.

Includes library support for a varient of explicit TGS armor that has not yet been proposed within the IETF.

https://github.com/krb5/krb5/commit/09484d0e835928a48655c0650f7de97825607b2e
Commit By: hartmans
Revision: 25488
Changed Files:
U trunk/src/lib/krb5/krb/decode_kdc.c
U trunk/src/lib/krb5/krb/fast.c
U trunk/src/lib/krb5/krb/fast.h
U trunk/src/lib/krb5/krb/gc_via_tkt.c
U trunk/src/lib/krb5/krb/get_creds.c
U trunk/src/lib/krb5/krb/int-proto.h
U trunk/src/lib/krb5/krb/send_tgs.c
From: ghudson@mit.edu
Subject: SVN Commit

Fix memory leaks in FAST TGS support

krb5int_fast_prep_req remove tgs from request->padata and needs to
free it. get_creds.c needs to use a fresh FAST state for each TGS
request to avoid leaking armor keys.

https://github.com/krb5/krb5/commit/50fb5d3192e68abf02d2c1dbebe51b4eb268972c
Commit By: ghudson
Revision: 25535
Changed Files:
U trunk/src/lib/krb5/krb/fast.c
U trunk/src/lib/krb5/krb/get_creds.c