]> git.ipfire.org Git - thirdparty/krb5.git/commit
Simplify TGS request construction
authorGreg Hudson <ghudson@mit.edu>
Fri, 8 Feb 2013 06:59:19 +0000 (01:59 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 8 Feb 2013 19:03:58 +0000 (14:03 -0500)
commit92e2bac0f38f7f60a8fc74b5964357212c4289e1
treec9f743a9b435fca85589bcfc736d97eaf7d5f0a5
parent8510f8949a7b92fa8c1b0e3b5c0764ea27eaba6f
Simplify TGS request construction

Move krb5int_make_tgs_request from gc_via_tkt.c into send_tgs.c,
combine it with krb5int_make_tgs_request_ext (which nothing else
called), and rename the combined function to k5_make_tgs_req.  Also
use a typedef for the pacb callback.
src/lib/krb5/krb/gc_via_tkt.c
src/lib/krb5/krb/get_creds.c
src/lib/krb5/krb/int-proto.h
src/lib/krb5/krb/send_tgs.c