summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-21Update configure.ac bug URL for gitlab migration4-xdm-uses-arc4random-and-setproctitle-without-proper-includesAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-64/+58
2018-08-16glibc: Include <crypt.h> if needed, fix build with 2.28Björn Esser1-0/+3
2018-05-06Add missing brackets to multi-statement if in SaveServerAuthorizationsAlan Coopersmith1-1/+2
2017-10-03chown before chmodMatthieu Herrb1-1/+1
2017-02-08Install xdm man pages under admin section (8), not user programs (1)Alan Coopersmith3-15/+15
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2016-01-29Remove non-existent cpp resource from man pageAlan Coopersmith1-2/+0
2016-01-07Missed on arc4random() conversion.Matthieu Herrb1-2/+7
2015-12-21Unifdef X_NO_SYS_UNMatthieu Herrb5-16/+5
2015-12-21Remove AIXV3, SCO, Unixware, OS/2 supportMatthieu Herrb6-199/+17
2015-12-21Remove #if 0'd codeMatthieu Herrb5-157/+0
2015-10-18Fixup various format warnings in PrintProtoDisplayJeremy Huddleston Sequoia1-5/+5
2015-10-18Silence -Wmissing-noreturn warningsJeremy Huddleston Sequoia5-4/+15
2015-10-18Add missing prototype for PrintSockAddrJeremy Huddleston Sequoia2-0/+5
2015-10-18Add missing return type (void) for PrintProtoDisplayJeremy Huddleston Sequoia1-1/+1
2015-10-18xdm: Add missing include of <arpa/inet.h> for inet_ntopJeremy Huddleston Sequoia1-0/+4
2015-09-27Get rid of an extraneous ; at the end of a C source lineAlan Coopersmith1-1/+1
2015-07-26dm: Don't crash if argc == 0Egbert Eich1-20/+27
2015-03-15Allow the greeter to set the input fields bg colorMatthieu Herrb4-6/+24
2015-03-06Mark LogPanic as noreturn per gcc's suggestionAlan Coopersmith2-2/+2
2015-03-06Only free input or output to realloc, not bothAlan Coopersmith1-2/+2
2015-02-23Link libXdmGreet with -no-undefined libtool flagJon TURNEY1-1/+1
2014-11-04Only pass -u & -w args to sessreg if --with-{u,w}tmp-file=path specifiedAlan Coopersmith5-25/+51
2014-08-01Protect against unlikely NULL pointer dereference in FormatChooserArgumentAlan Coopersmith1-0/+4
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2013-10-28Ensure fgets read at least one byte before modifying stringAlan Coopersmith2-5/+8
2013-09-05Show compile time options in Debug outputAlan Coopersmith1-1/+42
2013-08-20Fix format string for systems where time_t is 64 bits long.Matthieu Herrb1-1/+2
2013-08-03Add wrapper function for write.Thomas Klausner1-1/+7
2013-07-08Use appropriate format string.Thomas Klausner1-1/+1
2013-06-19Don't rely on the ability to set tab stops.Eric S. Raymond1-184/+187
2013-06-07Handle NULL returns from glibc 2.17+ crypt().mancha1-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-01Stop 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-26Remove old Interactive Unix ("ISC") code from xdmAlan Coopersmith4-80/+7
2012-12-26Remove unused NCR/Wollongong TCP ("WINTCP") code from xdmAlan Coopersmith2-175/+45
2012-12-26Remove unused DECnet ("DNETCONN") code from xdmAlan Coopersmith4-88/+31
2012-12-26Remove unused TLI ("STREAMSCONN") code from xdmAlan Coopersmith10-545/+124
2012-01-06Add 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