From 0c07686775d834236434c7cd28c6f1a59c9db5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 17 Oct 2006 20:08:10 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18544 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 3 +++ appl/telnet/ChangeLog | 12 ++++++++++++ lib/asn1/ChangeLog | 7 ++++++- lib/des/ChangeLog | 10 +++++++++- lib/gssapi/ChangeLog | 2 ++ tests/ChangeLog | 2 ++ 6 files changed, 34 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c3bd01ae9..d823d7a34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-10-17 Love Hörnquist Åstrand + * lib/krb5/get_host_realm.c (krb5_get_host_realm): make sure we + don't recurse + * lib/krb5/get_host_realm.c (krb5_get_host_realm): no components -> no dns. no mapping, try local realm and hope KDC knows better. diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index 7113b358c..7d24f28ba 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,15 @@ +2006-09-19 Love Hörnquist Åstrand + + * telnetd/telnetd.8: Add documentation for -e, require encryption. + + * telnetd/telnetd.h: Add require_encryption. + + * telnetd/telnetd.c: Allow encryption to be required, wait to the + client to turn it on, if failes, refuse the connection. + + * telnetd/state.c: If encryption is required, don't allow it to be + turned off. + 2006-09-04 Love Hörnquist Åstrand * libtelnet/kerberos5.c (kerberos5_forward): use KDCOptions2int on diff --git a/lib/asn1/ChangeLog b/lib/asn1/ChangeLog index 70009d96f..263d7999e 100644 --- a/lib/asn1/ChangeLog +++ b/lib/asn1/ChangeLog @@ -1,5 +1,10 @@ -2006-10-16 Love Hörnquist Åstrand +2006-10-17 Love Hörnquist Åstrand + * timegm.c: vJust fail if tm_mon is out of range for now XXXX this + is wrong. + +2006-10-16 Love Hörnquist Åstrand + * Makefile.am: extra depencies on der-protos.h 2006-10-14 Love Hörnquist Åstrand diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index c8f60ea68..16dae04d6 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,5 +1,13 @@ -2006-10-15 Love Hörnquist Åstrand +2006-10-16 Love Hörnquist Åstrand + * Makefile.am: add rand-unix.c + + * rand.c: Move out rand-unix functions from the core lib. + + * rand-unix.c: Move out rand-unix functions from the core lib. + +2006-10-15 Love Hörnquist Åstrand + * hmac.c (HMAC_CTX_cleanup): destroy the EVP_MD_CTX, so it will be freed. diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index d2a62db9c..1b5681f2e 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,5 +1,7 @@ 2006-10-17 Love Hörnquist Åstrand + * test_context.c: Support switching on name type oid's + * test_context.c: add test for dns canon flag * mech/gss_krb5.c: Add gsskrb5_set_dns_canonlize. diff --git a/tests/ChangeLog b/tests/ChangeLog index d75a5d454..f6e0367aa 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,7 @@ 2006-10-17 Love Hörnquist Åstrand + * gss/check-context.in: More name tests. + * gss/check-context.in: test with and without dns-canon 2006-10-14 Love Hörnquist Åstrand