home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc1096.txt < prev    next >
Text File  |  1996-05-07  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                           G. Marcy Request for Comments: 1096                    Carnegie Mellon University                                                               March 1989 
  8.  
  9.                      Telnet X Display Location Option 
  10.  
  11. Status of This Memo 
  12.  
  13.    This RFC specifies a standard for the Internet community.  Hosts on    the Internet that transmit the X display location within the Telnet    protocol are expected to adopt and implement this standard.    Distribution of this memo is unlimited. 
  14.  
  15.    This standard is modelled on RFC 1079 [1], the telnet terminal speed    option.  Much of the text of this document is copied from that RFC. 
  16.  
  17. Motivation 
  18.  
  19.    When a user is running the Telnet client under the X window system,    it is useful for the remote Telnet to know the X display location of    that client.  For example, the user might wish to start other X    applications from the remote host using the same display location as    the Telnet client.  The purpose of this option is to make this    information available through telnet connections. 
  20.  
  21. 1. Command Name and Code 
  22.  
  23.       X-DISPLAY-LOCATION (XDISPLOC) 
  24.  
  25.       Code = 35 
  26.  
  27. 2. Command Meanings 
  28.  
  29.       IAC WILL X-DISPLAY-LOCATION 
  30.  
  31.          Sender is willing to send the X display location in a          subsequent sub-negotiation. 
  32.  
  33.       IAC WON'T X-DISPLAY-LOCATION 
  34.  
  35.          Sender refuses to send the X display location. 
  36.  
  37.       IAC DO X-DISPLAY-LOCATION 
  38.  
  39.          Sender is willing to receive the X display location in a          subsequent sub-negotiation. 
  40.  
  41.  
  42.  
  43.  Marcy                                                           [Page 1] 
  44.  RFC 1096            Telnet X Display Location Option          March 1989 
  45.  
  46.        IAC DON'T X-DISPLAY-LOCATION 
  47.  
  48.          Sender refuses to accept the X display location. 
  49.  
  50.       IAC SB X-DISPLAY-LOCATION SEND IAC SE 
  51.  
  52.          Sender requests receiver to transmit his (the receiver's) X          display location.  The code for SEND is 1.  (See below.) 
  53.  
  54.       IAC SB X-DISPLAY-LOCATION IS ... IAC SE 
  55.  
  56.          Sender is stating his X display location.  The code for IS is          0.  (See below.) 
  57.  
  58. 3. Default 
  59.  
  60.       WON'T X-DISPLAY-LOCATION 
  61.  
  62.          The X display location will not be exchanged. 
  63.  
  64.       DON'T X-DISPLAY-LOCATION 
  65.  
  66.          The X display location will not be exchanged. 
  67.  
  68. 4. Description of the Option 
  69.  
  70.    WILL and DO are used only to obtain and grant permission for future    discussion.  The actual exchange of status information occurs within    option subcommands (IAC SB X-DISPLAY-LOCATION...). 
  71.  
  72.    Once the two hosts have exchanged a WILL and a DO, the sender of the    DO X-DISPLAY-LOCATION is free to request the X display location.    Only the sender of the DO may send requests (IAC SB X-DISPLAY-    LOCATION SEND IAC SE) and only the sender of the WILL may transmit    actual X display location (within an IAC SB X-DISPLAY-LOCATION IS ...    IAC SE command).  The X display location may not be sent    spontaneously, but only in response to a request. 
  73.  
  74.    The X display location is an NVT ASCII string.  This string follows    the normal Unix convention used for the DISPLAY environment variable,    e.g., 
  75.  
  76.          <host>:<dispnum>[.<screennum>] 
  77.  
  78.    No extraneous characters such as spaces may be included. 
  79.  
  80.       The following is an example of use of the option: 
  81.  
  82.  
  83.  
  84.  Marcy                                                           [Page 2] 
  85.  RFC 1096            Telnet X Display Location Option          March 1989 
  86.  
  87.           Host1: IAC DO X-DISPLAY-LOCATION 
  88.  
  89.          Host2: IAC WILL X-DISPLAY-LOCATION 
  90.  
  91.       (Host1 is now free to request status information at any time.) 
  92.  
  93.          Host1: IAC SB X-DISPLAY-LOCATION SEND IAC SE 
  94.  
  95.          Host2: IAC SB X-DISPLAY-LOCATION IS "SRI-NIC.ARPA:0.0" IAC SE 
  96.  
  97.       (This command is 22 octets.) 
  98.  
  99. 5. Implementation Suggestions 
  100.  
  101.    Since the X display location may not contain a hostname on the client    host, i.e., ":0" or "unix:0.0", the Telnet client will need to modify    the location appropriately before sending it on to the remote Telnet. 
  102.  
  103. Reference 
  104.  
  105.    [1]  Hedrick, C., "Telnet Terminal Speed Option", RFC 1079,         Rutgers University, December, 1988. 
  106.  
  107. Author's Address: 
  108.  
  109.    Glenn A. Marcy    Carnegie Mellon University    School of Computer Science    Pittsburgh, PA 15213-3890 
  110.  
  111.    Phone: (412) 268-7669 
  112.  
  113.    Email: Glenn.Marcy@CS.CMU.EDU 
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  Marcy                                                           [Page 3] 
  132.  
  133.