From c90283040a662a172ce40e490353c9eb3d9894ad Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 7 Feb 2000 03:14:52 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7877 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ChangeLog | 5 +++++ appl/rsh/ChangeLog | 4 ++++ appl/telnet/ChangeLog | 5 +++++ 3 files changed, 14 insertions(+) diff --git a/appl/ftp/ChangeLog b/appl/ftp/ChangeLog index 1a55c38da..bcf72a728 100644 --- a/appl/ftp/ChangeLog +++ b/appl/ftp/ChangeLog @@ -1,3 +1,8 @@ +2000-02-07 Assar Westerlund + + * ftp/security.c (sec_read): more paranoia with return value from + sec_get_data + 2000-01-08 Assar Westerlund * ftp/ftp.c (hookup): handle ai_canonname being set in any of the diff --git a/appl/rsh/ChangeLog b/appl/rsh/ChangeLog index 7cab96986..869bc8835 100644 --- a/appl/rsh/ChangeLog +++ b/appl/rsh/ChangeLog @@ -1,3 +1,7 @@ +2000-02-07 Assar Westerlund + + * Makefile.am (LDADD): make sure we use the heimdal libdes + 2000-02-06 Assar Westerlund * *: conditionalize des stuff on KRB4 diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index fac24865e..76a7546b1 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,8 @@ +2000-02-07 Assar Westerlund + + * libtelnet/kerberos.c (kerberos4_is): send a reject back to the + client when we're not authorized + 2000-02-06 Assar Westerlund * telnet/ring.h (ring_encrypt): better proto