index
:
xorg/app/xdm
4-xdm-uses-arc4random-and-setproctitle-without-proper-includes
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
lg3d-dev-0-6-1-1
lg3d-dev-0-6-2
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-master
master
sco_port_update
xdm-1-0-2
xdm-1_0-branch
X Display Manager / XDMCP server (mirrored from https://gitlab.freedesktop.org/xorg/app/xdm)
alanc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
greeter
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-01
Greeter: add parens to DRAW_STRING & TEXT_WIDTH macros for safety
Alan Coopersmith
1
-2
/
+2
2020-07-21
Fix spelling/wording issues
Alan Coopersmith
1
-1
/
+1
2015-12-21
Remove AIXV3, SCO, Unixware, OS/2 support
Matthieu Herrb
1
-96
/
+1
2015-03-15
Allow the greeter to set the input fields bg color
Matthieu Herrb
3
-6
/
+23
2015-02-23
Link libXdmGreet with -no-undefined libtool flag
Jon TURNEY
1
-1
/
+1
2013-07-08
Use appropriate format string.
Thomas Klausner
1
-1
/
+1
2013-06-07
Handle NULL returns from glibc 2.17+ crypt().
mancha
1
-1
/
+4
2013-01-24
Look for pam in both pam/ and security/ paths
Jeremy Huddleston Sequoia
1
-1
/
+0
2011-12-15
replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang.
Matthieu Herrb
1
-1
/
+1
2011-10-22
greeter: link against -lXrender if xft is enabled
Julien Cristau
1
-0
/
+4
2011-09-28
Mark some chars as const to fix gcc -Wwrite-strings warnings
Alan Coopersmith
2
-5
/
+5
2011-09-20
fix whitespace issues
Alan Coopersmith
4
-29
/
+29
2011-06-07
Simplify FailedLogin code
Alan Coopersmith
1
-27
/
+23
2011-06-07
Stop using username retrieved from PAM before pam_end frees it.
Alan Coopersmith
1
-0
/
+4
2011-06-07
Use C99 named initializers for XSetWindowAttributes structure
Alan Coopersmith
1
-4
/
+4
2011-06-07
Bug 13455: allowNullPasswd: true doesn't work until the second login attempt
Alan Coopersmith
1
-4
/
+9
2011-05-27
On Solaris, make sure PAM_TTY is only ever set to an actual /dev path
Alan Coopersmith
1
-2
/
+19
2011-02-21
greeter: Make sure cursor stays in bounds too
Alan Coopersmith
1
-2
/
+9
2011-02-21
greeter: Replace several #ifdef XPM blocks with LOGO_W macro
Alan Coopersmith
1
-26
/
+13
2011-02-21
greeter: Make sure text input areas stay inside the lines
Alan Coopersmith
1
-6
/
+3
2011-02-21
greeter: Add echoPasswdChar resource to set character to display
Alan Coopersmith
3
-12
/
+18
2011-02-21
greeter: inline valueMask for xpm window to avoid shadowing argument
Alan Coopersmith
1
-2
/
+1
2011-02-21
greeter: Remove unused extern dpy that is shadowed by local variables
Alan Coopersmith
1
-2
/
+0
2010-11-24
config: move common headers into the include directory
Gaetan Nadon
1
-1
/
+2
2010-10-26
config: use AC_CHECK_FUNCS for mkstemp, getifaddrs and getspnam
Gaetan Nadon
2
-6
/
+6
2010-08-31
greeter: transfer -DGREET_LIB from configure.ac to Makefile.am
Gaetan Nadon
1
-1
/
+1
2010-08-31
greeter: only build the shared library version
Gaetan Nadon
2
-7
/
+2
2010-04-12
s/Sun/Oracle/g
Alan Coopersmith
4
-4
/
+4
2010-04-12
Check for allowRootLogin on PAM and non-OpenBSD passwd authentication backends
Alan Coopersmith
2
-6
/
+12
2010-03-16
Reject PAM conversation calls after login dialog is closed
Alan Coopersmith
1
-0
/
+7
2010-03-16
Make sure username is not NULL when calling syslog from FailedLogin()
Alan Coopersmith
1
-1
/
+6
2010-03-15
echo_passwd should key off PAM no-echo state, not prompt position
Alan Coopersmith
1
-4
/
+4
2010-03-15
Adding an option to show stars instead of the password itself.
Georgy A. Shepelev
4
-10
/
+54
2010-01-15
Update Sun license notices to current X.Org standard form
Alan Coopersmith
4
-88
/
+68
2010-01-12
greeter: fix logging of failed login attempts
Dmitry V. Levin
1
-1
/
+1
2010-01-12
Remove workaround for X11R3 server bug
Alan Coopersmith
1
-14
/
+2
2010-01-12
Call openlog(3) early
Dmitry V. Levin
1
-3
/
+0
2009-10-22
.gitignore: use common defaults with custom section # 24239
Gaetan Nadon
1
-7
/
+0
2009-09-22
Debian bug 525596: "Login incorrect" only partially cleared on next login
Martin Dickopp
1
-2
/
+2
2009-09-22
The whole widget borders width could not be set to zero.
Georgy A. Shepelev
1
-2
/
+2
2009-09-17
Refactor & constify error logging code
Alan Coopersmith
1
-3
/
+3
2009-09-11
Update to using xorg-macros 1.3, including XORG_DEFAULT_OPTIONS
Alan Coopersmith
1
-3
/
+2
2009-07-28
Do a better job of getting user name for failed login log when using PAM
Alan Coopersmith
1
-1
/
+10
2009-07-17
Use xdm's _SysErrorMsg() function instead of merely printing errno
Branden Robinson
1
-1
/
+1
2009-07-17
Use imdent to show cpp macro nesting more clearly
Alan Coopersmith
5
-302
/
+302
2009-07-17
sprintf -> snprintf/asprintf conversions
Alan Coopersmith
1
-1
/
+2
2009-07-17
Replace FORCE_CURSOR_FLASH code with simpler cursor update for passwd field
Alan Coopersmith
1
-35
/
+3
2009-07-16
Remove RCS Ids
Alan Coopersmith
6
-16
/
+0
2009-01-20
Ansification and compile warning fixes.
Paulo Cesar Pereira de Andrade
2
-3
/
+6
2008-09-09
Add support for syslog on more than openbsd.
Julien Cristau
1
-6
/
+11
[next]