summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-08-30Fix confusion in boolean resources parsing.Matthieu Herrb
This caused wrong resources values on big endian machines.
2021-08-30Don'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-30Remove code writing .Xauthority in /tmp if it cannot write it in ${HOME}.Matthieu Herrb
Discussed with deraadt@ and zhuk@
2021-08-30Get the path to the console device from the X server.Matthieu Herrb
2021-08-30Fix spelling/wording issues.Matthieu Herrb
From Alan Coopersmith in xdm
2020-07-14Remove generated files.Matthieu Herrb
2020-07-14Remove 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-14Consistant use of bool whenever possible.Matthieu Herrb
2020-07-14Remove unused code.Matthieu Herrb
2020-07-14Remove the unused localHostname() function.Matthieu Herrb
2020-07-14Remove prototype for function that doesn't exist anymore in xenodom.Matthieu Herrb
2020-07-14Stop abusing cpp as generic macro processor in the build system.Matthieu Herrb
ok naddy@
2020-07-14regenMatthieu Herrb
2020-07-14regenMatthieu Herrb
2020-07-14More unused code, when xdm-authorization is not used.Matthieu Herrb
2020-07-14Remove a number of unused prototypesMatthieu Herrb
2020-07-14The SIGFUNC type definition is unused nowMatthieu Herrb
2020-07-14Good bye <setjmp.h> and associated definitions.Matthieu Herrb
2020-07-14GreetUser() doen't need to return the X display pointer.Matthieu Herrb
2020-07-14Add an autologin mode to xenodm.Matthieu Herrb
2020-07-14Remove 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-14Mark some functions as __deadMatthieu Herrb
2020-07-14Augment 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-14Use xenodm where applicable in commentsMatthieu Herrb
2020-07-14Generate autotools build systemMatthieu Herrb
2016-09-04..and remove the indirect function call for the greeterMatthieu Herrb
2016-09-04Remove the structure of function pointers used by the dynamic loaderMatthieu Herrb
2016-09-04Remove a few fields used only by the dynamic greeterMatthieu Herrb
2016-09-04Remove shared greeter lib remaining bitsMatthieu Herrb
2016-09-04Remove remaining chooser configuration bitsMatthieu Herrb
2016-09-04Declare LogFatal() __deadMatthieu Herrb
2016-09-03remove SIGVAL macroMatthieu Herrb
2016-09-03Foreign X servers are not supportedMatthieu Herrb
2016-09-02remove pidFile tentaclesMatthieu Herrb
2016-09-02remove 'willing' resourceMatthieu Herrb
2016-09-01Remove !arc4random() based random number sourcesMatthieu Herrb
2016-09-01Remove accessFile supportMatthieu Herrb
2016-09-01Remove KRB5 and SECURERPCMatthieu Herrb
2016-09-01Remove more XDMCP tentaclesMatthieu Herrb
2016-09-01Remove support for XDM-AUTHORIZATION-1Matthieu Herrb
2015-12-24Remove X server ping code, only used for remote servers.Matthieu Herrb
2015-12-24Simplify signal handling for BSDMatthieu Herrb
2015-12-24Start of a new reduced version of xdm.Matthieu Herrb
Removed support for non BSD systems and for XDMCP.