summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
12 daysaccept const pointers for buf argument to TRANS(Write)HEADmasterAlan Coopersmith6-8/+8
12 daysxtrans 1.5.2xtrans-1.5.2Alan Coopersmith1-1/+1
2024-11-01is_numeric: Add !defined(IPv6) to checksAlan Coopersmith1-1/+2
2024-10-15Fix build when HAVE_STRCASECMP is not definedPeter Harris1-1/+1
2024-10-12xtrans 1.5.1xtrans-1.5.1Alan Coopersmith1-2/+2
2024-08-25is_numeric: Add TRANS_SERVER to required ifdefsAlan Coopersmith1-1/+1
2024-08-25SocketOpen: avoid leak of out-of-range fdAlan Coopersmith1-4/+12
2024-08-25GetPeerNetworkId: avoid calling strlen() on a NULL pointerAlan Coopersmith1-1/+2
2024-08-25GetPeerNetworkId: Avoid writing to NULL pointer if malloc() failsAlan Coopersmith1-5/+7
2024-08-25GetMyNetworkId: Avoid writing to NULL pointer if malloc() failsAlan Coopersmith1-3/+5
2024-08-25MakeAllCOTSServerListeners: Initialize temp_ciptrsAlan Coopersmith1-2/+3
2024-08-25ParseAddress: return failure when strdup() failsAlan Coopersmith1-3/+4
2024-08-25SocketINETConnect: return failure when malloc() failsAlan Coopersmith1-0/+5
2024-08-25Clear numerous -Wsign-compare warnings from gcc 14.1Alan Coopersmith3-21/+18
2024-08-25SocketCreateListener: Fix -Wuseless-cast warning in bind() callAlan Coopersmith1-1/+1
2024-08-25LocalInitTransports: Fix -Wuseless-cast warning for getenv() callAlan Coopersmith1-1/+1
2024-07-21Fix string length checkRobert Royals1-1/+1
2024-04-03TRANS(GetHostname): Fix "‘strncpy’ output truncated.." warningKim Woelders1-1/+1
2024-04-03TRANS(ParseAddress): Fix "assignment discards ‘const’ qualifier" warningsKim Woelders1-5/+6
2024-04-03update .gitignoreEnrico Weigelt, metux IT consult1-0/+3
2023-10-13gitlab CI: add libc-dev to required packages in build containerAlan Coopersmith1-2/+2
2023-10-13gitlab CI: collect config.log to help diagnose failuresAlan Coopersmith1-0/+6
2023-10-13gitlab CI: add xz-utils to container for "make distcheck"Alan Coopersmith1-3/+3
2023-06-02xtrans 1.5.0xtrans-1.5.0Alan Coopersmith1-1/+1
2023-03-19DISPLAY starting with unix: or / is always a socket pathDemi Marie Obenour1-23/+25
2023-03-19Allow full paths to sockets on non-macOSDemi Marie Obenour1-6/+18
2023-03-19Remove client-side abstract socket supportDemi Marie Obenour2-31/+6
2023-03-19Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith3-3/+3
2023-03-19Allow partial connection to succeedOlivier Fourdan1-0/+3
2022-08-20Use font server ErrorF/VErrorF instead of private versionsKeith Packard1-3/+4
2022-08-20move is_numeric to Xtranssock.c and only define for TCPCONN or TRANS_REOPENKeith Packard3-19/+14
2022-05-10gitlab CI: add a basic build testAlan Coopersmith1-0/+99
2022-05-10Fix spelling/wording issuesAlan Coopersmith5-7/+7
2022-05-10Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2022-05-10Automatically disable inet6 transport if ipv6 is disabled on machineRay Strode1-4/+11
2019-10-14TEST_t is never definedAdam Jackson2-8/+1
2019-09-30Remove non-Solaris SysV supportAdam Jackson3-582/+2
2019-09-30Delete SCO supportAdam Jackson6-477/+12
2019-09-30unifdef USG and NCRAdam Jackson4-4/+4
2019-03-16xtrans 1.4.0xtrans-1.4.0Alan Coopersmith1-1/+1
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-19Update README for gitlab migrationAlan Coopersmith2-11/+10
2018-09-30Use fchmod() instead of chmod() when creating named pipesAlan Coopersmith1-3/+4
2018-08-25Use strcasecmp if it's available, instead of lowercasing stringsAlan Coopersmith3-3/+25
2018-08-25Set freeXLOCAL to NULL after freeing it to prevent double freesAlan Coopersmith1-0/+1
2018-03-24avoid -Wformat errors from clangRin Okuyama1-1/+1
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-09-10Update strlcpy macro check to also check HAVE_STRLCPYJeremy Huddleston Sequoia1-1/+1
2016-09-01Revert "Make FreeConnInfo static"Adam Jackson2-4/+4