summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-271-0/+1
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* Update .gitignore for the /doc directory #24239Gaetan Nadon2009-11-191-0/+8
|
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-11-193-231/+5
| | | | | | | Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-11-191-2/+1
| | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile.
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-11-191-12/+61
| | | | | | Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
* Revert "Fix memory leak for SM_DeleteProperties"Alan Coopersmith2009-11-161-1/+0
| | | | | | | This reverts commit 58aa8879e10b12e478ab14b90afd1001b4abd316. Fixes gnome-session crashes due to double frees, as reported in http://bugs.freedesktop.org/show_bug.cgi?id=24964
* This is not a GNU project, so declare it foreign.Jeremy Huddleston2009-10-211-1/+1
| | | | | | | | | | | | | | | | | | On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: > > I noticed an INSTALL file in xlsclients and libXvMC today, and it > > was quite annoying to work around since 'autoreconf -fvi' replaces > > it and git wants to commit it. Should these files even be in git? > > Can I nuke them for the betterment of humanity and since they get > > created by autoreconf anyways? > > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation of the INSTALL file. It is also part of the 24206 solution. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
* Fix memory leak for SM_DeletePropertiesMichael Jansen2009-10-141-0/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Move session management protocol docs from xorg-docs here tooAlan Coopersmith2009-10-102-15/+1636
| | | | | | | Since we don't have a smproto package, but ship the protocol headers in this module, might as well keep the protocol docs with the headers Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Move docs from xorg-docs, use groff to format for installationAlan Coopersmith2009-10-105-1/+3024
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-092-9/+8
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* require libICE >= 1.0.5Rémi Cardona2009-08-141-1/+1
| | | | | | | | | During the ansification (commit 896aeb5dd128), 2 extern decls for _IcePaMagicCookie1Proc and _IcePoMagicCookie1Proc were dropped from sm_client.c and sm_manager.c. Both decls were added between libICE 1.0.4 and 1.0.5. Signed-off-by: Rémi Cardona <remi@gentoo.org>
* libSM 1.1.1, update libtool versionlibSM-1.1.1Rémi Cardona2009-08-072-2/+2
|
* Use FreeBSD uuid functions when available.Diego Elio 'Flameeyes' Pettenò2009-08-032-8/+32
| | | | | | If the system provide the uuid_create function assume building on FreeBSD or another OS with a compatible uuid interface. If that's the case, ignore libuuid and just use the system functions without extra deps.
* Typo fixJulien Cristau2009-02-161-1/+1
| | | | This makes us really error out if we want libuuid but can't find it.
* Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith2009-02-021-0/+30
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade2009-01-2813-318/+111
|
* avoid gcc warnings for libSMPaulo Cesar Pereira de Andrade2008-11-292-16/+10
| | | | | | Patch from http://bugs.freedesktop.org/show_bug.cgi?id=17968 adapted to current sources. This corrects a potential (hypothetical) segmentation fault.
* Bug #17644: Fix valgrind warning in _SmcProcessMessageCaolan McNamara2008-10-171-3/+1
|
* If we don't have libuuid, build without it instead of failingJulien Cristau2008-07-181-2/+5
| | | | | Only error out if configure was given --with-libuuid but we don't find it.
* Avoid memcpy(foo, NULL, n), that's just nonsense.Adam Jackson2008-07-021-1/+2
|
* libSM 1.1.0libSM-1.1.0Adam Jackson2008-07-021-1/+1
|
* Fix --without-libuuid to not call PKG_CHECK_MODULES for libuuidAlan Coopersmith2008-06-251-1/+1
|
* Bug #14949: Don't use gethostbyname() for client IDs.Dan Williams2008-06-243-2/+36
| | | | | gethostbyname() will hit the network, which leads to DNS timeouts, which leads to fail. Just use UUIDs.
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-109/+10
|
* Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos2007-09-031-0/+1
|
* Bumped version to 1.0.3.libSM-1.0.3Tilman Sauerbeck2007-05-131-1/+1
|
* 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
| | | | This reverts commit 57ea148fdbf047a012b361acdc7954e70679dad3.
* Added object files to .gitignore.Tilman Sauerbeck2007-05-131-0/+1
|
* 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
| | | | | This reduces the size of the DSO by almost 4K and gets rid of 255 relocations on load.
* Bump to 1.0.2libSM-1.0.2Adam Jackson2006-10-131-1/+1
|
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-132-0/+0
|
* From Patch #6046 <https://bugs.freedesktop.org/attachment.cgi?id=6046>Alan Coopersmith2006-06-262-1/+11
| | | | freeaddrinfo() in error handling return (Peter Breitenlohner)
* Bump to 1.0.1libSM-1_0_1XORG-7_1Adam Jackson2006-04-272-1/+6
|
* Specs say SmsInitialize & SmcOpenConnection return NULL terminated stringsXORG-7_0_99_901Alan Coopersmith2006-03-173-17/+49
| | | | | | in errorStringRet, but were just calling strncpy and not making sure strings were NULL terminated if errorLength wasn't long enough. (Noticed while evaluating Coverity ids 196 & 201.)
* Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPYKevin E Martin2005-12-032-1/+6
|
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-192-2/+10
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2005-11-092-1/+6
|
* See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902Kean Johnson2005-11-081-1/+1
|
* Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
|
* Add XTRANS_CONNECTION_FLAGS to set TCP & IPv6 flags needed by libSMAlan Coopersmith2005-08-151-0/+3
|
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-2/+4
| | | | | | | | | | | - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
* Set soversion to 6.0.0 using -version-number.Daniel Stone2005-07-161-1/+1
|
* Eliminate xtrans CFLAGS from .pc file as xtrans is not part of the publicKeith Packard2005-07-133-3/+14
| | | | API.
* Add .cvsignore filesKeith Packard2005-07-093-0/+32
|