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

..03-May-2022-

man/H11-Jul-2019-766659

tests/H03-May-2022-1,2141,027

COPYINGH A D11-Jul-20191.1 KiB2217

ChangeLogH A D11-Jul-201941 KiB1,202805

INSTALLH A D11-Jul-201915.4 KiB371288

Makefile.amH A D11-Jul-20191.7 KiB5624

Makefile.inH A D11-Jul-201931.4 KiB976843

README.mdH A D11-Jul-20192 KiB6644

aclocal.m4H A D11-Jul-2019129.2 KiB3,5713,271

compileH A D11-Jul-20197.2 KiB349259

config.guessH A D11-Jul-201943.1 KiB1,4871,294

config.h.inH A D11-Jul-20193.1 KiB12790

config.subH A D11-Jul-201930.7 KiB1,7911,636

configureH A D11-Jul-2019362.3 KiB12,99410,426

configure.acH A D11-Jul-20192.2 KiB6150

depcompH A D11-Jul-201923 KiB792502

gethost.cH A D11-Jul-20199.7 KiB374299

install-shH A D11-Jul-201915 KiB519337

missingH A D11-Jul-20196.7 KiB216143

parsedpy.cH A D11-Jul-20196.6 KiB263166

process.cH A D11-Jul-201949.7 KiB2,0041,583

test-driverH A D11-Jul-20194.5 KiB14987

xauth.cH A D11-Jul-20194.7 KiB179117

xauth.hH A D11-Jul-20192.2 KiB6330

README.md

1I. OVERVIEW
2-----------
3
4The xauth program is used to edit and display the authorization
5information used in connecting to the X server.
6The underlying "Authorization Protocol for X" is described in the
7README file of the libXau module of X11.
8
9II. BUILDING
10------------
11
12Use "./autogen.sh" to configure the package and "make" to compile it.
13A black box check for the correctness of the package can be initiated
14by "make check" (make sure to install "cmdtest" from
15http://liw.fi/cmdtest/). The installation is done by "make install".
16
17III. COMMUNICATION
18------------------
19
20All questions regarding this software should be directed at the
21Xorg mailing list:
22
23  https://lists.x.org/mailman/listinfo/xorg
24
25The master development code repository can be found at:
26
27  https://gitlab.freedesktop.org/xorg/app/xauth
28
29Please submit bug reports and requests to merge patches there.
30
31For patch submission instructions, see:
32
33  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
34
35IV. RELEASING
36-------------
37
38This section describes how to release a new version of xauth to the
39public. A detailed description of this process can be found at
40https://www.x.org/wiki/Development/Documentation/ReleaseHOWTO with a
41few clarification below.
42
43Remember, that the last commit _must_ include the version string in
44its diff (not the commit message). This is typically done by
45incrementing the version string in configure.ac.
46
47For releasing under Fedora make sure, that
48/usr/share/util-macros/INSTALL exists. If not, then please create that
49file.
50
51To release a new version of xauth, please follow this steps:
52
53 * git clone ssh://git.freedesktop.org/git/xorg/app/xauth
54 * cd xauth ; ./autogen.sh ; make ; make check
55 * follow ReleaseHowto inside this directory.
56
57Ignore these errors shown during release.sh:
58
59    /bin/sh: ../.changelog.tmp: Permission denied
60    git directory not found: installing possibly empty changelog.
61
62    cp: cannot create regular file '../.INSTALL.tmp': Permission denied
63    util-macros "pkgdatadir" from xorg-macros.pc not found: installing possibly empty INSTALL.
64
65[eof]
66