From 612ba5c47a25ef7d7d00d97de928ed828dbea44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 3 Sep 2003 11:55:08 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12763 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 5 +++++ appl/ftp/ChangeLog | 6 ++++++ appl/telnet/ChangeLog | 2 ++ kadmin/ChangeLog | 2 ++ 4 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 23cfab00d..bcefdb625 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2003-09-03 Love Hörnquist Åstrand + * include/make_crypto.c: include in the openssl + case + + * kdc/hprop.h: use new DES_ api + * lib/krb5/krb5-v4compat.h: assume session key is a char array of length 8 diff --git a/appl/ftp/ChangeLog b/appl/ftp/ChangeLog index b44ae78a5..45ebc4188 100644 --- a/appl/ftp/ChangeLog +++ b/appl/ftp/ChangeLog @@ -1,3 +1,9 @@ +2003-09-03 Love Hörnquist Åstrand + + * ftp/ftp.c: s/des_read_pw_string/UI_UTIL_read_pw_string/ + + * ftp/cmds.c: s/des_read_pw_string/UI_UTIL_read_pw_string/ + 2003-07-19 Love Hörnquist Åstrand * ftp/security.h: add ftp_do_gss_bindings diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index 492d8aafb..6c89a4fe3 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,5 +1,7 @@ 2003-09-03 Love Hörnquist Åstrand + * telnetd/telnetd.c: use new DES_ api + * libtelnet/enc_des.c: use new DES_ api 2003-04-22 Love Hörnquist Åstrand diff --git a/kadmin/ChangeLog b/kadmin/ChangeLog index bb1221ef3..6139a9027 100644 --- a/kadmin/ChangeLog +++ b/kadmin/ChangeLog @@ -1,5 +1,7 @@ 2003-09-03 Love Hörquist Åstrand + * ank.c: s/des_read_pw_string/UI_UTIL_read_pw_string/ + * cpw.c: s/des_read_pw_string/UI_UTIL_read_pw_string/ 2003-08-21 Love Hörquist Åstrand