git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12758 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-03 11:11:20 +00:00
parent eac04f34dc
commit ce72892e20
3 changed files with 34 additions and 0 deletions

View File

@@ -1,5 +1,23 @@
2003-09-03 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/krb5-v4compat.h: assume session key is a char array of
length 8
* lib/krb5/prompter_posix.c:
s/des_read_pw_string/UI_UTIL_read_pw_string/
* kuser/kinit.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
* kdc/string2key.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
* kdc/kstash.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
* admin/add.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
* lib/krb5/crypto.c: switch from the des_ to the DES_ api
* kdc/hprop.c: use DES_KEY_SZ instead of sizeof(des_block)
* kuser/kverify.c: use
krb5_get_init_creds_opt_alloc/krb5_get_init_creds_opt_free

View File

@@ -1,5 +1,13 @@
2003-09-03 Love H<>rnquist <20>strand <lha@it.su.se>
* verify_mic.c: switch from the des_ to the DES_ api
* get_mic.c: switch from the des_ to the DES_ api
* unwrap.c: switch from the des_ to the DES_ api
* wrap.c: switch from the des_ to the DES_ api
* cfx.c: EC is not included in the checksum since the length might
change depending on the data. From: Luke Howard <lukeh@PADL.COM>

View File

@@ -1,5 +1,13 @@
2003-09-03 Love H<>rnquist <20>strand <lha@it.su.se>
* verify_mic.c: switch from the des_ to the DES_ api
* get_mic.c: switch from the des_ to the DES_ api
* unwrap.c: switch from the des_ to the DES_ api
* wrap.c: switch from the des_ to the DES_ api
* cfx.c: EC is not included in the checksum since the length might
change depending on the data. From: Luke Howard <lukeh@PADL.COM>