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
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
2016-09-04
check windowPath before the login_fbtab() call to restore modes.
Matthieu Herrb
2016-09-04
Rename xdm -> xenodm
Matthieu Herrb