summaryrefslogtreecommitdiff
path: root/app/xenodm
AgeCommit message (Expand)Author
2019-06-29add (commented out) blurb to get openbsd-wallpaper running.Marc Espie
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
2019-04-16Disable keyboard binding for abort-display() and update manual page.Matthieu Herrb
2018-11-03Remove the unused 'keyFile' resource.Matthieu Herrb
2018-11-03regenMatthieu Herrb
2018-11-03Remove useless check for XdmcpWrap().Matthieu Herrb
2018-10-28Pass the correct buffer length to strlcpy() to avoid truncation.Matthieu Herrb
2018-07-17This file is not generated by configure, @ substitutions arent availableMatthieu Herrb
2018-07-16Remove useless test for DISPLAY number.Matthieu Herrb
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
2018-07-11sessreg -x is useless if not updating utmp. Remove it.Matthieu Herrb
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
2018-07-11Restore previous SIGCHLD handler in serverPause().Matthieu Herrb
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
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
2017-11-12xdm -> xenodm in log and error messagesMatthieu Herrb
2017-10-04chown before chmodMatthieu Herrb
2017-09-05backout hard-coded behaviour change which was not discussed, inTheo de Raadt
2017-08-30amend commentDavid Coppa
2017-08-30Use 'unix:0' for the DISPLAY environment variableDavid Coppa
2017-08-22Missing dot breaks semantic markup. from Klemens Nanni. Thanks.Matthieu Herrb
2017-07-26Stop abusing cpp as generic macro processor in the build system.Matthieu Herrb
2017-07-26regenMatthieu Herrb
2017-07-26There is no xdm.service file in xenodm.Matthieu Herrb
2017-03-04Don't mention the unsupported Kerberos credentials cache.Theo Buehler
2017-03-04Convert xenodm manual to mdoc(7).Anthony J. Bentley