summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-13gitlab CI: add xz-utils to container for "make distcheck"HEADmasterAlan Coopersmith1-2/+2
2023-10-13gitlab CI: Update to latest CI templatesAlan Coopersmith1-2/+2
2023-03-28Set close-on-exec when opening filesAlan Coopersmith3-3/+10
2023-03-04configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-2/+3
2022-12-08libICE 1.1.1libICE-1.1.1Matt Turner1-1/+1
2022-12-04ICEmsg: Fix C++ interoperability error due to static_assert defineArsen Arsenović1-1/+1
2022-12-03libICE 1.1.0libICE-1.1.0Alan Coopersmith1-2/+2
2022-11-23configure: Use AC_SYS_LARGEFILE to enable large file supportAlan Coopersmith1-0/+3
2022-11-10ice.pc.in: "Libs.Private" should be "Libs.private"Alan Coopersmith1-1/+1
2022-11-02Avoid -Wdeclaration-after-statement warnings from static_assertAlan Coopersmith1-2/+6
2022-10-27Only link with libbsd if needed for arc4random_buf() or getentropy()Alan Coopersmith1-2/+9
2022-10-06Switch from libbsd to libbsd-overlayGuillem Jover3-10/+7
2022-09-14Handle arrays too large to fit in iceConn buffersAlan Coopersmith4-17/+74
2022-09-07ICEmsg.h: Add static asserts that message header length <= ICE_OUTBUFSIZEAlan Coopersmith1-0/+9
2022-09-07IceFlush: signal fatal I/O error if bufptr is past end of bufferAlan Coopersmith1-0/+10
2022-09-07Refactor Fatal I/O error handling into a common functionAlan Coopersmith2-85/+48
2022-09-07IceGetHeaderExtra: only include extra space in outbufptr if there's roomAlan Coopersmith1-4/+5
2022-08-20Only link to libbsd for arc4random_buf if it is not found in libcAlan Coopersmith1-2/+3
2022-08-20make sure buffer is zero filled and report if allocation failedwalter harms1-1/+4
2022-08-20add check for mallocwalter harms1-0/+2
2022-04-30connect.c: FIX 'iceConn' shadows a previous local, [-Wshadow]walter harms1-17/+17
2022-04-30ProcessAuthReply: rename status variable to avoid shadowingAlan Coopersmith1-3/+3
2022-04-30ConnectToPeer: be doubly sure that use-after-free doesn't happenAlan Coopersmith1-0/+1
2022-04-30configure: check for libbsd before libxtrans checks for strlcpyAlan Coopersmith1-12/+9
2022-04-30gitlab CI: add a basic build testAlan Coopersmith1-0/+99
2022-04-30Fix spelling/wording issuesAlan Coopersmith12-18/+18
2022-04-30Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2020-04-11ice.pc.in: add -lbsd flags when requiredDavid Callu2-0/+9
2019-07-14libICE 1.0.10libICE-1.0.10Alan Coopersmith1-1/+1
2019-04-11cleanup: Separate variable assignment and testOlivier Fourdan1-2/+4
2019-04-10_IceRead: Avoid possible use-after-freeOlivier Fourdan1-1/+0
2019-04-10IceListenForWellKnownConnections: Fix memleakOlivier Fourdan1-0/+1
2019-03-24IceWritePad: always use zero values for pad bytesAlan Coopersmith1-10/+2
2019-03-24IceOpenConnection: check for malloc failure on connect_to_you tooAlan Coopersmith1-0/+9
2019-03-24authutil: support $XDG_RUNTIME_DIR/ICEauthorityAllison Lortie1-5/+13
2019-03-24authutil: fix an out-of-bounds accessAllison Lortie1-2/+2
2019-03-10Always terminate strncpy results.Tobias Stoeckmann4-41/+110
2019-03-03iceauth.c: FIX warning: unused variable 'ret' in 'arc4random_buf'walter harms1-1/+1
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-18Update README for gitlab migrationAlan Coopersmith3-30/+25
2018-11-10Remove obsolete B16 & B32 tags in struct definitionsAlan Coopersmith2-17/+17
2017-09-14make IceProtocolShutdown() more readablewalter harms1-22/+14
2017-09-14Drop NULL check prior to free()walter harms4-73/+39
2017-09-07Make sure string is never NULLEric Engestrom1-2/+12
2017-09-07Make sure error_message is a free-able stringEric Engestrom1-2/+2
2017-09-07Make sure errorStr is a free-able stringEric Engestrom1-1/+1
2017-09-07configure.ac: set TRANS_CLIENT/SERVEREmil Velikov3-5/+3
2017-09-07Kill off local ICE_t definitionsEmil Velikov2-2/+1
2017-09-07Remove unneeded ^L symbols.Emil Velikov15-71/+71
2017-09-07Kill off Time_t macroEmil Velikov2-4/+2