Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-30 | Fix confusion in boolean resources parsing. | Matthieu Herrb | |
This caused wrong resources values on big endian machines. | |||
2021-08-30 | Don't add authorizations for TCP connections by default. | Matthieu Herrb | |
Add a new resource 'listenTcp' (false by default) to explicitely add authorizations for existing IP addresses on startup (and pass -listen tcp to the X server). ok kettenis@ | |||
2021-08-30 | Remove code writing .Xauthority in /tmp if it cannot write it in ${HOME}. | Matthieu Herrb | |
Discussed with deraadt@ and zhuk@ | |||
2021-08-30 | Get the path to the console device from the X server. | Matthieu Herrb | |
2021-08-30 | Fix spelling/wording issues. | Matthieu Herrb | |
From Alan Coopersmith in xdm | |||
2020-07-14 | Remove generated files. | Matthieu Herrb | |
2020-07-14 | 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@ | |||
2020-07-14 | Consistant use of bool whenever possible. | Matthieu Herrb | |
2020-07-14 | Remove unused code. | Matthieu Herrb | |
2020-07-14 | Remove the unused localHostname() function. | Matthieu Herrb | |
2020-07-14 | Remove prototype for function that doesn't exist anymore in xenodom. | Matthieu Herrb | |
2020-07-14 | Stop abusing cpp as generic macro processor in the build system. | Matthieu Herrb | |
ok naddy@ | |||
2020-07-14 | regen | Matthieu Herrb | |
2020-07-14 | regen | Matthieu Herrb | |
2020-07-14 | More unused code, when xdm-authorization is not used. | Matthieu Herrb | |
2020-07-14 | Remove a number of unused prototypes | Matthieu Herrb | |
2020-07-14 | The SIGFUNC type definition is unused now | Matthieu Herrb | |
2020-07-14 | Good bye <setjmp.h> and associated definitions. | Matthieu Herrb | |
2020-07-14 | GreetUser() doen't need to return the X display pointer. | Matthieu Herrb | |
2020-07-14 | Add an autologin mode to xenodm. | Matthieu Herrb | |
2020-07-14 | Remove the displayType member of struct display. | Matthieu Herrb | |
xenodm only manages Local Permanent FromFile X servers. No need to keep the checks for that. For now the Xservers file keeps the location field, but ignores its | |||
2020-07-14 | Mark some functions as __dead | Matthieu Herrb | |
2020-07-14 | Augment the chances LogOutOfMem() works in out-of-memory conditions. All ↵ | Matthieu Herrb | |
instances are called with only one constant string so no need for varargs dance. | |||
2020-07-14 | Use xenodm where applicable in comments | Matthieu Herrb | |
2020-07-14 | Generate autotools build system | Matthieu Herrb | |
2016-09-04 | ..and remove the indirect function call for the greeter | Matthieu Herrb | |
2016-09-04 | Remove the structure of function pointers used by the dynamic loader | Matthieu Herrb | |
2016-09-04 | Remove a few fields used only by the dynamic greeter | Matthieu Herrb | |
2016-09-04 | Remove shared greeter lib remaining bits | Matthieu Herrb | |
2016-09-04 | Remove remaining chooser configuration bits | Matthieu Herrb | |
2016-09-04 | Declare LogFatal() __dead | Matthieu Herrb | |
2016-09-03 | remove SIGVAL macro | Matthieu Herrb | |
2016-09-03 | Foreign X servers are not supported | Matthieu Herrb | |
2016-09-02 | remove pidFile tentacles | Matthieu Herrb | |
2016-09-02 | remove 'willing' resource | Matthieu Herrb | |
2016-09-01 | Remove !arc4random() based random number sources | Matthieu Herrb | |
2016-09-01 | Remove accessFile support | Matthieu Herrb | |
2016-09-01 | Remove KRB5 and SECURERPC | Matthieu Herrb | |
2016-09-01 | Remove more XDMCP tentacles | Matthieu Herrb | |
2016-09-01 | Remove support for XDM-AUTHORIZATION-1 | Matthieu Herrb | |
2015-12-24 | Remove X server ping code, only used for remote servers. | Matthieu Herrb | |
2015-12-24 | Simplify signal handling for BSD | Matthieu Herrb | |
2015-12-24 | Start of a new reduced version of xdm. | Matthieu Herrb | |
Removed support for non BSD systems and for XDMCP. |