Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-28 | Provide a lower contrast root weave as default background. | Matthieu Herrb | |
2020-06-28 | A darker login widget, providing better contrast. | Matthieu Herrb | |
liked by many. | |||
2020-04-01 | sort architectures list | Matthieu Herrb | |
2020-04-01 | Set the VT to be used by the X server on arm64 too. ok phessler@ | Matthieu Herrb | |
2019-12-04 | xenodm uses the libc authentication layer incorrectly. | Theo de Raadt | |
fix by markus or millert Reported by Qualys | |||
2019-08-15 | Provide better xsession examples. exec the window manager last. | Matthieu Herrb | |
Convert user's example to /bin/sh. Remove xman for example. | |||
2019-06-29 | check return values against -1 "reasonable" deraadt@ | Matthieu Herrb | |
2019-06-29 | add (commented out) blurb to get openbsd-wallpaper running. | Marc Espie | |
"perso j'ai rien contre" ok matthieu@ | |||
2019-06-29 | Check asprintf() return values correctly. ok and tweaks tb@ | Matthieu Herrb | |
2019-05-12 | chown the first drm render node in addition to the primary drm device | Jonathan Gray | |
ok matthieu@ | |||
2019-04-16 | Disable 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-03 | Remove 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-03 | regen | Matthieu Herrb | |
2018-11-03 | Remove useless check for XdmcpWrap(). | Matthieu Herrb | |
It was only needed by xdmcp. ok tb@ mortimer@ | |||
2018-10-28 | Pass the correct buffer length to strlcpy() to avoid truncation. | Matthieu Herrb | |
Problem noticed by Edgar Pettijohn III, ok tb@ | |||
2018-07-17 | This file is not generated by configure, @ substitutions arent available | Matthieu Herrb | |
2018-07-16 | Remove useless test for DISPLAY number. | Matthieu Herrb | |
This script is only run by xenodm for DISPLAY=:0 | |||
2018-07-15 | OpenBSD id | Matthieu Herrb | |
2018-07-15 | Make Xstartup/Xreset consistent with GiveConsole/TakeConsole | Matthieu Herrb | |
2018-07-15 | regen | Matthieu Herrb | |
2018-07-15 | Revert the removal of Xreset and Xstartup. | Matthieu Herrb | |
2018-07-11 | pledges for session can be tighten a bit now. | Matthieu Herrb | |
2018-07-11 | The file descriptor parameter is not used by DefineSelf() in xenodm. | Matthieu Herrb | |
Zap it. | |||
2018-07-11 | sessreg -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-11 | Ooops I didn't intend to commit that part. revert it. | Matthieu Herrb | |
2018-07-11 | Actually remove the source files for Xstartup and Xreset | Matthieu Herrb | |
2018-07-11 | Remove Xstartup and Xreset script. Xenodm uses GiveConsole and TakeConsole | Matthieu Herrb | |
2018-07-11 | Keep a better trace of pending children to be reaped. | Matthieu Herrb | |
2018-07-11 | Delete unused code | Matthieu Herrb | |
2018-07-11 | Bind <Key>Escape to erase-line by default. | Matthieu Herrb | |
2018-07-11 | Less ifdef cruft. | Matthieu Herrb | |
2018-07-11 | use strvis on login name when logging debug information it since it | Matthieu Herrb | |
may contain control characters. And remove an extra logging of the same. | |||
2018-07-11 | Restore 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-10 | Also revert this one, doesn't look right either. | Matthieu Herrb | |
2018-07-10 | Revert some of the strlcpy() conversions which are wrong. | Matthieu Herrb | |
2018-07-10 | Remove more unused ifdefs blocks | Matthieu Herrb | |
2018-07-10 | Remove useless ifdefs | Matthieu Herrb | |
2018-07-10 | Get rid of strcpy and strncpy (they were all looking safe though) | Matthieu Herrb | |
2018-07-10 | Consistant use of bool whenever possible. | Matthieu Herrb | |
2018-07-10 | Remove unused code. | Matthieu Herrb | |
2018-07-10 | Remove the unused localHostname() function. | Matthieu Herrb | |
2018-07-09 | Remove prototype for function that doesn't exist anymore in xenodom. | Matthieu Herrb | |
2018-07-09 | Source the Xsetup script before initializing the greeter widget. | Matthieu Herrb | |
Based on a request by weerd@, tested by jca@ and weerd@ | |||
2018-05-06 | static variable shadowing found by clang | Matthieu Herrb | |
2018-05-06 | Unused variables found by clang | Matthieu Herrb | |
2018-05-06 | Add missing brackets to multi-statement if in SaveServerAuthorizations | Matthieu Herrb | |
From Alan Coopersmith in xdm. | |||
2017-11-12 | xdm -> xenodm in log and error messages | Matthieu Herrb | |
2017-10-04 | chown before chmod | Matthieu 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-05 | backout hard-coded behaviour change which was not discussed, in | Theo de Raadt | |
particular no justification for why the current behaviour is wrong | |||
2017-08-30 | amend comment | David Coppa | |