index
:
app/xenodm
master
Xenocara Display Manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xenodm
Age
Commit message (
Expand
)
Author
2021-08-30
Fix confusion in boolean resources parsing.
Matthieu Herrb
2021-08-30
Don't create non-existent atoms. ok kn@
Matthieu Herrb
2021-08-30
Skip IPv6 Link Local Addresses for TCP listener authorizations.
Matthieu Herrb
2021-08-30
Fix mis-indentation
Matthieu Herrb
2021-08-30
Don't add authorizations for TCP connections by default.
Matthieu Herrb
2021-08-30
Remove code writing .Xauthority in /tmp if it cannot write it in ${HOME}.
Matthieu Herrb
2021-08-30
Make login_fbtab() work by tweaking the pledges.
Matthieu Herrb
2021-08-30
Get the path to the console device from the X server.
Matthieu Herrb
2021-08-30
Fix the WINDOWPATH environment variable setting.
Matthieu Herrb
2021-08-30
Fix function name in Debug() messages.
Matthieu Herrb
2021-08-30
doneAddrs: reset addrs to NULL after freeing list
Matthieu Herrb
2021-08-30
Fix spelling/wording issues.
Matthieu Herrb
2020-07-14
Remove generated files.
Matthieu Herrb
2020-07-14
check return values against -1 "reasonable" deraadt@
Matthieu Herrb
2020-07-14
Check asprintf() return values correctly. ok and tweaks tb@
Matthieu Herrb
2020-07-14
Remove the unused 'keyFile' resource.
Matthieu Herrb
2020-07-14
pledges for session can be tighten a bit now.
Matthieu Herrb
2020-07-14
The file descriptor parameter is not used by DefineSelf() in xenodm. Zap it.
Matthieu Herrb
2020-07-14
Ooops I didn't intend to commit that part. revert it.
Matthieu Herrb
2020-07-14
Actually remove the source files for Xstartup and Xreset
Matthieu Herrb
2020-07-14
Keep a better trace of pending children to be reaped.
Matthieu Herrb
2020-07-14
Delete unused code
Matthieu Herrb
2020-07-14
Restore previous SIGCHLD handler in serverPause().
Matthieu Herrb
2020-07-14
Also revert this one, doesn't look right either.
Matthieu Herrb
2020-07-14
Revert some of the strlcpy() conversions which are wrong.
Matthieu Herrb
2020-07-14
Remove more unused ifdefs blocks
Matthieu Herrb
2020-07-14
Get rid of strcpy and strncpy (they were all looking safe though)
Matthieu Herrb
2020-07-14
Consistant use of bool whenever possible.
Matthieu Herrb
2020-07-14
Remove unused code.
Matthieu Herrb
2020-07-14
Remove the unused localHostname() function.
Matthieu Herrb
2020-07-14
static variable shadowing found by clang
Matthieu Herrb
2020-07-14
Unused variables found by clang
Matthieu Herrb
2020-07-14
Add missing brackets to multi-statement if in SaveServerAuthorizations From A...
Matthieu Herrb
2020-07-14
xdm -> xenodm in log and error messages
Matthieu Herrb
2020-07-14
Stop abusing cpp as generic macro processor in the build system.
Matthieu Herrb
2020-07-14
Replace the binaryEqual() function with std memcmp(). ok matthieu
Martin Natano
2020-07-14
Reset SIGCHLD signal handler to previous value in error path, too.
Tobias Stoeckmann
2020-07-14
regen
Matthieu Herrb
2020-07-14
regen
Matthieu Herrb
2020-07-14
More unused code, when xdm-authorization is not used.
Matthieu Herrb
2020-07-14
Rework the Xservers parsing code to correctly reject non local display types.
Matthieu Herrb
2020-07-14
GreetUser() doen't need to return the X display pointer.
Matthieu Herrb
2020-07-14
Remove useless endpwent() calls
Matthieu Herrb
2020-07-14
Remove a server reset that was there for compatilibity with "old" servers
Matthieu Herrb
2020-07-14
Remove special handling of Kerberos auth that will never happen.
Matthieu Herrb
2020-07-14
Add an autologin mode to xenodm.
Matthieu Herrb
2020-07-14
Remove the displayType member of struct display.
Matthieu Herrb
2020-07-14
Add a "flock" promise. If there are no local cache files for the user, fontco...
Theo Buehler
2020-07-14
Don't try to find an interpreter to execute the Xsession file if it's not exe...
Matthieu Herrb
2020-07-14
Mark some functions as __dead
Matthieu Herrb
[next]