xenocara/app/lbxproxy
2007-07-29 11:34:29 +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 regen 2007-07-29 11:34:29 +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 regenerate with OpenBSD autotools 2006-11-27 13:10:10 +00:00
config.guess regenerate with OpenBSD autotools 2006-11-27 13:10:10 +00:00
config.h.in regen 2007-03-16 00:03:49 +00:00
config.sub regenerate with OpenBSD autotools 2006-11-27 13:10:10 +00:00
configure regen 2007-07-29 11:34:29 +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 regenerate with OpenBSD autotools 2006-11-27 13:10:10 +00:00
design Importing from X.Org indiviual releases 2006-11-26 14:07:37 +00:00
INSTALL regenerate with OpenBSD autotools 2006-11-27 13:10:10 +00:00
install-sh regenerate with OpenBSD autotools 2006-11-27 13:10:10 +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 Install configuration in /etc/X11 2006-11-29 12:17:58 +00:00
Makefile.bsd-wrapper Install configuration in /etc/X11 2006-11-29 12:17:58 +00:00
Makefile.in regen 2006-11-29 12:16:20 +00:00
missing regenerate with OpenBSD autotools 2006-11-27 13:10:10 +00:00
mkinstalldirs regenerate with OpenBSD autotools 2006-11-27 13:10:10 +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.