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