diff options
| author | Tom Yu <tlyu@mit.edu> | 2002-12-07 04:14:07 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2002-12-07 04:14:07 +0000 |
| commit | 65184d3858714e1a326f18053f6509050b069518 (patch) | |
| tree | 63514ec49b25e5c6a16a515b2126631ef3f4cd74 /src/include/ChangeLog | |
| parent | 34da169bae1a1ae416c73a6318298ffc30c65ebb (diff) | |
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
Diffstat (limited to 'src/include/ChangeLog')
| -rw-r--r-- | src/include/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 0cf22ca70..06c7f1666 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,10 @@ +2002-12-06 Tom Yu <tlyu@mit.edu> + + * k5-int.h: Update prototype of krb5int_locate_server() to take + protocol family argument. Update krb5int_access to current call + signatures of locate_kdc() and locate_server(), as well as to add + add_host_to_list() for use by krb4 library. + 2002-11-26 Tom Yu <tlyu@mit.edu> * port-sockets.h: Add SOCKET_CONNECT, SOCKET_GETSOCKNAME, and |
