summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
11 daysHandle NULL returns from glibc 2.17+ crypt().HEADmastermancha1-1/+4
2013-04-21Avoid fd leak when fdopen() fails in openFiles()Alan Coopersmith1-1/+4
2013-04-21Remove old man page note about XDM-AUTHENTICATION-1Alan Coopersmith1-4/+1
2013-04-02Stop leaking address struct on every call to getLocalAddress()Alan Coopersmith1-22/+32
2013-02-23Assume signal handlers return void, as C89 requiresAlan Coopersmith7-24/+19
2013-01-24Look for pam in both pam/ and security/ pathsJeremy Huddleston Sequoia3-2/+11
2012-12-27Remove old Interactive Unix ("ISC") code from xdmAlan Coopersmith4-80/+7
2012-12-27Remove unused NCR/Wollongong TCP ("WINTCP") code from xdmAlan Coopersmith2-175/+45
2012-12-27Remove unused DECnet ("DNETCONN") code from xdmAlan Coopersmith4-88/+31
2012-12-27Remove unused TLI ("STREAMSCONN") code from xdmAlan Coopersmith10-545/+124
2012-01-07Add some missing malloc failure checksAlan 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