summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-09-04Remove now un-used configuration filesMatthieu Herrb
2016-09-04Remove remaining chooser configuration bitsMatthieu Herrb
2016-09-04Xft is now the only font selection systemMatthieu Herrb
2016-09-04Unconditional IPv6 support.Matthieu Herrb
2016-09-04Remove zaurus specific default VT configuration (it had only 2 VTs)Matthieu Herrb
2016-09-04Update README for xenodmMatthieu Herrb
2016-09-04PidFile was removed. Remove PIDDIR configure supportMatthieu Herrb
2016-09-04Unifdef Xinerama supportMatthieu Herrb
2016-09-04Unifdef XFTMatthieu Herrb
2016-09-04Unifdef XPMMatthieu Herrb
2016-09-04Remove X.Org logosMatthieu Herrb
2016-09-04Remove remaining references to XwillingMatthieu Herrb
2016-09-04Remove some Xaccess remaining referencesMatthieu Herrb
2016-09-04check windowPath before the login_fbtab() call to restore modes.Matthieu Herrb
2016-09-04Rename xdm -> xenodmMatthieu Herrb
2016-09-04Note that login_fbtab() doesn't work because of pledge.Matthieu Herrb
I've left it here for now. To show where it should be done. Alternative would be to do it in Xstartup or GiveConsole
2016-09-04Revert "Disable pledge for now. It prevents login_fbtab() from working."Matthieu Herrb
This reverts commit 6100822879a49c5aea7ac2187cd807e1c3ee05c1.
2016-09-04Disable pledge for now. It prevents login_fbtab() from working.Matthieu Herrb
2016-09-04move login_fbtab() call to where we're still running as rootMatthieu Herrb
2016-09-04Generate a WINDOWPATH that's suitable for fbtab(5)Matthieu Herrb