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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Mar 2 22:07:22 UTC 2019


Tag 'xdm-1.1.12' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2019-03-02 22:07 +0000

xdm-1.1.12
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCgAGBQJcev6VAAoJEM/fFIgoxkKnJL8P/ieHKS0fHWxWJ37Fkh/i+aC2
qZ87xGd6D7fB00tveyK/C5laqiLrZwUgPM1vzZXuAQzmbbgZRV+NdVKiYMDJxJLM
zA7RH0+OhxiBaXFJaTkMKJFzjTkMKAL5rebP8P3JSazmBstuLPIVxS8WPOvYSbEM
8bdZvH14WfZmASzfmMgD2EKzzj3SLWn2YNUxyOX6LZFxejxLBZhhy3yB/dkSzpcE
vWeP5w5ZIN1NOilXKLwf5HZpPV1OQgp2YR9ZqgF3WkH72YX32Cm9GfnbDFH0P2FC
Q0U6K3MZuoyg1K0YJxb7LiqYcC89VZxjrDpvhKH8m6GFFOec931gfn1aMpttSD8C
g2hktBXBuQrssZ9mfRZUBPiNvPpMoxupgEunx7dtcJIzscFNlFoVZv1rNRiHgbzF
fs+pVwJVZgmGc1DNT5T4/IWV6UHhOKIxurpPdaYpqwga28Gm1cENItmVi3txEDF3
FI8UUIL9oI2iOTrvDzile1dg7wGAliu2DX+8Cnam/9N+GKoaYR/lIxdgdpzEpU32
+2C/DnGw5ZmfjtvE3/W0GVDU9qDXWmjsWra90dw0/1AiFzgH5iSdf9fjjMbpPIJD
BRXueitIf2L3YnFrcOeQJDSeDPDqsn2oc2vuG5x7JakQxGHyF5g/GFGe8jRlnVy7
rRdrMTX3FLyQekHGHf3s
=iA4W
-----END PGP SIGNATURE-----

Changes since xdm-1.1.11:
Alan Coopersmith (27):
      Mark some chars as const to fix gcc -Wwrite-strings warnings
      Fix warnings about printing longs with int type format strings
      Add some missing malloc failure checks
      Remove unused TLI ("STREAMSCONN") code from xdm
      Remove unused DECnet ("DNETCONN") code from xdm
      Remove unused NCR/Wollongong TCP ("WINTCP") code from xdm
      Remove old Interactive Unix ("ISC") code from xdm
      Assume signal handlers return void, as C89 requires
      Stop leaking address struct on every call to getLocalAddress()
      Remove old man page note about XDM-AUTHENTICATION-1
      Avoid fd leak when fdopen() fails in openFiles()
      Show compile time options in Debug output
      Ensure fgets read at least one byte before modifying string
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Protect against unlikely NULL pointer dereference in FormatChooserArgument
      Only pass -u & -w args to sessreg if --with-{u,w}tmp-file=path specified
      Only free input or output to realloc, not both
      Mark LogPanic as noreturn per gcc's suggestion
      Get rid of an extraneous ; at the end of a C source line
      Remove non-existent cpp resource from man page
      Install xdm man pages under admin section (8), not user programs (1)
      Add missing brackets to multi-statement if in SaveServerAuthorizations
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Use sed instead of the C pre-processor to generate config files
      xdm 1.1.12

Björn Esser (1):
      glibc: Include <crypt.h> if needed, fix build with 2.28

Chí-Thanh Christopher Nguyễn (2):
      xdm uses arc4random without proper includes for Linux libbsd
      xdm uses setproctitle without proper includes for Linux libbsd

David Carlier (2):
      fix memory leak in StorePid()
      fix length format in StartClient() debug message

Egbert Eich (1):
      dm: Don't crash if argc == 0

Emil Velikov (1):
      autogen.sh: use quoted string variables

Eric S. Raymond (1):
      Don't rely on the ability to set tab stops.

Jeremy Huddleston (1):
      Require xt >= 1.0 for appdefaultdir

Jeremy Huddleston Sequoia (6):
      Look for pam in both pam/ and security/ paths
      xdm: Add missing include of <arpa/inet.h> for inet_ntop
      Add missing return type (void) for PrintProtoDisplay
      Add missing prototype for PrintSockAddr
      Silence -Wmissing-noreturn warnings
      Fixup various format warnings in PrintProtoDisplay

Jon TURNEY (1):
      Link libXdmGreet with -no-undefined libtool flag

Julien Cristau (1):
      greeter: link against -lXrender if xft is enabled

Matthieu Herrb (9):
      Fix build outside of source dir. Fixes distcheck too.
      replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang.
      Fix format string for systems where time_t is 64 bits long.
      Allow the greeter to set the input fields bg color
      Remove #if 0'd code
      Remove AIXV3, SCO, Unixware, OS/2 support
      Unifdef X_NO_SYS_UN
      Missed on arc4random() conversion.
      chown before chmod

Michał Górny (1):
      Support systemd startup notification.

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Thomas Klausner (2):
      Use appropriate format string.
      Add wrapper function for write.

mancha (1):
      Handle NULL returns from glibc 2.17+ crypt().

---
 Makefile.am          |   11 +
 README               |   49 ------
 README.md            |   57 +++++++
 autogen.sh           |   12 +
 chooser/chooser.c    |  235 +------------------------------
 config/Makefile.am   |   70 ++++++---
 config/TakeConsole   |    2 
 config/Xreset.in     |    2 
 config/Xresources.in |    3 
 config/Xsession.in   |   28 ---
 config/Xstartup.in   |    2 
 config/xdm-config.in |    6 
 configure.ac         |   80 ++++++----
 cpprules.in          |   26 ---
 greeter/Login.c      |   30 +++-
 greeter/Login.h      |    1 
 greeter/LoginP.h     |    2 
 greeter/Makefile.am  |    2 
 greeter/greet.c      |    6 
 greeter/verify.c     |  111 +-------------
 include/dm.h         |   45 ++----
 include/dm_error.h   |    2 
 include/dm_socket.h  |    4 
 include/greet.h      |    8 -
 man/Makefile.am      |   20 +-
 man/xdm.man          |  382 +++++++++++++++++++++++++--------------------------
 man/xdmshell.man     |    6 
 xdm.service.in       |    2 
 xdm/Makefile.am      |    5 
 xdm/access.c         |   66 +++++---
 xdm/auth.c           |  305 ++++++++++------------------------------
 xdm/choose.c         |   90 ++----------
 xdm/dm.c             |  150 +++++++++++---------
 xdm/file.c           |    2 
 xdm/genauth.c        |   17 ++
 xdm/netaddr.c        |   80 +++-------
 xdm/policy.c         |    3 
 xdm/prngc.c          |   12 +
 xdm/protodpy.c       |   13 -
 xdm/reset.c          |    3 
 xdm/resource.c       |   37 ++--
 xdm/server.c         |   46 +-----
 xdm/session.c        |  116 ++++++---------
 xdm/socket.c         |   82 +++++-----
 xdm/streams.c        |  167 ----------------------
 xdm/util.c           |   16 +-
 xdm/xdmauth.c        |    6 
 xdm/xdmcp.c          |  142 ------------------
 48 files changed, 871 insertions(+), 1691 deletions(-)
---


More information about the xorg-commit mailing list