index
:
app/xenodm
master
Xenocara Display Manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
greeter
/
greet.c
Age
Commit message (
Expand
)
Author
2020-07-14
use strvis on login name when logging debug information it since it may conta...
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
Source the Xsetup script before initializing the greeter widget.
Matthieu Herrb
2020-07-14
Unused variables found by clang
Matthieu Herrb
2020-07-14
Use explicit_bzero(). With BSD auth these data have already been wiped when w...
Matthieu Herrb
2020-07-14
GreetUser() doen't need to return the X display pointer.
Matthieu Herrb
2020-07-14
Add an autologin mode to xenodm.
Matthieu Herrb
2016-09-04
Fix identation after un-ifdef
Matthieu Herrb
2016-09-04
Remove an empty loop
Matthieu Herrb
2016-09-04
Remove the structure of function pointers used by the dynamic loader
Matthieu Herrb
2016-09-04
Fix format specifier for sizeof()
Matthieu Herrb
2015-12-24
Remove X server ping code, only used for remote servers.
Matthieu Herrb
2015-12-24
Start of a new reduced version of xdm.
Matthieu Herrb