summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-10Version bump: 1.1.5xdm-1.1.5Alan Coopersmith1-1/+1
2007-07-25Update AC_DEFINE_DIR to autoconf-2.60-compatible versionAlan Coopersmith1-2/+35
2007-07-25Add AM_PROG_CC_C_O to clear automake-1.10 warningAlan Coopersmith1-0/+1
2007-07-25Bug #10530: xdm's path to xrdb could be configurable at compile timeAlan Coopersmith1-2/+8
2007-06-15Set default cursor for entire root window, not just greeterAlan Coopersmith1-1/+1
2007-06-15Make #ifdef XPM only control whether XPM pixmap logo is shownAlan Coopersmith5-90/+49
2007-06-15Set Xcursor theme to whiteglass in default login screen resourcesAlan Coopersmith1-0/+3
2007-06-15X.Org Bug #10992: xlogin crashes if window size is too smallAlan Coopersmith1-2/+2
2007-06-15Add --enable-xdm-auth/--disable-xdm-auth to configure optionsAlan Coopersmith1-4/+13
2007-06-11X.Org Bug 10632 / Debian Bug 256299: race condition in policy.c:Willing()Chip Coldwell1-1/+2
2007-05-31Document more of the greeter resources in xdm man pageAlan Coopersmith1-3/+36
2007-05-29Bug #11096: xdm(1) manpage should document Xft-related propertiesAlan Coopersmith1-16/+56
2007-05-24Bug #11020: xdm doesn't set SSH_AUTH_SOCK even though using with pam_sshAlan Coopersmith1-0/+4
2007-02-06Version bump: 1.1.4xdm-1.1.4Alan Coopersmith1-1/+1
2007-02-06Rearrange checks for maximum username & password lengthAlan Coopersmith1-11/+20
2007-02-02Reset username prompt to default string at start of PAM loopAlan Coopersmith1-0/+1
2007-02-02Make sure windowPath is properly initialized & freedAlan Coopersmith1-1/+5
2007-02-01Bug 8014: xdm should set the WINDOWPATH environment variableSamuel Thibault5-10/+93
2007-02-01Bug #8561: xdm painfully slow at cursor redrawsAlan Coopersmith1-2/+5
2007-01-02Add ChangeLog to MAINTAINERCLEANFILESAlan Coopersmith1-0/+1
2006-12-21config: quote cpp arguments (bug #9414)Daniel Stone1-5/+6
2006-12-16xdm 1.1.3xdm-1.1.3Daniel Stone1-1/+1
2006-12-06Makefile.am: make ChangeLog hook saferDaniel Stone1-1/+1
2006-11-30bump to 1.1.2xdm-1.1.2Daniel Stone1-1/+1
2006-11-20Bug 7317: xfs doesn't build on some GLIBC based systems: _XOPEN_SOURCE undefinedJ.P. Larocque1-1/+1
2006-11-13Bump version number to 1.1.1xdm-1.1.1Alan Coopersmith1-1/+1
2006-11-13Bug 8995: Copying address into in6_addr instead of in6_addr.sin6_addr in forw...Vickenty Fesunov1-1/+1
2006-11-06Fill in paths at build time in Xreset & XstartupAlan Coopersmith5-15/+15
2006-10-18Set PAM_TTY for local displaysDarrel Goeddel1-1/+2
2006-10-03Bump version number to 1.1.0xdm-1.1.0Alan Coopersmith1-1/+1
2006-10-03Replace static ChangeLog with dist-hook to generate from git logAlan Coopersmith1-1/+9
2006-10-03Replace static ChangeLog with dist-hook to generate from git logAlan Coopersmith1-392/+0
2006-08-14Draw text with Xft in greeter windowAlan Coopersmith5-92/+427
2006-08-14SetPrompt takes LOGIN_* not PAM_* constants for type argumentAlan Coopersmith1-1/+1
2006-08-14Include display number in Xserver argumentsAlan Coopersmith1-1/+1
2006-08-11Sun bug 6459557: remote logins to xdm fail since recent PAM fixesAlan Coopersmith1-1/+1
2006-07-14Delete unused Panic() functionAlan Coopersmith2-12/+0
2006-07-14Use pid_t instead of int when working with fork/wait/etc. (clear more lint wa...Alan Coopersmith6-24/+24
2006-07-14Store return values from umask in mode_t instead of int (clear lint warnings)Alan Coopersmith2-3/+4
2006-07-14Fix many sparse warnings of: Using plain integer as NULL pointerAlan Coopersmith17-83/+82
2006-07-14Add XORG_WITH_LINT & lint targets for checking code with lint/sparse/etc.Alan Coopersmith3-0/+21
2006-07-14Add *~ to .gitignore to skip emacs droppingsAlan Coopersmith3-0/+3
2006-07-14renamed: .cvsignore -> .gitignoreAlan Coopersmith3-0/+0
2006-06-27Bugzilla #7317 <https://bugs.freedesktop.org/show_bug.cgi?id=7317> xdmAlan Coopersmith2-2/+8
2006-06-27Bugzilla #7318 <https://bugs.freedesktop.org/show_bug.cgi?id=7318> PatchAlan Coopersmith3-11/+31
2006-06-26Bugzilla #7332 <https://bugs.freedesktop.org/show_bug.cgi?id=7332> PatchAlan Coopersmith4-21/+75
2006-06-20Check setuid() return value. Bugzilla #7116.Matthieu Herrb3-4/+19
2006-06-20Initialize manufacturerDisplayID.length to 0 too.Alan Coopersmith2-1/+7
2006-06-03Mark GreetUser (called from xdm) as _X_EXPORT. Make all other non-staticAlan Coopersmith4-5/+24
2006-06-03Replace old Imake-based SIGNALRETURNSINT with AC_TYPE_SIGNALAlan Coopersmith4-11/+18