summaryrefslogtreecommitdiff
path: root/xdm
AgeCommit message (Expand)AuthorFilesLines
2024-02-11session.c: clear -Wredundant-decls warnings on SolarisAlan Coopersmith1-1/+1
2024-02-11include <shadow.h> on all platforms with HAVE_GETSPNAM set, not just SVR4Alan Coopersmith1-6/+1
2024-02-11Remove support for SVR4 systems other than Solaris/illumosAlan Coopersmith2-44/+1
2024-02-11unifdef FRAGILE_DEV_MEMAlan Coopersmith1-8/+0
2024-02-11unifdef UNRELIABLE_SIGNALSAlan Coopersmith1-12/+1
2024-02-11unifdef SIGNALS_RESET_WHEN_CAUGHTAlan Coopersmith2-11/+0
2024-02-11unifdef SYSVAlan Coopersmith3-13/+2
2024-02-11unifdef AF_DECnetAlan Coopersmith3-18/+0
2024-02-11unifdef AF_CHAOSAlan Coopersmith2-12/+0
2024-02-11unifdef QNX4Alan Coopersmith1-4/+0
2024-02-11unifdef __UNIXOS2__Alan Coopersmith3-7/+2
2024-02-11unifdef hpuxAlan Coopersmith2-26/+0
2024-02-11unifdef __convex__Alan Coopersmith1-4/+0
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2-2/+2
2022-10-06Switch from libbsd to libbsd-overlayGuillem Jover3-24/+3
2022-09-11genauth: fix build with arc4random in glibc 2.36Callum Farmer1-1/+9
2022-04-10Use memcpy() instead of memmove() when buffers are known not to overlapAlan Coopersmith12-34/+35
2022-04-10all_query_respond(): handle ConvertAddr failure soonerAlan Coopersmith1-2/+4
2022-04-10GetChooserAddr(): verify socket address fit in provided bufferAlan Coopersmith1-0/+2
2020-11-01doneAddrs: reset addrs to NULL after freeing listAlan Coopersmith1-0/+1
2020-07-21Fix spelling/wording issuesAlan Coopersmith6-8/+8
2019-02-17fix length format in StartClient() debug messageDavid Carlier1-1/+1
2019-02-17fix memory leak in StorePid()David Carlier1-0/+1
2019-01-01xdm uses setproctitle without proper includes for Linux libbsdChí-Thanh Christopher Nguyễn2-0/+17
2019-01-01xdm uses arc4random without proper includes for Linux libbsdChí-Thanh Christopher Nguyễn1-0/+8
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
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 Herrb3-79/+14
2015-12-21Remove #if 0'd codeMatthieu Herrb3-117/+0
2015-10-18Fixup various format warnings in PrintProtoDisplayJeremy Huddleston Sequoia1-5/+5
2015-10-18Silence -Wmissing-noreturn warningsJeremy Huddleston Sequoia3-0/+10
2015-10-18Add missing prototype for PrintSockAddrJeremy Huddleston Sequoia1-0/+1
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-07-26dm: Don't crash if argc == 0Egbert Eich1-20/+27
2015-03-06Only free input or output to realloc, not bothAlan Coopersmith1-2/+2
2014-08-01Protect against unlikely NULL pointer dereference in FormatChooserArgumentAlan Coopersmith1-0/+4
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-04-21Avoid fd leak when fdopen() fails in openFiles()Alan Coopersmith1-1/+4
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 Coopersmith5-17/+17
2012-12-26Remove old Interactive Unix ("ISC") code from xdmAlan Coopersmith3-44/+2
2012-12-26Remove unused NCR/Wollongong TCP ("WINTCP") code from xdmAlan Coopersmith1-117/+40
2012-12-26Remove unused DECnet ("DNETCONN") code from xdmAlan Coopersmith4-88/+31
2012-12-26Remove unused TLI ("STREAMSCONN") code from xdmAlan Coopersmith8-444/+120