From d47bf1b3d7a7d1cd70935b595b41fe2376127b64 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 20 Jul 1997 14:42:57 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2505 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 20 ++++++++++++++++++++ TODO | 8 +++----- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 69fabc85c..6e2443e7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,29 @@ +Sun Jul 20 16:22:30 1997 Assar Westerlund + + * kuser/kinit.c: break if des_read_pw_string() != 0 + + * kpasswd/kpasswdd.c: send a reply + + * kpasswd/kpasswd.c: restructured code. better report on + krb-error break if des_read_pw_string() != 0 + + * kdc/kerberos5.c: Check `require_enc_timestamp' malloc space for + starttime and renew_till + + * appl/telnet/libtelnet/kerberos5.c (kerberos5_is): Send a + keyblock to krb5_verify_chekcsum + Sun Jul 20 06:35:46 1997 Johan Danielsson * Release 0.0b * kpasswd/kpasswd.c: Avoid using non-standard struct names. +Sat Jul 19 19:26:23 1997 Assar Westerlund + + * lib/krb5/keytab.c (krb5_kt_get_entry): check return from + `krb5_kt_start_seq_get'. From + Sat Jul 19 04:07:39 1997 Johan Danielsson * lib/asn1/k5.asn1: Update with more pa-data types from diff --git a/TODO b/TODO index 712f1668a..facbde279 100644 --- a/TODO +++ b/TODO @@ -8,8 +8,6 @@ add some kind of remote admin protocol ** kpasswd -send a reply from the server - * appl more programs here @@ -19,7 +17,7 @@ more programs here forwarding is not implemented at all. perhaps rsh and rshd should be able to handle `traditional' -rsh-protocol as well. + rsh-protocol as well. ** appl/telnet @@ -39,8 +37,6 @@ implement support for interoperability with kerberos V4. needs a configuration file. -the requirement for preauthentication should be configurable. - * kuser ** kinit @@ -53,6 +49,8 @@ should try to give better error messages. ** lib/asn1 +prepend a prefix on all generated symbols + ** lib/auth PAM and afskauthlib