Print

Print


  Branch: refs/heads/stable-4.11.x
  Home:   https://github.com/xrootd/xrootd
  Commit: 3b59217044073bd3b9176480ab0af7b82214bb98
      https://github.com/xrootd/xrootd/commit/3b59217044073bd3b9176480ab0af7b82214bb98
  Author: Fabrizio Furano <[log in to unmask]>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M src/XrdHttp/XrdHttpProtocol.cc

  Log Message:
  -----------
  Prevent the logic that looks for the /n from getting confused by lines containing zeroes


  Commit: bec973914ea03c50a6a8025fc3849cc11990fa03
      https://github.com/xrootd/xrootd/commit/bec973914ea03c50a6a8025fc3849cc11990fa03
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update notes on proxy URL fix.

Conflicts:
	docs/PreReleaseNotes.txt


  Commit: 1b63189a0e4dad479200b0d4b13ef05895c9ac10
      https://github.com/xrootd/xrootd/commit/1b63189a0e4dad479200b0d4b13ef05895c9ac10
  Author: Fabrizio Furano <[log in to unmask]>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M src/XrdHttp/XrdHttpUtils.cc

  Log Message:
  -----------
  The url quoting function was swapping the quoting of CR and LF


  Commit: b3c57a8744dd3055ecc234f092fc959a480ab996
      https://github.com/xrootd/xrootd/commit/b3c57a8744dd3055ecc234f092fc959a480ab996
  Author: Michal Simon <[log in to unmask]>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M src/XrdPss/XrdPssUrlInfo.cc

  Log Message:
  -----------
  [XrdPss] Fix fedora compilation.

error: 'char* strncpy(char*, const char*, size_t)' output truncated
before terminating nul copying as many bytes from a string as its length


  Commit: 62dd43909a9b1025ae0c35e80ebb37e0096055a5
      https://github.com/xrootd/xrootd/commit/62dd43909a9b1025ae0c35e80ebb37e0096055a5
  Author: Michal Simon <[log in to unmask]>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M src/XrdPss/XrdPssUrlInfo.cc

  Log Message:
  -----------
  Fix fedora build.

Fix: error: 'char* strncpy(char*, const char*, size_t)' specified bound
depends on the length of the source argument

Bound passed to strncpy should depend on the size of the destination
buffer!


  Commit: dc4fc8f96541fdef5c906bcfb5976a5a86a80228
      https://github.com/xrootd/xrootd/commit/dc4fc8f96541fdef5c906bcfb5976a5a86a80228
  Author: Michal Simon <[log in to unmask]>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M src/XrdCl/XrdClLocalFileHandler.cc

  Log Message:
  -----------
  [XrdCl] Fix OSX local file sync impl.


  Commit: 2aab941284d21e050ac5d102178faa9e32e6bf88
      https://github.com/xrootd/xrootd/commit/2aab941284d21e050ac5d102178faa9e32e6bf88
  Author: Brian Bockelman <[log in to unmask]>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M src/XrdHttp/XrdHttpUtils.hh
    M src/XrdTpc/XrdTpcTPC.cc
    M src/XrdTpc/XrdTpcTPC.hh

  Log Message:
  -----------
  Remove duplicate version of `quote` function.

The `quote` function was copy-pasted into the standalone xrootd-http-tpc
package before that package was integrated back into the mainline
`xrootd` source code.  Now that XrdTpc is in the same source repo,
there's no need for this duplicate function.

Remove it!


  Commit: 370c8bfe29fd53c7a80dccf7936c02f2c172bb94
      https://github.com/xrootd/xrootd/commit/370c8bfe29fd53c7a80dccf7936c02f2c172bb94
  Author: Costin Grigoras <[log in to unmask]>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M src/XrdHttp/XrdHttpUtils.cc

  Log Message:
  -----------
  Fix escape code for \r

'\r' == 13 == 0x0D


  Commit: 43eb599f1ce223bd922d6a480a25938b94748159
      https://github.com/xrootd/xrootd/commit/43eb599f1ce223bd922d6a480a25938b94748159
  Author: Michal Simon <[log in to unmask]>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M src/XProtocol/XProtocol.hh
    M src/XrdCl/XrdClMetalinkRedirector.cc
    M src/XrdCl/XrdClXRootDMsgHandler.cc

  Log Message:
  -----------
  [XrdCl] Report last error if metalink runs out of replicas, fixes #1071

Conflicts:
	src/XProtocol/XProtocol.hh


  Commit: f19b432bb7314b932697775a8dc364b71a8b12a1
      https://github.com/xrootd/xrootd/commit/f19b432bb7314b932697775a8dc364b71a8b12a1
  Author: Michal Simon <[log in to unmask]>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M src/XrdCl/XrdClThirdPartyCopyJob.cc
    M src/XrdOuc/XrdOucTPC.cc
    M src/XrdOuc/XrdOucTPC.hh

  Log Message:
  -----------
  [XrdCl] TPC: use separate cgi element to mark user intension to delegate.

