Print

Print


  Branch: refs/heads/stable-5.4.x
  Home:   https://github.com/xrootd/xrootd
  Commit: bd98e2aeb9edc41d26d2b4df34bd3f80015c7ab9
      https://github.com/xrootd/xrootd/commit/bd98e2aeb9edc41d26d2b4df34bd3f80015c7ab9
  Author: Mario Lassnig <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdSecgsi/XrdSecgsiProxy.cc

  Log Message:
  -----------
  Increase default bits from 512 to 2048

Hi,
I propose to change the default to 2048. This solves the problem of the too short default hash digest length from SHA1, which causes proxies to be rejected by SHA2 servers.
Cheers,
Mario


  Commit: 81f1d43bcb3abee1f13903d809835224c325e0af
      https://github.com/xrootd/xrootd/commit/81f1d43bcb3abee1f13903d809835224c325e0af
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdTls/openssl3/XrdTlsContext.cc

  Log Message:
  -----------
  [TLS] Display all OpenSSL messages upon fatal error; fixes #1554


  Commit: f5dab33881084cefe5349fadef12aff53592187b
      https://github.com/xrootd/xrootd/commit/f5dab33881084cefe5349fadef12aff53592187b
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdCrypto/openssl3/XrdCryptosslAux.cc

  Log Message:
  -----------
  [GSI] Comment out no longer needed trace record; fixes #772


  Commit: ee6b770597e635240b0cfbebe080d7bd3e81632a
      https://github.com/xrootd/xrootd/commit/ee6b770597e635240b0cfbebe080d7bd3e81632a
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/Xrd/XrdConfig.cc
    M src/XrdTls/XrdTls.cc
    M src/XrdTls/XrdTlsContext.cc
    M src/XrdTls/XrdTlsSocket.cc

  Log Message:
  -----------
  [TLS] Make sure openssl messages always get logged.


  Commit: 52956e54a877390d1ee21e57b8974916d31f692e
      https://github.com/xrootd/xrootd/commit/52956e54a877390d1ee21e57b8974916d31f692e
  Author: Mattias Ellert <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdTls/openssl3/XrdTlsContext.cc

  Log Message:
  -----------
  [TLS] Fix incomplete openssl3 port


  Commit: 9b68f8b920e06324d61960ab3c382d9e72e1ad74
      https://github.com/xrootd/xrootd/commit/9b68f8b920e06324d61960ab3c382d9e72e1ad74
  Author: Mattias Ellert <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdCrypto/openssl3/XrdCryptosslAux.cc
    M src/XrdCrypto/openssl3/XrdCryptosslCipher.cc
    M src/XrdCrypto/openssl3/XrdCryptosslRSA.cc

  Log Message:
  -----------
  Fixes for openssl 3


  Commit: a7d0580a794715f768504f42f59ca932ef36d211
      https://github.com/xrootd/xrootd/commit/a7d0580a794715f768504f42f59ca932ef36d211
  Author: Michal Simon <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdCl/XrdClPollerBuiltIn.cc

  Log Message:
  -----------
  [XrdCl] Make sure SocketHandler does not deadlock with PollerBuiltIn.


  Commit: 5bfc78d413f070503d0759c54b5ba7f0ea0b5024
      https://github.com/xrootd/xrootd/commit/5bfc78d413f070503d0759c54b5ba7f0ea0b5024
  Author: Brian Bockelman <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdAcc/XrdAccAccess.cc
    M src/XrdSciTokens/XrdSciTokensAccess.cc

  Log Message:
  -----------
  Make the `acc` subsystem aware of request-based name mapping.

When a per-request mapping is made (such as with SciTokens), the
mapped name is not put in the typical `Entity.name` but rather an
extended attribute.  Only authorization plugins that have been
explicitly updated to look for this attribute can be usefully chained
after per-request mapping.

These changes allow the `acc` subsystem to be chained in a useful
manner after a token plugin (such as SciTokens).


  Commit: a944e60ca6eeaf11ce25a6a14990c47f80b65aa1
      https://github.com/xrootd/xrootd/commit/a944e60ca6eeaf11ce25a6a14990c47f80b65aa1
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdOss/XrdOssApi.cc

  Log Message:
  -----------
  [Oss] Do not fail a mkdir if directory already exists with the same mode. Fixes #1636


  Commit: c648c574c8f048ceb6b307d0f4e783eb20d3f561
      https://github.com/xrootd/xrootd/commit/c648c574c8f048ceb6b307d0f4e783eb20d3f561
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update notes on mkdir fix.


  Commit: eb659140c05c6327af08fd1e2d3875c8fbe2aaf4
      https://github.com/xrootd/xrootd/commit/eb659140c05c6327af08fd1e2d3875c8fbe2aaf4
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdFrc/XrdFrcXAttr.hh
    M src/XrdFrm/XrdFrmMigrate.cc
    M src/XrdFrm/XrdFrmMonitor.cc
    M src/XrdFrm/XrdFrmTransfer.cc
    M src/XrdFrm/XrdFrmXfrDaemon.cc
    M src/XrdOuc/XrdOucCache.cc
    M src/XrdOuc/XrdOucGMap.cc
    M src/XrdOuc/XrdOucLogging.cc
    M src/XrdOuc/XrdOucName2Name.cc
    M src/XrdSsi/XrdSsiShMam.cc
    M src/XrdSys/XrdSysFallocate.cc
    M src/XrdSys/XrdSysIOEvents.cc
    M src/XrdSys/XrdSysIOEventsPollKQ.icc
    M src/XrdSys/XrdSysLogging.cc
    M src/XrdSys/XrdSysTrace.cc

  Log Message:
  -----------
  [Server] Fix MacOS complaints about unused parameters. Fixes #1611


  Commit: 35f5b7b97ab2d9948434987f878c40d785555533
      https://github.com/xrootd/xrootd/commit/35f5b7b97ab2d9948434987f878c40d785555533
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update notes on unused parameter fix.


  Commit: bb68656dcd4de6a54e8dc179e45b1b6db30d7643
      https://github.com/xrootd/xrootd/commit/bb68656dcd4de6a54e8dc179e45b1b6db30d7643
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdSecztn/XrdSecProtocolztn.cc

  Log Message:
  -----------
  [ZTN] Point to the token via Entity.creds.


  Commit: b6fcc64dd0c659c1184e72c74f1fc1bdec788c48
      https://github.com/xrootd/xrootd/commit/b6fcc64dd0c659c1184e72c74f1fc1bdec788c48
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update notes on the ztn credentials fix.


  Commit: ef02f7940c4880f4cd95740564e70f244dc61600
      https://github.com/xrootd/xrootd/commit/ef02f7940c4880f4cd95740564e70f244dc61600
  Author: Steven Simpson <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdTpc/XrdTpcStream.hh

  Log Message:
  -----------
  Vector cleared after use so it can be shrunk.


Compare: https://github.com/xrootd/xrootd/compare/6f53d015afdc...ef02f7940c48

########################################################################
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