summaryrefslogtreecommitdiff
path: root/greeter/greet.c
AgeCommit message (Expand)Author
2020-07-14use strvis on login name when logging debug information it since it may conta...Matthieu Herrb
2020-07-14Get rid of strcpy and strncpy (they were all looking safe though)Matthieu Herrb
2020-07-14Consistant use of bool whenever possible.Matthieu Herrb
2020-07-14Source the Xsetup script before initializing the greeter widget.Matthieu Herrb
2020-07-14Unused variables found by clangMatthieu Herrb
2020-07-14Use explicit_bzero(). With BSD auth these data have already been wiped when w...Matthieu Herrb
2020-07-14GreetUser() doen't need to return the X display pointer.Matthieu Herrb
2020-07-14Add an autologin mode to xenodm.Matthieu Herrb
2016-09-04Fix identation after un-ifdefMatthieu Herrb
2016-09-04Remove an empty loopMatthieu Herrb
2016-09-04Remove the structure of function pointers used by the dynamic loaderMatthieu Herrb
2016-09-04Fix format specifier for sizeof()Matthieu Herrb
2015-12-24Remove X server ping code, only used for remote servers.Matthieu Herrb
2015-12-24Start of a new reduced version of xdm.Matthieu Herrb