xdm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Feb 18 16:50:09 UTC 2024


 chooser/chooser.c |   59 ++---------------------------------------
 greeter/greet.c   |    4 --
 greeter/verify.c  |   25 -----------------
 include/dm.h      |   14 ---------
 include/greet.h   |    8 -----
 xdm/access.c      |    5 ---
 xdm/auth.c        |   77 ------------------------------------------------------
 xdm/choose.c      |    4 --
 xdm/dm.c          |   27 +-----------------
 xdm/genauth.c     |    8 -----
 xdm/netaddr.c     |   10 -------
 xdm/server.c      |   10 -------
 xdm/session.c     |   18 ++----------
 xdm/util.c        |    2 -
 xdm/xdmcp.c       |   13 ---------
 15 files changed, 14 insertions(+), 270 deletions(-)

New commits:
commit 634f47a8aec386b7dedb8f716a65a9b56c0d7de7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 11:27:55 2024 -0800

    session.c: clear -Wredundant-decls warnings on Solaris
    
    Include standard headers for getpwnam() & crypt() instead of
    local prototype redefinitions.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2693b540f90e1a79c277bac7ec9fa5e40d05a281
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 11:22:21 2024 -0800

    unifdef __osf__
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c8af3994d76bc5cc3ee8443c1ee366353daea840
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 11:12:15 2024 -0800

    include <shadow.h> on all platforms with HAVE_GETSPNAM set, not just SVR4
    
    Matches what we already do in greeter/verify.c
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 7e8a581cda4aaac7e1d6af3d0000a0d03816adc3
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 11:02:38 2024 -0800

    Remove support for SVR4 systems other than Solaris/illumos
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 387bcf8bad11196967943a3352b9eb0d0f1f897e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 10:47:13 2024 -0800

    unifdef FRAGILE_DEV_MEM
    
    It was only defined in the old Imakefiles, and not in any autoconf config
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c31f9dcc8055fdf6b5ff2cc59fef89e1cf09a0ab
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 10:44:17 2024 -0800

    unifdef UNRELIABLE_SIGNALS
    
    UNRELIABLE_SIGNALS was only defined if SYSV was defined
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 48ad0d9b915f858fda2b005d4e7f01ca465a51f9
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 10:42:24 2024 -0800

    unifdef SIGNALS_RESET_WHEN_CAUGHT
    
    SIGNALS_RESET_WHEN_CAUGHT was only defined if SYSV was defined
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8a9a4e5be8d4906aa7b1365140445db33e6cbbbd
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 10:41:09 2024 -0800

    unifdef SYSV
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ae942bf8aba373f3d7db6af868e0f8154fdd23f2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 10:35:12 2024 -0800

    unifdef AF_DECnet
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 493673ef4914f56c8ee471b88f16b02e468f9c3b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 10:34:22 2024 -0800

    unifdef AF_CHAOS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 37f80c7716759ed066af68011a35459706e70262
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 10:26:05 2024 -0800

    unifdef QNX4
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ee19d5f4352135a9044a238112738dc66ec50b46
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 10:17:35 2024 -0800

    unifdef __UNIXOS2__
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2956192801a3e85136d54277409c2ebdea15b3be
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 10:13:04 2024 -0800

    unifdef pegasus
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 279dba5bed1706ddce0164f78c32a81389b85909
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 10:08:32 2024 -0800

    unifdef hpux
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 52578f77a14808b7d8925b3ee309d5ceac674b22
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 10:02:29 2024 -0800

    unifdef __convex__
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 1fe9ab1cbf7f0a1684b1f1e53f1a6816916bb3fa
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 09:58:51 2024 -0800

    unifdef PowerMAX_OS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 9660da78eac0da9ff951ddf0367ad0d09eca885f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 09:55:27 2024 -0800

    unifdef sony
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 0c49eecefffc16d5ea30709e7901bcdd41136a7c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 11 09:51:03 2024 -0800

    unifdef ultrix
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list