xdm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jan 24 22:40:05 UTC 2025


 COPYING           |    3 +--
 chooser/chooser.c |    2 +-
 configure.ac      |    7 ++++++-
 xdm/socket.c      |   29 ++++++++++++++++++++++-------
 xdm/xdmcp.c       |   17 +++++++++++------
 5 files changed, 41 insertions(+), 17 deletions(-)

New commits:
commit 7cc981a7f42ba4db46baafff740e189008202815
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 18 13:38:19 2025 -0800

    if inet_ntop() is available, use it, even if IPv6 support is disabled
    
    Support for using inet_ntop() was originally added to support IPv6,
    and only used if IPv6 support was enabled.  Two decades later, support
    for inet_ntop() is ubiquitous and OS'es have marked inet_ntoa()
    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/25>

commit 5dc368a3969fbda18a4c9a37d3b47253ea331994
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 18 13:09:12 2025 -0800

    if sockaddr_storage is available, use it, even if IPv6 support is disabled
    
    Support for using sockaddr_storage was originally added to support IPv6,
    and only used if IPv6 support was enabled.  Two decades later, support
    for sockaddr_storage is ubiquitous and works just as well with IPv4,
    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/25>



More information about the xorg-commit mailing list