xenocara/app/xauth
2014-01-05 07:08:53 +00:00
..
man Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
tests Missing files for xauth 1.0.8 2014-01-05 07:08:53 +00:00
aclocal.m4 Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
ChangeLog Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
config.guess Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
config.h.in Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
config.sub Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
configure Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
configure.ac Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
COPYING Update to xauth 1.0.3 + fixes from git head. Partially addresses system/6097. 2009-03-08 09:35:07 +00:00
depcomp Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
gethost.c Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
INSTALL Fix a number of merge issues accumulated over the years 2013-08-18 06:20:12 +00:00
install-sh Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
Makefile.am Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
Makefile.bsd-wrapper $Xenocara$ -> $OpenBSD$ 2006-11-27 19:27:25 +00:00
Makefile.in Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
missing Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
NEWS Importing from X.Org 7.2RC2 2006-11-25 20:07:29 +00:00
parsedpy.c Update to xauth 1.0.7 2012-04-07 15:39:35 +00:00
process.c Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
README Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
xauth.c Update to xauth 1.0.8 2014-01-04 15:53:46 +00:00
xauth.h Update to xauth 1.0.7 2012-04-07 15:39:35 +00:00

    I. OVERVIEW

The xauth program is used to edit and display the authorization
information used in connecting to the X server.
The underlying "Authorization Protocol for X" is described in the
README file of the libXau module of X11.

    II. BUILDING

Use "./autogen.sh" to configure the package and "make" to compile it.
A black box check for the correctness of the package can be initiated
by "make check" (make sure to install "cmdtest" from
http://liw.fi/cmdtest/). The installation is done by "make install".

   III. COMMUNICATION

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/app/xauth

        http://cgit.freedesktop.org/xorg/app/xauth

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage