home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / protocol / tcpip / 5583 next >
Encoding:
Text File  |  1992-12-11  |  1.6 KB  |  37 lines

  1. Newsgroups: comp.protocols.tcp-ip
  2. Path: sparky!uunet!noc.near.net!vaxeline.ftp.com!cream.ftp.com!jbvb
  3. From: jbvb@vax.ftp.com  (James B. VanBokkelen)
  4. Subject: Re: TCP_URG, does it lower security?
  5. Message-ID: <921211144803@cream.ftp.com>
  6. Nntp-Software: PC/TCP NNTP
  7. Keywords: TCP Urgent
  8. Lines: 20        
  9. Sender: root@vaxeline.ftp.com (vaxeline.ftp.com root account)
  10. Nntp-Posting-Host: whipped-cream.ftp.com
  11. Reply-To: jbvb@ftp.com
  12. Organization: FTP Software, Inc., Wakefield, MA
  13. References: <1fo1b1INNcvd@usenet.INS.CWRU.Edu> <ByqyM2.Ex1@mentor.cc.purdue.edu> <1foc4jINNkuf@usenet.INS.CWRU.Edu> <Byr4oo.I0K@mentor.cc.purdue.edu>
  14. Date: Fri, 11 Dec 1992 14:48:03
  15.  
  16. In article <Byr4oo.I0K@mentor.cc.purdue.edu> dls@mentor.cc.purdue.edu (David L Stevens) writes:
  17.  
  18.        More seriously, even if it falls within the window, you aren't supposed
  19.     to sit on it until you fill in any gaps of data that may appear before the
  20.     urgent data.
  21.  
  22. Yes, you are, if you subscribe to RFC 793/1122 Urgent (in-band) instead
  23. of 4bsd out-of-band.  You let the application know that Urgent data is
  24. in the pipe, but you have to deliver the bytes in order, including the
  25. ones immediately before and after the Urgent pointer (RFC 793/1122
  26. doesn't specify a single byte as the Urgent one).
  27.  
  28. I have proof that it is possible to build a TCP API on which you can
  29. do both Telnet Synch and encrypted Klogin (an example of the possible
  30. awkwardness of OOB, since passing the terminal mode as an OOB byte by
  31. nature means that it can't be encrypted along with all the rest of
  32. the data).
  33.  
  34. James B. VanBokkelen        2 High St., North Andover, MA  01845
  35. FTP Software Inc.        voice: (508) 685-4000  fax: (508) 794-4488
  36.  
  37.