index
:
app/xenodm
master
Xenocara Display Manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
greeter
Age
Commit message (
Expand
)
Author
2020-07-14
xenodm uses the libc authentication layer incorrectly. fix by markus or mille...
Theo de Raadt
2020-07-14
Pass the correct buffer length to strlcpy() to avoid truncation. Problem noti...
Matthieu Herrb
2020-07-14
Bind <Key>Escape to erase-line by default.
Matthieu Herrb
2020-07-14
Less ifdef cruft.
Matthieu Herrb
2020-07-14
use strvis on login name when logging debug information it since it may conta...
Matthieu Herrb
2020-07-14
Remove useless ifdefs
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
Stop abusing cpp as generic macro processor in the build system.
Matthieu Herrb
2020-07-14
regen
Matthieu Herrb
2020-07-14
regen
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
Check strdup return value
Matthieu Herrb
2020-07-14
Remove useless endpwent() calls
Matthieu Herrb
2020-07-14
Add an autologin mode to xenodm.
Matthieu Herrb
2020-07-14
endpwent() is not needed after getpwnam()
Matthieu Herrb
2020-07-14
Use explicit_bzero() to wipe the password
Matthieu Herrb
2020-07-14
greet->password is wiped after handling it to auth_setdata(). No need to wipe...
Matthieu Herrb
2020-07-14
Remove out-dated comment
Matthieu Herrb
2020-07-14
Generate autotools build system
Matthieu Herrb
2020-07-14
Remove a Linux specific resource
Matthieu Herrb
2016-09-04
white space
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
Remove the "Dancing" login widget code that was never activated
Matthieu Herrb
2016-09-04
Unifdef Xinerama support
Matthieu Herrb
2016-09-04
Unifdef XFT
Matthieu Herrb
2016-09-04
Unifdef XPM
Matthieu Herrb
2016-09-04
Rename xdm -> xenodm
Matthieu Herrb
2016-09-04
Get rid of strcpy() using XtNewString()
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