summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-07Add some missing malloc failure checksHEADmasterAlan Coopersmith2-0/+15
2011-12-15replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang.Matthieu Herrb1-1/+1
2011-11-07Fix build outside of source dir. Fixes distcheck too.Matthieu Herrb1-2/+2
2011-10-22greeter: link against -lXrender if xft is enabledJulien Cristau2-2/+6
2011-10-01Support systemd startup notification.Michał Górny5-4/+37
2011-09-28Fix warnings about printing longs with int type format stringsAlan Coopersmith2-2/+2
2011-09-28Mark some chars as const to fix gcc -Wwrite-strings warningsAlan Coopersmith12-45/+46
2011-09-25Require xt >= 1.0 for appdefaultdirJeremy Huddleston1-1/+1
2011-09-25configure.ac: Bump to 1.1.11xdm-1.1.11Jeremy Huddleston1-1/+1
2011-09-21fix whitespace issuesAlan Coopersmith9-51/+51
2011-09-21Use explicitly /bin/sh for running of Xwilling script via su.Matěj Cepl1-1/+1
2011-08-31Support installing systemd unit file.Michał Górny4-1/+43
2011-06-08Simplify FailedLogin codeAlan Coopersmith1-27/+23
2011-06-08Stop using username retrieved from PAM before pam_end frees it.Alan Coopersmith1-0/+4
2011-06-08Add _X_ATTRIBUTE_PRINTF to LogVWrite declarationAlan Coopersmith1-1/+1
2011-06-08Replace GCC_PRINTFLIKE with xproto's _X_ATTRIBUTE_PRINTFAlan Coopersmith1-12/+6
2011-06-08Use C99 named initializers for XSetWindowAttributes structureAlan Coopersmith1-4/+4
2011-06-08Bug 13455: allowNullPasswd: true doesn't work until the second login attemptAlan Coopersmith1-4/+9
2011-05-28On Solaris, make sure PAM_TTY is only ever set to an actual /dev pathAlan Coopersmith1-2/+19
2011-05-28xdm.man: address only needs 2 S's, not 3Alan Coopersmith1-1/+1
2011-05-28freeifaddrs() when done with it in DefineSelf()Alan Coopersmith1-0/+1
2011-05-28Add Solaris 11 libsocket to list of libraries to search for getifaddrs()Alan Coopersmith1-2/+3
2011-05-16Only greeter needs XPM CFLAGS & LIBS, not xdm daemonAlan Coopersmith1-2/+0
2011-05-16Stop casting return values of malloc and friendsAlan Coopersmith17-43/+40
2011-05-16Stop casting free() arguments to (char *)Alan Coopersmith14-69/+69
2011-05-16Stop checking for NULL before calling free()Alan Coopersmith11-60/+42
2011-05-16Fix potential memory leak in allocation failure cleanup pathAlan Coopersmith1-0/+1
2011-03-05man: replace hard coded section number (1) with __appmansuffix__Gaetan Nadon1-2/+2
2011-02-22greeter: Make sure cursor stays in bounds tooAlan Coopersmith1-2/+9
2011-02-22greeter: Replace several #ifdef XPM blocks with LOGO_W macroAlan Coopersmith1-26/+13
2011-02-22greeter: Make sure text input areas stay inside the linesAlan Coopersmith1-6/+3
2011-02-22greeter: Add echoPasswdChar resource to set character to displayAlan Coopersmith4-14/+24
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
2011-02-21Delete some unused variablesAlan Coopersmith2-3/+0
2011-02-19Add resource reservAttempts to allow a few successive crash-type exitsServaas Vandenberghe5-17/+33
2011-02-19crash detect: use StopDisplay().Servaas Vandenberghe1-15/+31
2011-02-19Fix missing linking dependency on -ldl.Fernando Tarlá Cardoso Lemos1-0/+3
2011-02-19xdm itself doesn't need to link with Xinerama libraryAlan Coopersmith1-2/+0
2011-02-19config: rename XDM_PRINT to XDM_TOOLKITAlan Coopersmith1-7/+7
2011-01-12config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-20/+20
2010-11-25config: AM_PROG_CC_C_O is no longer neededGaetan Nadon1-1/+0
2010-11-25config: move appdefault makefile to app-defaults dir.Gaetan Nadon3-5/+5
2010-11-25config: mv xdm in its own directoryGaetan Nadon30-61/+85
2010-11-25config: move common headers into the include directoryGaetan Nadon11-10/+14
2010-11-25config: move xdmshell into its own directoryGaetan Nadon6-21/+28
2010-11-25config: move chooser into its own directoryGaetan Nadon6-19/+23
2010-11-25config: move man pages into their own directoryGaetan Nadon5-35/+63
2010-11-25config: use AM_V_GEN instead of customized macros for AM_SILENT_RULESGaetan Nadon3-12/+2
2010-11-25config: relocate key_setnet in section "Check for header files"Gaetan Nadon1-9/+7