]> git.ipfire.org Git - thirdparty/krb5.git/commit
Replace i_vector with cstate in auth context
authorGreg Hudson <ghudson@mit.edu>
Sun, 3 Feb 2013 19:44:22 +0000 (14:44 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 7 Feb 2013 17:54:55 +0000 (12:54 -0500)
commit6d78c1e7b1588500050a044c2c831994c9becaaa
treeabfca87c5e75ff918fbe62a9d7efb66b00071a79
parentad29a3655543091d59182e6696b78b1055152adb
Replace i_vector with cstate in auth context

Use a proper cipher state in the auth context structure, and free it
when the auth context is freed.  Simplify mk_priv/rd_priv accordingly.
src/lib/krb5/krb/auth_con.c
src/lib/krb5/krb/auth_con.h
src/lib/krb5/krb/mk_priv.c
src/lib/krb5/krb/rd_priv.c
src/lib/krb5/krb/ser_actx.c
src/lib/krb5/krb/t_ser.c