fixes #1118


  Commit: c14265b3926c8b5aaad7069d2fcc152a5eafe96f
      https://github.com/xrootd/xrootd/commit/c14265b3926c8b5aaad7069d2fcc152a5eafe96f
  Author: Michal Simon <[log in to unmask]>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M .gitlab-ci.yml

  Log Message:
  -----------
  [CI] Add a pipeline for centos 8.


  Commit: a7f42209e3bd1270d900335a0f64f2ad3ccef363
      https://github.com/xrootd/xrootd/commit/a7f42209e3bd1270d900335a0f64f2ad3ccef363
  Author: Michal Simon <[log in to unmask]>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M .gitlab-ci.yml

  Log Message:
  -----------
  [CI] fix typo.


  Commit: 81931ad47579b2797b5750ed42dd942da0bd3b57
      https://github.com/xrootd/xrootd/commit/81931ad47579b2797b5750ed42dd942da0bd3b57
  Author: Michal Simon <[log in to unmask]>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M .gitlab-ci.yml

  Log Message:
  -----------
  [CI] Add centos-8 to nightly builds.


  Commit: 754742a36b57805fc1e51ad0d50ac550f39497bf
      https://github.com/xrootd/xrootd/commit/754742a36b57805fc1e51ad0d50ac550f39497bf
  Author: Michal Simon <[log in to unmask]>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M src/XrdCl/CMakeLists.txt

  Log Message:
  -----------
  [XrdCl] Fix osx build.


  Commit: b4c3ccf1bc484809199f1dba72a02740d7ed2334
      https://github.com/xrootd/xrootd/commit/b4c3ccf1bc484809199f1dba72a02740d7ed2334
  Author: Michal Simon <[log in to unmask]>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M .gitlab-ci.yml

  Log Message:
  -----------
  [CI] Add release pipeline for Centos 8.


  Commit: c764993ab0de71ca56e3214deba70758b544ec67
      https://github.com/xrootd/xrootd/commit/c764993ab0de71ca56e3214deba70758b544ec67
  Author: Michal Simon <[log in to unmask]>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M src/XrdOuc/XrdOucString.cc

  Log Message:
  -----------
  [XrdOuc] Prevent seqv in XrdOucString::replace().

fixes #1094


  Commit: cf7190c5d370030f4f6c544cde53696506f49f77
      https://github.com/xrootd/xrootd/commit/cf7190c5d370030f4f6c544cde53696506f49f77
  Author: Adrian Sevcenco <[log in to unmask]>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M cmake/XRootDDefaults.cmake
    M packaging/wheel/install.sh
    M src/CMakeLists.txt
    M src/XrdCl/CMakeLists.txt
    M src/XrdSec.cmake
    M src/XrdSecgsi.cmake

  Log Message:
  -----------
  py : build only libraries

Conflicts:
	src/XrdCl/CMakeLists.txt
	src/api_test/CMakeLists.txt


  Commit: 8cde3e65abc00321fa0155a183c8486c731954e3
      https://github.com/xrootd/xrootd/commit/8cde3e65abc00321fa0155a183c8486c731954e3
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M src/XrdOfs/XrdOfs.cc

  Log Message:
  -----------
  [Server] Use new tpc.dlgon CGI token to drive tpc redirection.


  Commit: 7d09669e03f0bf73c3c09c86ec122462e32ed1ec
      https://github.com/xrootd/xrootd/commit/7d09669e03f0bf73c3c09c86ec122462e32ed1ec
  Author: Nikola Hardi <[log in to unmask]>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M src/XrdMacaroons/XrdMacaroonsHandler.cc

  Log Message:
  -----------
  Use uuid.h from libuuid for Macaroons


  Commit: 46ce0035c4d830fde19a696ceed2a691172c779e
      https://github.com/xrootd/xrootd/commit/46ce0035c4d830fde19a696ceed2a691172c779e
  Author: Michal Simon <[log in to unmask]>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M packaging/wheel/setup.py

  Log Message:
  -----------
  [Python] Use right bdist_wheel.

Conflicts:
	packaging/wheel/setup.py


  Commit: ccdb0a1be0ae0c406f983052a6e019612626deab
      https://github.com/xrootd/xrootd/commit/ccdb0a1be0ae0c406f983052a6e019612626deab
  Author: Michal Simon <[log in to unmask]>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M CMakeLists.txt
    R cmake/FindXRootD.cmake
    A cmake/FindXRootD.cmake.in

  Log Message:
  -----------
  [CMake] Add XROOTD_PLUGIN_VERSION to FindXRootD.cmake.


Compare: https://github.com/xrootd/xrootd/compare/58da1c56c571...ccdb0a1be0ae

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