summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-04xdm 1.1.16HEADxdm-1.1.16masterAlan Coopersmith1-1/+1
2024-03-25Define _CONST_X_STRING when including Xaw & Xt headersAlan Coopersmith1-0/+1
2024-03-23xdm 1.1.15xdm-1.1.15Alan Coopersmith1-1/+1
2024-02-11session.c: clear -Wredundant-decls warnings on SolarisAlan Coopersmith1-1/+1
2024-02-11unifdef __osf__Alan 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 Coopersmith4-84/+5
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 Coopersmith5-27/+2
2024-02-11unifdef AF_DECnetAlan Coopersmith3-18/+0
2024-02-11unifdef AF_CHAOSAlan Coopersmith2-12/+0
2024-02-11unifdef QNX4Alan Coopersmith4-19/+0
2024-02-11unifdef __UNIXOS2__Alan Coopersmith3-7/+2
2024-02-11unifdef pegasusAlan Coopersmith1-3/+0
2024-02-11unifdef hpuxAlan Coopersmith3-35/+1
2024-02-11unifdef __convex__Alan Coopersmith2-8/+0
2024-02-11unifdef PowerMAX_OSAlan Coopersmith1-3/+0
2024-02-11unifdef sonyAlan Coopersmith1-11/+0
2024-02-11unifdef ultrixAlan Coopersmith1-4/+0
2024-02-11Fix --with-systemd-daemon optionAlisson Bruno1-3/+4
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-12-05Fix -Wincompatible-pointer-types warning from gcc (issue #15)Alan Coopersmith1-1/+1
2023-12-02configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-3/+1
2023-10-13gitlab CI: Update to latest CI templates & Debian stable releaseAlan Coopersmith1-3/+9
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith8-8/+8
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-12-03xdm 1.1.14xdm-1.1.14Alan Coopersmith1-2/+2
2022-11-05Only link with libbsd if needed for arc4random() or setproctitle()Alan Coopersmith1-11/+26
2022-10-06Switch from libbsd to libbsd-overlayGuillem Jover4-26/+11
2022-09-11genauth: fix build with arc4random in glibc 2.36Callum Farmer1-1/+9
2022-04-30chooser: avoid free of uninitialized pointer in allocation failure cleanupAlan Coopersmith1-2/+1
2022-04-10Use memcpy() instead of memmove() when buffers are known not to overlapAlan Coopersmith13-42/+43
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
2022-04-10configure.ac: Add option to disable XineramaMatt Turner1-2/+8
2022-04-03xdm 1.1.13xdm-1.1.13Alan Coopersmith1-1/+1
2021-12-04Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-04gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2020-11-01doneAddrs: reset addrs to NULL after freeing listAlan Coopersmith1-0/+1
2020-11-01Greeter: add parens to DRAW_STRING & TEXT_WIDTH macros for safetyAlan Coopersmith1-2/+2
2020-10-31configure.ac: Link with libsystemd, not libsystemd-daemonMatt Turner1-3/+3
2020-07-21Fix spelling/wording issuesAlan Coopersmith10-14/+14
2019-03-02xdm 1.1.12xdm-1.1.12Alan Coopersmith1-1/+1
2019-02-25Use sed instead of the C pre-processor to generate config filesAlan Coopersmith8-64/+46
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