xenocara/app/xdm
2011-03-19 15:40:02 +00:00
..
app-defaults
config Add support for ecdsa SSH keys. From dave at davec dot name. Thanks. 2011-03-19 15:40:02 +00:00
greeter ifdef out the new code that moves the cursor one pixel to the right 2010-04-06 22:09:09 +00:00
access.c
acinclude.m4
aclocal.m4
auth.c
AUTHORS
ChangeLog
choose.c
chooser.c
compile
config.guess
config.h.in
config.sub
configure
configure.ac
COPYING
cpprules.in
daemon.c
depcomp
dm_auth.h
dm_error.h
dm_socket.h
dm.c
dm.h
dpylist.c
error.c
file.c
genauth.c
greet.h
INSTALL
install-sh
krb5auth.c
ltmain.sh
Makefile.am Fix a race in the creation of the app-defaults directory. 2010-05-30 21:03:20 +00:00
Makefile.bsd-wrapper
Makefile.in
missing
mitauth.c
netaddr.c
NEWS
policy.c
prngc.c
protodpy.c
README
reset.c
resource.c
rpcauth.c
server.c
session.c
socket.c
streams.c
util.c
xdm.man.cpp
xdmauth.c
xdmcp.c
xdmshell.c

The default installation settings of xdm match those used for most platforms
in the previous X.Org releases:

Scripts & modules:	$(libdir)/X11/xdm (aka $(prefix)/lib/X11/xdm)
Configuration files:	$(libdir)/X11/xdm
Pixmap files:		$(libdir)/X11/xdm/pixmaps
Log files:		/var/log
Process id/lock files:	/var/run
xauth cookie files:	/var/lib/xdm

These may be overridden with the following options to configure:
Loadable modules:	--with-xdmlibdir
Scripts:		--with-xdmscriptdir (or --with-xdmlibdir)
Configuration files:	--with-xdmconfigdir (or --with-xdmlibdir)
Pixmap files:		--with-xdmpixmapdir (or --with-xdmlibdir)
Log files:		--with-logdir
Process id/lock files:	--with-piddir
xauth cookie files:	--with-authdir

For instance, some packagers/sites may prefer:
	--with-xdmconfigdir=/etc/X11/xdm
	--with-xdmlibdir=$(prefix)/lib/xdm
	--with-xdmscriptdir=/etc/X11/xdm

	----------------------------------------------------------------

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/xdm

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

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

$Id: README,v 1.3 2010/03/28 09:33:02 matthieu Exp $