summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-02-251-1/+1
* Handle arrays too large to fit in iceConn buffersAlan Coopersmith2022-12-043-19/+67
* SmcCloseConnection: remove unnecessary cast from free()Alan Coopersmith2022-12-041-1/+1
* Fix some potential memory leaks in SmcCloseConnection().Kim Woelders2022-08-261-0/+16
* Fix spelling/wording issuesAlan Coopersmith2022-03-051-1/+1
* Fixed out ouf boundary accesses.Tobias Stoeckmann2018-09-302-163/+229
* Get rid of strcpy() in the HAVE_UUID_CREATE caseMatthieu Herrb2015-10-201-5/+4
* Fix uuid_to_string(3) typeMatthieu Herrb2015-10-201-1/+1
* Include unistd.h for getpid()Jon TURNEY2015-04-101-0/+1
* Stop compiling empty sm_auth.c stubAlan Coopersmith2013-11-221-1/+2
* Fix some clang warnings about integer size/sign conversionsAlan Coopersmith2013-08-096-16/+16
* unifdef WORD64 (leftover bits of Cray support)Alan Coopersmith2013-08-091-46/+0
* Constify previous_id argument to SmcOpenConnectionAlan Coopersmith2013-08-091-1/+1
* unifdef -U__UNIXOS2__Alan Coopersmith2013-01-042-9/+0
* Remove unused TLI ("STREAMSCONN") code from libSMAlan Coopersmith2012-12-261-2/+2
* unifdef -ULynxAlan Coopersmith2011-12-091-5/+1
* SmsInitialize: Mark vendor & release args as const char *Alan Coopersmith2011-12-091-1/+2
* Remove a bunch of unnecessary casts with malloc & free callsAlan Coopersmith2011-12-095-28/+25
* Replace malloc(strlen) + strcpy sets with strdup callsAlan Coopersmith2011-12-094-33/+9
* Reindent IPv4 code to match IPv6 codeAlan Coopersmith2011-12-091-27/+27
* Move variable declarations to get rid of unnecessary scope bracketsAlan Coopersmith2011-12-091-6/+6
* Move and rename temp[4] definition to reduce confusion with temp[256]Alan Coopersmith2011-12-091-5/+7
* Use imdent to make multiple levels of nested #if easier to followAlan Coopersmith2011-12-091-36/+36
* Strip trailing whitespaceAlan Coopersmith2011-09-164-12/+12
* config: splitting SM and XTRANS compiler options is not requiredGaetan Nadon2011-02-021-2/+3
* Sun's copyrights belong to Oracle nowAlan Coopersmith2010-11-211-1/+1
* Purge cvs tags.Jesse Adkins2010-10-066-17/+0
* Fix off by one error in SmsGenerateClientID when uuid_create is usedAlexander Kabaev2010-05-261-1/+1
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-141-1/+24
* Revert "Fix memory leak for SM_DeleteProperties"Alan Coopersmith2009-11-161-1/+0
* Fix memory leak for SM_DeletePropertiesMichael Jansen2009-10-141-0/+1
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-091-1/+1
* libSM 1.1.1, update libtool versionlibSM-1.1.1Rémi Cardona2009-08-071-1/+1
* Use FreeBSD uuid functions when available.Diego Elio 'Flameeyes' Pettenò2009-08-031-2/+23
* Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade2009-01-2810-307/+96
* avoid gcc warnings for libSMPaulo Cesar Pereira de Andrade2008-11-292-16/+10
* Bug #17644: Fix valgrind warning in _SmcProcessMessageCaolan McNamara2008-10-171-3/+1
* Avoid memcpy(foo, NULL, n), that's just nonsense.Adam Jackson2008-07-021-1/+2
* Bug #14949: Don't use gethostbyname() for client IDs.Dan Williams2008-06-242-2/+29
* Another tiny char* vs const char* fix.Tilman Sauerbeck2007-05-131-1/+1
* Revert "Don't reinvent the wheel and just use strdup()."Tilman Sauerbeck2007-05-131-1/+4
* Removed some global writable variables.Tilman Sauerbeck2007-05-134-33/+29
* Don't reinvent the wheel and just use strdup().Tilman Sauerbeck2007-05-131-4/+1
* Fixed some const vs non-const mix ups.Tilman Sauerbeck2007-05-131-2/+2
* Sanitized hex string conversion in SmsGenerateClientID().Tilman Sauerbeck2007-05-131-45/+16
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-131-0/+0
* From Patch #6046 <https://bugs.freedesktop.org/attachment.cgi?id=6046>Alan Coopersmith2006-06-261-1/+5
* Specs say SmsInitialize & SmcOpenConnection return NULL terminated stringsXORG-7_0_99_901Alan Coopersmith2006-03-172-17/+40
* See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902Kean Johnson2005-11-081-1/+1
* Set soversion to 6.0.0 using -version-number.Daniel Stone2005-07-161-1/+1