summaryrefslogtreecommitdiff
path: root/xenodm
AgeCommit message (Expand)Author
2021-08-30Fix confusion in boolean resources parsing.Matthieu Herrb
2021-08-30Don't create non-existent atoms. ok kn@Matthieu Herrb
2021-08-30Skip IPv6 Link Local Addresses for TCP listener authorizations.Matthieu Herrb
2021-08-30Fix mis-indentationMatthieu Herrb
2021-08-30Don't add authorizations for TCP connections by default.Matthieu Herrb
2021-08-30Remove code writing .Xauthority in /tmp if it cannot write it in ${HOME}.Matthieu Herrb
2021-08-30Make login_fbtab() work by tweaking the pledges.Matthieu Herrb
2021-08-30Get the path to the console device from the X server.Matthieu Herrb
2021-08-30Fix the WINDOWPATH environment variable setting.Matthieu Herrb
2021-08-30Fix function name in Debug() messages.Matthieu Herrb
2021-08-30doneAddrs: reset addrs to NULL after freeing listMatthieu Herrb
2021-08-30Fix spelling/wording issues.Matthieu Herrb
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