summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-14Keep a better trace of pending children to be reaped.Matthieu Herrb
2020-07-14Delete unused codeMatthieu Herrb
2020-07-14Bind <Key>Escape to erase-line by default.Matthieu Herrb
2020-07-14Less ifdef cruft.Matthieu Herrb
2020-07-14use strvis on login name when logging debug information it since it may conta...Matthieu Herrb
2020-07-14Restore previous SIGCHLD handler in serverPause().Matthieu Herrb
2020-07-14Also revert this one, doesn't look right either.Matthieu Herrb
2020-07-14Revert some of the strlcpy() conversions which are wrong.Matthieu Herrb
2020-07-14Remove more unused ifdefs blocksMatthieu Herrb
2020-07-14Remove useless ifdefsMatthieu Herrb
2020-07-14Get rid of strcpy and strncpy (they were all looking safe though)Matthieu Herrb
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-14Source the Xsetup script before initializing the greeter widget.Matthieu Herrb
2020-07-14static variable shadowing found by clangMatthieu Herrb
2020-07-14Unused variables found by clangMatthieu Herrb
2020-07-14Add missing brackets to multi-statement if in SaveServerAuthorizations From A...Matthieu Herrb
2020-07-14xdm -> xenodm in log and error messagesMatthieu Herrb
2020-07-14chown before chmodMatthieu Herrb
2020-07-14backout hard-coded behaviour change which was not discussed, in particular no...Theo de Raadt
2020-07-14amend commentDavid Coppa
2020-07-14Use 'unix:0' for the DISPLAY environment variableDavid Coppa
2020-07-14Missing dot breaks semantic markup. from Klemens Nanni. Thanks.Matthieu Herrb
2020-07-14Stop abusing cpp as generic macro processor in the build system.Matthieu Herrb
2020-07-14regenMatthieu Herrb
2020-07-14There is no xdm.service file in xenodm.Matthieu Herrb
2020-07-14Don't mention the unsupported Kerberos credentials cache.Theo Buehler
2020-07-14Convert xenodm manual to mdoc(7).Anthony J. Bentley
2020-07-14Replace the binaryEqual() function with std memcmp(). ok matthieuMartin Natano
2020-07-14Remove some remaining XDMCP and remote X servers references.Matthieu Herrb
2020-07-14Reset SIGCHLD signal handler to previous value in error path, too.Tobias Stoeckmann
2020-07-14regenMatthieu Herrb
2020-07-14SU is not needed without xdmcp supportMatthieu Herrb
2020-07-14regenMatthieu Herrb
2020-07-14Xsession cleanup: - remove mkstemp conditional it's always there - remove USE...Matthieu Herrb
2020-07-14regenMatthieu Herrb
2020-07-14Keep only on Xservers file. The Xservers.fs file makes no sense in xenodm.Matthieu 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-14Use explicit_bzero(). With BSD auth these data have already been wiped when w...Matthieu Herrb
2020-07-14Rework the Xservers parsing code to correctly reject non local display types.Matthieu Herrb
2020-07-14GreetUser() doen't need to return the X display pointer.Matthieu Herrb
2020-07-14Check strdup return valueMatthieu Herrb
2020-07-14Remove useless endpwent() callsMatthieu Herrb
2020-07-14Remove a server reset that was there for compatilibity with "old" serversMatthieu Herrb
2020-07-14Remove display class from Xserver examples. They are of little interest in xe...Matthieu Herrb