summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-07Kill off Strstr macroEmil Velikov1-3/+1
2017-04-24Use getentropy() if arc4random_buf() is not availableBenjamin Tissoires2-20/+47
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-12-09Fix use after free on subsequent callsTobias Stoeckmann1-1/+3
2015-07-19Bug 90616 - libICE build fails on array bounds checkRemko van der Vossen2-21/+21
2015-04-10Include unistd.h for getpid()Jon TURNEY2-2/+3
2014-09-15spec: Convert troff \*Q..\*U to DocBook <quote>...</quote>Alan Coopersmith1-5/+5
2014-06-06libICE 1.0.9libICE-1.0.9Alan Coopersmith1-1/+1
2013-12-24Delete unused name variable in register.cAlan Coopersmith1-6/+2
2013-12-24Free iceConn->connection_string when unwinding after malloc failsAlan Coopersmith1-0/+2
2013-09-12Use arc4random when available to produce the auth cookie.Matthieu Herrb2-2/+12
2013-08-08Make STORE_STRING cast strlen result to CARD16 when storing in CARD16Alan Coopersmith1-1/+1
2013-08-08Cast assignments in IceErrorHeader() macroAlan Coopersmith1-4/+4
2013-08-08Make write_string call write_counted_string instead of copying itAlan Coopersmith1-7/+1
2013-08-08Mark input arguments to write_string functions as constAlan Coopersmith1-4/+4
2013-08-08Stop casting return values from mallocAlan Coopersmith17-69/+46
2013-08-08Get rid of casts to (char *) in calls to free()Alan Coopersmith12-46/+46
2013-07-20Convert remaining sprintf() call to snprintf()Alan Coopersmith1-1/+1
2013-07-20Convert strcpy/strcat pairs to snprintf callsAlan Coopersmith1-13/+6
2013-07-20Fix some clang warnings about integer sign/size conversionsAlan Coopersmith3-16/+20
2013-07-20unifdef WORD64Alan Coopersmith3-156/+0
2013-07-20Constify filename argument to IceLockAuthFile & IceUnlockAuthFileAlan Coopersmith2-4/+4
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson1-1/+0
2013-01-04unifdef -U__UNIXOS2__Alan Coopersmith4-22/+1
2012-03-02libICE 1.0.8libICE-1.0.8Alan Coopersmith1-1/+1