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, stable has been updated
       via  164f9e52125991f66e6d971da7f31ed3930a7a89 (commit)
       via  e1795de23db2fc389c7811f096256a669a3e4ff0 (commit)
       via  7894bbc7f1973702d3ef2bf31c988f65d9d240c2 (commit)
       via  a04bea06f7f75fc459a246e492c15c7573dc4235 (commit)
       via  bc9bd5c9dbe313a34d6e63a0a7398bda56fc4e1c (commit)
       via  f45597691941c1c35ffb2b72a7e2d66e932c92cd (commit)
       via  6a71b1354d60eeb6f09b3a58b28bdef65e74dc20 (commit)
       via  15702fc1d917121281f9925bdf98d9b36cf31c65 (commit)
       via  e254418c1af7118e17eb767367e212356a750890 (commit)
       via  7a3744a3861b9d4969d49f428da9a1ad7f5f426a (commit)
      from  6cbeda57667edba14dcec72f5fff7792520dc404 (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 164f9e52125991f66e6d971da7f31ed3930a7a89
Author: Lukasz Janyst <[log in to unmask]>
Date:   Thu Dec 1 16:34:22 2011 +0100

    Fix the compilation on Solaris 10

commit e1795de23db2fc389c7811f096256a669a3e4ff0
Author: Fons Rademakers <[log in to unmask]>
Date:   Thu Dec 1 14:01:06 2011 +0100

    Compile on solaris 11

commit 7894bbc7f1973702d3ef2bf31c988f65d9d240c2
Author: Mattias Ellert <[log in to unmask]>
Date:   Wed Nov 30 17:41:15 2011 +0100

    Fix RedHat bug #673069: Missing header files required by DPM

commit a04bea06f7f75fc459a246e492c15c7573dc4235
Author: Mattias Ellert <[log in to unmask]>
Date:   Wed Nov 30 16:46:59 2011 +0100

    Fix underlinking problems

commit bc9bd5c9dbe313a34d6e63a0a7398bda56fc4e1c
Author: Wei Yang <[log in to unmask]>
Date:   Wed Nov 16 12:51:29 2011 -0800

    Replace non-reentrant versions of getpwxxx and getgrxxx with reentrant versions.

commit f45597691941c1c35ffb2b72a7e2d66e932c92cd
Author: Andrew Hanushevsky <[log in to unmask]>
Date:   Wed Nov 16 07:19:46 2011 -0800

    Replace non-reentrant versions of getpwxxx and getgrxxx with reentrant versions.
    This should prevent spurious uid/gid translations.

commit 6a71b1354d60eeb6f09b3a58b28bdef65e74dc20
Author: Mattias Ellert <[log in to unmask]>
Date:   Mon Nov 7 16:07:06 2011 +0100

    Look for com_err library while looking for kerberos5

commit 15702fc1d917121281f9925bdf98d9b36cf31c65
Author: Mattias Ellert <[log in to unmask]>
Date:   Mon Nov 7 15:22:16 2011 +0100

    Turn off lib dependency inheritance

commit e254418c1af7118e17eb767367e212356a750890
Author: Andrew Hanushevsky <[log in to unmask]>
Date:   Tue Nov 1 23:51:22 2011 -0700

    Don't force libXrdPss.so to be loaded fr proxy managers.
    
    Conflicts:
    
    	docs/PreReleaseNotes.txt

commit 7a3744a3861b9d4969d49f428da9a1ad7f5f426a
Author: Andrew Hanushevsky <[log in to unmask]>
Date:   Mon Oct 31 20:27:40 2011 -0700

    Add "clock skew" reminder to the secsss message about expired credentials.

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

Summary of changes:
 cmake/FindKerberos5.cmake            |   13 ++++++++-
 cmake/XRootDOSDefs.cmake             |   10 +++++++
 src/XrdAcc/XrdAccGroups.cc           |   20 +++-----------
 src/XrdApps.cmake                    |   12 +++++++-
 src/XrdClient.cmake                  |   27 +++++++++++++++----
 src/XrdClient/XrdClientConn.cc       |    8 ++---
 src/XrdClient/XrdClientConnMgr.cc    |   14 +++++-----
 src/XrdClient/XrdClientSock.cc       |   20 ++------------
 src/XrdCns.cmake                     |    9 +++++-
 src/XrdCrypto.cmake                  |   15 +++++++---
 src/XrdDaemons.cmake                 |   19 +++++++------
 src/XrdFfs.cmake                     |   10 ++++++-
 src/XrdFfs/XrdFfsMisc.cc             |   36 +++++++++++++++-----------
 src/XrdFfs/XrdFfsXrootdfs.cc         |   21 +++++++++++---
 src/XrdFrm.cmake                     |   24 ++++++++++++++---
 src/XrdOfs.cmake                     |    7 +++-
 src/XrdOfs/XrdOfsConfig.cc           |    2 +-
 src/XrdOuc/XrdOucUtils.cc            |   25 ++++++++++++++++++
 src/XrdOuc/XrdOucUtils.hh            |    2 +
 src/XrdPlugins.cmake                 |   14 +++++++---
 src/XrdPosix.cmake                   |   13 ++++++---
 src/XrdSec.cmake                     |   27 +++++++++++++------
 src/XrdSecgsi.cmake                  |   31 ++++++++++++++--------
 src/XrdSecgsi/XrdSecProtocolgsi.cc   |    7 +++-
 src/XrdSecgsi/XrdSecgsiProxy.cc      |   11 +++----
 src/XrdSeckrb5.cmake                 |    4 +-
 src/XrdSeckrb5/XrdSecProtocolkrb5.cc |    4 ++-
 src/XrdSecpwd/XrdSecProtocolpwd.cc   |   16 ++++++++---
 src/XrdSecsss/XrdSecProtocolsss.cc   |    3 +-
 src/XrdSecsss/XrdSecsssID.cc         |    7 ++---
 src/XrdSecunix/XrdSecProtocolunix.cc |   10 ++-----
 src/XrdServer.cmake                  |   14 +++++++++-
 src/XrdSut/XrdSutAux.cc              |   16 ++++++------
 src/XrdSut/XrdSutAux.hh              |    3 +-
 src/XrdSys/XrdSysFAttrSun.icc        |   11 ++++---
 src/XrdSys/XrdSysPlatform.cc         |   23 ----------------
 src/XrdSys/XrdSysPlatform.hh         |    4 +-
 src/XrdSys/XrdSysPriv.cc             |    7 ++---
 src/XrdSys/XrdSysPwd.hh              |   47 ++++++++++++++++++++++++++++++++++
 src/XrdSys/XrdWin32.cc               |   12 --------
 src/XrdSys/XrdWin32.hh               |    1 -
 src/XrdUtils.cmake                   |    5 ++-
 42 files changed, 371 insertions(+), 213 deletions(-)
 create mode 100644 src/XrdSys/XrdSysPwd.hh


hooks/post-receive
-- 
xrootd

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1