[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xdm: Changes to 'refs/tags/xdm-1_1.1.9-1'



Tag 'xdm-1_1.1.9-1' created by Brice Goglin <bgoglin@debian.org> at 2010-03-14 10:54 +0000

Tagging upload of xdm 1:1.1.9-1 to unstable.

Changes since xdm-1_1.1.8-6:
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()

Brice Goglin (6):
      Merge tag 'xdm-1.1.9' into debian-unstable
      New upstream release
      Try to refresh patches, not ready yet
      Add Xreset hook
      Bump Standards-Version to 3.8.4
      Prepare changelog for upload

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 (26):
      Add support for syslog on more than openbsd.
      Call InitErrorLog() right after BecomeDaemon()
      Add upstream commit references to patches
      Xreset, Xstartup: don't add /usr/bin/X11 to PATH.
      make sure we remove the display manager configuration file on purge
      xdm.prerm uses ps, add Depends on procps.
      xsfbs.sh: remove unused check_symlinks_and_{bomb,warn}
      xsfbs.sh: remove unused analyze_path
      xsfbs.sh: remove unused maplink function
      xsfbs.sh: remove unused find_culprits function
      xsfbs.sh: remove unused reject_whitespace function
      xsfbs.mk: no need for shlibs.local
      xsfbs.sh: fix typo and remove svn keyword
      xsfbs.mk: kill obsolete DEFAULT_DCRESOLUTIONS and SOURCE_DIR usage
      xsfbs.mk: remove more obsolete code
      Some progress towards updating the patch stack
      Update patches 20_xdm_log_timestamp.diff and 21_xdm_log_append.diff.
      Drop 01_xdm_include_fcntl.diff, not necessary.
      15_xdm_openfiles.diff: only keep the race condition fix.
      log_sourcing_better.diff: resurrect patch header
      Minor formatting change to storepid_rewrite.diff header
      Document patches applied upstream
      Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason.  Thanks, Colin Watson!
      Remove myself from Uploaders
      Merge branch 'debian-unstable' of git://git.debian.org/pkg-xorg/xsfbs into debian-unstable
      Get rid of obsolete svn $Id$ keywords in the packaging.

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 +++++++++++-
 ChangeLog                                     |  373 +++++++++++++++++++++++++
 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                                  |   81 ++++-
 cpprules.in                                   |    9 
 daemon.c                                      |    9 
 debian/changelog                              |   36 ++
 debian/control                                |    6 
 debian/local/Xreset                           |    7 
 debian/local/Xsetup                           |    2 
 debian/local/Xstartup                         |    4 
 debian/local/xdm.options                      |    2 
 debian/local/xdm.options.5                    |    2 
 debian/patches/00_warning_fixes.diff          |   85 -----
 debian/patches/01_xdm_include_fcntl.diff      |   22 -
 debian/patches/02_xdm_zombie_no_error.diff    |   10 
 debian/patches/03_spelling.diff               |   16 -
 debian/patches/04_xdm_init_log_earlier.diff   |   36 --
 debian/patches/06_hurd_utsname.diff           |   14 
 debian/patches/07_xdm_more_debug.diff         |   54 ---
 debian/patches/08_xdm_execute_more_debug.diff |   44 ---
 debian/patches/09_xdm_syserrormsg.diff        |   49 ---
 debian/patches/10_xdm_better_logging.diff     |  184 ------------
 debian/patches/11_xdm_strerror.diff           |   54 ---
 debian/patches/12_remove_pidfile.diff         |   49 ---
 debian/patches/15_xdm_openfiles.diff          |   23 -
 debian/patches/20_xdm_log_timestamp.diff      |  147 ++--------
 debian/patches/21_xdm_log_append.diff         |   63 +---
 debian/patches/debian.diff                    |   80 -----
 debian/patches/log_sourcing_better.diff       |   34 +-
 debian/patches/openlog.diff                   |   48 ---
 debian/patches/selinux_support.diff           |   25 +
 debian/patches/series                         |   30 --
 debian/patches/storepid_rewrite.diff          |   41 +-
 debian/patches/support_logfile_rotation.diff  |   43 +-
 debian/po/ca.po                               |    1 
 debian/po/cs.po                               |    1 
 debian/po/da.po                               |    1 
 debian/po/de.po                               |    1 
 debian/po/el.po                               |    1 
 debian/po/eu.po                               |    1 
 debian/po/fr.po                               |    1 
 debian/po/gl.po                               |    1 
 debian/po/it.po                               |    1 
 debian/po/ja.po                               |    1 
 debian/po/nl.po                               |    1 
 debian/po/pl.po                               |    1 
 debian/po/pothead.in                          |    1 
 debian/po/pt.po                               |    1 
 debian/po/pt_BR.po                            |    1 
 debian/po/ro.po                               |    1 
 debian/po/ru.po                               |    1 
 debian/po/sk.po                               |    1 
 debian/po/sv.po                               |    1 
 debian/po/tr.po                               |    1 
 debian/po/vi.po                               |    1 
 debian/rules                                  |    4 
 debian/xdm.README.Debian                      |    2 
 debian/xdm.config.in                          |    2 
 debian/xdm.init                               |    2 
 debian/xdm.logrotate                          |    2 
 debian/xdm.pam                                |    2 
 debian/xdm.postinst.in                        |    2 
 debian/xdm.postrm.in                          |   10 
 debian/xdm.preinst.in                         |    2 
 debian/xdm.prerm.in                           |    2 
 debian/xsfbs/xsfbs.mk                         |   21 -
 debian/xsfbs/xsfbs.sh                         |  233 ----------------
 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 -----
 124 files changed, 2644 insertions(+), 3289 deletions(-)
---


Reply to: