home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / protocol / kerberos / 854 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.9 KB

  1. Path: sparky!uunet!think.com!spool.mu.edu!agate!usenet.ins.cwru.edu!odin!trier
  2. From: trier@odin.ins.cwru.edu (Stephen C. Trier)
  3. Newsgroups: comp.protocols.kerberos
  4. Subject: Re: telnet encryption option vs. Clarkson TCP
  5. Date: 10 Nov 1992 03:11:51 GMT
  6. Organization: Case Western Reserve University, Cleveland, OH (USA)
  7. Lines: 30
  8. Message-ID: <1dn99nINNca1@usenet.INS.CWRU.Edu>
  9. References: <CMM.0.90.0.721344901.alan@curta.cc.columbia.edu>
  10. NNTP-Posting-Host: odin.ins.cwru.edu
  11.  
  12. In article <CMM.0.90.0.721344901.alan@curta.cc.columbia.edu> alan@CURTA.CC.COLUMBIA.EDU (Alan Crosswell) writes:
  13. >The problem I have is the telnet session "freezes" right around the
  14. >TELOPT_ENCRYPTION (option 38) negotiation.
  15.  
  16. This is *probably* an old bug that I fixed here a few years ago.
  17.  
  18. The problem is that CUTCP/CUTE thinks there are never more than 34 or 37
  19. options (I don't remember the exact limit) and if it sees an option above
  20. the limit, it rounds it down to make it fit.  It replies with the rounded-
  21. down option rather than the correct one, and telnetd ends up waiting for
  22. an option response that will never arrive.
  23.  
  24. My solution to the problem was to change the maximum number of options to
  25. a more reasonable 255.  This required changes in only two or three lines
  26. of code, since the option limit is neatly #defined in a header file.
  27.  
  28. Warning: I base this on the old "Clarkson NCSA Telnet 2.2D", which was
  29. released before Clarkson renamed their package to CUTE and stopped releasing
  30. source.  It is therefore quite possible that the bug you are experiencing
  31. is different.
  32.  
  33. If you are really desperate, I might be able to dig up my patched Clarkson 
  34. NCSA 2.2D source.  Let me warn you that there are a few other local hacks
  35. in it that you may have to undo in order to make it useful.
  36.  
  37. -- 
  38. Stephen Trier                                     
  39. Network Services Engineering, IRIS/INS/Telecom    
  40. Case Western Reserve University                   
  41. trier@ins.cwru.edu
  42.