summaryrefslogtreecommitdiff
path: root/greeter/verify.c
AgeCommit message (Collapse)Author
2020-07-14xenodm uses the libc authentication layer incorrectly. fix by markus or ↵Theo de Raadt
millert Reported by Qualys
2020-07-14use strvis on login name when logging debug information it since it may ↵Matthieu Herrb
contain control characters. And remove an extra logging of the same.
2020-07-14Check strdup return valueMatthieu Herrb
2020-07-14Remove useless endpwent() callsMatthieu Herrb
2020-07-14Add an autologin mode to xenodm.Matthieu Herrb
2020-07-14endpwent() is not needed after getpwnam()Matthieu Herrb
2020-07-14Use explicit_bzero() to wipe the passwordMatthieu Herrb
2020-07-14greet->password is wiped after handling it to auth_setdata(). No need to ↵Matthieu Herrb
wipe again it later.
2020-07-14Remove out-dated commentMatthieu Herrb
2015-12-24Start of a new reduced version of xdm.Matthieu Herrb
Removed support for non BSD systems and for XDMCP.