libXdmcp: Changes to 'refs/tags/libXdmcp-1.1.2'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Mar 21 10:02:04 PDT 2015


Tag 'libXdmcp-1.1.2' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2015-03-21 18:01 -0700

libXdmcp-1.1.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (SunOS)

iQIcBAABCgAGBQJVDaQFAAoJEM/fFIgoxkKndksP/2vsL9VgSYAkL3bMUOUnYf2m
v4hbq8NLLoidXP0tuDftzFCXL+jBomkZ2sEnBhcbASkpfRsxCHmfbTmNDqDnZY4+
6X5Row+pY9bHfWgXcLc7ct5U43vGmIoRrAuJlnkKrdL5ErtiDjOmBliUOsqyKZE3
KRrOQ9YAjdmNLPrY/0Yl+B280sWFaD1whZrc9O6sVVApQI3PIqEwJhQdZ5VfyZ/n
uhoN2ruKV4I/s0ZJV5cw7huu3J6aZ+x0YoJvL9Q2hoA2q7Dna1rzW8J0YgyE6V+v
Sg77EIcnpkWVNIVtMSDC21y8lGeSez/hjSp7llVMm5vNZwum+cq+PpzXM6oUVRAQ
uIUNBt0nrFxgJuqhIvbUY+kSptaagKhsxRD5cqYvB1wiT/CbgDqeMj0/SlYXxCOt
HaR08sG6IJTpSFll2MFs6pRqfj03ESpmblsHB3KlrcME2ZKvmJeYs+86TNUlq/TL
1I9qp8P+dM5U8vIH/Vys8nJFEXLAXBKna6HcrqCLwbla//vt3E/sEOCp3OkEYfqE
jL65D3mCcFtuESXfl6Ntt5LtzCCZPN6hPIvjwdcs9R/4ojN7wo1c9vG1XdWvv5cE
a4GcNKPveomUff+bc0c8zw1Yb7JGa//e941dZzVdm62OrGmkmBpU8aJGhH35u7DJ
5tnT6PMlZpUj4/DnhU6M
=lcj/
-----END PGP SIGNATURE-----

Changes since libXdmcp-1.1.1:
Alan Coopersmith (11):
      Remove unused TLI ("STREAMSCONN") code from libXdmcp
      Ensure ARRAY* structs are zero'ed out when allocation fails
      Make XdmcpCopyARRAY8 call XdmcpAllocARRAY8 instead of replicating it
      Add unit tests for Array allocation functions
      Ensure ARRAY* structs are zero'ed out when oversize values are passed
      Ensure ARRAYofARRAY8 pointers are initialized to NULL
      Also reject requests to allocate negative sized amounts of memory
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Add AC_USE_SYSTEM_EXTENSIONS to expose arc4random() interfaces in headers
      libXdmcp 1.1.2

Matthieu Herrb (1):
      Use arc4random when available to produce the XDM-AUTHENTICATION1 key

---
 .gitignore          |    1 
 Array.c             |   87 ++++++++++++++++++++++++++++---------------------
 Fill.c              |   22 ------------
 Flush.c             |   17 ---------
 Key.c               |   10 +++++
 Makefile.am         |    2 -
 autogen.sh          |    4 +-
 configure.ac        |   20 +++++++----
 include/X11/Xdmcp.h |    2 -
 test/Array.c        |   92 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 test/Makefile.am    |   13 +++++++
 11 files changed, 186 insertions(+), 84 deletions(-)
---


More information about the xorg-commit mailing list