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

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



Tag 'xdm-1_1.1.4-1' created by Julien Cristau <jcristau@debian.org> at 2007-02-06 23:30 +0100

Tagging upload of xdm 1:1.1.4-1 to experimental.

Changes since the dawn of time:
Adam Jackson:
      Bug #2959: Make sure displays other than :0 get entries in utmp when
      General fix: need to pull in more xtrans macros to get UNIXCONN etc defined
      Fix EXTRA_DIST to point to a real variable. Bump to 0.99.1.
      Stub COPYING files

Alan Coopersmith:
      xc/programs/xdm/greeter/verify.c Fix typo in Solaris console restriction
      Check to see if array->data is NULL before we dereference it, instead of
      Bugzilla #2165 <https://bugs.freedesktop.org/show_bug.cgi?id=2165> Patches
      Bugzilla #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch
      Makefile.am:
      Set HAS_VFORK if autoconf has set HAVE_WORKING_VFORK.
      Install chooser in $(libdir)/xdm, not $(bindir)
      Install xdm config files & man page Convert many more Imakefile checks into
      Convert cpp substitutions from __projectroot__/... to XDMDIR and BINDIR so
      Fix quoting on BINDIR definition for xdmshell
      Define USESHADOW if getspnam() is available Define USE_XINERAMA if
      Add #ifdef HAVE_CONFIG_H/#include "config.h" since "dm.h" is included too
      Fixes for config files built via cpp
      Add comment to configure.ac explaining error: possibly undefined macro:
      Add Chooser app-defaults file to app/xdm
      Bug #3891 <https://bugs.freedesktop.org/show_bug.cgi?id=3891> xdm build
      Put files in $(prefix)/lib/X11/xdm to match monolith install locations
      Set XDMPIDDIR in when subsituting variables in man pages
      Change default install dir for app-default files from
      Change XCOMM to \&# to allow both cpp & sed to translate correctly.
      We forgot to build the Xdm greeter library. Add it to build and cleanup
      Allow overriding directories for xdm scripts/modules & configuration files
      Use XDMCONFIGDIR for location of configuration files so they can be
      Add -DGREET_LIB to GREETER_CFLAGS on Solaris & SVR4 (was in #if SVR4 in
      Fix #ifdef statement syntax to clear compiler warning.
      Add AC_DEFINE_DIR calls for the path #defines previously set in RES_DEFINES
      Changes to match bug #3180 checkin to monolith:
      Install xdm man page using APP_MAN_SUFFIX instead of forcing .1
      Add --enable-dynamic-greeter flag to allow choosing whether greeter should
      Add dependency on xau.
      Fix file paths in man pages.
      Set HAS_ARC4_RANDOM if arc4random() function is found Set RANDOMMANDEFS to
      Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
      Bugzilla #5055 <https://bugs.freedesktop.org/show_bug.cgi?id=5055> Add
      Bugzilla #5055 <https://bugs.freedesktop.org/show_bug.cgi?id=5055> Add
      Bug #1391 <https://bugs.freedesktop.org/show_bug.cgi?id=1391> Patch #4739
      Bug #6026 <https://bugs.freedesktop.org/show_bug.cgi?id=6026> Segfault in
      Bug #6036 <https://bugs.freedesktop.org/show_bug.cgi?id=6036> Check for
      Coverity ids #7689, 7690, 7691: When malloc fails, don't just print an
      Coverity ids #722, 723, 724, 725, 726, 727, 728: Need to XtFree the values
      Convert checks for <grp.h>, daemon(), and setpgrp arguments to autoconf
      Bug #5898 <https://bugs.freedesktop.org/show_bug.cgi?id=5898> Use mktemp
      Version bump: 1.0.2
      Drop all setpgrp/setpgid silliness and just use setsid everywhere. (Assumes
      Version bump: 1.0.3
      Xorg bug #4765 <https://bugs.freedesktop.org/show_bug.cgi?id=4765> Patch
      ChangeLog for last commit
      When clearing username & password buffers, zero out the entire buffer, not
      Add AC_C_INLINE so we can use "inline" keyword
      <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6413255> Sun
      Version bump: 1.0.4
      Bump version to 1.0.99 for 1.1 branch.
      Drop pre-waitpid() support since all POSIX.1-1990 systems have waitpid.
      Convert PAM code to use full PAM conversation. Modify greeter to allow PAM
      Make initial pass at an AUTHORS list.
      Replace old Imake-based SIGNALRETURNSINT with AC_TYPE_SIGNAL
      Mark GreetUser (called from xdm) as _X_EXPORT. Make all other non-static
      Initialize manufacturerDisplayID.length to 0 too.
      Bugzilla #7332 <https://bugs.freedesktop.org/show_bug.cgi?id=7332> Patch
      Bugzilla #7318 <https://bugs.freedesktop.org/show_bug.cgi?id=7318> Patch
      Bugzilla #7317 <https://bugs.freedesktop.org/show_bug.cgi?id=7317> xdm
      renamed: .cvsignore -> .gitignore
      Add *~ to .gitignore to skip emacs droppings
      Add XORG_WITH_LINT & lint targets for checking code with lint/sparse/etc.
      Fix many sparse warnings of: Using plain integer as NULL pointer
      Store return values from umask in mode_t instead of int (clear lint warnings)
      Use pid_t instead of int when working with fork/wait/etc. (clear more lint warnings)
      Delete unused Panic() function
      Sun bug 6459557: remote logins to xdm fail since recent PAM fixes
      Include display number in Xserver arguments
      SetPrompt takes LOGIN_* not PAM_* constants for type argument
      Draw text with Xft in greeter window
      Replace static ChangeLog with dist-hook to generate from git log
      Replace static ChangeLog with dist-hook to generate from git log
      Bump version number to 1.1.0
      Fill in paths at build time in Xreset & Xstartup
      Bump version number to 1.1.1
      Add ChangeLog to MAINTAINERCLEANFILES
      Bug #8561: xdm painfully slow at cursor redraws
      Make sure windowPath is properly initialized & freed
      Reset username prompt to default string at start of PAM loop
      Rearrange checks for maximum username & password length
      Version bump: 1.1.4

Daniel Stone:
      Add build system for sessreg, broken out from xdm.
      Actually generate Xservers.ws from .cpp, and make build objdir != srcdir
      Actually generate Xservers.ws from .cpp, and make build objdir != srcdir
      Add -I$(top_srcdir) to pick up dm{,_error}.h and greet.h.
      bump to 1.1.2
      Makefile.am: make ChangeLog hook safer
      xdm 1.1.3
      config: quote cpp arguments (bug #9414)

Darrel Goeddel:
      Set PAM_TTY for local displays

David Nusinow:
      Move apps to proper location
      Add xdm packaging, wholly done by Eugene Konev
      Pull in xsfbs from the central location
      This is Eugene's work. Credit him for it.
      Use the right xdm manpage suffix
      autoreconf to account for patches to configure.ac
      Fix suffix on xdm manpage again now that it installs correctly
      autoreconf with up to date X.Org macros
      autoreconf again. This time with feeling
      Fix the xdm manpage suffix again
      * Fix PATH in xdm-config. Thanks Nicolas Bonifas. (closes: #353974)
      * Port patches from trunk
      * Use epoch'ed versions of build-depends for xlibs. Thanks Kurt Roeckx.
      Prepare changelogs for upload to unstable
      Let's ship this with the first upload.
      * Patch on build. Thanks Martin Stolle and Eugene Konev. (closes: #362149)
      Run autoreconf with the patches applied
      * I'll just add this to the pile of brown paper bags on my head. Actually
      * Swap the dependency on xmessage | xbase-clients to xbase-clients |
      * Add build-depends on quilt. Thanks Peter Jordan. (closes: #362149)
      Rename xdm dir to use svn best practices
      Update to upstream version 1.0.4
      * Version x11-common dependency. Thanks Olivier Ponsini, Ian Bruce,
      Update patches and autoreconf to deal with our custom stuff
      Prepare changelog for release
      * Pre-depend on x11-common. Thanks Eugene Konev.
      * Update standards version to 3.7.2.0
      * Bump debhelper compat to version 5
      Merge xdm 1.0.5 in to working branch
      * New upstream release. Fixes security bug on linux-2.6 kernels.
      Autoreconf for the win
      Credit Eugene since this is all his work

Denis Barbier:
      Resurrect debconf usage
      Let PAM read locale variables from /etc/default/locale.

Donnie Berkholz:
      Add another set of brackets around DEFAULTVT's empty default setting so it

Egbert Eich:
      Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
      Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
      readding XFree86's cvs IDs
      Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
      Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
      Merging XORG-CURRENT into trunk
      Muffle compiler warnings.

Eric Anholt:
      XFree86 bugzilla #1376: xdm opens random tcp sockets
      Add/improve .cvsignore files for apps.
      Bug #5113: The insertion of -lutil into XDM_LIBS ended up having no effect
      Another pass at .cvsignores for apps.

J.P. Larocque:
      Bug 7317: xfs doesn't build on some GLIBC based systems: _XOPEN_SOURCE undefined

Jeremy C. Reed:
      Bug #5897 <https://bugs.freedesktop.org/show_bug.cgi?id=5897>
      DragonFly is a BSD, so is CSRG_BASED and use su with -m option.

Julien Cristau:
      * New upstream release.
      * Add LSB dependency information to xdm's init script, using patch from
      * New xdm branch for etch.
      Use the FIRSTINST variable from xsfbs.mk to test for initial installation.
      * Add myself to Uploaders, and remove Fabio and Branden with their
      Merge tag 'xdm-1.1.1' into debian-unstable
      Merge tag 'xdm-1.1.4' into debian-unstable
      Add copy of xsfbs.
      Refresh patches for xdm 1.1.4.
      Autoreconf for new upstream release, and update upstream ChangeLog.
      Merge branch 'debian-etch' into debian-unstable
      Prepare for upload to experimental

Kaleb Keithley:
      R6.6 is the Xorg base-line
      Initial revision
      XFree86 4.3.0.1
      Initial revision
      XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
      XFree86 4.3.99.901 (RC 1)
      XFree86 4.3.99.902 (RC 2)

Kean Johnson:
      file Xsession.cpp was initially added on branch sco_port_update.
      See ChangeLog entry 2005-11-07 for details.

Keith Packard:
      file xorg.xpm was initially added on branch XORG-RELEASE-1-TM.
      file xorg-bw.xpm was initially added on branch XORG-RELEASE-1-TM.

Kevin E Martin:
      Add -D_XOPEN_SOURCE for Linux
      Various changes preparing packages for RC0:
      Use CLEANFILES for all generated files
      Update package version number for RC1 release.
      Update pkgcheck depedencies to work with separate build roots.
      Update package version number for X11R7 RC2 release.
      Update pkgconfig files to separate library build-time dependencies from
      Update package version number for X11R7 RC3 release.
      Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
      Change to use the app-defaults default dir configured in libXt.
      Update package version number for final X11R7 release candidate.
      Update package version for X11R7 release.

Kristian Høgsberg:
      Add Xservers.fs.

Matthias Hopf:
      openSUSE bug #142954 Fixed potential segfault on OOM condition.

Matthieu Herrb:
      Fix log file location in manual page.
      programs/xdm/greeter/verify.c Make BSDAUTH able to use non-default login
      update shared lib revisions on OpenBSD (Bug #1828).
      Remove unused define.
      Check setuid() return value. Bugzilla #7116.

Samuel Thibault:
      Bug 8014: xdm should set the WINDOWPATH environment variable

Søren Sandmann Pedersen:
      Add build system for xdm
      Add XPROTO_CFLAGS to XDM_CFLAGS and CHOOSER_CFLAGS, also add _BSD_SOURCE to

Thierry Reding:
      Add watch files.

Vickenty Fesunov:
      Bug 8995: Copying address into in6_addr instead of in6_addr.sin6_addr in forward_respond()



Reply to: