sized tickets from Microsoft. [telnet/686]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11144
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Feb 3 23:00:05 1999 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * auth.c (auth_send): Increase size of buf so we can handle
+ mongo-gram sized tickets from Microsoft. [telnet/686]
+
Tue Aug 5 18:47:02 1997 Theodore Y. Ts'o <tytso@mit.edu>
* Makefile.in, telnet.rc: Add version resource to the executable.
static int
auth_send(kstream ks, unsigned char *parsedat, int end_sub)
{
- char buf[512];
+ char buf[2048]; /* be sure that this is > auth.length+9 */
char *pname;
int plen;
int r;