rd_svc_key.c (krb54_get_service_keyblock): New function which searches
authorTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 05:38:29 +0000 (05:38 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 05:38:29 +0000 (05:38 +0000)
commitbf45f66f9f50d680d71794e14e0c3467138bd0c3
tree5ea9f9abe6e83f9ece6b80b3ac257a32bb029cc4
parentf5d385e8beca3d24cb079848e46f81fbf7809b21
rd_svc_key.c (krb54_get_service_keyblock): New function which searches
the appropaite krb5 keytab file for the key to be used by the krb4
library.

rd_req.c (krb_rd_req): If the appropriate key cannot be found in the
krb4 srvtab file, try calling krb54_get_service_keyblock.

decomp_tkt.c (dcmp_tkt_int):
g_in_tkt.c (krb_mk_in_tkt_preauth):
g_ad_tkt.c (get_ad_tkt):
pkt_clen.c (pkt_clen):
rd_err.c (krb_rd_err):
rd_priv.c (krb_rd_priv):
rd_req.c (krb_rd_req):

rd_safe.c (krb_rd_safe): Use krb4_swab32 and krb4_swab16 instead of
swap_u_long and swap_u_short.  The new byte swapping routines are
faster and cleaner.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11067 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb4/ChangeLog
src/lib/krb4/decomp_tkt.c
src/lib/krb4/g_ad_tkt.c
src/lib/krb4/g_in_tkt.c
src/lib/krb4/pkt_clen.c
src/lib/krb4/rd_err.c
src/lib/krb4/rd_priv.c
src/lib/krb4/rd_req.c
src/lib/krb4/rd_safe.c
src/lib/krb4/rd_svc_key.c