xdm: Changes to 'refs/tags/xdm-1.1.9'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Sep 18 16:05:44 PDT 2009


Tag 'xdm-1.1.9' created by Alan Coopersmith <alan.coopersmith at sun.com> at 2009-09-18 23:32 -0700

xdm 1.1.9

Changes since xdm-1.1.8:
Alan Coopersmith (25):
      Update AC_DEFINE_DIR to latest version from Autoconf Archive
      Remove RCS Ids
      Move xdmcp ARRAY initializators to declarations
      Replace FORCE_CURSOR_FLASH code with simpler cursor update for passwd field
      Remove OS/2's duplicate copy of default path definitions in resource.c
      sprintf -> snprintf/asprintf conversions
      Documentation improvements
      malloc(strlen()); strcpy() -> strdup()
      Delete old A/UX (#ifdef macII) code
      Use imdent to show cpp macro nesting more clearly
      Remove #ifdef Lynx blocks
      Clarify comment/#ifdefs for USE_SIOCGLIFCONF
      Do a better job of getting user name for failed login log when using PAM
      Continue processing Xaccess after unresolvable host entry found
      Truncate pid file before writing new pid to it
      Set utmp/wtmp paths via configure instead of hardcoding them
      Treat all 127.0.0.0/8 addresses as localhost
      Update to using xorg-macros 1.3, including XORG_DEFAULT_OPTIONS
      Add support for AM_SILENT_RULES for building files with cpp
      Replace -D_XOPEN_SOURCE & -D_BSD_SOURCE with AC_USE_SYSTEM_EXTENSIONS
      Unrecognized argument errors shouldn't print xdm error header repeatedly
      Refactor & constify error logging code
      Log errors when failing to make authentication dirs/files
      Fill in COPYING file
      Version bump: 1.1.9

Branden Robinson (7):
      spelling fix
      Add some more log and debug messages
      session.c: Add more debugging to execute()
      Use xdm's _SysErrorMsg() function instead of merely printing errno
      Use _SysErrorMsg() in the log message in various error conditions.
      Use xdm's _SysErrorMsg() function instead of strerror()
      Add RemovePid() function, and register it with atexit()

David Sainty (1):
      Bug 16356: xdm Xstartup/Xreset configuration files malconstructed by cpp

James Cloos (1):
      xaw8 is gone, use xaw7

Jeff Chua (1):
      xdm compile failed due to asprintf()

Julien Cristau (2):
      Add support for syslog on more than openbsd.
      Call InitErrorLog() right after BecomeDaemon()

Matthieu Herrb (2):
      Remove RCS Id and put some comment here.
      getLocalAddress(): return 127.0.0.1 if the hostname doesn't resolve.

Matěj Cepl (1):
      Add variable DisplayManager.authDir to xdm-config (Fedora bug 388431)

Paulo Cesar Pereira de Andrade (1):
      Ansification and compile warning fixes.

---
 .gitignore              |    4 
 COPYING                 |  175 +++++++++++++++++++++-
 Makefile.am             |   17 +-
 README                  |   30 +++
 access.c                |  162 ++++++++++----------
 acinclude.m4            |   32 +---
 app-defaults/Chooser.ad |    2 
 auth.c                  |  317 +++++++++++++++++++++-------------------
 choose.c                |  122 +++++++--------
 chooser.c               |  185 +++++++++++------------
 config/GiveConsole      |    1 
 config/Makefile.am      |    5 
 config/README           |    1 
 config/TakeConsole      |    1 
 config/Xaccess          |    3 
 config/Xreset.cpp       |    4 
 config/Xresources.cpp   |    2 
 config/Xservers.fs      |    1 
 config/Xservers.ws.cpp  |    1 
 config/Xsession.cpp     |    3 
 config/Xsetup_0         |    1 
 config/Xstartup.cpp     |    4 
 config/Xwilling         |    1 
 config/xdm-config.cpp   |    4 
 configure.ac            |   83 ++++++++--
 cpprules.in             |    9 +
 daemon.c                |    9 -
 dm.c                    |  154 ++++++++++---------
 dm.h                    |  247 ++++++++++++++++---------------
 dm_auth.h               |   42 ++---
 dm_error.h              |   27 +--
 dm_socket.h             |   18 --
 dpylist.c               |   16 --
 error.c                 |  120 +++++++--------
 file.c                  |   13 -
 genauth.c               |   89 +++++------
 greet.h                 |  124 +++++++--------
 greeter/Login.c         |  300 +++++++++++++++++---------------------
 greeter/Login.h         |   83 +++++-----
 greeter/LoginP.h        |   61 +++----
 greeter/Makefile.am     |    6 
 greeter/greet.c         |  129 +++++++++-------
 greeter/verify.c        |  110 ++++++--------
 krb5auth.c              |    4 
 mitauth.c               |   10 -
 netaddr.c               |  122 +++++++--------
 policy.c                |   45 ++---
 prngc.c                 |   21 +-
 protodpy.c              |   18 --
 reset.c                 |   14 -
 resource.c              |  150 +++++--------------
 rpcauth.c               |   14 -
 server.c                |   41 ++---
 session.c               |  103 ++++++-------
 socket.c                |  148 +++++++++---------
 streams.c               |   16 --
 util.c                  |   76 ++++++---
 xdm.man.cpp             |   70 ++++----
 xdmauth.c               |   21 +-
 xdmcp.c                 |  375 ++++++++++++++++++++++--------------------------
 xdmshell.c              |   81 +---------
 61 files changed, 2046 insertions(+), 2001 deletions(-)
---


More information about the xorg-commit mailing list