summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-03-27Version bump: 1.0.2xdm-1-0-2Alan Coopersmith2-2/+7
2006-03-18Bug #5898 <https://bugs.freedesktop.org/show_bug.cgi?id=5898> Use mktempAlan Coopersmith4-12/+62
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. Reed2-2/+9
2006-03-16Convert checks for <grp.h>, daemon(), and setpgrp arguments to autoconfAlan Coopersmith5-9/+21
tests instead of checking OS name #ifdefs.
2006-03-11Coverity ids #722, 723, 724, 725, 726, 727, 728: Need to XtFree the valuesAlan Coopersmith3-17/+41
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 Coopersmith2-4/+19
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 Hopf2-3/+14
2006-02-25Bug #6036 <https://bugs.freedesktop.org/show_bug.cgi?id=6036> Check forAlan Coopersmith3-1/+20
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 Coopersmith2-1/+8
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. Reed2-2/+11
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 Coopersmith2-7/+26
<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 Martin2-1/+6
2005-12-19Stub COPYING filesAdam Jackson1-0/+12
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-11Bugzilla #5055 <https://bugs.freedesktop.org/show_bug.cgi?id=5055> AddMODULAR_COPYAlan Coopersmith1-7/+10
XDMSCRIPTDIR cpp substitution to allow modular tree builder/packager to decide if scripts should go in config, lib, or data directories.
2005-12-11Bugzilla #5055 <https://bugs.freedesktop.org/show_bug.cgi?id=5055> AddAlan Coopersmith4-7/+24
--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 Martin3-1/+11
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin2-3/+8
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2-1/+6
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-23Set HAS_ARC4_RANDOM if arc4random() function is found Set RANDOMMANDEFS toAlan Coopersmith3-2/+20
correctly substitute alternate random device/method descriptions in man page.
2005-11-22Fix file paths in man pages.Alan Coopersmith2-2/+7
2005-11-21Another pass at .cvsignores for apps.Eric Anholt3-0/+19
2005-11-21Bug #5113: The insertion of -lutil into XDM_LIBS ended up having no effectEric Anholt2-2/+11
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/improve .cvsignore files for apps.Eric Anholt1-0/+18
2005-11-20Add dependency on xau.Alan Coopersmith2-1/+6
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2-9/+14
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 Coopersmith4-28/+91
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 Coopersmith2-4/+15
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2-1/+6
2005-11-08Changes to match bug #3180 checkin to monolith:Alan Coopersmith3-6/+27
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-08See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902Kean Johnson9-49/+229
2005-11-01Add AC_DEFINE_DIR calls for the path #defines previously set in RES_DEFINESAlan Coopersmith2-0/+112
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 Martin3-3/+22
2005-10-30Add -I$(top_srcdir) to pick up dm{,_error}.h and greet.h.Daniel Stone1-1/+1
2005-10-29Fix #ifdef statement syntax to clear compiler warning.Alan Coopersmith1-2/+2
2005-10-29Add -DGREET_LIB to GREETER_CFLAGS on Solaris & SVR4 (was in #if SVR4 inAlan Coopersmith2-2/+45
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-26Use XDMCONFIGDIR for location of configuration files so they can beAlan Coopersmith1-4/+8
installed in a directory other than the lib directory. (Only overridable in modular build system at this point.)
2005-10-26Allow overriding directories for xdm scripts/modules & configuration filesAlan Coopersmith6-13/+63
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 Coopersmith5-4/+55
hardcoded values to find it.
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2-1/+6
2005-10-18Change XCOMM to \&# to allow both cpp & sed to translate correctly.XORG-6_8_99_901Alan Coopersmith1-1/+1
Use XDMPIDDIR instead of XDMDIR when showing location of xdm-pid file in man page.
2005-10-18Change default install dir for app-default files fromAlan Coopersmith1-1/+1
$(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match the monolith & allow localization
2005-10-17Set XDMPIDDIR in when subsituting variables in man pagesAlan Coopersmith1-1/+1
2005-10-17Put files in $(prefix)/lib/X11/xdm to match monolith install locationsAlan Coopersmith3-12/+22
2005-10-14Add another set of brackets around DEFAULTVT's empty default setting so itDonnie Berkholz2-1/+6
isn't treated as a command.
2005-10-04Use CLEANFILES for all generated filesKevin E Martin2-2/+6
2005-10-03Bug #3891 <https://bugs.freedesktop.org/show_bug.cgi?id=3891> xdm buildAlan Coopersmith1-0/+4
failure: IN6_IS_ADDR_LOOPBACK undefined (David Schleef)
2005-10-02Add Chooser app-defaults file to app/xdmAlan Coopersmith1-0/+17
2005-09-28Add Xservers.fs.Kristian Høgsberg2-1/+5