xauth: Changes to 'refs/tags/xauth-1.0.8'

Tilmann . Bubeck bubeck at kemper.freedesktop.org
Fri Oct 11 11:58:28 PDT 2013


Tag 'xauth-1.0.8' created by Dr. Tilmann Bubeck <t.bubeck at reinform.de> at 2013-10-11 19:58 -0700

xauth-1.0.8

Changes since xauth-1.0.7:
Alan Coopersmith (3):
      Remove unused TLI ("STREAMSCONN") code from xauth
      Remove unused DECnet ("DNETCONN") code from xauth
      Assume signal handlers return void, as C89 requires

Dr. Tilmann Bubeck (11):
      Fix various compiler warnings raised by modern gcc (4.8.1).
      More fixes for compiler warnings regarding the use of "const".
      Added black box tests for basic functionality started with "make check".
      Rework match_auth_dpy() to be easier to read and maintain (hopefully).
      Fix warning raised by "-Wshadow".
      Added command "version" and command line arg "-V" to show version of xauth.
      Improved README to explain "make check".
      version bump to 1.0.8
      Revert version bump back to 1.0.7 to prepare missing commit before 1.0.8
      Rewrote test_xauth to C to make automake and "make distclean" happy.
      Second version bump to 1.0.8

Egbert Eich (5):
      Don't crash when running past the end of the chain
      Look for FamilyLocal if inet or inet6 address is loopback
      Look for FamilyLocal if inet or inet6 address is loopback
      Handle v4-mapped inet6 addresses correctly
      Make matching algorithm mimic XauGet*AuthByAddr

Jeremy Huddleston Sequoia (2):
      Revert "Look for FamilyLocal if inet or inet6 address is loopback"
      Silenece lack of noreturn warning

Jon TURNEY (1):
      Include Xwinsock.h rather than sys/socket.h on WIN32

Thomas Klausner (1):
      Use copystring to create non-const string.]

---
 Makefile.am                      |    2 
 README                           |   14 +++++
 configure.ac                     |    7 +-
 gethost.c                        |  107 ++++++++++++++++-----------------------
 man/xauth.man                    |    6 ++
 process.c                        |   94 ++++++++++++++++++++++++----------
 tests/010-xauth-add-inet.script  |   20 +++++++
 tests/010-xauth-add-inet.stdout  |   34 ++++++++++++
 tests/020-xauth-add-local.script |   22 ++++++++
 tests/020-xauth-add-local.stdout |   26 +++++++++
 tests/030-xauth-extract.script   |   26 +++++++++
 tests/030-xauth-extract.stdout   |   22 ++++++++
 tests/040-xauth-source.script    |   10 +++
 tests/040-xauth-source.stdout    |    5 +
 tests/090-xauth-bad-usage.script |   17 ++++++
 tests/090-xauth-bad-usage.stderr |    8 ++
 tests/090-xauth-bad-usage.stdout |   16 +++++
 tests/Makefile.am                |    8 ++
 tests/setup-sourced              |   26 +++++++++
 tests/test_xauth.c               |    6 ++
 xauth.c                          |   10 ++-
 21 files changed, 387 insertions(+), 99 deletions(-)
---


More information about the xorg-commit mailing list