• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D03-May-20222 KiB7833

NOTICEH A D05-Jun-19932.2 KiB4039

READMEH A D05-Jun-19932 KiB7048

xforward.1H A D05-Jun-19932.4 KiB7674

xforward.cH A D03-May-202217.3 KiB664518

README

1This is version 1.0 of xforward, a program for relaying X11
2connections across network boundaries.  While it may be used to cross
3security boundaries, Digital Equipment Corporation does not warrant
4this software for security or any other purpose.
5
6See the file NOTICE included in this distribution for information about
7copying and using this software.
8
9xforward currently uses the Motif user interface toolkit, so you will
10need Motif to compile it.
11
12xforward has only been used and tested on DECstations running ULTRIX 4.2
13or ULTRIX 4.3 with Digital's Motif product.  If you use it on another
14platform, please let us know.
15
16Installation
17------------
18
191. Check the Makefile to make sure you like the paths and compiler
20options.  Non-DEC platforms will probably require some changes for the
21header file and library file paths.  (Yes, an Imakefile would be nice.
22But I have yet to see a way to make a portable Imakefile for using
23Motif.)
24
252. Execute "make all"
26
273. Execute "make install"
28
29Bug fixes, reports, and other changes should be sent to
30treese@crl.dec.com.
31
32Where to Get Xforward
33---------------------
34
35The current version of xforward can be copied by anonymous FTP from
36crl.dec.com:/pub/DEC/xforward.tar.Z.
37
38Reading About Xforward
39----------------------
40
41The design and implementation of xforward are described in
42
43	Treese, G. Winfield and Alec Wolman
44	X Through the Firewall, and Other Application Relays
45	Proceedings of the USENIX Summer Conference, June, 1993
46
47A preprint of this paper is available as technical report 93/10 from
48the Cambridge Research Lab of Digital Equipment Corporation, which can
49be obtained by anonymous FTP from
50crl.dec.com:/pub/DEC/CRL/tech-reports/93.10.ps.Z, or by sending an
51electronic mail message with the word "help" in the body to
52techreports@crl.dec.com.
53
54Acknowledgements
55----------------
56
57xforward is derived from a program originally written by John Kohl.
58Win Treese designed and Alec Wolman implemented the host access and
59dialog box mechanisms.
60
61Win Treese
62Cambridge Research Lab
63Digital Equipment Corp.
64treese@crl.dec.com
654 June 1993
66
67
68
69
70