summaryrefslogtreecommitdiff
path: root/xenodm
AgeCommit message (Expand)Author
2020-07-14Remove generated files.Matthieu Herrb
2020-07-14check return values against -1 "reasonable" deraadt@Matthieu Herrb
2020-07-14Check asprintf() return values correctly. ok and tweaks tb@Matthieu Herrb
2020-07-14Remove the unused 'keyFile' resource.Matthieu Herrb
2020-07-14pledges for session can be tighten a bit now.Matthieu Herrb
2020-07-14The file descriptor parameter is not used by DefineSelf() in xenodm. Zap it.Matthieu Herrb
2020-07-14Ooops I didn't intend to commit that part. revert it.Matthieu Herrb
2020-07-14Actually remove the source files for Xstartup and XresetMatthieu Herrb
2020-07-14Keep a better trace of pending children to be reaped.Matthieu Herrb
2020-07-14Delete unused codeMatthieu 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-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-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-14Stop abusing cpp as generic macro processor in the build system.Matthieu Herrb
2020-07-14Replace the binaryEqual() function with std memcmp(). ok matthieuMartin Natano
2020-07-14Reset SIGCHLD signal handler to previous value in error path, too.Tobias Stoeckmann
2020-07-14regenMatthieu Herrb
2020-07-14regenMatthieu Herrb
2020-07-14More unused code, when xdm-authorization is not used.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-14Remove useless endpwent() callsMatthieu Herrb
2020-07-14Remove a server reset that was there for compatilibity with "old" serversMatthieu Herrb
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 the displayType member of struct display.Matthieu Herrb
2020-07-14Add a "flock" promise. If there are no local cache files for the user, fontco...Theo Buehler
2020-07-14Don't try to find an interpreter to execute the Xsession file if it's not exe...Matthieu Herrb
2020-07-14Mark some functions as __deadMatthieu Herrb
2020-07-14Augment the chances LogOutOfMem() works in out-of-memory conditions. All inst...Matthieu Herrb
2020-07-14Use xenodm where applicable in commentsMatthieu Herrb
2020-07-14remove unused parameter passwd in StartClient().Matthieu Herrb
2020-07-14Generate autotools build systemMatthieu Herrb
2020-07-14exit(0) -> return 0; at the end of main.Matthieu Herrb
2020-07-14Remove unused stuffMatthieu Herrb
2020-07-14Unifdef X_PRIVSEPMatthieu 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