summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-07Kill off Time_t macroEmil Velikov
2017-09-07Kill off Strstr macroEmil Velikov
2017-04-24Use getentropy() if arc4random_buf() is not availableBenjamin Tissoires
2016-12-09Fix use after free on subsequent callsTobias Stoeckmann
2015-07-19Bug 90616 - libICE build fails on array bounds checkRemko van der Vossen
2015-04-10Include unistd.h for getpid()Jon TURNEY
2013-12-24Delete unused name variable in register.cAlan Coopersmith
2013-12-24Free iceConn->connection_string when unwinding after malloc failsAlan Coopersmith
2013-09-12Use arc4random when available to produce the auth cookie.Matthieu Herrb
2013-08-08Make STORE_STRING cast strlen result to CARD16 when storing in CARD16Alan Coopersmith
2013-08-08Make write_string call write_counted_string instead of copying itAlan Coopersmith
2013-08-08Mark input arguments to write_string functions as constAlan Coopersmith
2013-08-08Stop casting return values from mallocAlan Coopersmith
2013-08-08Get rid of casts to (char *) in calls to free()Alan Coopersmith
2013-07-20Convert remaining sprintf() call to snprintf()Alan Coopersmith
2013-07-20Convert strcpy/strcat pairs to snprintf callsAlan Coopersmith
2013-07-20Fix some clang warnings about integer sign/size conversionsAlan Coopersmith
2013-07-20unifdef WORD64Alan Coopersmith
2013-07-20Constify filename argument to IceLockAuthFile & IceUnlockAuthFileAlan Coopersmith
2013-01-04unifdef -U__UNIXOS2__Alan Coopersmith
2011-11-30Plug minor memory leak in unusual path through ProcessConnectionSetupAlan Coopersmith
2011-11-22Constify protocol, vendor & release string args to IceRegisterForProtocol*Alan Coopersmith
2011-11-11Remove ancient workaround for System V/386 Release 4.2 compiler bugAlan Coopersmith
2011-11-11Fix gcc -Wwrite-strings warnings in process.cAlan Coopersmith
2011-11-11Fix gcc -Wwrite-strings warnings in AuthNames handlingAlan Coopersmith
2011-11-11constify arguments to IceGetAuthFileEntryAlan Coopersmith
2011-11-11Fix gcc -Wwrite-strings warnings in _IceError* functionsAlan Coopersmith
2011-11-11Fix gcc -Wwrite-strings warnings in _IceDefaultErrorHandlerAlan Coopersmith
2011-09-16Strip trailing whitespaceAlan Coopersmith
2011-04-21Fix reads outside array bounds in error handlersAlan Coopersmith
2011-02-02config: splitting ICE and XTRANS compiler options is not requiredGaetan Nadon
2011-01-07Resync fallback asprintf with updated version put into xrdbAlan Coopersmith
2010-12-19Use correct string pointer in asprintf() fallbackAlan Coopersmith
2010-12-13Convert src/process.c from malloc + sprintf to asprintfAlan Coopersmith
2010-10-17Fix include ordering, so -I../include precedes $CPPFLAGS which couldJeremy Huddleston
2010-10-06Purge cvs tags.Jesse Adkins
2010-05-11Set the close-on-exec flag for listening socketsJulien Cristau
2010-02-16config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon
2009-01-28Janitor: Correct sparse warnings.Paulo Cesar Pereira de Andrade
2009-01-06use memcmp instead of binaryEqualPeter Breitenlohner
2009-01-06Use NULL, not zero, for pointersPeter Breitenlohner
2009-01-06ANSI CPeter Breitenlohner
2009-01-06towards ANSI CPeter Breitenlohner
2009-01-06Activate CWARNFLAGS with lots of gcc warningsPeter Breitenlohner
2008-10-07Constify some arguments in libICE to clear warnings in libSMPeter Breitenlohner
2008-10-07define macros to 1 in icetrans.c to avoid redefined macro warningsPeter Breitenlohner
2008-04-29silence warningAlan Hourihane
2008-04-29include for sleep()Colin Harrison
2008-03-09nuke RCS IdsMatthieu Herrb
2007-06-04Add $(AM_CFLAGS) to lint flags to get correct Xtrans flagsAlan Coopersmith