summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
ok matthieu@
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 ↵Matthieu Herrb
USE_XPM conditional - remove SCO and Unixware bits that survived so far
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 ↵Matthieu Herrb
we reach those points but just in case.
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 ↵Matthieu Herrb
xenodm.
2020-07-14Remove special handling of Kerberos auth that will never happen.Matthieu Herrb
2020-07-14Add an autologin mode to xenodm.Matthieu Herrb
2020-07-14Remove more mentions of remote and foreign X serversMatthieu 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-14Add a "flock" promise. If there are no local cache files for the user, ↵Theo Buehler
fontconfig may try to lock the shared cache files using fcntl(2). ok matthieu
2020-07-14Don't try to find an interpreter to execute the Xsession file if it's not ↵Matthieu Herrb
executable.
2020-07-14Mark some functions as __deadMatthieu Herrb
2020-07-14endpwent() is not needed after getpwnam()Matthieu 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-14Oops a typo crept inMatthieu Herrb
2020-07-14Use xenodm where applicable in commentsMatthieu Herrb
2020-07-14Use explicit_bzero() to wipe the passwordMatthieu Herrb
2020-07-14greet->password is wiped after handling it to auth_setdata(). No need to ↵Matthieu Herrb
wipe again it later.
2020-07-14Remove out-dated commentMatthieu Herrb
2020-07-14remove unused parameter passwd in StartClient().Matthieu Herrb
2020-07-14Generate autotools build systemMatthieu Herrb
2020-07-14prepare to merge xenocara commitsMatthieu Herrb
2020-07-14exit(0) -> return 0; at the end of main.Matthieu Herrb
2020-07-14Remove a Linux specific resourceMatthieu Herrb
2020-07-14Remove unused stuffMatthieu Herrb
2020-07-14Remove bsdauth option. It's the only choice leftMatthieu Herrb
2020-07-14Unifdef X_PRIVSEPMatthieu Herrb
2016-09-04white spaceMatthieu Herrb
2016-09-04Fix identation after un-ifdefMatthieu Herrb
2016-09-04Remove an empty loopMatthieu 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 the "Dancing" login widget code that was never activatedMatthieu Herrb