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
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
2020-07-14
Augment the chances LogOutOfMem() works in out-of-memory conditions. All inst...
Matthieu Herrb
2020-07-14
Use xenodm where applicable in comments
Matthieu Herrb
2020-07-14
remove unused parameter passwd in StartClient().
Matthieu Herrb
2020-07-14
Generate autotools build system
Matthieu Herrb
2020-07-14
exit(0) -> return 0; at the end of main.
Matthieu Herrb
2020-07-14
Remove unused stuff
Matthieu Herrb
2020-07-14
Unifdef X_PRIVSEP
Matthieu Herrb
2016-09-04
..and remove the indirect function call for the greeter
Matthieu Herrb
2016-09-04
Remove the structure of function pointers used by the dynamic loader
Matthieu Herrb
2016-09-04
Remove a few fields used only by the dynamic greeter
Matthieu Herrb
2016-09-04
Remove shared greeter lib remaining bits
Matthieu Herrb
2016-09-04
Remove remaining chooser configuration bits
Matthieu Herrb
[next]