From 852a5f705f9d4d43dc16c667788c2c2cb94fc858 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 19 Sep 2000 13:13:21 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9074 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/ChangeLog b/ChangeLog index f4cc10d03..18f4e349a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,26 @@ * lib/hdb/Makefile.am (libhdb_la_LDFLAGS): bump version to 6:2:0 +2000-09-17 Assar Westerlund + + * lib/krb5/rd_req.c (krb5_decrypt_ticket): plug some memory leak + (krb5_rd_req): try not to return an allocated auth_context on error + + * lib/krb5/log.c (krb5_vlog_msg): fix const-ness + +2000-09-10 Assar Westerlund + + * kdc/524.c: re-organize + * kdc/kerberos5.c (tgs_rep2): try to avoid leaking auth_context + * kdc/kerberos4.c (valid_princ): check return value of functions + (encode_v4_ticket): add some const + * kdc/misc.c (db_fetch): check malloc + (free_ent): new function + + * lib/krb5/log.c (krb5_vlog_msg): log just the format string it we + fail to allocate the actual string to log, should at least provide + some hint as to where things went wrong + 2000-09-10 Johan Danielsson * kdc/log.c: use DEFAULT_LOG_DEST @@ -13,6 +33,10 @@ * kdc/kdc_locl.h: add macro constants for kdc.conf, and kdc.log +2000-09-09 Assar Westerlund + + * lib/krb5/crypto.c (_key_schedule): re-use an existing schedule + 2000-09-06 Johan Danielsson * configure.in: fix dpagaix test @@ -30,6 +54,30 @@ * lib/krb5/kerberos.7: short kerberos intro page +2000-08-27 Assar Westerlund + + * include/bits.c: add __attribute__ for gcc's pleasure + * lib/hdb/keytab.c: re-write to delay the opening of the database + till it's known which principal is being sought, thereby allowing + the usage of multiple databases, however they need to be specified + in /etc/krb5.conf since all the programs using this keytab do not + read kdc.conf + + * appl/test/test_locl.h (keytab): add + * appl/test/common.c: add --keytab + * lib/krb5/crypto.c: remove trailing commas + (KRB5_KU_USAGE_SEQ): renamed from KRB5_KU_USAGE_MIC + +2000-08-26 Assar Westerlund + + * lib/krb5/send_to_kdc.c (send_via_proxy): handle `http://' at the + beginning of the proxy specification. use getaddrinfo correctly + (krb5_sendto): always return a return code + + * lib/krb5/krb5.h (KRB5_KU_USAGE_MIC): rename to KRB5_KU_USAGE_SEQ + * lib/krb5/auth_context.c (krb5_auth_con_free): handle + auth_context == NULL + 2000-08-23 Assar Westerlund * kdc/kerberos5.c (find_type): make sure of always setting