summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-02-17unifdef MNX_TCPCONNHEADmasterAlan Coopersmith
2024-02-17unifdef __UNIXWARE__Alan Coopersmith
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith
2022-12-04Handle arrays too large to fit in iceConn buffersAlan Coopersmith
2022-12-04SmcCloseConnection: remove unnecessary cast from free()Alan Coopersmith
2022-08-26Fix some potential memory leaks in SmcCloseConnection().Kim Woelders
2022-03-05Fix spelling/wording issuesAlan Coopersmith
2018-09-30Fixed out ouf boundary accesses.Tobias Stoeckmann
2015-10-20Get rid of strcpy() in the HAVE_UUID_CREATE caseMatthieu Herrb
2015-10-20Fix uuid_to_string(3) typeMatthieu Herrb
2015-04-10Include unistd.h for getpid()Jon TURNEY
2013-11-22Stop compiling empty sm_auth.c stubAlan Coopersmith
2013-08-09Fix some clang warnings about integer size/sign conversionsAlan Coopersmith
2013-08-09unifdef WORD64 (leftover bits of Cray support)Alan Coopersmith
2013-08-09Constify previous_id argument to SmcOpenConnectionAlan Coopersmith
2013-01-04unifdef -U__UNIXOS2__Alan Coopersmith
2012-12-26Remove unused TLI ("STREAMSCONN") code from libSMAlan Coopersmith
2011-12-09unifdef -ULynxAlan Coopersmith
2011-12-09SmsInitialize: Mark vendor & release args as const char *Alan Coopersmith
2011-12-09Remove a bunch of unnecessary casts with malloc & free callsAlan Coopersmith
2011-12-09Replace malloc(strlen) + strcpy sets with strdup callsAlan Coopersmith
2011-12-09Reindent IPv4 code to match IPv6 codeAlan Coopersmith
2011-12-09Move variable declarations to get rid of unnecessary scope bracketsAlan Coopersmith
2011-12-09Move and rename temp[4] definition to reduce confusion with temp[256]Alan Coopersmith
2011-12-09Use imdent to make multiple levels of nested #if easier to followAlan Coopersmith
2011-09-16Strip trailing whitespaceAlan Coopersmith
2011-02-02config: splitting SM and XTRANS compiler options is not requiredGaetan Nadon
2010-11-21Sun's copyrights belong to Oracle nowAlan Coopersmith
2010-10-06Purge cvs tags.Jesse Adkins
2010-05-26Fix off by one error in SmsGenerateClientID when uuid_create is usedAlexander Kabaev
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith
2009-11-16Revert "Fix memory leak for SM_DeleteProperties"Alan Coopersmith
2009-10-14Fix memory leak for SM_DeletePropertiesMichael Jansen
2009-10-09Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith
2009-08-07libSM 1.1.1, update libtool versionlibSM-1.1.1Rémi Cardona
2009-08-03Use FreeBSD uuid functions when available.Diego Elio 'Flameeyes' Pettenò
2009-01-28Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade
2008-11-29avoid gcc warnings for libSMPaulo Cesar Pereira de Andrade
2008-10-17Bug #17644: Fix valgrind warning in _SmcProcessMessageCaolan McNamara
2008-07-02Avoid memcpy(foo, NULL, n), that's just nonsense.Adam Jackson
2008-06-24Bug #14949: Don't use gethostbyname() for client IDs.Dan Williams
2007-05-13Another tiny char* vs const char* fix.Tilman Sauerbeck
2007-05-13Revert "Don't reinvent the wheel and just use strdup()."Tilman Sauerbeck
2007-05-13Removed some global writable variables.Tilman Sauerbeck
2007-05-13Don't reinvent the wheel and just use strdup().Tilman Sauerbeck
2007-05-13Fixed some const vs non-const mix ups.Tilman Sauerbeck
2007-05-13Sanitized hex string conversion in SmsGenerateClientID().Tilman Sauerbeck
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-06-26From Patch #6046 <https://bugs.freedesktop.org/attachment.cgi?id=6046>Alan Coopersmith
2006-03-17Specs say SmsInitialize & SmcOpenConnection return NULL terminated stringsXORG-7_0_99_901Alan Coopersmith