summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2006-03-27Version bump: 1.0.2xdm-1-0-2Alan Coopersmith1-0/+5
2006-03-18Bug #5898 <https://bugs.freedesktop.org/show_bug.cgi?id=5898> Use mktempAlan Coopersmith1-0/+11
command to create files safely in TMPDIR or /tmp on systems that have it - don't try to create files there if mktemp is not present. Fix based on NetBSD fix from <http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=32805> .
2006-03-16DragonFly is a BSD, so is CSRG_BASED and use su with -m option.Jeremy C. Reed1-0/+7
2006-03-16Convert checks for <grp.h>, daemon(), and setpgrp arguments to autoconfAlan Coopersmith1-0/+9
tests instead of checking OS name #ifdefs.
2006-03-11Coverity ids #722, 723, 724, 725, 726, 727, 728: Need to XtFree the valuesAlan Coopersmith1-1/+13
returned by XawListShowCurrent to plug memory leaks. Coverity id #834: After joining a multicast group, add group pointer to the list of active multicast groups instead of just leaking the group pointer.
2006-03-10Coverity ids #7689, 7690, 7691: When malloc fails, don't just print anAlan Coopersmith1-0/+7
error and continue on using the NULL pointer, return NULL to the caller.
2006-03-01openSUSE bug #142954 Fixed potential segfault on OOM condition.Matthias Hopf1-0/+6
2006-02-25Bug #6036 <https://bugs.freedesktop.org/show_bug.cgi?id=6036> Check forAlan Coopersmith1-0/+8
key_setnet declaration before defining it to avoid compiler error of conflicting types on DragonFly BSD
2006-02-25Bug #6026 <https://bugs.freedesktop.org/show_bug.cgi?id=6026> Segfault inAlan Coopersmith1-0/+7
netaddr.c:ConvertAddr if ifa_addr is NULL (Loser Mcloser <reebydobalina@yahoo.ca>)
2006-02-24Bug #5897 <https://bugs.freedesktop.org/show_bug.cgi?id=5897>Jeremy C. Reed1-0/+10
Create xsession error file with umask 077 instead of chmod a moment later so others can't open first. This was reported by Steven M. Bellovin to NetBSD http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=32804 Reviewed by Alan Coopersmith via xorg_security list.
2006-02-24Bug #1391 <https://bugs.freedesktop.org/show_bug.cgi?id=1391> Patch #4739Alan Coopersmith1-0/+8
<https://bugs.freedesktop.org/attachment.cgi?id=4739> xdm hangs in a loop when invalid xpm bitmap is used for logo (Costantino Leandro <lcostantino@gmail.com>)
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin1-0/+5
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin1-0/+5
2005-12-11Bugzilla #5055 <https://bugs.freedesktop.org/show_bug.cgi?id=5055> AddAlan Coopersmith1-0/+10
--with-xdmscriptdir to allow builder/packager to decide if scripts should go in config, lib, or data directories.
2005-12-07Change to use the app-defaults default dir configured in libXt.Kevin E Martin1-0/+6
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin1-0/+5
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin1-0/+5
2005-11-23Set HAS_ARC4_RANDOM if arc4random() function is found Set RANDOMMANDEFS toAlan Coopersmith1-0/+8
correctly substitute alternate random device/method descriptions in man page.
2005-11-22Fix file paths in man pages.Alan Coopersmith1-0/+5
2005-11-21Bug #5113: The insertion of -lutil into XDM_LIBS ended up having no effectEric Anholt1-0/+7
because PKG_CHECK_MODULES(XDM, ...) later overwrote it. So put -lutil into XDM_OS_LIBS and add XDM_OS_LIBS to XDM_LIBS later.
2005-11-20Add dependency on xau.Alan Coopersmith1-0/+5
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin1-0/+5
application build-time dependencies, and update package deps to work with separate build roots.
2005-11-14Add --enable-dynamic-greeter flag to allow choosing whether greeter shouldAlan Coopersmith1-0/+11
be built into xdm binary or dynamically loaded libXdmGreet.so object. Add -rdynamic flag to link options when using gcc with dynamic greeter to allow greeter object to reference symbols in xdm.
2005-11-13Install xdm man page using APP_MAN_SUFFIX instead of forcing .1Alan Coopersmith1-0/+5
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin1-0/+5
2005-11-08Changes to match bug #3180 checkin to monolith:Alan Coopersmith1-0/+11
Generate Xsession from Xsession.cpp Add SHELL_CMD to cpp substitutions configure.ac Set SHELL_CMD to /bin/ksh for sco, /bin/sh for all other OS'es.
2005-11-01Add AC_DEFINE_DIR calls for the path #defines previously set in RES_DEFINESAlan Coopersmith1-0/+9
section of xdm Imakefile. (Some should probably be made settable via configure --with-* flags, but at least they correctly set defaults to match the directories specified to configure now.)
2005-11-01Update pkgcheck depedencies to work with separate build roots.Kevin E Martin1-0/+6
2005-10-29Add -DGREET_LIB to GREETER_CFLAGS on Solaris & SVR4 (was in #if SVR4 inAlan Coopersmith1-0/+10
Imake) Add --with-random-device and checks for /dev/urandom & /dev/random for source of random data for key generation Link libXdmgreet with Xinerama & XPM libraries when using those features.
2005-10-26Allow overriding directories for xdm scripts/modules & configuration filesAlan Coopersmith1-0/+13
via configure options --with-xdmlibdir & --with-xdmconfigdir Add libXt and libX11 to dependencies for libXdmgreet. Document default directories & configure options to change them
2005-10-26We forgot to build the Xdm greeter library. Add it to build and cleanupAlan Coopersmith1-0/+8
hardcoded values to find it.
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin1-0/+5
2005-10-14Add another set of brackets around DEFAULTVT's empty default setting so itDonnie Berkholz1-0/+5
isn't treated as a command.
2005-10-04Use CLEANFILES for all generated filesKevin E Martin1-0/+4
2005-09-28Add Xservers.fs.Kristian Høgsberg1-0/+4
2005-08-17Fix EXTRA_DIST to point to a real variable. Bump to 0.99.1.Adam Jackson1-0/+5
2005-07-08Add build system for xdmSøren Sandmann Pedersen1-0/+0