xenocara/app/lbxproxy
2006-11-26 15:04:55 +00:00
..
config Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
di Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
include Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
os Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
aclocal.m4 Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
AUTHORS Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
ChangeLog Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
compile Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
config.guess Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
config.h.in Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
config.sub Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
configure Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
configure.ac Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
COPYING Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
depcomp Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
design Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
INSTALL Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
install-sh Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
lbxproxy.def Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
lbxproxy.man Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
Makefile.am Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
Makefile.bsd-wrapper More build infrastructure. (applications missing in X.Org 7.2RC2) 2006-11-26 15:04:55 +00:00
Makefile.in Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
missing Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
mkinstalldirs Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
NEWS Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
README Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00

Applications that would like to take advantage of the Low Bandwidth
extension to X (LBX) must make their connections to an lbxproxy.
These applications need to know nothing about LBX, they simply connect
to the lbxproxy as if were a regular server.  The lbxproxy accepts
client connections, multiplexes them over a single connection to the X
server, and performs various optimizations on the X protocol to make
it faster over low bandwidth and/or high latency connections.

With regard to authentication/authorization, lbxproxy simply passes
along to the server the credentials presented by the client.  Since X
clients will connect to lbxproxy, it is important that the user's
.Xauthority file contain entries with valid keys associated with the
network ID of the proxy.  lbxproxy does not get involved with how
these entries are added to the .Xauthority file.  The user is
responsible for setting it up.