Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-27 | Version bump: 1.0.2xdm-1-0-2 | Alan Coopersmith | 1 | -0/+5 | |
2006-03-18 | Bug #5898 <https://bugs.freedesktop.org/show_bug.cgi?id=5898> Use mktemp | Alan Coopersmith | 1 | -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-16 | DragonFly is a BSD, so is CSRG_BASED and use su with -m option. | Jeremy C. Reed | 1 | -0/+7 | |
2006-03-16 | Convert checks for <grp.h>, daemon(), and setpgrp arguments to autoconf | Alan Coopersmith | 1 | -0/+9 | |
tests instead of checking OS name #ifdefs. | |||||
2006-03-11 | Coverity ids #722, 723, 724, 725, 726, 727, 728: Need to XtFree the values | Alan Coopersmith | 1 | -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-10 | Coverity ids #7689, 7690, 7691: When malloc fails, don't just print an | Alan Coopersmith | 1 | -0/+7 | |
error and continue on using the NULL pointer, return NULL to the caller. | |||||
2006-03-01 | openSUSE bug #142954 Fixed potential segfault on OOM condition. | Matthias Hopf | 1 | -0/+6 | |
2006-02-25 | Bug #6036 <https://bugs.freedesktop.org/show_bug.cgi?id=6036> Check for | Alan Coopersmith | 1 | -0/+8 | |
key_setnet declaration before defining it to avoid compiler error of conflicting types on DragonFly BSD | |||||
2006-02-25 | Bug #6026 <https://bugs.freedesktop.org/show_bug.cgi?id=6026> Segfault in | Alan Coopersmith | 1 | -0/+7 | |
netaddr.c:ConvertAddr if ifa_addr is NULL (Loser Mcloser <reebydobalina@yahoo.ca>) | |||||
2006-02-24 | Bug #5897 <https://bugs.freedesktop.org/show_bug.cgi?id=5897> | Jeremy C. Reed | 1 | -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-24 | Bug #1391 <https://bugs.freedesktop.org/show_bug.cgi?id=1391> Patch #4739 | Alan Coopersmith | 1 | -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-21 | Update package version for X11R7 release.XORG-7_0 | Kevin E Martin | 1 | -0/+5 | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | 1 | -0/+5 | |
2005-12-11 | Bugzilla #5055 <https://bugs.freedesktop.org/show_bug.cgi?id=5055> Add | Alan Coopersmith | 1 | -0/+10 | |
--with-xdmscriptdir to allow builder/packager to decide if scripts should go in config, lib, or data directories. | |||||
2005-12-07 | Change to use the app-defaults default dir configured in libXt. | Kevin E Martin | 1 | -0/+6 | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings. | Kevin E Martin | 1 | -0/+5 | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | 1 | -0/+5 | |
2005-11-23 | Set HAS_ARC4_RANDOM if arc4random() function is found Set RANDOMMANDEFS to | Alan Coopersmith | 1 | -0/+8 | |
correctly substitute alternate random device/method descriptions in man page. | |||||
2005-11-22 | Fix file paths in man pages. | Alan Coopersmith | 1 | -0/+5 | |
2005-11-21 | Bug #5113: The insertion of -lutil into XDM_LIBS ended up having no effect | Eric Anholt | 1 | -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-20 | Add dependency on xau. | Alan Coopersmith | 1 | -0/+5 | |
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | 1 | -0/+5 | |
application build-time dependencies, and update package deps to work with separate build roots. | |||||
2005-11-14 | Add --enable-dynamic-greeter flag to allow choosing whether greeter should | Alan Coopersmith | 1 | -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-13 | Install xdm man page using APP_MAN_SUFFIX instead of forcing .1 | Alan Coopersmith | 1 | -0/+5 | |
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | 1 | -0/+5 | |
2005-11-08 | Changes to match bug #3180 checkin to monolith: | Alan Coopersmith | 1 | -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-01 | Add AC_DEFINE_DIR calls for the path #defines previously set in RES_DEFINES | Alan Coopersmith | 1 | -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-01 | Update pkgcheck depedencies to work with separate build roots. | Kevin E Martin | 1 | -0/+6 | |
2005-10-29 | Add -DGREET_LIB to GREETER_CFLAGS on Solaris & SVR4 (was in #if SVR4 in | Alan Coopersmith | 1 | -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-26 | Allow overriding directories for xdm scripts/modules & configuration files | Alan Coopersmith | 1 | -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-26 | We forgot to build the Xdm greeter library. Add it to build and cleanup | Alan Coopersmith | 1 | -0/+8 | |
hardcoded values to find it. | |||||
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | 1 | -0/+5 | |
2005-10-14 | Add another set of brackets around DEFAULTVT's empty default setting so it | Donnie Berkholz | 1 | -0/+5 | |
isn't treated as a command. | |||||
2005-10-04 | Use CLEANFILES for all generated files | Kevin E Martin | 1 | -0/+4 | |
2005-09-28 | Add Xservers.fs. | Kristian Høgsberg | 1 | -0/+4 | |
2005-08-17 | Fix EXTRA_DIST to point to a real variable. Bump to 0.99.1. | Adam Jackson | 1 | -0/+5 | |
2005-07-08 | Add build system for xdm | Søren Sandmann Pedersen | 1 | -0/+0 | |