index
:
xenocara
cvs/HEAD
master
matthieu/xserver-1.13
mpi/libdrm-update
Xenocara
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
xenodm
/
greeter
Age
Commit message (
Expand
)
Author
2018-10-28
Pass the correct buffer length to strlcpy() to avoid truncation.
Matthieu Herrb
2018-07-11
Bind <Key>Escape to erase-line by default.
Matthieu Herrb
2018-07-11
Less ifdef cruft.
Matthieu Herrb
2018-07-11
use strvis on login name when logging debug information it since it
Matthieu Herrb
2018-07-10
Remove useless ifdefs
Matthieu Herrb
2018-07-10
Get rid of strcpy and strncpy (they were all looking safe though)
Matthieu Herrb
2018-07-10
Consistant use of bool whenever possible.
Matthieu Herrb
2018-07-09
Source the Xsetup script before initializing the greeter widget.
Matthieu Herrb
2018-05-06
Unused variables found by clang
Matthieu Herrb
2017-07-26
Stop abusing cpp as generic macro processor in the build system.
Matthieu Herrb
2016-11-11
regen
Matthieu Herrb
2016-11-11
regen
Matthieu Herrb
2016-11-06
Use explicit_bzero(). With BSD auth these data have already been
Matthieu Herrb
2016-11-06
GreetUser() doen't need to return the X display pointer.
Matthieu Herrb
2016-11-06
Check strdup return value
Matthieu Herrb
2016-11-06
Remove useless endpwent() calls
Matthieu Herrb
2016-11-06
Add an autologin mode to xenodm.
Matthieu Herrb
2016-10-23
endpwent() is not needed after getpwnam()
Matthieu Herrb
2016-10-23
Use explicit_bzero() to wipe the password
Matthieu Herrb
2016-10-23
greet->password is wiped after handling it to auth_setdata().
Matthieu Herrb
2016-10-23
Remove out-dated comment
Matthieu Herrb
2016-10-23
Generate autotools build system
Matthieu Herrb
2016-10-23
Add xenodm a stripped down xdm (X Display Manager) for OpenBSD.
Matthieu Herrb