kerberos5.c: Increase size of str_data so that we can accept
authorTheodore Tso <tytso@mit.edu>
Thu, 4 Feb 1999 04:42:22 +0000 (04:42 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 4 Feb 1999 04:42:22 +0000 (04:42 +0000)
mongo-gram tickets from Microsoft.  [telnet/686]

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

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

index c322ae945ea24fd0e69d3ba4e23026e37ade255e..c3a779a42fae3b861f4bb04c313cbf0ad7102c56 100644 (file)
@@ -1,3 +1,8 @@
+Wed Feb  3 22:59:27 1999  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * kerberos5.c: Increase size of str_data so that we can accept
+               mongo-gram tickets from Microsoft.  [telnet/686]
+
 1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Set the myfulldir and mydir variables (which are
index 9741e83ac898de8d0e5da8bf7755eb64a64cc17c..73b2c8780f511e0acb9cd2736791aab9d63ec8fc 100644 (file)
@@ -92,7 +92,7 @@ void kerberos5_forward();
 
 #endif /* FORWARD */
 
-static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
+static unsigned char str_data[2048] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
                                        AUTHTYPE_KERBEROS_V5, };
 /*static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
                                        TELQUAL_NAME, };*/