diff options
| author | Tom Yu <tlyu@mit.edu> | 2003-02-11 01:35:32 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2003-02-11 01:35:32 +0000 |
| commit | 208e27d7e52cdaa9ed75bcfbd22b0527f5a2c4df (patch) | |
| tree | f4fddbb0ce88584bbc8ce7e45800259228159fb3 /src/lib/krb4/ChangeLog | |
| parent | 5a2fb0d6ee3d6db893fbe34c4097c019f8a4027d (diff) | |
Fix lots of things to compile on Unix. Fix some typos
By means of carrying through local addresses in many places, eliminate
or reduce sections of code depending on TARGET_OS_MAC conditionals.
Conditionalize some prototypes in krb.h with KRB_PRIVATE, to avoid
leakage on Mac.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15173 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb4/ChangeLog')
| -rw-r--r-- | src/lib/krb4/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/lib/krb4/ChangeLog b/src/lib/krb4/ChangeLog index b798a560f..fbef40e26 100644 --- a/src/lib/krb4/ChangeLog +++ b/src/lib/krb4/ChangeLog @@ -1,3 +1,39 @@ +2003-02-10 Tom Yu <tlyu@mit.edu> + + * CCache-glue.c (krb4int_save_credentials_addr): Renamed from + krb_save_credentials(). + (krb_save_credentials): Implement in terms of + krb4int_save_credentials_addr(). + + * Makefile.in (SRCS, OBJS): Add password_to_key. + + * g_ad_tkt.c (get_ad_tkt): Call krb4int_send_to_kdc_addr() instead + of send_to_kdc(). Call krb4int_save_credentials_addr() instead of + krb_save_credentials(). These changes deal with Mac-specific + storage of the local address without introducing more + conditionally compiled code. + + * g_in_tkt.c: Fix to minimize Mac-specific code. Basically, pass + around local address in lots of places. There is still a + Mac-specific difference involving krb_get_in_tkt_creds(). + + * krb4int.h: Include port-sockets.h to get some socket stuff for + some prototypes. Update prototype for + krb_get_in_tkt_preauth_creds(). Add prototypes for + krb4int_save_credentials_addr() and krb4int_send_to_kdc_addr(). + + * password_to_key.c (krb_get_keyprocs): Fix typo. + (mit_passwd_to_key, krb5_passwd_to_key): mit_string_to_key -> + des_string_to_key. + + * save_creds.c (krb_save_credentials): Re-implement in terms of + krb4itn_save_credentials_addr(), which is what library internals + will call. + (krb4int_save_credentials_addr): Renamed from + krb_save_credentials. + + * tkt_string.c (krb_set_tkt_string): Fix to take const char *. + 2003-02-10 Alexandra Ellwood <lxs@mit.edu> Note: these checkins are partial progress for Tom Yu. They probably don't build; Tom is expecting that. |
