xdm: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Jan 18 17:08:17 UTC 2025
chooser/chooser.c | 50 ++++++++++++++++++++++-------------
configure.ac | 17 ++++++------
xdm/access.c | 76 ++++++++++++++++++++++++++++++++++++++----------------
xdm/auth.c | 6 ++--
xdm/choose.c | 6 ++--
xdm/netaddr.c | 10 +++----
xdm/policy.c | 2 -
xdm/socket.c | 18 ++++++------
xdm/xdmcp.c | 65 ++++++++++++++++++++++++++++------------------
9 files changed, 156 insertions(+), 94 deletions(-)
New commits:
commit 5eb1648021bd52322bcb47163117e19b6022ae0a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sun Jan 12 12:28:43 2025 -0800
if getaddrinfo() is available, use it, even if IPv6 support is disabled
Support for using getaddrinfo() was originally added to support IPv6,
and only used if IPv6 support was enabled. Two decades later, support
for getaddrinfo() is ubiquitous and OS'es have marked gethostbyname()
as deprecated, so use the modern interface whenever we can now.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/app/xdm/-/merge_requests/24>
commit 026a10afdbbc3fe9199ede6260fc08897291e3eb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sun Jan 12 11:17:53 2025 -0800
Simplify ifdefs for IPv6 support
Instead of checking for AF_INET6 at every ifdef, just check once for it
and report that IPv6 support is not available, instead of silently not
building support for it that configure said we were going to build.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/app/xdm/-/merge_requests/24>
More information about the xorg-commit
mailing list