* krsh.c (SECURE_MESSAGE): Only indicate that input/output data are being
authorKen Raeburn <raeburn@mit.edu>
Tue, 25 Jun 2002 17:22:25 +0000 (17:22 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 25 Jun 2002 17:22:25 +0000 (17:22 +0000)
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
src/appl/bsd/krsh.c

index 107fa9d7c11841c997ca02c28cf5a7b4f7112883..f4d438c844b3a584b9760632718a0af43df878c0 100644 (file)
@@ -1,5 +1,8 @@
 2002-06-25  Ken Raeburn  <raeburn@mit.edu>
 
+       * 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
index 86893cff5a3bd96b2fadcdae37347ff46f13e4d1..3f8273ec0b73a4af2667a47c8e353fa2f78b4cc3 100644 (file)
@@ -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();