fwd_tgt.c (krb5_fwd_tgt_creds): New function which handles all of the
authorTheodore Tso <tytso@mit.edu>
Wed, 10 Jan 1996 03:08:30 +0000 (03:08 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 10 Jan 1996 03:08:30 +0000 (03:08 +0000)
commitb1cfe96d92ee4b16f129855b649d84f690bdb7a5
treea9138eb967839af6ba7b920415cc9be72a9c2d5b
parent48be627be2c95bc227194e608e9987775084a886
fwd_tgt.c (krb5_fwd_tgt_creds): New function which handles all of the
dirty work of forwarding TGT's.

rd_cred.c (krb5_rd_cred_basic): Clean up memory allocation discpline
to remove memory leaks.

mk_cred.c (krb5_mk_ncred_basic, krb5_mk_ncred, krb5_mk_1cred): Clean
up memory allocation discpline to remove memory leaks.

init_ctx.c (krb5_get_tgs_ktypes): Clean up parsing of the etype list.
Don't overrun the string containing the etype list.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7280 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/Makefile.in
src/lib/krb5/krb/fwd_tgt.c [new file with mode: 0644]
src/lib/krb5/krb/init_ctx.c
src/lib/krb5/krb/mk_cred.c
src/lib/krb5/krb/rd_cred.c