xdm: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Wed Nov 24 17:09:06 PST 2010


 Makefile.am        |    4 -
 config/Makefile.am |    2 
 configure.ac       |  140 +++++++++++++++++++++++------------------------------
 cpprules.in        |    9 ---
 dm.c               |    6 +-
 dm.h               |    2 
 dm_auth.h          |    2 
 genauth.c          |   12 ++--
 resource.c         |    6 +-
 session.c          |   12 ++--
 10 files changed, 85 insertions(+), 110 deletions(-)

New commits:
commit 1dc0ef42cf009596db60a9fd08435621f70b81e7
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Nov 12 17:07:38 2010 -0500

    config: use AM_V_GEN instead of customized macros for AM_SILENT_RULES
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Mikhail Gusarov <dottedmag at dottedmag.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 083f3d0ee8ecbb48b86dddfcf2f172fafb579f08
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Nov 23 15:15:33 2010 -0500

    config: relocate key_setnet in section "Check for header files"
    
    No configuration changes
    
    Reviewed-by: Mikhail Gusarov <dottedmag at dottedmag.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit e4535a52148d58c3fe91baebdcfe0187a07519b9
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Nov 12 16:25:53 2010 -0500

    config: relocate AC_FUNC_FORK in section "Check for system library functions"
    
    No configuration changes.
    
    Reviewed-by: Mikhail Gusarov <dottedmag at dottedmag.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 63e882f86809419f8efdf2717050c96a15345c7b
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Nov 12 16:21:54 2010 -0500

    config: comment libxtrans macros as they are order sensitive
    
    XTRANS_SECURE_RPC_FLAGS must be called after XTRANS_CONNECTION_FLAGS
    which finds libraries like -lsocket, -lnsl or -lws32_32.
    
    The found libraries are pre-pended to $LIBS which is not obvious.
    
    Reviewed-by: Mikhail Gusarov <dottedmag at dottedmag.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 73763eb718cba54963e0cf71b5316fdce2762c1f
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Oct 25 14:19:20 2010 -0400

    config: rework check for random number generator
    
    Following a similar pattern to PAM and SELinux checks.
    Unchanged: if a user has requested the use of a random device
    and none can be found, the configuration aborts.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 10117ab7bc89ca65d313e0c6675e27d336a96925
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Sep 6 15:08:36 2010 -0400

    config: integrate check for arc4random in appropriate sections
    
    The AC_SEARCH_LIBS is done in "Check for libraries" section.
    Move AC_SUBST and AM_CONDITIONAL over there as well.
    Move AC_CHECK_FUNCS for arc4random to "library functions" section
    No function change.
    
    Reviewed-by: Mikhail Gusarov <dottedmag at dottedmag.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 5d7d55646d4867e7b3f736d318575554c2414361
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Oct 22 20:39:27 2010 -0400

    config: upgrade the checking for SELinux support
    
    Use "auto" rather than "try" for consistency with other modules.
    Update help string to mention default value.
    Unchanged: if configured --with-selinux and -lselinux is misisng,
    abort the configuration.
    
    Change HAVE_SELINUX to USE_SELINUX to be consistent with
    USE_PAM, USE_XFT, USE_XPM and USE_XINERAMA.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 5718767b882dc46f9393fd6b42f443227061a807
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Nov 22 16:08:18 2010 -0500

    config: upgrade the checking for PAM support
    
    Use "auto" rather than "try" for consistency with other modules.
    Update help string to mention default value.
    Unchanged: if configured --with-pam and -lpam is misisng,
    abort the configuration.
    
    Continue with USE_PAM rather than HAVE_PAM_OPEN_SESSION
    as we are checking for a feature rather a function alone.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 529a045fa6a25334be469f633531fe1324dcf14a
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Oct 22 13:51:43 2010 -0400

    config: isolating -lselinux to a single target is not required
    
    Due to previous patches, -lselinux, if installed on the configured system,
    is included in $LIBS already.
    
    Reviewed-by: Mikhail Gusarov <dottedmag at dottedmag.net>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list