Skip to content
Snippets Groups Projects
  1. Jul 12, 2019
  2. Jul 11, 2019
  3. Jul 10, 2019
    • deuce's avatar
      Revert r1.33 · 0d6c7176
      deuce authored
      Per RFC-5198:
         2.  In Net-ASCII, CR MUST NOT appear except when immediately followed
             by either NUL or LF, with the latter (CR LF) designating the "new
             line" function.  Today and as specified above, CR should
             generally appear only when followed by LF.  Because page layout
             is better done in other ways, because NUL has a special
             interpretation in some programming languages, and to avoid other
             types of confusion, CR NUL should preferably be avoided as
             specified above.
      
      It's not worth breaking all connections for some broken telnet servers.
      Especially since we do not explicitly want CR behaviour which is the only
      place it's allowed.
      
      Per RFC-854:
         the sequence "CR NUL" must be used where a carriage return alone is
         actually desired;
      
      It's quite possible that these "telnet servers" are actually raw socket
      servers and should use raw sockets rather than telnet.
      0d6c7176
    • deuce's avatar
      Normalize terminal types across protocols. · 55345134
      deuce authored
      Note that conn_pty does not support PETSCII or ATASCII as the terminal
      type since it sets TERMCAP, and I don't have a termcap entry for either of
      those.
      55345134
    • rswindell's avatar
      Fix bug introduced in r1.46: was counting (most) Ctrl-A codes as a single char · 384ad892
      rswindell authored
      rather than no char, when calculating word lengths. We needed that 'continue'
      here.
      384ad892
    • deuce's avatar
      089d3b1a
Loading