From 4c22d46592fc34600f718920e10118caba70973c Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 25 Jun 2002 17:22:25 +0000 Subject: [PATCH] * krsh.c (SECURE_MESSAGE): Only indicate that input/output data are being encrypted, and don't automatically say it's with DES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14568 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/bsd/ChangeLog | 3 +++ src/appl/bsd/krsh.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 107fa9d7c..f4d438c84 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,5 +1,8 @@ 2002-06-25 Ken Raeburn + * krsh.c (SECURE_MESSAGE): Only indicate that input/output data + are being encrypted, and don't automatically say it's with DES. + * krlogind.c: Include fake-addrinfo.h. (SECURE_MESSAGE): Don't say it's DES that's used for encryption. (main): "from" is now sockaddr_storage; cast pointers when calling diff --git a/src/appl/bsd/krsh.c b/src/appl/bsd/krsh.c index 86893cff5..3f8273ec0 100644 --- a/src/appl/bsd/krsh.c +++ b/src/appl/bsd/krsh.c @@ -78,7 +78,7 @@ Key_schedule v4_schedule; /* * rsh - remote shell */ -#define SECURE_MESSAGE "This rsh session is using DES encryption for all data transmissions.\r\n" +#define SECURE_MESSAGE "This rsh session is encrypting input/output data transmissions.\r\n" int error(); -- 2.26.2