summaryrefslogtreecommitdiff
path: root/app/xdm
AgeCommit message (Collapse)Author
2016-10-11regenMatthieu Herrb
2016-10-02Explicitly set the owner of the shell scripts in etc/X11/xdm and of theTheo Buehler
chooser and xdm binaries to BINOWN:BINGRP. Needed for noperm release. ok mathieu
2016-09-04Remove zaurus specific default VT configuration (it had only 2 VTs)Matthieu Herrb
2016-07-11Version-less logos for 6.0 and aboveMatthieu Herrb
2016-01-16puffy 5.9Matthieu Herrb
2016-01-05missed one conversion to arc4random().Matthieu Herrb
2015-12-24Remove unused file.Matthieu Herrb
2015-10-17Don't automatically launch dbus as part of the default user sessions.Matthieu Herrb
requested by deraadt@ no objection ajacoutot@
2015-06-28Transparent backgrounds for 8bpp and 4bpp images too.Matthieu Herrb
2015-06-26Make background transparentMike Belopuhov
2015-06-23move to 5.8 art (way ahead of schedule...)Theo de Raadt
from todd
2015-06-20Now that nolisten tcp is the Xserver default, don't pass the optionMatthieu Herrb
in scripts anymore.
2015-06-15Pass '-nolisten tcp' option to Xserver so that it doesn't listenMatthieu Herrb
on port 6000 by default anymore. ok jasper@, ajacoutot@, naddy@, phessler@
2015-05-10No NEWS is good NEWS - remove a bunch of files not present upstreams anymoreMatthieu Herrb
2015-03-16New X resources for xdm greeter providing a new appearance.Matthieu Herrb
ok ajacoutot@, mpi@, no concerns from deraadt@ positive feedback from many others
2015-03-16Make logos background transparent.Matthieu Herrb
2015-03-15Repair protection of installed configuration filesMatthieu Herrb
2015-03-15No more reasons not to use the 8bpp XPM logo on !sparcMatthieu Herrb
2015-03-15Drop #ifdef Hp300ArchitectureMatthieu Herrb
2015-03-15Allow the greeter to set the input fields bg colorMatthieu Herrb
A new 'inpColor' resource is added for that. Already commited upstream.
2015-03-15regenMatthieu Herrb
2015-03-15use LDADD to link the greeter library. Makes dependencies tracking work.Matthieu Herrb
2015-01-28puffy 5.7Todd T. Fries
2015-01-25Pass sessreg(1) the correct path to the Xservers file.Jeremie Courreges-Anglas
xdm sessions were erroneously marked as active after being terminated. Issue noticed and patch by Patrick Keshishian. ok matthieu@
2014-07-30puffy 5.6Todd T. Fries
2014-02-26puffy 5.5Todd T. Fries
2014-02-25Support for ed25519 keys. from Tristan Le Guern with tweaks by sthen@Matthieu Herrb
Ok deraadt@
2013-11-18Give /dev/drm0 to the user logging into xdm to be ableMatthieu Herrb
to run OpenGL applications. ok kettenis@, naddy@
2013-08-18Fix format for 64 bits time_tMatthieu Herrb
2013-07-22puffy 5.4Todd T. Fries
2013-06-26Match what's done on i386/amd64 and use vt05 as default for xdm(1)Martin Pieuchot
on macppc now that virtual consoles are supported. Adding "xdm_flags=" to /etc/rc.conf.local should now be enough to get xdm working out of the box, no need to edit /etc/ttys anymore. ok matthieu@
2013-05-19Don't try to start an ssh agent if $SSH_AGENT_PID is already set.Antoine Jacoutot
ok matthieu@
2013-05-03Start dbus-launch in a consistent way int xinitrc and Xsession and fixAntoine Jacoutot
an indent weirdness while here. ok matthieu@
2013-02-07puffy 5.3Todd T. Fries
2012-10-07Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0Matthieu Herrb
since OpenBSD 2.4. There is something broken with XDM-AUTHORIZATION-1 and xcb (and also with IPv6) this is hurting when xdm is used on :1
2012-08-04If dbus is installed, start the daemon as part of the X session.Matthieu Herrb
That will help applications that depend on dbus beeing started. With ajacoutot@.
2012-07-22puffy 5.2Todd T. Fries
2012-02-08Match the default PATH with what we use in login.conf(5).Antoine Jacoutot
This will allow glib's gio mount to find and use mount(8). input from and ok matthieu@
2012-02-07puffy 5.1Todd T. Fries
2011-12-15replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang.Matthieu Herrb
ok kettenis@
2011-12-03Restore ecdsa ssh keys support, lost in update to 1.1.11.Matthieu Herrb
Noticed by jsg@
2011-11-30Ooops revert something that I didn't intend to commit.Matthieu Herrb
Sorry todd for the gratuitous set changes.
2011-11-15Update to xdm 1.1.11 plus a few patches from git master.Matthieu Herrb
patched to restore static greeter. Tested by shadchin@, jasper@
2011-11-06Bring in full Changelog from xdm 1.1.9. For some reason this fileMatthieu Herrb
was missing many entries.
2011-09-30Set user PATH from login.conf instead of hard-coded default.Matthieu Herrb
prodded by ajacoutot@. Patch tweaks and ok millert@.
2011-08-04puffy 5.0Todd T. Fries
2011-03-19Add support for ecdsa SSH keys. From dave at davec dot name. Thanks.Matthieu Herrb
2011-02-11puffy 4.9Todd T. Fries
2011-01-01Fix duplicated code resulting from a bad merge of xdm 1.1.9.Matthieu Herrb
2010-08-02puffy 4.8Todd T. Fries