xdm: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Thu Nov 25 13:19:20 PST 2010


 .gitignore               |    7 
 Makefile.am              |  143 ----
 access.c                 |  991 -----------------------------
 app-defaults/Makefile.am |    1 
 auth.c                   | 1558 ---------------------------------------------
 choose.c                 |  544 ---------------
 chooser.c                | 1382 ----------------------------------------
 chooser/.gitignore       |    1 
 chooser/Makefile.am      |   16 
 chooser/chooser.c        | 1382 ++++++++++++++++++++++++++++++++++++++++
 configure.ac             |   12 
 daemon.c                 |   90 --
 dm.c                     | 1037 ------------------------------
 dm.h                     |  516 ---------------
 dm_auth.h                |   99 --
 dm_error.h               |   52 -
 dm_socket.h              |   45 -
 dpylist.c                |  266 -------
 error.c                  |  138 ----
 file.c                   |  250 -------
 genauth.c                |  481 --------------
 greet.h                  |  218 ------
 greeter/Makefile.am      |    3 
 include/Makefile.am      |    6 
 include/dm.h             |  516 +++++++++++++++
 include/dm_auth.h        |   99 ++
 include/dm_error.h       |   52 +
 include/dm_socket.h      |   45 +
 include/greet.h          |  218 ++++++
 krb5auth.c               |  258 -------
 man/Makefile.am          |   55 +
 man/xdm.man              | 1458 ++++++++++++++++++++++++++++++++++++++++++
 man/xdmshell.man         |  108 +++
 mitauth.c                |   93 --
 netaddr.c                |  272 -------
 policy.c                 |  208 ------
 prngc.c                  |  190 -----
 protodpy.c               |  164 ----
 reset.c                  |  113 ---
 resource.c               |  509 --------------
 rpcauth.c                |   89 --
 server.c                 |  406 -----------
 session.c                | 1038 ------------------------------
 socket.c                 |  558 ----------------
 streams.c                |  167 ----
 util.c                   |  310 ---------
 xdm.man.cpp              | 1458 ------------------------------------------
 xdm/.gitignore           |    1 
 xdm/Makefile.am          |   79 ++
 xdm/access.c             |  991 +++++++++++++++++++++++++++++
 xdm/auth.c               | 1558 +++++++++++++++++++++++++++++++++++++++++++++
 xdm/choose.c             |  544 +++++++++++++++
 xdm/daemon.c             |   90 ++
 xdm/dm.c                 | 1037 ++++++++++++++++++++++++++++++
 xdm/dpylist.c            |  266 +++++++
 xdm/error.c              |  138 ++++
 xdm/file.c               |  250 +++++++
 xdm/genauth.c            |  481 ++++++++++++++
 xdm/krb5auth.c           |  258 +++++++
 xdm/mitauth.c            |   93 ++
 xdm/netaddr.c            |  272 +++++++
 xdm/policy.c             |  208 ++++++
 xdm/prngc.c              |  190 +++++
 xdm/protodpy.c           |  164 ++++
 xdm/reset.c              |  113 +++
 xdm/resource.c           |  509 ++++++++++++++
 xdm/rpcauth.c            |   89 ++
 xdm/server.c             |  406 +++++++++++
 xdm/session.c            | 1038 ++++++++++++++++++++++++++++++
 xdm/socket.c             |  558 ++++++++++++++++
 xdm/streams.c            |  167 ++++
 xdm/util.c               |  310 +++++++++
 xdm/xdmauth.c            |  286 ++++++++
 xdm/xdmcp.c              | 1601 +++++++++++++++++++++++++++++++++++++++++++++++
 xdmauth.c                |  286 --------
 xdmcp.c                  | 1601 -----------------------------------------------
 xdmshell.c               |  160 ----
 xdmshell.man.cpp         |  108 ---
 xdmshell/.gitignore      |    1 
 xdmshell/Makefile.am     |   23 
 xdmshell/xdmshell.c      |  160 ++++
 81 files changed, 15862 insertions(+), 15796 deletions(-)

New commits:
commit cf45a0ceee92c2fb048ff8882cf0bea200506d11
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Nov 16 11:42:50 2010 -0500

    config: AM_PROG_CC_C_O is no longer needed
    
    All per-target flags have been removed now that each target
    sits in its own directory.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit e509059f307f81d055a1ab01f4cb3a64b3157dce
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Aug 25 20:44:37 2010 -0400

    config: move appdefault makefile to app-defaults dir.
    
    For this package it is best not to break the pattern
    of each directory having its own makefile.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 8ee6a2678f9045c31366525bcaae5baf59a20930
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Aug 25 20:19:43 2010 -0400

    config: mv xdm in its own directory
    
    Prevents the use of per target flags.
    Clearly shows which libraries and compiler options apply.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit dd8a5b9f50deb9d91bb33cdd12fe083d39cd7d23
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Aug 24 11:32:53 2010 -0400

    config: move common headers into the include directory
    
    They provide interfaces to multiple executables
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit eb0e5a3a665cd4dbd376f1a1cbd6d0c7ace22572
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Aug 23 20:04:15 2010 -0400

    config: move xdmshell into its own directory
    
    Prevents the use of per target flags.
    Clearly shows which libraries and compiler options apply.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 2d520f71a0c89faf5522f5e37c09bdd5f933a574
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Aug 23 14:42:23 2010 -0400

    config: move chooser into its own directory
    
    Prevents the use of per target flags.
    Clearly shows which libraries and compiler options apply.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit f3b0019752e5b683c6e273eba15a4ecc9f55c5ae
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sat Nov 13 16:17:44 2010 -0500

    config: move man pages into their own directory
    
    Replace lowercase $(xdmlibdir) with $(XDMLIBDIR)
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list