Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-21 | xdm 1.1.8xdm-1.1.8 | Adam Jackson | 1 | -1/+1 | |
2008-05-18 | $(builddir) is the current directory | Julien Cristau | 1 | -1/+1 | |
Apparently automake doesn't always export the builddir variable. This fixes the previous commit. | |||||
2008-05-06 | Bug 10145: xdm passes file descriptors to children | Samuel Thibault | 1 | -0/+4 | |
X.Org Bugzilla #10145 <https://bugs.freedesktop.org/show_bug.cgi?id=10145> Patch #14644 <https://bugs.freedesktop.org/attachment.cgi?id=14644> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2008-04-20 | Fix build with builddir != srcdir | Julien Cristau | 1 | -0/+1 | |
2008-03-27 | Build fix for case-insensitive file systems | Jeremy Huddleston | 2 | -1/+1 | |
2008-03-27 | Added include of pwd.h so we build correctly on OS-X - see xorg mailing list | Jeremy Huddleston | 1 | -1/+1 | |
2008-03-23 | Fix installation of app-defaults | Julien Cristau | 2 | -2/+9 | |
Add a configure option for appdefaultdir, and use it for make distcheck, because it wants everything under $prefix. By default, still use `pkg-config --variable=appdefaultdir xt'. | |||||
2008-03-08 | README: nuke RCS Id | Matthieu Herrb | 1 | -1/+0 | |
2008-03-07 | xdm 1.1.7xdm-1.1.7 | Adam Jackson | 1 | -2/+1 | |
2008-03-07 | Fix distcheck. | Adam Jackson | 1 | -1/+1 | |
2007-12-20 | Darwin doesn't need __DARWIN__ anymore. | Jeremy Huddleston | 1 | -1/+1 | |
2007-09-21 | Debian bug #440389: 800x600 settings got lost, screen now too wide | Alan Coopersmith | 1 | -0/+9 | |
Debian bug #440389 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440389> When deleting the XPM #ifdefs, a set of #if WIDTH < 800 resources got accidentally deleted as well. (Cause & fix found by Brice Goglin) | |||||
2007-08-27 | Restore #endif accidentally removed in d0d4581be22aba9021c5a672bd9e5ba719961e29 | Alan Coopersmith | 1 | -0/+1 | |
2007-08-16 | Version bump: 1.1.6xdm-1.1.6 | Alan Coopersmith | 1 | -1/+1 | |
2007-08-15 | Debian Bug #376391: xdm manpage refers to non-existent section 'Typical Usage' | Luca Capello | 1 | -1/+0 | |
2007-08-15 | Debian Bug #437961: loading Xresources fails because bindir/xrdb does not exist | Brice Goglin | 1 | -2/+2 | |
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=437961> | |||||
2007-08-10 | Version bump: 1.1.5xdm-1.1.5 | Alan Coopersmith | 1 | -1/+1 | |
2007-07-25 | Update AC_DEFINE_DIR to autoconf-2.60-compatible version | Alan Coopersmith | 1 | -2/+35 | |
2007-07-25 | Add AM_PROG_CC_C_O to clear automake-1.10 warning | Alan Coopersmith | 1 | -0/+1 | |
Makefile.am:149: compiling `chooser.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' | |||||
2007-07-25 | Bug #10530: xdm's path to xrdb could be configurable at compile time | Alan Coopersmith | 1 | -2/+8 | |
Add --with-xrdb=path & --with-default-session=command configure options X.Org Bug #10530: <https://bugs.freedesktop.org/show_bug.cgi?id=10530> | |||||
2007-06-15 | Set default cursor for entire root window, not just greeter | Alan Coopersmith | 1 | -1/+1 | |
2007-06-15 | Make #ifdef XPM only control whether XPM pixmap logo is shown | Alan Coopersmith | 5 | -90/+49 | |
Make 3D look-and-feel independent of XPM | |||||
2007-06-15 | Set Xcursor theme to whiteglass in default login screen resources | Alan Coopersmith | 1 | -0/+3 | |
2007-06-15 | X.Org Bug #10992: xlogin crashes if window size is too small | Alan Coopersmith | 1 | -2/+2 | |
X.Org Bugzilla #10992 <https://bugs.freedesktop.org/show_bug.cgi?id=10992> | |||||
2007-06-15 | Add --enable-xdm-auth/--disable-xdm-auth to configure options | Alan Coopersmith | 1 | -4/+13 | |
2007-06-11 | X.Org Bug 10632 / Debian Bug 256299: race condition in policy.c:Willing() | Chip Coldwell | 1 | -1/+2 | |
X.Org Bugzilla #10632 <https://bugs.freedesktop.org/show_bug.cgi?id=10632> Reported upstream from Debian Bug #256299 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=256299> | |||||
2007-05-31 | Document more of the greeter resources in xdm man page | Alan Coopersmith | 1 | -3/+36 | |
2007-05-29 | Bug #11096: xdm(1) manpage should document Xft-related properties | Alan Coopersmith | 1 | -16/+56 | |
X.Org Bugzilla #11096 <https://bugs.freedesktop.org/show_bug.cgi?id=11096> Added descriptions of the Xft *face resources and changed the core fonts *font resource descriptions to match. Also cleaned up various other descriptions to make it easier for users customizing the look of the login screen. | |||||
2007-05-24 | Bug #11020: xdm doesn't set SSH_AUTH_SOCK even though using with pam_ssh | Alan Coopersmith | 1 | -0/+4 | |
Wasn't calling pam_setcred()/pam_getenvlist() if setusercontext() was present X.Org Bugzilla #11020: <https://bugs.freedesktop.org/show_bug.cgi?id=11020> | |||||
2007-02-06 | Version bump: 1.1.4xdm-1.1.4 | Alan Coopersmith | 1 | -1/+1 | |
2007-02-06 | Rearrange checks for maximum username & password length | Alan Coopersmith | 1 | -11/+20 | |
Give preference to standard definitions, use less hardcoded knowledge about which platforms provide other definitions. | |||||
2007-02-02 | Reset username prompt to default string at start of PAM loop | Alan Coopersmith | 1 | -0/+1 | |
Fixes bug reported by Stefan Dirsch in http://lists.freedesktop.org/archives/xorg/2007-February/021510.html | |||||
2007-02-02 | Make sure windowPath is properly initialized & freed | Alan Coopersmith | 1 | -1/+5 | |
2007-02-01 | Bug 8014: xdm should set the WINDOWPATH environment variable | Samuel Thibault | 5 | -10/+93 | |
X.Org Bug #8014: <https://bugs.freedesktop.org/show_bug.cgi?id=8014> Patch #6702: <https://bugs.freedesktop.org/attachment.cgi?id=6702> | |||||
2007-02-01 | Bug #8561: xdm painfully slow at cursor redraws | Alan Coopersmith | 1 | -2/+5 | |
<https://bugs.freedesktop.org/show_bug.cgi?id=8561> Made code that waited for cursor redraws to appear onscreen conditional on FORCE_CURSOR_FLASH #define, which is off by default. | |||||
2007-01-02 | Add ChangeLog to MAINTAINERCLEANFILES | Alan Coopersmith | 1 | -0/+1 | |
2006-12-21 | config: quote cpp arguments (bug #9414) | Daniel Stone | 1 | -5/+6 | |
Quote all arguments given to cpp. | |||||
2006-12-16 | xdm 1.1.3xdm-1.1.3 | Daniel Stone | 1 | -1/+1 | |
2006-12-06 | Makefile.am: make ChangeLog hook safer | Daniel Stone | 1 | -1/+1 | |
Make ChangeLog hook as safe as possible. | |||||
2006-11-30 | bump to 1.1.2xdm-1.1.2 | Daniel Stone | 1 | -1/+1 | |
2006-11-20 | Bug 7317: xfs doesn't build on some GLIBC based systems: _XOPEN_SOURCE undefined | J.P. Larocque | 1 | -1/+1 | |
Bug 7317: <https://bugs.freedesktop.org/show_bug.cgi?id=7317> | |||||
2006-11-13 | Bump version number to 1.1.1xdm-1.1.1 | Alan Coopersmith | 1 | -1/+1 | |
2006-11-13 | Bug 8995: Copying address into in6_addr instead of in6_addr.sin6_addr in ↵ | Vickenty Fesunov | 1 | -1/+1 | |
forward_respond() Bugzilla #8995 <https://bugs.freedesktop.org/show_bug.cgi?id=8995> Patch #7759 <https://bugs.freedesktop.org/attachment.cgi?id=7759> | |||||
2006-11-06 | Fill in paths at build time in Xreset & Xstartup | Alan Coopersmith | 5 | -15/+15 | |
Stop hardcoding /usr/X11R6/bin/sessreg and instead fill in paths like other config files from directories passed via configure. | |||||
2006-10-18 | Set PAM_TTY for local displays | Darrel Goeddel | 1 | -1/+2 | |
2006-10-03 | Bump version number to 1.1.0xdm-1.1.0 | Alan Coopersmith | 1 | -1/+1 | |
2006-10-03 | Replace static ChangeLog with dist-hook to generate from git log | Alan Coopersmith | 1 | -1/+9 | |
2006-10-03 | Replace static ChangeLog with dist-hook to generate from git log | Alan Coopersmith | 1 | -392/+0 | |
2006-08-14 | Draw text with Xft in greeter window | Alan Coopersmith | 5 | -92/+427 | |
(Includes portions copied from Keith Packard's Xft conversion of xclock) | |||||
2006-08-14 | SetPrompt takes LOGIN_* not PAM_* constants for type argument | Alan Coopersmith | 1 | -1/+1 | |