summaryrefslogtreecommitdiff
path: root/greeter
AgeCommit message (Expand)AuthorFilesLines
2024-02-11Remove support for SVR4 systems other than Solaris/illumosAlan Coopersmith1-4/+1
2024-02-11unifdef QNX4Alan Coopersmith2-9/+0
2024-02-11unifdef sonyAlan Coopersmith1-11/+0
2024-02-11unifdef ultrixAlan Coopersmith1-4/+0
2024-02-01greeter: Constify value argument to SetValue()Alan Coopersmith2-2/+2
2024-02-01greeter: Handle const qualification differences between Solaris & Linux PAMAlan Coopersmith1-16/+18
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith4-4/+4
2020-11-01Greeter: add parens to DRAW_STRING & TEXT_WIDTH macros for safetyAlan Coopersmith1-2/+2
2020-07-21Fix spelling/wording issuesAlan Coopersmith1-1/+1
2015-12-21Remove AIXV3, SCO, Unixware, OS/2 supportMatthieu Herrb1-96/+1
2015-03-15Allow the greeter to set the input fields bg colorMatthieu Herrb3-6/+23
2015-02-23Link libXdmGreet with -no-undefined libtool flagJon TURNEY1-1/+1
2013-07-08Use appropriate format string.Thomas Klausner1-1/+1
2013-06-07Handle NULL returns from glibc 2.17+ crypt().mancha1-1/+4
2013-01-24Look for pam in both pam/ and security/ pathsJeremy Huddleston Sequoia1-1/+0
2011-12-15replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang.Matthieu Herrb1-1/+1
2011-10-22greeter: link against -lXrender if xft is enabledJulien Cristau1-0/+4
2011-09-28Mark some chars as const to fix gcc -Wwrite-strings warningsAlan Coopersmith2-5/+5
2011-09-20fix whitespace issuesAlan Coopersmith4-29/+29
2011-06-07Simplify FailedLogin codeAlan Coopersmith1-27/+23
2011-06-07Stop using username retrieved from PAM before pam_end frees it.Alan Coopersmith1-0/+4
2011-06-07Use C99 named initializers for XSetWindowAttributes structureAlan Coopersmith1-4/+4
2011-06-07Bug 13455: allowNullPasswd: true doesn't work until the second login attemptAlan Coopersmith1-4/+9
2011-05-27On Solaris, make sure PAM_TTY is only ever set to an actual /dev pathAlan Coopersmith1-2/+19
2011-02-21greeter: Make sure cursor stays in bounds tooAlan Coopersmith1-2/+9
2011-02-21greeter: Replace several #ifdef XPM blocks with LOGO_W macroAlan Coopersmith1-26/+13
2011-02-21greeter: Make sure text input areas stay inside the linesAlan Coopersmith1-6/+3
2011-02-21greeter: Add echoPasswdChar resource to set character to displayAlan Coopersmith3-12/+18
2011-02-21greeter: inline valueMask for xpm window to avoid shadowing argumentAlan Coopersmith1-2/+1
2011-02-21greeter: Remove unused extern dpy that is shadowed by local variablesAlan Coopersmith1-2/+0
2010-11-24config: move common headers into the include directoryGaetan Nadon1-1/+2
2010-10-26config: use AC_CHECK_FUNCS for mkstemp, getifaddrs and getspnamGaetan Nadon2-6/+6
2010-08-31greeter: transfer -DGREET_LIB from configure.ac to Makefile.amGaetan Nadon1-1/+1
2010-08-31greeter: only build the shared library versionGaetan Nadon2-7/+2
2010-04-12s/Sun/Oracle/gAlan Coopersmith4-4/+4
2010-04-12Check for allowRootLogin on PAM and non-OpenBSD passwd authentication backendsAlan Coopersmith2-6/+12
2010-03-16Reject PAM conversation calls after login dialog is closedAlan Coopersmith1-0/+7
2010-03-16Make sure username is not NULL when calling syslog from FailedLogin()Alan Coopersmith1-1/+6
2010-03-15echo_passwd should key off PAM no-echo state, not prompt positionAlan Coopersmith1-4/+4
2010-03-15Adding an option to show stars instead of the password itself.Georgy A. Shepelev4-10/+54
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith4-88/+68
2010-01-12greeter: fix logging of failed login attemptsDmitry V. Levin1-1/+1
2010-01-12Remove workaround for X11R3 server bugAlan Coopersmith1-14/+2
2010-01-12Call openlog(3) earlyDmitry V. Levin1-3/+0
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-7/+0
2009-09-22Debian bug 525596: "Login incorrect" only partially cleared on next loginMartin Dickopp1-2/+2
2009-09-22The whole widget borders width could not be set to zero.Georgy A. Shepelev1-2/+2
2009-09-17Refactor & constify error logging codeAlan Coopersmith1-3/+3
2009-09-11Update to using xorg-macros 1.3, including XORG_DEFAULT_OPTIONSAlan Coopersmith1-3/+2
2009-07-28Do a better job of getting user name for failed login log when using PAMAlan Coopersmith1-1/+10