Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2006-08-14 | Include display number in Xserver arguments | Alan Coopersmith | 1 | -1/+1 | |
2006-08-11 | Sun bug 6459557: remote logins to xdm fail since recent PAM fixes | Alan Coopersmith | 1 | -1/+1 | |
<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6459557> When stripping :<display> off the end of the display name so that we can pass the remote hostname to PAM, make sure we modify the copy we made for PAM, not the original which is used to set $DISPLAY for the session being created. | |||||
2006-07-14 | Delete unused Panic() function | Alan Coopersmith | 2 | -12/+0 | |
2006-07-14 | Use pid_t instead of int when working with fork/wait/etc. (clear more lint ↵ | Alan Coopersmith | 6 | -24/+24 | |
warnings) | |||||
2006-07-14 | Store return values from umask in mode_t instead of int (clear lint warnings) | Alan Coopersmith | 2 | -3/+4 | |
2006-07-14 | Fix many sparse warnings of: Using plain integer as NULL pointer | Alan Coopersmith | 17 | -83/+82 | |
Also fixes Login.c:1329:5: warning: mixing declarations and code from extra ; | |||||
2006-07-14 | Add XORG_WITH_LINT & lint targets for checking code with lint/sparse/etc. | Alan Coopersmith | 3 | -0/+21 | |
2006-07-14 | Add *~ to .gitignore to skip emacs droppings | Alan Coopersmith | 3 | -0/+3 | |
2006-07-14 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | 3 | -0/+0 | |
2006-06-27 | Bugzilla #7317 <https://bugs.freedesktop.org/show_bug.cgi?id=7317> xdm | Alan Coopersmith | 2 | -2/+8 | |
needs to define _XOPEN_SOURCE to build on Hurd (J.P. Larocque) | |||||
2006-06-27 | Bugzilla #7318 <https://bugs.freedesktop.org/show_bug.cgi?id=7318> Patch | Alan Coopersmith | 3 | -11/+31 | |
#6032 <https://bugs.freedesktop.org/attachment.cgi?id=6032> xdm crashes on Hurd because of incongruity in dlfuncs (J.P. Larocque) | |||||
2006-06-26 | Bugzilla #7332 <https://bugs.freedesktop.org/show_bug.cgi?id=7332> Patch | Alan Coopersmith | 4 | -21/+75 | |
#6046 <https://bugs.freedesktop.org/attachment.cgi?id=6046> (1) Xdm compiled with IPv6 support failed to accept any chooser connections (even when only using IPv4). (2) There should be a one-to-one correspondence between successful getaddrinfo calls and freeaddrinfo calls. (Peter Breitenlohner) | |||||
2006-06-20 | Check setuid() return value. Bugzilla #7116. | Matthieu Herrb | 3 | -4/+19 | |
2006-06-20 | Initialize manufacturerDisplayID.length to 0 too. | Alan Coopersmith | 2 | -1/+7 | |
2006-06-03 | Mark GreetUser (called from xdm) as _X_EXPORT. Make all other non-static | Alan Coopersmith | 4 | -5/+24 | |
functions in libXdmGreet _X_INTERNAL. | |||||
2006-06-03 | Replace old Imake-based SIGNALRETURNSINT with AC_TYPE_SIGNAL | Alan Coopersmith | 4 | -11/+18 | |
util.c Replace old Imake #ifdefs with AC_CHECK_FUNCS([sigaction]) | |||||
2006-06-03 | Make initial pass at an AUTHORS list. | Alan Coopersmith | 2 | -0/+28 | |
2006-06-03 | Convert PAM code to use full PAM conversation. Modify greeter to allow PAM | Alan Coopersmith | 7 | -446/+1151 | |
to prompt for more than just username and password. Rely on PAM to initialize Secure RPC & Kerberos credentials when it is being used. (Based on work begun for Sun bug #6398796 "Solaris-10: Unable to login thru xdm once password is aged") | |||||
2006-06-02 | Drop pre-waitpid() support since all POSIX.1-1990 systems have waitpid. | Alan Coopersmith | 3 | -22/+10 | |
2006-06-02 | Bump version to 1.0.99 for 1.1 branch. | Alan Coopersmith | 2 | -2/+7 | |
2006-04-27 | Version bump: 1.0.4xdm-1_0_4XORG-7_1 | Alan Coopersmith | 2 | -2/+7 | |
2006-04-14 | <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6413255> Sun | Alan Coopersmith | 2 | -17/+24 | |
bug #6413255: xdm should check for uid 0, not for username of "root", when doing non-console login check | |||||
2006-04-14 | Add AC_C_INLINE so we can use "inline" keyword | Alan Coopersmith | 3 | -3/+12 | |
Add "inline" to max function definition | |||||
2006-04-12 | When clearing username & password buffers, zero out the entire buffer, not | Alan Coopersmith | 2 | -7/+14 | |
just the first byte, for reduced risk of leaking passwords into core dumps. | |||||
2006-04-12 | ChangeLog for last commit | Alan Coopersmith | 1 | -0/+8 | |