Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-08-30 | Use 'unix:0' for the DISPLAY environment variable | David Coppa | |
ok matthieu@ | |||
2017-08-22 | Missing dot breaks semantic markup. from Klemens Nanni. Thanks. | Matthieu Herrb | |
2017-07-26 | Stop abusing cpp as generic macro processor in the build system. | Matthieu Herrb | |
ok naddy@ | |||
2017-07-26 | regen | Matthieu Herrb | |
2017-07-26 | There is no xdm.service file in xenodm. | Matthieu Herrb | |
2017-03-04 | Don't mention the unsupported Kerberos credentials cache. | Theo Buehler | |
ok matthieu | |||
2017-03-04 | Convert xenodm manual to mdoc(7). | Anthony J. Bentley | |
ok matthieu@, plus some tweak from jmc@ | |||
2017-02-28 | Replace the binaryEqual() function with std memcmp(). | Martin Natano | |
ok matthieu | |||
2017-02-28 | Remove some remaining XDMCP and remote X servers references. | Matthieu Herrb | |
2017-01-30 | Reset SIGCHLD signal handler to previous value in error path, too. | Tobias Stoeckmann | |
ok matthieu@ | |||
2016-11-11 | regen | Matthieu Herrb | |
2016-11-11 | SU is not needed without xdmcp support | Matthieu Herrb | |
2016-11-11 | regen | Matthieu Herrb | |
2016-11-11 | Xsession cleanup: | Matthieu Herrb | |
- remove mkstemp conditional it's always there - remove USE_XPM conditional - remove SCO and Unixware bits that survived so far | |||
2016-11-11 | regen | Matthieu Herrb | |
2016-11-11 | Keep only on Xservers file. | Matthieu Herrb | |
The Xservers.fs file makes no sense in xenodm. | |||
2016-11-06 | More unused code, when xdm-authorization is not used. | Matthieu Herrb | |
2016-11-06 | Remove a number of unused prototypes | Matthieu Herrb | |
2016-11-06 | The SIGFUNC type definition is unused now | Matthieu Herrb | |
2016-11-06 | Good bye <setjmp.h> and associated definitions. | Matthieu Herrb | |
2016-11-06 | Use explicit_bzero(). With BSD auth these data have already been | Matthieu Herrb | |
wiped when we reach those points but just in case. |