Allow mutual authentication even if the ENCRYPTION option is not
authorTheodore Tso <tytso@mit.edu>
Wed, 29 Mar 1995 20:09:51 +0000 (20:09 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 29 Mar 1995 20:09:51 +0000 (20:09 +0000)
turned on.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5311 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/libtelnet/ChangeLog
src/appl/telnet/libtelnet/auth.c

index 6785b77a5d3a74267b8efa39af356ba5a941ce58..00ac6b339c0b23231564f90be4c72c7c299f569b 100644 (file)
@@ -1,3 +1,8 @@
+Wed Mar 29 15:08:43 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * auth.c (authenticators): Allow mutual authentication even if the
+               ENCRYPTION option is not turned on.
+
 Mon Mar 27 07:56:26 1995 Chris Provenzano (proven@mit.edu)
 
         * kerberos5.c (kerberos5_is()): Use new calling convention for 
index 2587a561e4b39391e82a86f26ae36a026f8de67c..c3537d9e911df8301f17a31671cfd32d1df177b0 100644 (file)
@@ -126,7 +126,6 @@ Authenticator authenticators[] = {
                                spx_printsub },
 #endif
 #ifdef KRB5
-# ifdef        ENCRYPTION
        { AUTHTYPE_KERBEROS_V5, AUTH_WHO_CLIENT|AUTH_HOW_MUTUAL,
                                kerberos5_init,
                                kerberos5_send,
@@ -134,7 +133,6 @@ Authenticator authenticators[] = {
                                kerberos5_reply,
                                kerberos5_status,
                                kerberos5_printsub },
-# endif        /* ENCRYPTION */
        { AUTHTYPE_KERBEROS_V5, AUTH_WHO_CLIENT|AUTH_HOW_ONE_WAY,
                                kerberos5_init,
                                kerberos5_send,