Fix some KRB5_CALLCONV botches that were causing trouble for Windows build
authorTom Yu <tlyu@mit.edu>
Sat, 7 Dec 2002 04:14:07 +0000 (04:14 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 7 Dec 2002 04:14:07 +0000 (04:14 +0000)
commit65184d3858714e1a326f18053f6509050b069518
tree63514ec49b25e5c6a16a515b2126631ef3f4cd74
parent34da169bae1a1ae416c73a6318298ffc30c65ebb
Fix some KRB5_CALLCONV botches that were causing trouble for Windows build

Update send_to_kdc() to use various krb5 internals to talk to the krb4
KDC.  Add a new internal function to optionally return the local
address used to talk to the KDC.  Many changes to lib/krb5/os to
support this.  Fix bug in krb5int_sendto() that prevented correct UDP
length from being returned.  Update callers of internal locate_* and
sendto_* functions.

ticket: 1189
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15038 dc483132-0cff-0310-8789-dd5450dbe970
14 files changed:
src/include/ChangeLog
src/include/k5-int.h
src/lib/krb4/ChangeLog
src/lib/krb4/g_ad_tkt.c
src/lib/krb4/g_in_tkt.c
src/lib/krb4/send_to_kdc.c
src/lib/krb5/os/ChangeLog
src/lib/krb5/os/accessor.c
src/lib/krb5/os/changepw.c
src/lib/krb5/os/locate_kdc.c
src/lib/krb5/os/os-proto.h
src/lib/krb5/os/sendto_kdc.c
src/lib/krb5/os/t_locate_kdc.c
src/lib/krb5/os/t_std_conf.c