From 7b4f69fe5320caa98d607f68b84fceda7a28dc99 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 21 Dec 1997 08:46:21 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4225 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ appl/telnet/ChangeLog | 4 ++++ lib/roken/ChangeLog | 7 +++++++ 3 files changed, 49 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6cd9a7372..d9388d553 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +Sun Dec 21 09:44:05 1997 Assar Westerlund + + * kadmin/util.c (str2deltat, str2attr, get_deltat): return value + as pointer and have return value indicate success. + + (get_response): check NULL from fgets + + (edit_time, edit_attributes): new functions for reading values and + offering list of answers on '?' + + (edit_entry): use edit_time and edit_attributes + + * kadmin/ank.c (add_new_key): test the return value of + `krb5_parse_name' + + * kdc/kerberos5.c (tgs_check_authenticator): RFC1510 doesn't say + that the checksum has to be keyed, even though later drafts do. + Accept unkeyed checksums to be compatible with MIT. + + * appl/rsh/rshd.c (recv_krb5_auth): swap the order of the + `local_user' and the `remote_user' + + * appl/rsh/rsh.c (send_krb5_auth): swap the order of the + `local_user' and the `remote_user' + + * kadmin/kadmin_locl.h: add some prototypes. + + * kadmin/util.c (edit_entry): return a value + + * appl/afsutil/afslog.c (main): return a exit code. + + * lib/krb5/get_cred.c (init_tgs_req): use krb5_keytype_to_enctypes + + * lib/krb5/encrypt.c (krb5_keytype_to_enctypes): new function. + + * lib/krb5/build_auth.c (krb5_build_authenticator): use + krb5_{free,copy}_keyblock instead of the _contents versions + Sat Dec 6 10:09:40 1997 Johan Danielsson * lib/krb5/keyblock.c (krb5_free_keyblock): check for NULL diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index ff319c241..2b59c87d1 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,7 @@ +Sun Dec 21 09:40:31 1997 Assar Westerlund + + * libtelnet/kerberos5.c (kerberos5_forward): zero out `creds'. + Mon Dec 15 20:53:13 1997 Johan Danielsson * telnet/sys_bsd.c: Don't turn off OPOST in 8bit-mode. diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index fa4cd31b5..5d074459f 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,10 @@ +Sun Dec 21 09:45:18 1997 Assar Westerlund + + * parse_time.c (print_time_table): new function + + * parse_units.c (print_flags_table, print_units_table): new + functions. + Thu Dec 4 02:51:46 1997 Assar Westerlund * iruserok.c: moved here.