summaryrefslogtreecommitdiff
path: root/app/xenodm
AgeCommit message (Collapse)Author
2020-06-28Provide a lower contrast root weave as default background.Matthieu Herrb
2020-06-28A darker login widget, providing better contrast.Matthieu Herrb
liked by many.
2020-04-01sort architectures listMatthieu Herrb
2020-04-01Set the VT to be used by the X server on arm64 too. ok phessler@Matthieu Herrb
2019-12-04xenodm uses the libc authentication layer incorrectly.Theo de Raadt
fix by markus or millert Reported by Qualys
2019-08-15Provide better xsession examples. exec the window manager last.Matthieu Herrb
Convert user's example to /bin/sh. Remove xman for example.
2019-06-29check return values against -1 "reasonable" deraadt@Matthieu Herrb
2019-06-29add (commented out) blurb to get openbsd-wallpaper running.Marc Espie
"perso j'ai rien contre" ok matthieu@
2019-06-29Check asprintf() return values correctly. ok and tweaks tb@Matthieu Herrb
2019-05-12chown the first drm render node in addition to the primary drm deviceJonathan Gray
ok matthieu@
2019-04-16Disable keyboard binding for abort-display() and update manual page.Matthieu Herrb
while there remove a remaining reference to non-existent xdmshell(1). Reported by Hiltjo Posthuma, ok solene@, bentley@
2018-11-03Remove the unused 'keyFile' resource.Matthieu Herrb
It is not used anymore in xenodm (was used to specify the secret keys for the XDM-AUTHORIZATION-1 authentication protocol in xdm with xdmcp). ok kn@
2018-11-03regenMatthieu Herrb
2018-11-03Remove useless check for XdmcpWrap().Matthieu Herrb
It was only needed by xdmcp. ok tb@ mortimer@
2018-10-28Pass the correct buffer length to strlcpy() to avoid truncation.Matthieu Herrb
Problem noticed by Edgar Pettijohn III, ok tb@
2018-07-17This file is not generated by configure, @ substitutions arent availableMatthieu Herrb
2018-07-16Remove useless test for DISPLAY number.Matthieu Herrb
This script is only run by xenodm for DISPLAY=:0
2018-07-15OpenBSD idMatthieu Herrb
2018-07-15Make Xstartup/Xreset consistent with GiveConsole/TakeConsoleMatthieu Herrb
2018-07-15regenMatthieu Herrb
2018-07-15Revert the removal of Xreset and Xstartup.Matthieu Herrb
2018-07-11pledges for session can be tighten a bit now.Matthieu Herrb
2018-07-11The file descriptor parameter is not used by DefineSelf() in xenodm.Matthieu Herrb
Zap it.
2018-07-11sessreg -x is useless if not updating utmp. Remove it.Matthieu Herrb
Also don't try to remove utmp lines that were not written.
2018-07-11Ooops I didn't intend to commit that part. revert it.Matthieu Herrb
2018-07-11Actually remove the source files for Xstartup and XresetMatthieu Herrb
2018-07-11Remove Xstartup and Xreset script. Xenodm uses GiveConsole and TakeConsoleMatthieu Herrb
2018-07-11Keep a better trace of pending children to be reaped.Matthieu Herrb
2018-07-11Delete unused codeMatthieu Herrb
2018-07-11Bind <Key>Escape to erase-line by default.Matthieu Herrb
2018-07-11Less ifdef cruft.Matthieu Herrb
2018-07-11use strvis on login name when logging debug information it since itMatthieu Herrb
may contain control characters. And remove an extra logging of the same.
2018-07-11Restore previous SIGCHLD handler in serverPause().Matthieu Herrb
This fixes the issue where xenodm whould stay stuck after kill the Xserver twice. While here add some more Debug() calls to help following what's going on
2018-07-10Also revert this one, doesn't look right either.Matthieu Herrb
2018-07-10Revert some of the strlcpy() conversions which are wrong.Matthieu Herrb
2018-07-10Remove more unused ifdefs blocksMatthieu Herrb
2018-07-10Remove useless ifdefsMatthieu Herrb
2018-07-10Get rid of strcpy and strncpy (they were all looking safe though)Matthieu Herrb
2018-07-10Consistant use of bool whenever possible.Matthieu Herrb
2018-07-10Remove unused code.Matthieu Herrb
2018-07-10Remove the unused localHostname() function.Matthieu Herrb
2018-07-09Remove prototype for function that doesn't exist anymore in xenodom.Matthieu Herrb
2018-07-09Source the Xsetup script before initializing the greeter widget.Matthieu Herrb
Based on a request by weerd@, tested by jca@ and weerd@
2018-05-06static variable shadowing found by clangMatthieu Herrb
2018-05-06Unused variables found by clangMatthieu Herrb
2018-05-06Add missing brackets to multi-statement if in SaveServerAuthorizationsMatthieu Herrb
From Alan Coopersmith in xdm.
2017-11-12xdm -> xenodm in log and error messagesMatthieu Herrb
2017-10-04chown before chmodMatthieu Herrb
This prevents a malicious user logging out from calling chmod while still owning /dev/console and thus by-passing the '622' mode that is set here. Issue reported by Tim Chase. Thanks. Merged from xdm upstreams
2017-09-05backout hard-coded behaviour change which was not discussed, inTheo de Raadt
particular no justification for why the current behaviour is wrong
2017-08-30amend commentDavid Coppa