Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-17 | Use _SysErrorMsg() in the log message in various error conditions. | Branden Robinson | 3 | -31/+50 | |
Change LogError() invocations to use _SysErrorMsg() where errno might be set (and not clobbered by intermediate calls). Also make LogError() the first thing we do after an error condition in those cases. Forward-ported by David Nusinow, Eugene Konev and Julien Cristau. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-07-17 | Use xdm's _SysErrorMsg() function instead of merely printing errno | Branden Robinson | 2 | -4/+5 | |
2009-07-17 | session.c: Add more debugging to execute() | Branden Robinson | 1 | -1/+6 | |
[jcristau@debian.org: save errno before calling Debug() in one place] | |||||
2009-07-17 | Add some more log and debug messages | Branden Robinson | 1 | -0/+6 | |
Add log messages for xdm startup, shutdown, and normal exit. Add a debugging message when xdm enters its main loop. | |||||
2009-07-17 | Call InitErrorLog() right after BecomeDaemon() | Julien Cristau | 1 | -2/+2 | |
The latter points stderr to /dev/null, so the sooner we open the log after that, the better. | |||||
2009-07-17 | spelling fix | Branden Robinson | 1 | -1/+1 | |
2009-07-17 | Clarify comment/#ifdefs for USE_SIOCGLIFCONF | Alan Coopersmith | 1 | -8/+1 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-07-17 | Remove #ifdef Lynx blocks | Alan Coopersmith | 7 | -38/+7 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-07-17 | Use imdent to show cpp macro nesting more clearly | Alan Coopersmith | 36 | -1366/+1366 | |
Also strip trailing whitespace to make git happier. While many lines are changes, "git diff -w" shows no changes other than pure whitespace. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-07-17 | Delete old A/UX (#ifdef macII) code | Alan Coopersmith | 1 | -64/+2 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-07-17 | malloc(strlen()); strcpy() -> strdup() | Alan Coopersmith | 5 | -28/+17 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-07-17 | Documentation improvements | Alan Coopersmith | 4 | -38/+65 | |
- Remove references to setting build-time defaults via Imake configuration - Show actual default $PATH & authDir settings in man page - Whitespace & minor formatting fixes in man page - Update man page info on multicast addresses from RFC 2373 to RFC 4291 - Add notes on mailing list, git repo, and patches to README Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-07-17 | Add variable DisplayManager.authDir to xdm-config (Fedora bug 388431) | Matěj Cepl | 3 | -1/+9 | |
Fedora patch xdm-1.1.6-authDir-var-bug388431.patch Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-07-17 | sprintf -> snprintf/asprintf conversions | Alan Coopersmith | 12 | -50/+98 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-07-17 | Remove OS/2's duplicate copy of default path definitions in resource.c | Alan Coopersmith | 1 | -58/+0 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-07-17 | Replace FORCE_CURSOR_FLASH code with simpler cursor update for passwd field | Alan Coopersmith | 1 | -35/+3 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-07-17 | Move xdmcp ARRAY initializators to declarations | Alan Coopersmith | 3 | -55/+26 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-07-16 | Remove RCS Ids | Alan Coopersmith | 52 | -121/+0 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-05-19 | Update AC_DEFINE_DIR to latest version from Autoconf Archive | Alan Coopersmith | 1 | -17/+15 | |
2009-01-30 | getLocalAddress(): return 127.0.0.1 if the hostname doesn't resolve. | Matthieu Herrb | 1 | -2/+11 | |
This code already does this if IPv6 support is compiled in. It was dereferencing a NULL pointer in the IPv4 only case. | |||||
2009-01-30 | Remove RCS Id and put some comment here. | Matthieu Herrb | 1 | -1/+1 | |
2009-01-20 | Ansification and compile warning fixes. | Paulo Cesar Pereira de Andrade | 10 | -16/+33 | |
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and most gcc 4.3 and sparse warnings. Remaining warning is due to passing read or write as function pointers in the format ssize_t (*)(int, void *, size_t), as it is const for write, but not for read. | |||||
2008-09-09 | Add support for syslog on more than openbsd. | Julien Cristau | 2 | -8/+13 | |
Also use LOG_AUTHPRIV by default, if that exists. | |||||
2008-08-20 | xaw8 is gone, use xaw7 | James Cloos | 1 | -1/+1 | |
2008-08-04 | Bug 16356: xdm Xstartup/Xreset configuration files malconstructed by cpp | David Sainty | 2 | -2/+2 | |
X.Org Bug #16356 <https://bugs.freedesktop.org/show_bug.cgi?id=16356> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
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 | |