Print

Print


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "xrootd".

The branch, master has been updated
       via  215ee305218d2095181217ab6ffd2e3b810de106 (commit)
       via  f21b631f140fe497dbfc52e739eeca2c72c4d157 (commit)
       via  475a1b464b9e8bce30bd6abe83e1787b2e295fad (commit)
      from  3b4cb625f4c4372b6e90af83a17278fc62883291 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 215ee305218d2095181217ab6ffd2e3b810de106
Merge: f21b631f140fe497dbfc52e739eeca2c72c4d157 3b4cb625f4c4372b6e90af83a17278fc62883291
Author: Lukasz Janyst <[log in to unmask]>
Date:   Wed Sep 22 13:45:15 2010 +0200

    Merge branch 'master' of ssh://iris//afs/slac.stanford.edu/www/projects/scalla/repo/xrootd

commit f21b631f140fe497dbfc52e739eeca2c72c4d157
Author: Lukasz Janyst <[log in to unmask]>
Date:   Tue Sep 21 15:39:39 2010 +0200

    Fixing autotools build on MacOS X and Solaris

commit 475a1b464b9e8bce30bd6abe83e1787b2e295fad
Author: Lukasz Janyst <[log in to unmask]>
Date:   Mon Sep 20 17:09:46 2010 +0200

    Merge ssl plugins from Andreas and merge the plugin's build system with the top level one

-----------------------------------------------------------------------

Summary of changes:
 bootstrap.sh                                       |   10 +-
 configure.ac                                       |  106 +++--
 src/Makefile.am                                    |    8 +-
 src/XrdOfs/Makefile.am                             |    2 +-
 src/XrdSecssl/GNUmakefile                          |   21 +-
 src/XrdSecssl/Makefile.am                          |   67 ++--
 src/XrdSecssl/README                               |    6 +-
 src/XrdSecssl/XrdSecProtocolssl.cc                 |  519 +++++++++++++++-----
 src/XrdSecssl/XrdSecProtocolssl.hh                 |   52 ++-
 src/XrdSecssl/XrdSecProtocolsslProc.cc             |  122 +++++
 src/XrdSecssl/XrdSecProtocolsslProc.hh             |   72 +++
 src/XrdSecssl/acinclude.m4                         |  274 -----------
 src/XrdSecssl/bootstrap.sh                         |    6 -
 src/XrdSecssl/configure.ac                         |  234 ---------
 src/XrdSecssl/getAutotools.sh                      |  214 --------
 src/XrdSecssl/libsslGridSite/Makefile.am           |    4 +-
 src/XrdSecssl/libsslGridSite/gridsite.h            |   20 +-
 src/XrdSecssl/libsslGridSite/grst_asn1.c           |    8 +-
 src/XrdSecssl/libsslGridSite/grst_verifycallback.c |   20 +-
 src/XrdSecssl/libsslGridSite/grst_verifycallback.h |    1 +
 src/XrdSecssl/libsslGridSite/grst_x509.c           |   63 ++-
 src/XrdSecssl/xrootd-secssl.spec.in                |   38 --
 src/XrdSecsss/Makefile.am                          |    2 +-
 23 files changed, 861 insertions(+), 1008 deletions(-)
 create mode 100644 src/XrdSecssl/XrdSecProtocolsslProc.cc
 create mode 100644 src/XrdSecssl/XrdSecProtocolsslProc.hh
 delete mode 100644 src/XrdSecssl/acinclude.m4
 delete mode 100755 src/XrdSecssl/bootstrap.sh
 delete mode 100644 src/XrdSecssl/configure.ac
 delete mode 100755 src/XrdSecssl/getAutotools.sh
 delete mode 100644 src/XrdSecssl/xrootd-secssl.spec.in


hooks/post-receive
-- 
xrootd