xrootd 5.9.2__tar.gz → 5.9.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {xrootd-5.9.2 → xrootd-5.9.4}/PKG-INFO +2 -2
- xrootd-5.9.4/VERSION +1 -0
- xrootd-5.9.4/bindings/python/VERSION +1 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/ReleaseNotes.txt +58 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/genversion.sh +8 -8
- {xrootd-5.9.2 → xrootd-5.9.4}/src/CMakeLists.txt +7 -2
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdStats.hh +1 -1
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdCpConfig.cc +5 -2
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksManager.cc +7 -7
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileStateHandler.cc +10 -2
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpProtocol.cc +2 -1
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpUtils.cc +15 -6
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpUtils.hh +1 -1
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcConfigure.cc +30 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcTPC.cc +144 -66
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcTPC.hh +9 -3
- xrootd-5.9.4/src/XrdMacaroons/README.md +117 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/XrdMacaroons.cc +25 -29
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/XrdMacaroonsAuthz.cc +10 -26
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/XrdMacaroonsAuthz.hh +2 -7
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/XrdMacaroonsConfigure.cc +30 -38
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/XrdMacaroonsHandler.cc +113 -124
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/XrdMacaroonsHandler.hh +4 -5
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetAddrInfo.cc +36 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetAddrInfo.hh +9 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsConfigPI.cc +2 -2
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucNSWalk.cc +5 -5
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPrivateUtils.hh +3 -2
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/XrdSciTokensAccess.cc +64 -22
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecProtocolgsi.cc +0 -58
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiEvent.hh +6 -3
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysIOEvents.cc +1 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysLogging.cc +7 -3
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdXeq.cc +1 -1
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/common.cfg +1 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/test.sh +40 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/http.sh +4 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdHttpTests/XrdHttpTests.cc +7 -1
- {xrootd-5.9.2 → xrootd-5.9.4}/xrootd.egg-info/PKG-INFO +2 -2
- {xrootd-5.9.2 → xrootd-5.9.4}/xrootd.egg-info/SOURCES.txt +0 -1
- xrootd-5.9.2/VERSION +0 -1
- xrootd-5.9.2/bindings/python/VERSION +0 -1
- xrootd-5.9.2/src/XrdMacaroons/README.md +0 -62
- xrootd-5.9.2/src/XrdMacaroons/macaroon-init +0 -154
- {xrootd-5.9.2 → xrootd-5.9.4}/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/COPYING +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/COPYING.BSD +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/COPYING.LGPL +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/LICENSE +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/MANIFEST.in +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/README.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/.gitignore +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/MANIFEST.in +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/README.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/Makefile +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/ReleaseNotes.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/.static/css/custom.css +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/.templates/layout.html +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/conf.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/examples/copyprocess.rst +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/examples/file.rst +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/examples/filesystem.rst +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/examples.rst +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/favicon.ico +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/gettingstarted.rst +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/index.rst +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/install.rst +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/modules/client/copyprocess.rst +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/modules/client/file.rst +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/modules/client/filesystem.rst +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/modules/client/flags.rst +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/modules/client/responses.rst +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/modules/client/url.rst +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/modules/client/utils.rst +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/xrootd-200x68.png +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/copy.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/copyprocess.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/dirlist.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/fcntl.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/fcntl_async.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/fileproperties.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/filesystemproperties.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/iterate.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/locate.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/mkdir.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/mv.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/query.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/read.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/readchunks.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/readlines.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/rm.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/rmdir.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/vector_read.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/visa.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/visa_async.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/write.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/__init__.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/__init__.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/_version.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/copyprocess.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/env.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/file.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/filesystem.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/finalize.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/flags.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/glob_funcs.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/responses.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/url.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/utils.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/pyproject.toml +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/setup.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/AsyncResponseHandler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/ChunkIterator.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/Conversions.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootD.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDCopyProcess.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDCopyProcess.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDCopyProgressHandler.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDCopyProgressHandler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDEnv.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDFileSystem.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDFileSystem.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDFinalize.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDModule.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDURL.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDURL.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/Utils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/Utils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/__init__.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/tests/env.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/tests/test_copy.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/tests/test_file.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/tests/test_filesystem.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/tests/test_glob.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/tests/test_threads.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/tests/test_url.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/FindDavix.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/FindKerberos5.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/FindMacaroons.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/FindReadline.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/FindSciTokensCpp.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/FindTinyXml.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/FindVOMS.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/Findceph.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/Findfuse.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/Findisal.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/Findlibuuid.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/Findsystemd.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/XRootDConfig.cmake.in +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/XRootDDefaults.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/XRootDFindLibs.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/XRootDOSDefs.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/XRootDSummary.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/XRootDSystemCheck.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/XRootDVersion.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/cmake/uninstall.cmake.in +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/CONTRIBUTING.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/INSTALL.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/README_IPV4_To_IPV6 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/TESTING.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/images/xrootd-icon-big.png +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/images/xrootd-icon.png +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/images/xrootd-logo.png +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/cmsd.8 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/frm_admin.8 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/frm_purged.8 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/frm_xfragent.8 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/frm_xfrd.8 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/libXrdVoms.1 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/mpxstats.8 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdadler32.1 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdcp.1 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdfs.1 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdgsiproxy.1 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdgsitest.1 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdmapc.1 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdpfc_print.8 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdpwdadmin.8 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdsssadmin.8 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrootd.8 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrootdfs.1 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/gen-tarball.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/client-plugin.conf.example +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/client.conf +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/cmsd@.service +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/frm_purged@.service +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/frm_xfrd@.service +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/http.client.conf.example +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/recorder.conf +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrdhttp@.socket +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd-clustered.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd-filecache-clustered.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd-filecache-standalone.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd-http.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd-standalone.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd.logrotate +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd.te +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd@.service +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd@.socket +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/makesrpm.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/rhel/xrootd-sysusers.conf +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/packaging/rhel/xrootd.tmpfiles +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/pyproject.toml +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/setup.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/setup.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XProtocol/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XProtocol/README +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XProtocol/XProtocol.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XProtocol/XProtocol.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XProtocol/XPtypes.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XProtocol/YProtocol.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdBuffXL.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdBuffXL.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdBuffer.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdBuffer.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdGlobals.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdInet.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdInet.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdInfo.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdInfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdJob.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLink.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLink.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLinkCtl.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLinkCtl.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLinkInfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLinkMatch.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLinkMatch.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLinkXeq.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLinkXeq.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdMain.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdMonRoll.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdMonRoll.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdMonitor.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdMonitor.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdObject.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdObject.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdPoll.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdPoll.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdPollE.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdPollE.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdPollInfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdPollPoll.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdPollPoll.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdProtLoad.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdProtLoad.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdProtocol.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdScheduler.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdScheduler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdSendQ.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdSendQ.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdStats.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdTcpMonPin.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAccess.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAccess.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAudit.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAudit.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAuthDB.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAuthFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAuthFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAuthorize.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccCapability.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccCapability.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccEntity.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccEntity.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccGroups.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccGroups.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccPrivs.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdAccTest.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdAppsCconfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdCks.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixPlugin.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixPlugin.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClProxyPlugin/README.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/README.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/XrdClAction.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/XrdClActionMetrics.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/XrdClRecorder.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/XrdClRecorderPlugin.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/XrdClRecorderPlugin.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/XrdClReplay.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/XrdClReplayArgs.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdCpConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdCpFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdCpFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdCrc32c.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdMapCluster.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdMpxStats.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdMpxXml.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdMpxXml.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdPinls.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdPrep.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdQStats.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdWait41.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/Xrdadler32.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwm.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwm.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmHandle.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmHandle.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmLogger.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmLogger.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmPolicy.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmPolicy1.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmPolicy1.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/BufferUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/BufferUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/CephIOAdapterAIORaw.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/CephIOAdapterAIORaw.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/CephIOAdapterRaw.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/CephIOAdapterRaw.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/ICephIOAdapter.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/IXrdCephBufferAlg.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/IXrdCephBufferData.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/IXrdCephReadVAdapter.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephBufferAlgSimple.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephBufferAlgSimple.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephBufferDataSimple.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephBufferDataSimple.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephReadVBasic.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephReadVBasic.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephReadVNoOp.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephReadVNoOp.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBulkAioRead.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBulkAioRead.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOss.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOss.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssBufferedFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssBufferedFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssDir.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssDir.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssReadVFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssReadVFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephPosix.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephPosix.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephXAttr.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephXAttr.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCks.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksAssist.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksAssist.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalc.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalcadler32.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalccrc32.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalccrc32.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalccrc32C.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalccrc32C.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalcmd5.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalcmd5.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalczcrc32.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksData.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksLoader.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksLoader.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksManOss.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksManOss.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksManager.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksWrapper.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksXAttr.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAnyObject.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClApply.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClArg.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncDiscardReader.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncHSReader.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncHSWriter.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncMsgReader.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncMsgWriter.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncPageReader.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncRawReader.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncRawReaderIntfc.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncSocketHandler.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncSocketHandler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncVectorReader.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClBuffer.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClChannel.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClChannel.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClChannelHandlerList.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClChannelHandlerList.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCheckSumHelper.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCheckSumManager.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCheckSumManager.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCheckpointOperation.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClClassicCopyJob.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClClassicCopyJob.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClConstants.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCopy.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCopyJob.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCopyProcess.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCopyProcess.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCtx.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClDefaultEnv.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClDefaultEnv.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClDlgEnv.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClEcHandler.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClEcHandler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClEnv.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClEnv.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFS.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFSExecutor.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFSExecutor.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileOperations.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileStateHandler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileSystem.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileSystem.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileSystemOperations.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileSystemUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileSystemUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileTimer.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileTimer.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFinalOperation.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClForkHandler.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClForkHandler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFwd.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClInQueue.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClInQueue.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClJobManager.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClJobManager.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClLocalFileHandler.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClLocalFileHandler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClLocalFileTask.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClLocalFileTask.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClLog.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClLog.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClMessage.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClMessageUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClMessageUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClMetalinkRedirector.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClMetalinkRedirector.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClMonitor.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOperationHandlers.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOperationTimeout.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOperations.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOperations.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOptimizers.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOptional.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOutQueue.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOutQueue.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClParallelOperation.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPlugInInterface.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPlugInManager.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPlugInManager.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPoller.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPollerBuiltIn.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPollerBuiltIn.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPollerFactory.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPollerFactory.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPostMaster.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPostMaster.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPostMasterInterfaces.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPropertyList.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClRedirectorRegistry.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClRedirectorRegistry.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClRequestSync.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClResponseJob.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClSIDManager.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClSIDManager.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClSocket.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClSocket.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClStatus.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClStatus.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClStream.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClStream.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClSyncQueue.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTPFallBackCopyJob.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTPFallBackCopyJob.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTaskManager.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTaskManager.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClThirdPartyCopyJob.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClThirdPartyCopyJob.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTls.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTls.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTransportManager.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTransportManager.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClURL.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClURL.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXCpCtx.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXCpCtx.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXCpSrc.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXCpSrc.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXRootDMsgHandler.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXRootDMsgHandler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXRootDResponses.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXRootDResponses.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXRootDTransport.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXRootDTransport.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClZipArchive.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClZipArchive.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClZipCache.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClZipListHandler.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClZipListHandler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClZipOperations.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpFilePlugIn.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpFilePlugIn.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpFileSystemPlugIn.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpFileSystemPlugIn.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpPlugInFactory.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpPlugInFactory.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpPlugInUtil.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpPlugInUtil.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpPosix.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpPosix.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsAdmin.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsAdmin.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsBaseFS.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsBaseFS.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsBlackList.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsBlackList.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsCache.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsCache.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClient.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClient.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClientConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClientConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClientMan.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClientMan.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClientMsg.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClientMsg.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClustID.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClustID.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsCluster.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsCluster.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsFinder.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsFinder.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsJob.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsJob.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsKey.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsKey.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsLogin.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsLogin.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsManList.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsManList.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsManTree.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsManTree.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsManager.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsManager.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsMeter.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsMeter.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsNash.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsNash.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsNode.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsNode.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsPList.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsPList.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsParser.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsParser.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsPerfMon.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsPrepArgs.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsPrepArgs.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsPrepare.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsPrepare.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsProtocol.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsProtocol.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRRData.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRRData.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRRQ.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRRQ.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRTable.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRTable.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRedirLocal.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRedirLocal.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsResp.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsResp.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRole.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRouting.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRouting.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsSecurity.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsSecurity.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsSelect.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsState.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsState.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsSupervisor.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsSupervisor.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsTalk.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsTalk.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsTypes.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsVnId.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoAux.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoAux.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoBasic.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoBasic.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoCipher.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoCipher.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoFactory.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoFactory.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoLite.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoLite.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoLite_bf32.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoMsgDigest.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoMsgDigest.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoRSA.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoRSA.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509Chain.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509Chain.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509Crl.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509Crl.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509Req.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509Req.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptogsiX509Chain.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptogsiX509Chain.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslAux.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslAux.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslCipher.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslCipher.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslFactory.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslFactory.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslMsgDigest.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslMsgDigest.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslRSA.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslRSA.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslX509.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslX509.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslX509Crl.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslX509Crl.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslX509Req.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslX509Req.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslgsiAux.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptotest.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdDig/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdDig/XrdDigAuth.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdDig/XrdDigAuth.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdDig/XrdDigConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdDig/XrdDigConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdDig/XrdDigFS.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdDig/XrdDigFS.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/README +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcObjCfg.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcReader.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcReader.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcRedundancyProvider.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcRedundancyProvider.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcStrmWriter.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcStrmWriter.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcThreadPool.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcUtilities.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcUtilities.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcWrtBuff.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/README +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsDent.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsDent.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsFsinfo.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsFsinfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsMisc.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsMisc.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsPosix.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsPosix.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsQueue.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsQueue.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsWcache.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsWcache.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsXrootdfs.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/xrootdfs.template +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcCID.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcCID.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcProxy.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcProxy.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcReqAgent.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcReqAgent.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcReqFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcReqFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcRequest.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcTrace.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcXAttr.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcXLock.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdmin.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdmin.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdminAudit.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdminFiles.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdminFind.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdminMain.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdminQuery.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdminReloc.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdminUnlink.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmCns.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmCns.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmFiles.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmFiles.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmMigrate.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmMigrate.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmMonitor.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmMonitor.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmPurgMain.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmPurge.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmPurge.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmReqBoss.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmReqBoss.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmTSort.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmTSort.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmTransfer.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmTransfer.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrAgent.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrAgent.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrDaemon.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrDaemon.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrJob.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrMain.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrQueue.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrQueue.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHeaders.cmake +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/README-CKSUM.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpChecksum.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpChecksum.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpChecksumHandler.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpChecksumHandler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpExtHandler.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpExtHandler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpHeaderUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpHeaderUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpModule.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpProtocol.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpReadRangeHandler.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpReadRangeHandler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpReq.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpReq.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpSecXtractor.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpSecurity.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpStatic.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/static/favicon.ico +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/static/xrdhttp.css +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/static/xrdhttp_css.h +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/static/xrdhttp_favicon_ico.h +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/xrootd-http-rdr.cf +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/xrootd-http.cf +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpCors/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpCors/README.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpCors/XrdHttpCors.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpCors/XrdHttpCorsHandler.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpCors/XrdHttpCorsHandler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/README.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcMultistream.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcPMarkManager.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcPMarkManager.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcState.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcState.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcStream.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcStream.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/export-lib-symbols +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/xrootd-test-tpc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/export-lib-symbols +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNet.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNet.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetAddr.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetAddr.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetBuffer.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetBuffer.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetCache.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetCache.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetCmsNotify.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetCmsNotify.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetConnect.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetConnect.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetIF.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetIF.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetIdentity.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetIdentity.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetMsg.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetMsg.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetOpts.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetPMark.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetPMark.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetPMarkCfg.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetPMarkCfg.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetPMarkFF.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetPMarkFF.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetPeer.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetRefresh.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetRefresh.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetRegistry.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetRegistry.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetSecurity.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetSecurity.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetSockAddr.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetSocket.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetSocket.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfs.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfs.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsCPFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsCPFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsChkPnt.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsChkPnt.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsConfigCP.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsConfigCP.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsConfigPI.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsEvr.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsEvr.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsEvs.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsEvs.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsFAttr.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsFS.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsFSctl.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsFSctl_PI.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsHandle.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsHandle.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsPoscq.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsPoscq.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsPrepGPI.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsPrepare.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsSecurity.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsStats.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsStats.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPC.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPC.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCAuth.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCAuth.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCInfo.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCInfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCJob.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCJob.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCProg.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCProg.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOss.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOss.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssAio.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssApi.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssApi.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssAt.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssAt.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssCache.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssCache.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssCopy.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssCopy.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssCreate.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssDefaultSS.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssError.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssMSS.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssMio.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssMio.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssMioFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssOpaque.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssPath.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssPath.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssReloc.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssRename.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssSIgpfsT.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssSpace.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssSpace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssStage.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssStage.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssStat.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssStatInfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssUnlink.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssVS.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssWrapper.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/README.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsi.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsi.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiCrcUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiCrcUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiFileAio.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiFileAio.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiPages.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiPages.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiPagesUnaligned.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiRanges.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiRanges.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiTagstore.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiTagstoreFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiTagstoreFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssHandler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/README.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/XrdOssStatsConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/XrdOssStatsConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/XrdOssStatsDirectory.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/XrdOssStatsFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/XrdOssStatsFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/XrdOssStatsFileSystem.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/XrdOssStatsFileSystem.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/export-lib-symbols +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/README.bonjour +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucArgs.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucArgs.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucBackTrace.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucBackTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucBuffer.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucBuffer.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCRC.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCRC.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCRC32C.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCRC32C.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCache.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCache.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCacheCM.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCacheStats.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCallBack.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCallBack.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucChain.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucChkPnt.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCompiler.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucDLlist.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucECMsg.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucECMsg.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucERoute.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucERoute.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucEnum.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucEnv.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucEnv.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucErrInfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucExport.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucExport.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucFileInfo.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucFileInfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucGMap.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucGMap.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucGatherConf.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucGatherConf.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucHash.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucHash.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucHashVal.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucIOVec.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucJson.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucLock.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucLogging.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucLogging.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucMapP2X.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucMsubs.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucMsubs.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucN2NLoader.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucN2NLoader.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucN2No2p.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucNList.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucNList.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucNSWalk.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucName2Name.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucName2Name.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPList.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPgrwUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPgrwUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPinKing.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPinLoader.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPinLoader.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPinObject.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPinPath.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPinPath.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPreload.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPreload.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucProg.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucProg.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPsx.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPsx.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPup.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPup.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucRash.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucRash.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucReqID.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucReqID.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSFVec.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSHA3.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSHA3.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSid.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSid.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSiteName.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSiteName.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucStats.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucStream.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucStream.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucString.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucString.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSxeq.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSxeq.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTList.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTPC.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTPC.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTable.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTokenizer.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTokenizer.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTrace.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucUri.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucUri.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucVerName.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucVerName.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucXAttr.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOuca2x.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOuca2x.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/README +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfc.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfc.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcAllowDecision.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcBlacklistDecision.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcCommand.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcConfiguration.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcDecision.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcDirState.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcDirState.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcDirStateBase.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcDirStatePurgeshot.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcDirStateSnapshot.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcDirStateSnapshot.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFPurgeState.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFPurgeState.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFSctl.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFSctl.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFsTraversal.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFsTraversal.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcIO.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcIO.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcIOFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcIOFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcIOFileBlock.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcIOFileBlock.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcInfo.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcInfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcPathParseTools.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcPrint.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcPrint.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcPurge.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcPurgePin.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcPurgeQuota.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcResourceMonitor.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcResourceMonitor.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcStats.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcTypes.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/README +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosix.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosix.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixAdmin.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixAdmin.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixCache.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixCache.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixCallBack.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixCallBack.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixDir.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixDir.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixExtern.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixExtra.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixExtra.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixFileRH.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixFileRH.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixInfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixLinkage.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixLinkage.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixMap.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixMap.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixObjGuard.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixObject.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixObject.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixOsDep.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixPreload.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixPreload32.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixPrepIO.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixPrepIO.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixStats.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixXrootd.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixXrootd.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixXrootdPath.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixXrootdPath.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPss.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPss.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssAio.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssAioCB.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssAioCB.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssCks.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssCks.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssUrlInfo.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssUrlInfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/XrdRmc.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/XrdRmc.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/XrdRmcData.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/XrdRmcData.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/XrdRmcReal.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/XrdRmcReal.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/XrdRmcSlot.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/LICENSE +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/README.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/XrdSciTokensHelper.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/XrdSciTokensMon.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/XrdSciTokensMon.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/configs/export-lib-symbols +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/configs/export-module-symbols +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/configs/scitokens.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/config/override.conf +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/config/scitokens-aud.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/config/scitokens-multi-aud.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/config/scitokens-no-aud.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/config/xrootd-http.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/create-pubkey.py +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/openssl-selfsigned.conf +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/setup_tests.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/test_inside_docker.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/README.vendor +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/inih/.gitignore +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/inih/.travis.yml +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/inih/INIReader.h +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/inih/INIReaderTest.cpp +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/inih/LICENSE.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/inih/README.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/inih/test.ini +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/.clang-format +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/.gitignore +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/.gitmodules +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/.travis.yml +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/Changes +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/LICENSE +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/README.mkdn +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/examples/github-issues.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/examples/iostream.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/examples/streaming.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/picojson.h +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/picotest/picotest.c +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/picotest/picotest.h +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/test.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecAttr.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecClient.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecEntity.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecEntity.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecEntityAttr.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecEntityAttr.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecEntityPin.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecEntityXtra.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecEntityXtra.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecInterface.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecLoadSecurity.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecLoadSecurity.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecMonitor.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecPManager.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecPManager.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecProtect.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecProtect.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecProtector.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecProtector.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecProtocolhost.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecProtocolhost.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecServer.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecServer.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecTLayer.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecTLayer.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSectestClient.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSectestServer.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecProtocolgsi.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsiAuthzFunDN.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsiAuthzFunVO.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsiGMAPFunDN.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsiGMAPFunDN.cf +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsiOpts.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsiProxy.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsiTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsitest.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSeckrb5/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSeckrb5/XrdSecProtocolkrb5.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecpwd/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecpwd/XrdSecProtocolpwd.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecpwd/XrdSecProtocolpwd.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecpwd/XrdSecpwdPlatform.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecpwd/XrdSecpwdSrvAdmin.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecpwd/XrdSecpwdTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecProtocolsss.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecProtocolsss.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssAdmin.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssCon.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssCon.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssEnt.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssEnt.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssID.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssID.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssKT.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssKT.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssMap.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssRR.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecunix/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecunix/XrdSecProtocolunix.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecztn/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecztn/XrdSecProtocolztn.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecztn/XrdSecztn.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsAio.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsDio.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsFAttr.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsFlags.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsGPFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsInterface.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsInterface.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsNative.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsNative.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsXio.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsXio.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsXioImpl.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiAlert.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiAlert.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiAtomics.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiAtomics.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiBVec.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiClient.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiCluster.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiCms.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiCms.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiDir.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiDir.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiEntity.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiErrInfo.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiErrInfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiEvent.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFileReq.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFileReq.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFileResource.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFileResource.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFileSess.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFileSess.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiLogger.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiLogger.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiLogging.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiProvider.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiRRAgent.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiRRInfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiRRTable.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiRequest.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiRequest.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiResource.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiRespInfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiResponder.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiResponder.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiScale.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiScale.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiServReal.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiServReal.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiService.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiService.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiSessReal.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiSessReal.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiSfs.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiSfs.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiSfsConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiSfsConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiShMam.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiShMam.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiShMap.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiShMap.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiShMat.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiShMat.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiStat.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiStats.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiStats.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiStream.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiTaskReal.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiTaskReal.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutAux.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutAux.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutBuckList.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutBuckList.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutBucket.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutBucket.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutBuffer.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutBuffer.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutCache.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutCacheEntry.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutCacheEntry.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutPFCache.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutPFCache.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutPFEntry.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutPFEntry.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutPFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutPFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutRndm.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutRndm.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysAtomics.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysDir.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysDir.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysE2T.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysE2T.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysError.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysError.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFAttr.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFAttr.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFAttrBsd.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFAttrLnx.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFAttrMac.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFAttrSun.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFD.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFallocate.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFallocate.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysHeaders.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysIOEvents.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysIOEventsPollE.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysIOEventsPollKQ.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysIOEventsPollPoll.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysIOEventsPollPort.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysKernelBuffer.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysLogPI.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysLogger.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysLogger.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysLogging.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPageSize.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPlatform.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPlatform.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPlugin.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPlugin.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPriv.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPriv.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPthread.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPthread.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPwd.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysRAtomic.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysSemWait.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysShmem.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysTimer.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysTimer.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysTrace.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysUtils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysXAttr.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysXAttr.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysXSLock.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysXSLock.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/README.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdOssThrottleFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottle.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleConfig.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleFileSystem.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleFileSystemConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleManager.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleManager.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTls.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTls.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsContext.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsContext.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsHostcheck.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsHostcheck.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsNotary.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsNotary.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsNotaryUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsNotaryUtils.icc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsPeerCerts.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsPeerCerts.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsSocket.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsSocket.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsTempCA.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsTempCA.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVersion.hh.in +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVersionPlugin.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/README.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVoms.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVomsFun.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVomsFun.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVomsHttp.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVomsMapfile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVomsMapfile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVomsTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVomsgsi.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlMetaLink.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlMetaLink.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlRdrTiny.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlRdrTiny.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlRdrXml2.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlRdrXml2.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlReader.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlReader.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/tinyxml/tinystr.cpp +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/tinyxml/tinystr.h +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/tinyxml/tinyxml.cpp +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/tinyxml/tinyxml.h +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/tinyxml/tinyxmlerror.cpp +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/tinyxml/tinyxmlparser.cpp +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAdmin.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAdmin.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioBuff.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioBuff.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioFob.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioFob.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioPgrw.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioPgrw.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioTask.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioTask.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdBridge.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdBridge.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdCallBack.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdCallBack.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdConfig.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdConfigMon.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdFileLock.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdFileLock1.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdFileLock1.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdFileStats.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdGPFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdGSReal.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdGSReal.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdGStream.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdGStream.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdJob.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdJob.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdLoadLib.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdMonData.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdMonFMap.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdMonFMap.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdMonFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdMonFile.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdMonitor.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdMonitor.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdNormAio.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdNormAio.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgrwAio.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgrwAio.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgwBadCS.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgwBadCS.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgwCtl.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgwCtl.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgwFob.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgwFob.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPio.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPio.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPlugin.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPrepare.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPrepare.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdProtocol.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdProtocol.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdRedirPI.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdReqID.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdResponse.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdResponse.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdStats.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdStats.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTpcMon.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTpcMon.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTrace.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTransPend.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTransPend.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTransSend.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTransSend.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTransit.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTransit.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdWVInfo.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdXPath.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdXeq.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdXeqChkPnt.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdXeqFAttr.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdXeqPgrw.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipCDFH.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipDataDescriptor.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipEOCD.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipExtra.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipLFH.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipUtils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipZIP64EOCD.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipZIP64EOCDL.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/scitokens.authdb +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/scitokens.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/setup.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/srv1.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/srv2.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/cache.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/cache.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/common.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/diglib.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/diglib.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/fuse.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/fuse.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/gsi.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/gsi.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/host.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/host.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/http.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/httpclientauth.authdb +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/httpnoclient.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/httpnoclient.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/krb5.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/krb5.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/noauth.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/noauth.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/posix.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/posix.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/scitokens-module.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/scitokens.authdb +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/scitokens.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/scitokens.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/sss.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/sss.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/test.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/unix.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/unix.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCeph/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCeph/XrdCeph.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/GTestXrdHelpers.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/IdentityPlugIn.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/IdentityPlugIn.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClFile.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClFileCopyTest.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClFileSystemTest.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClFileTest.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClLocalFileHandlerTest.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClOperationsWorkflowTest.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClPoller.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClPostMasterTest.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClSocket.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClThreadingTest.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClURL.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClUtilsTest.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClZip.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/cases/000-simple-download/main.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/cases/001-deep-path-download/main.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/cases/002-simple-upload/main.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/cases/003-deep-path-upload/main.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/common.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/config/caddyfile +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/config/caddyfile-webdav +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/config/client/http.conf +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/run_test.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdEc/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdEc/XrdEcTests.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdHttpTests/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdHttpTpc/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdHttpTpc/XrdHttpTpcTests.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdOssTests/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdOssTests/XrdOssTests.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdOucTests/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdOucTests/XrdOucUtilsTests.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdPfcTests/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdPfcTests/XrdPfcTests.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdPosix/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdPosix/cat.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdSsiTests/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdSsiTests/XrdShMap.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/common.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/man1.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/man2.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/metaman.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/scitokens.authdb +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/scitokens.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/setup.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/srv1.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/srv2.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/srv3.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/srv4.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/test.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/badredir/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/badredir/common.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/badredir/setup.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/badredir/srv-bad-redir1.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/badredir/srv-bad-redir2.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/badredir/test.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/check-headers.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/common.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/man1.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/man2.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/metaman.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/data.zip +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input1.meta4 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input1.metalink +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input2.meta4 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input2.metalink +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input3.meta4 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input3.metalink +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input4.meta4 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input4.metalink +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input5.meta4 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input5.metalink +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/large.zip +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/mlFileTest1.meta4 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/mlFileTest2.meta4 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/mlFileTest3.meta4 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/mlFileTest4.meta4 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/mlTpcTest.meta4 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/mlZipTest.meta4 +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/setup.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/srv1.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/srv2.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/srv3.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/srv4.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/test.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/common/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/common/Server.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/common/Server.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/common/TestEnv.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/common/TestEnv.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/common/Utils.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/common/Utils.hh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/krb5/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/krb5/README.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/krb5/kdc/extensions.client +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/krb5/kdc/extensions.kdc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/krb5/kdc.conf +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/krb5/kerberos.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/krb5/krb5.conf +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/post-install.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/scitokens/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/scitokens/XrdScitokensCreateJwks.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/scitokens/XrdScitokensCreateToken.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/scitokens/one-openid-configuration +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/scitokens/setup.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/scitokens/teardown.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/scitokens/two-openid-configuration +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/stress/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/stress/curl_stress.cc +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/tls/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/tls/README.md +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/tls/tls.conf +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/tls/tls.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/xcachewithcsi/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/xcachewithcsi/common.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/xcachewithcsi/setup.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/xcachewithcsi/srv-forxcache.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/xcachewithcsi/srv-pfc.cfg +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/tests/xcachewithcsi/test.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/ups/eupspkg.cfg.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/ups/xrootd.table +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/utils/CMakeLists.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/utils/XrdCmsNotify.pm +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/utils/XrdOlbMonPerf +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/utils/cms_monPerf +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/utils/hpsscp +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/utils/netchk +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/utils/xrdcp-tpc.sh +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/utils/xrootd-config +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/xrootd.egg-info/dependency_links.txt +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/xrootd.egg-info/not-zip-safe +0 -0
- {xrootd-5.9.2 → xrootd-5.9.4}/xrootd.egg-info/top_level.txt +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xrootd
|
|
3
|
-
Version: 5.9.
|
|
3
|
+
Version: 5.9.4
|
|
4
4
|
Summary: eXtended ROOT daemon
|
|
5
5
|
Home-page: https://xrootd.org
|
|
6
|
-
Download-URL: https://github.com/xrootd/xrootd/archive/v5.9.
|
|
6
|
+
Download-URL: https://github.com/xrootd/xrootd/archive/v5.9.4.tar.gz
|
|
7
7
|
Author: XRootD Developers
|
|
8
8
|
Author-email: xrootd-dev@slac.stanford.edu
|
|
9
9
|
License: LGPL-3.0-or-later
|
xrootd-5.9.4/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v5.9.4
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v5.9.4
|
|
@@ -5,6 +5,64 @@ XRootD
|
|
|
5
5
|
Release Notes
|
|
6
6
|
=============
|
|
7
7
|
|
|
8
|
+
-------------
|
|
9
|
+
Version 5.9.4
|
|
10
|
+
-------------
|
|
11
|
+
|
|
12
|
+
+ **Major bug fixes**
|
|
13
|
+
**[XrdHttp]** Construct digest according to OpenSSL's EVP_MAC documentation
|
|
14
|
+
**[XrdMacaroons]** Fix support for activity caveats
|
|
15
|
+
|
|
16
|
+
+ **Minor bug fixes**
|
|
17
|
+
**[DEB]** Add missing libcrypt-dev build dependency
|
|
18
|
+
**[Misc]** Fix some null pointer dereference bugs reported by clang-tidy
|
|
19
|
+
**[Python]** Use RPATH for macOS python wheels
|
|
20
|
+
**[Xrd]** Fix memory leak of Head member in XrdStats
|
|
21
|
+
**[XrdCks]** Fix clang-tidy warnings about uninitialized values
|
|
22
|
+
**[XrdHttp]** Send an error response back to the client when xrdhttptk is invalid
|
|
23
|
+
**[XrdHttpTpc]** Handle error determining IP when tpc.fixed_route is enabled
|
|
24
|
+
**[XrdMacaroons]** Improve handling of client errors
|
|
25
|
+
**[XrdMacaroons]** Fix leak of dynamic library handle on error
|
|
26
|
+
**[XrdMacaroons]** Fix leak of fd file descriptor during configuration
|
|
27
|
+
**[XrdMacaroons]** Fix memory leak of XrdSysError object
|
|
28
|
+
**[XrdSys]** Fix undefined behavior warning from clang-tidy
|
|
29
|
+
**[XrdSys]** Reset cmd.theSem before returning to avoid dangling reference
|
|
30
|
+
**[XrdXrootd]** Fix clang-tidy uninitialized variable warning in do_Read()
|
|
31
|
+
|
|
32
|
+
+ **Miscellaneous**
|
|
33
|
+
**[CI]** Replace Debian 11 and Ubuntu 22.04 with Debian 13 and Ubuntu 26.04
|
|
34
|
+
**[XrdMacaroons]** Remove obsolete macaroon-init script
|
|
35
|
+
**[XrdMacaroons]** Update README.md
|
|
36
|
+
|
|
37
|
+
-------------
|
|
38
|
+
Version 5.9.3
|
|
39
|
+
-------------
|
|
40
|
+
|
|
41
|
+
+ **Major bug fixes**
|
|
42
|
+
**[XrdHttpTpc]** Filter source/destination URLs through allowed list of schemes
|
|
43
|
+
**[XrdHttpTpc]** Limit curl handle to http and https protocols only
|
|
44
|
+
**[XrdHttp]** Encode the key of the opaque query string
|
|
45
|
+
**[XrdMacaroons]** Reject user-provided caveats with reserved keys
|
|
46
|
+
|
|
47
|
+
+ **Minor bug fixes**
|
|
48
|
+
**[XrdOuc]** Ensure XList is initialized in XrdOucNSWalk constructor
|
|
49
|
+
**[XrdSciTokens]** Close token and ACL cleanup leaks
|
|
50
|
+
**[XrdSciTokens]** Fix ACL cache TTL computation from token expiry
|
|
51
|
+
**[XrdSciTokens]** Harden token input
|
|
52
|
+
**[XrdSciTokens]** Match rules based on path-component boundary
|
|
53
|
+
**[XrdSciTokens]** Serialize issuer reads and atomic reconfig state swap
|
|
54
|
+
**[XrdSciTokens]** Tighten group and subject-claim memory handling
|
|
55
|
+
**[XrdSecgsi]** Remove dead code
|
|
56
|
+
**[XrdSsi]** Fix GCC 16 -Wmaybe-uninitialized compiler warning
|
|
57
|
+
|
|
58
|
+
+ **Miscellaneous**
|
|
59
|
+
**[CI]** Check ABI against merge-base of HEAD and latest tag
|
|
60
|
+
**[CI]** Publish binary Python wheels for Linux/macOS on aarch64/x86_64
|
|
61
|
+
**[CMake]** Set install_name property on macOS for Python wheel builds
|
|
62
|
+
**[XrdHttpTpc]** Add option to allow/deny transfers to/from local/private addresses
|
|
63
|
+
**[XrdHttpTpc]** Convert s3(s):// scheme to https:// in tpc source/destination URLs
|
|
64
|
+
**[XrdHttpTpc]** Improve error handling in TPCHandler::DetermineXferSize
|
|
65
|
+
|
|
8
66
|
-------------
|
|
9
67
|
Version 5.9.2
|
|
10
68
|
-------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#!/
|
|
1
|
+
#!/bin/sh
|
|
2
2
|
|
|
3
3
|
# This script no longer generates XrdVersion.hh, but just
|
|
4
4
|
# prints the version using the same strategy as in the module
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
# not expanded by git, git describe is used. If a bad version is
|
|
9
9
|
# set for any reason, a fallback version is used based on a date.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
usage()
|
|
12
12
|
{
|
|
13
13
|
cat 1>&2 <<-EOF
|
|
14
14
|
Usage:
|
|
@@ -24,9 +24,9 @@ function usage()
|
|
|
24
24
|
SRC="$(dirname "$0")"
|
|
25
25
|
VF="${SRC}/VERSION"
|
|
26
26
|
|
|
27
|
-
if [
|
|
27
|
+
if [ -n "${XRDVERSION}" ]; then
|
|
28
28
|
VERSION="${XRDVERSION}";
|
|
29
|
-
elif [
|
|
29
|
+
elif [ -r "${VF}" ] && grep -vq "Format:" "${VF}"; then
|
|
30
30
|
VERSION="$(sed -e 's/-g/+git/' "${VF}")"
|
|
31
31
|
elif git -C "${SRC}" describe --match 'v*' >/dev/null 2>&1; then
|
|
32
32
|
VERSION="$(git -C "${SRC}" describe --match 'v*' | sed -e 's/-g/+git/')"
|
|
@@ -34,7 +34,7 @@ else
|
|
|
34
34
|
VERSION="v5.9-rc$(date +%Y%m%d)"
|
|
35
35
|
fi
|
|
36
36
|
|
|
37
|
-
while [
|
|
37
|
+
while [ $# -gt 0 ]; do
|
|
38
38
|
case $1 in
|
|
39
39
|
--help)
|
|
40
40
|
usage
|
|
@@ -52,7 +52,7 @@ while [[ $# -gt 0 ]]; do
|
|
|
52
52
|
|
|
53
53
|
--version)
|
|
54
54
|
shift
|
|
55
|
-
if [
|
|
55
|
+
if [ $# -eq 0 ]; then
|
|
56
56
|
echo "error: --version parameter needs an argument" 1>&2
|
|
57
57
|
fi
|
|
58
58
|
VERSION=$1
|
|
@@ -66,8 +66,8 @@ while [[ $# -gt 0 ]]; do
|
|
|
66
66
|
esac
|
|
67
67
|
done
|
|
68
68
|
|
|
69
|
-
if [
|
|
70
|
-
VERSION=$(sed -e 's/v//; s/-rc/~rc/; s/-g/+git/; s/-/.post/; s/-/./'
|
|
69
|
+
if [ -n "${SANITIZE}" ]; then
|
|
70
|
+
VERSION=$(printf "%s\n" "${VERSION}" | sed -e 's/v//; s/-rc/~rc/; s/-g/+git/; s/-/.post/; s/-/./')
|
|
71
71
|
fi
|
|
72
72
|
|
|
73
73
|
printf "%s" "${VERSION}"
|
|
@@ -3,8 +3,13 @@
|
|
|
3
3
|
# (this is especially important for plugins)
|
|
4
4
|
#-------------------------------------------------------------------------------
|
|
5
5
|
if( PYPI_BUILD )
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
if( APPLE )
|
|
7
|
+
set(CMAKE_INSTALL_NAME_DIR "@rpath")
|
|
8
|
+
set(CMAKE_INSTALL_RPATH "@loader_path")
|
|
9
|
+
else()
|
|
10
|
+
set(CMAKE_INSTALL_RPATH "$ORIGIN")
|
|
11
|
+
endif()
|
|
12
|
+
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH true)
|
|
8
13
|
endif()
|
|
9
14
|
|
|
10
15
|
#-------------------------------------------------------------------------------
|
|
@@ -89,7 +89,7 @@ void Stats(XrdStats::CallBack *InfoBack, int xOpts, int jOpts=0);
|
|
|
89
89
|
const char *hn, int port, const char *in, const char *pn,
|
|
90
90
|
const char *sn);
|
|
91
91
|
|
|
92
|
-
virtual ~XrdStats() {if (buff) free(buff);}
|
|
92
|
+
virtual ~XrdStats() {if (buff) free(buff); if (Head) free(Head); }
|
|
93
93
|
|
|
94
94
|
private:
|
|
95
95
|
|
|
@@ -417,10 +417,13 @@ do{while(optind < Argc && Legacy(optind)) {}
|
|
|
417
417
|
|
|
418
418
|
// Check if we have any sources or too many sources
|
|
419
419
|
//
|
|
420
|
-
|
|
420
|
+
srcFile = pBase.Next;
|
|
421
|
+
|
|
422
|
+
if (!numFiles || !srcFile)
|
|
423
|
+
UMSG("Source not specified.");
|
|
424
|
+
|
|
421
425
|
if (Opts & opt1Src && numFiles > 1)
|
|
422
426
|
FMSG("Only a single source is allowed.", 2);
|
|
423
|
-
srcFile = pBase.Next;
|
|
424
427
|
|
|
425
428
|
// Check if we have an appropriate destination
|
|
426
429
|
//
|
|
@@ -118,10 +118,10 @@ XrdCksManager::~XrdCksManager()
|
|
|
118
118
|
|
|
119
119
|
int XrdCksManager::Calc(const char *Pfn, XrdCksData &Cks, int doSet)
|
|
120
120
|
{
|
|
121
|
-
XrdCksCalc *csP;
|
|
121
|
+
XrdCksCalc *csP = nullptr;
|
|
122
122
|
csInfo *csIP = &csTab[0];
|
|
123
|
-
time_t MTime;
|
|
124
|
-
int rc;
|
|
123
|
+
time_t MTime = 0;
|
|
124
|
+
int rc = 0;
|
|
125
125
|
|
|
126
126
|
// Determine which checksum to get
|
|
127
127
|
//
|
|
@@ -463,8 +463,8 @@ int XrdCksManager::Del(const char *Pfn, XrdCksData &Cks)
|
|
|
463
463
|
int XrdCksManager::Get(const char *Pfn, XrdCksData &Cks)
|
|
464
464
|
{
|
|
465
465
|
XrdOucXAttr<XrdCksXAttr> xCS;
|
|
466
|
-
time_t MTime;
|
|
467
|
-
int rc, nFault;
|
|
466
|
+
time_t MTime = 0;
|
|
467
|
+
int rc = 0, nFault = 0;
|
|
468
468
|
|
|
469
469
|
// Determine which checksum to get (we will accept unsupported ones as well)
|
|
470
470
|
//
|
|
@@ -613,7 +613,7 @@ int XrdCksManager::Set(const char *Pfn, XrdCksData &Cks, int myTime)
|
|
|
613
613
|
// Set correct times if need be
|
|
614
614
|
//
|
|
615
615
|
if (!myTime)
|
|
616
|
-
{time_t MTime;
|
|
616
|
+
{time_t MTime = 0;
|
|
617
617
|
int rc = ModTime(Pfn, MTime);
|
|
618
618
|
if (rc) return rc;
|
|
619
619
|
xCS.Attr.Cks.fmTime = static_cast<long long>(MTime);
|
|
@@ -638,7 +638,7 @@ void XrdCksManager::SetOpts(int opt) {CksOpts = opt;}
|
|
|
638
638
|
int XrdCksManager::Ver(const char *Pfn, XrdCksData &Cks)
|
|
639
639
|
{
|
|
640
640
|
XrdOucXAttr<XrdCksXAttr> xCS;
|
|
641
|
-
time_t MTime;
|
|
641
|
+
time_t MTime = 0;
|
|
642
642
|
csInfo *csIP = &csTab[0];
|
|
643
643
|
int rc;
|
|
644
644
|
|
|
@@ -339,6 +339,8 @@ namespace
|
|
|
339
339
|
XrdCl::AnyObject *rdresp,
|
|
340
340
|
XrdCl::HostList *hostList )
|
|
341
341
|
{
|
|
342
|
+
using namespace XrdCl;
|
|
343
|
+
|
|
342
344
|
if( !status->IsOK() )
|
|
343
345
|
{
|
|
344
346
|
userHandler->HandleResponseWithHosts( status, rdresp, hostList );
|
|
@@ -346,11 +348,17 @@ namespace
|
|
|
346
348
|
return;
|
|
347
349
|
}
|
|
348
350
|
|
|
349
|
-
using namespace XrdCl;
|
|
350
351
|
|
|
351
|
-
ChunkInfo *chunk =
|
|
352
|
+
ChunkInfo *chunk = nullptr;
|
|
352
353
|
rdresp->Get( chunk );
|
|
353
354
|
|
|
355
|
+
if( !chunk )
|
|
356
|
+
{
|
|
357
|
+
userHandler->HandleResponseWithHosts( status, rdresp, hostList );
|
|
358
|
+
delete this;
|
|
359
|
+
return;
|
|
360
|
+
}
|
|
361
|
+
|
|
354
362
|
std::vector<uint32_t> cksums;
|
|
355
363
|
if( stateHandler->pIsChannelEncrypted )
|
|
356
364
|
{
|
|
@@ -867,7 +867,8 @@ int XrdHttpProtocol::Process(XrdLink *lp) // We ignore the argument here
|
|
|
867
867
|
secretkey);
|
|
868
868
|
|
|
869
869
|
if (compareHash(hash, tk)) {
|
|
870
|
-
TRACEI(REQ, "
|
|
870
|
+
TRACEI(REQ, "Invalid tk '" << tk << "' != '" << hash << "' (calculated). Authentication failed.");
|
|
871
|
+
SendSimpleResp(400, nullptr, nullptr, "Authentication failed: invalid token", 0, false);
|
|
871
872
|
return -1;
|
|
872
873
|
}
|
|
873
874
|
|
|
@@ -258,16 +258,25 @@ void calcHashes(
|
|
|
258
258
|
|
|
259
259
|
#if OPENSSL_VERSION_NUMBER >= 0x30000000L
|
|
260
260
|
|
|
261
|
-
mac = EVP_MAC_fetch(
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
if (!ctx) {
|
|
265
|
-
return;
|
|
261
|
+
if (!(mac = EVP_MAC_fetch(nullptr, "HMAC", nullptr))) {
|
|
262
|
+
return;
|
|
266
263
|
}
|
|
267
264
|
|
|
265
|
+
if (!(ctx = EVP_MAC_CTX_new(mac))) {
|
|
266
|
+
EVP_MAC_free(mac);
|
|
267
|
+
return;
|
|
268
|
+
}
|
|
268
269
|
|
|
269
|
-
|
|
270
|
+
OSSL_PARAM params[2] = {
|
|
271
|
+
OSSL_PARAM_construct_utf8_string("digest", (char*)"SHA256", 0),
|
|
272
|
+
OSSL_PARAM_construct_end()
|
|
273
|
+
};
|
|
270
274
|
|
|
275
|
+
if (!EVP_MAC_init(ctx, (const unsigned char *) key, strlen(key), params)) {
|
|
276
|
+
EVP_MAC_CTX_free(ctx);
|
|
277
|
+
EVP_MAC_free(mac);
|
|
278
|
+
return;
|
|
279
|
+
}
|
|
271
280
|
|
|
272
281
|
if (fn)
|
|
273
282
|
EVP_MAC_update(ctx, (const unsigned char *) fn,
|
|
@@ -52,6 +52,36 @@ bool TPCHandler::Configure(const char *configfn, XrdOucEnv *myEnv)
|
|
|
52
52
|
m_log.Emsg("Config", "https.desthttps value is invalid", val);
|
|
53
53
|
return false;
|
|
54
54
|
}
|
|
55
|
+
} else if (!strcmp("tpc.allow", val)) {
|
|
56
|
+
if (!(val = Config.GetWord())) {
|
|
57
|
+
Config.Close();
|
|
58
|
+
m_log.Emsg("Config", "tpc.allow value not specified");
|
|
59
|
+
return false;
|
|
60
|
+
}
|
|
61
|
+
if (strcmp(val, "local") == 0) {
|
|
62
|
+
m_allow_local = true;
|
|
63
|
+
} else if (strcmp(val, "private") == 0) {
|
|
64
|
+
m_allow_private = true;
|
|
65
|
+
} else {
|
|
66
|
+
Config.Close();
|
|
67
|
+
m_log.Emsg("Config", "tpc.allow value is invalid", val);
|
|
68
|
+
return false;
|
|
69
|
+
}
|
|
70
|
+
} else if (!strcmp("tpc.deny", val)) {
|
|
71
|
+
if (!(val = Config.GetWord())) {
|
|
72
|
+
Config.Close();
|
|
73
|
+
m_log.Emsg("Config", "tpc.deny value not specified");
|
|
74
|
+
return false;
|
|
75
|
+
}
|
|
76
|
+
if (strcmp(val, "local") == 0) {
|
|
77
|
+
m_allow_local = false;
|
|
78
|
+
} else if (strcmp(val, "private") == 0) {
|
|
79
|
+
m_allow_private = false;
|
|
80
|
+
} else {
|
|
81
|
+
Config.Close();
|
|
82
|
+
m_log.Emsg("Config", "tpc.deny value is invalid", val);
|
|
83
|
+
return false;
|
|
84
|
+
}
|
|
55
85
|
} else if (!strcmp("tpc.trace", val)) {
|
|
56
86
|
if (!ConfigureLogger(Config)) {
|
|
57
87
|
Config.Close();
|
|
@@ -120,24 +120,43 @@ int TPCHandler::opensocket_callback(void *clientp,
|
|
|
120
120
|
curlsocktype purpose,
|
|
121
121
|
struct curl_sockaddr *aInfo)
|
|
122
122
|
{
|
|
123
|
-
|
|
123
|
+
/* CURLSOCKTYPE_IPCXN (for IP based connections) is the only type currently known by curl,
|
|
124
|
+
* so let's make sure to reject other types if they appear in the furure */
|
|
125
|
+
if (purpose != CURLSOCKTYPE_IPCXN)
|
|
126
|
+
return CURL_SOCKET_BAD;
|
|
127
|
+
|
|
128
|
+
if (!aInfo)
|
|
129
|
+
return CURL_SOCKET_BAD;
|
|
130
|
+
|
|
131
|
+
// Create the socket (note that O_CLOEXEC flag will be set)
|
|
124
132
|
int fd = XrdSysFD_Socket(aInfo->family, aInfo->socktype, aInfo->protocol);
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
if(fd < 0) {
|
|
133
|
+
|
|
134
|
+
if (fd < 0) {
|
|
128
135
|
return CURL_SOCKET_BAD;
|
|
129
136
|
}
|
|
130
|
-
|
|
131
|
-
if (
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
137
|
+
|
|
138
|
+
if (!clientp)
|
|
139
|
+
return fd;
|
|
140
|
+
|
|
141
|
+
XrdNetAddr thePeer(&(aInfo->addr));
|
|
142
|
+
TPCLogRecord *rec = static_cast<TPCLogRecord*>(clientp);
|
|
143
|
+
|
|
144
|
+
/* Reject attempts to connect to local/private addresses unless allowed by configuration */
|
|
145
|
+
if ((!rec->allow_private && thePeer.isPrivate()) || (!rec->allow_local && thePeer.isLocal())) {
|
|
146
|
+
rec->tpc_status = 403; // Forbidden
|
|
147
|
+
rec->m_log->Emsg(rec->log_prefix.c_str(),
|
|
148
|
+
"Connection to local/private address is forbidden");
|
|
149
|
+
close(fd);
|
|
150
|
+
return CURL_SOCKET_BAD;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
rec->isIPv6 = (thePeer.isIPType(XrdNetAddrInfo::IPv6) && !thePeer.isMapped());
|
|
154
|
+
|
|
155
|
+
std::stringstream connectErrMsg;
|
|
156
|
+
if(!rec->pmarkManager.connect(fd, &(aInfo->addr), aInfo->addrlen, CONNECT_TIMEOUT, connectErrMsg)) {
|
|
157
|
+
rec->m_log->Emsg(rec->log_prefix.c_str(), "Unable to connect socket: ", connectErrMsg.str().c_str());
|
|
158
|
+
close(fd);
|
|
159
|
+
return CURL_SOCKET_BAD;
|
|
141
160
|
}
|
|
142
161
|
|
|
143
162
|
return fd;
|
|
@@ -238,11 +257,26 @@ bool TPCHandler::MatchesPath(const char *verb, const char *path) {
|
|
|
238
257
|
/* P r e p a r e U R L */
|
|
239
258
|
/******************************************************************************/
|
|
240
259
|
|
|
241
|
-
static std::string PrepareURL(const std::string &
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
260
|
+
static std::string PrepareURL(const std::string &url)
|
|
261
|
+
{
|
|
262
|
+
const std::string replace_schemes[] = { "davs://", "s3://", "s3s://" };
|
|
263
|
+
|
|
264
|
+
for (const auto& s : replace_schemes)
|
|
265
|
+
if (url.compare(0, s.size(), s) == 0)
|
|
266
|
+
return "https://" + url.substr(s.size());
|
|
267
|
+
|
|
268
|
+
return url;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
static bool IsAllowedScheme(const std::string& url)
|
|
272
|
+
{
|
|
273
|
+
const std::string allowed_schemes[] = { "https://", "http://" };
|
|
274
|
+
|
|
275
|
+
for (const auto& s : allowed_schemes)
|
|
276
|
+
if (url.compare(0, s.size(), s) == 0)
|
|
277
|
+
return true;
|
|
278
|
+
|
|
279
|
+
return false;
|
|
246
280
|
}
|
|
247
281
|
|
|
248
282
|
/******************************************************************************/
|
|
@@ -263,10 +297,21 @@ int TPCHandler::ProcessReq(XrdHttpExtReq &req) {
|
|
|
263
297
|
header = XrdOucTUtils::caseInsensitiveFind(req.headers,"source");
|
|
264
298
|
if (header != req.headers.end()) {
|
|
265
299
|
std::string src = PrepareURL(header->second);
|
|
300
|
+
if (!IsAllowedScheme(src)) {
|
|
301
|
+
const char *error_src = "COPY rejected: disallowed scheme in source URL";
|
|
302
|
+
m_log.Emsg("ProcessReq", error_src, src.c_str());
|
|
303
|
+
return req.SendSimpleResp(400, NULL, NULL, error_src, 0);
|
|
304
|
+
}
|
|
266
305
|
return ProcessPullReq(src, req);
|
|
267
306
|
}
|
|
268
307
|
header = XrdOucTUtils::caseInsensitiveFind(req.headers,"destination");
|
|
269
308
|
if (header != req.headers.end()) {
|
|
309
|
+
const std::string& dst = header->second;
|
|
310
|
+
if (!IsAllowedScheme(dst)) {
|
|
311
|
+
const char *error_dst = "COPY rejected: disallowed scheme in destination URL";
|
|
312
|
+
m_log.Emsg("ProcessReq", error_dst, dst.c_str());
|
|
313
|
+
return req.SendSimpleResp(400, NULL, NULL, error_dst, 0);
|
|
314
|
+
}
|
|
270
315
|
return ProcessPushReq(header->second, req);
|
|
271
316
|
}
|
|
272
317
|
m_log.Emsg("ProcessReq", "COPY verb requested but no source or destination specified.");
|
|
@@ -286,6 +331,8 @@ TPCHandler::~TPCHandler() {
|
|
|
286
331
|
/******************************************************************************/
|
|
287
332
|
|
|
288
333
|
TPCHandler::TPCHandler(XrdSysError *log, const char *config, XrdOucEnv *myEnv) :
|
|
334
|
+
m_allow_local(false),
|
|
335
|
+
m_allow_private(true),
|
|
289
336
|
m_desthttps(false),
|
|
290
337
|
m_fixed_route(false),
|
|
291
338
|
m_timeout(60),
|
|
@@ -430,34 +477,45 @@ int TPCHandler::DetermineXferSize(CURL *curl, XrdHttpExtReq &req, State &state,
|
|
|
430
477
|
curl_easy_setopt(curl, CURLOPT_NOBODY, 0);
|
|
431
478
|
// Reset the CURLOPT_TIMEOUT to no timeout (default)
|
|
432
479
|
curl_easy_setopt(curl, CURLOPT_TIMEOUT, 0L);
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
ss << "Remote server failed request while fetching remote size";
|
|
436
|
-
std::stringstream ss2;
|
|
437
|
-
ss2 << ss.str() << ": " << curl_easy_strerror(res);
|
|
438
|
-
rec.status = 500;
|
|
439
|
-
logTransferEvent(LogMask::Error, rec, "SIZE_FAIL", ss2.str());
|
|
440
|
-
return shouldReturnErrorToClient ? req.SendSimpleResp(rec.status, NULL, NULL, generateClientErr(ss, rec, res).c_str(), 0) : -1;
|
|
441
|
-
} else if (state.GetStatusCode() >= 400) {
|
|
442
|
-
std::stringstream ss;
|
|
443
|
-
ss << "Remote side " << req.clienthost << " failed with status code " << state.GetStatusCode() << " while fetching remote size";
|
|
444
|
-
rec.status = 500;
|
|
445
|
-
logTransferEvent(LogMask::Error, rec, "SIZE_FAIL", ss.str());
|
|
446
|
-
return shouldReturnErrorToClient ? req.SendSimpleResp(rec.status, NULL, NULL, generateClientErr(ss, rec).c_str(), 0) : -1;
|
|
447
|
-
} else if (res) {
|
|
448
|
-
std::stringstream ss;
|
|
449
|
-
ss << "Internal transfer failure while fetching remote size";
|
|
450
|
-
std::stringstream ss2;
|
|
451
|
-
ss2 << ss.str() << " - HTTP library failed: " << curl_easy_strerror(res);
|
|
452
|
-
rec.status = 500;
|
|
453
|
-
logTransferEvent(LogMask::Error, rec, "SIZE_FAIL", ss2.str());
|
|
454
|
-
return shouldReturnErrorToClient ? req.SendSimpleResp(rec.status, NULL, NULL, generateClientErr(ss, rec, res).c_str(), 0) : -1;
|
|
455
|
-
}
|
|
480
|
+
curl_easy_setopt(curl, CURLOPT_FAILONERROR, true);
|
|
481
|
+
|
|
456
482
|
std::stringstream ss;
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
483
|
+
|
|
484
|
+
if (state.GetStatusCode() >= 400)
|
|
485
|
+
res = CURLE_HTTP_RETURNED_ERROR;
|
|
486
|
+
|
|
487
|
+
if (res != CURLE_OK) { /* curl failed */
|
|
488
|
+
ss << curl_easy_strerror(res);
|
|
489
|
+
switch (res) {
|
|
490
|
+
case CURLE_HTTP_RETURNED_ERROR: /* remote side may have returned an error */
|
|
491
|
+
rec.tpc_status = state.GetStatusCode(); /* relay status received from remote side to the client */
|
|
492
|
+
ss << ": remote host returned '" << rec.tpc_status << " "
|
|
493
|
+
<< httpStatusToString(rec.tpc_status) << "' while fetching file size";
|
|
494
|
+
break;
|
|
495
|
+
case CURLE_COULDNT_CONNECT: /* socket callback may have failed */
|
|
496
|
+
switch (rec.tpc_status) {
|
|
497
|
+
case 403:
|
|
498
|
+
ss << ": connection to local/private addresses is forbidden";
|
|
499
|
+
break;
|
|
500
|
+
default:
|
|
501
|
+
ss << ": internal server failure";
|
|
502
|
+
rec.tpc_status = 500;
|
|
503
|
+
}
|
|
504
|
+
break;
|
|
505
|
+
default:
|
|
506
|
+
rec.tpc_status = 500;
|
|
507
|
+
state.SetErrorCode(500);
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
if (rec.tpc_status >= 400) {
|
|
512
|
+
logTransferEvent(LogMask::Error, rec, "SIZE_FAIL", ss.str());
|
|
513
|
+
return shouldReturnErrorToClient ? req.SendSimpleResp(rec.tpc_status, NULL, NULL, generateClientErr(ss, rec, res).c_str(), 0) : -1;
|
|
514
|
+
}
|
|
515
|
+
|
|
460
516
|
success = true;
|
|
517
|
+
ss << "Successfully determined remote size for pull request: " << state.GetContentLength();
|
|
518
|
+
logTransferEvent(LogMask::Debug, rec, "SIZE_SUCCESS", ss.str());
|
|
461
519
|
return 0;
|
|
462
520
|
}
|
|
463
521
|
|
|
@@ -776,6 +834,8 @@ int TPCHandler::RunCurlWithUpdates(CURL *curl, XrdHttpExtReq &req, State &state,
|
|
|
776
834
|
|
|
777
835
|
int TPCHandler::ProcessPushReq(const std::string & resource, XrdHttpExtReq &req) {
|
|
778
836
|
TPCLogRecord rec(req, TpcType::Push);
|
|
837
|
+
rec.allow_local = m_allow_local;
|
|
838
|
+
rec.allow_private = m_allow_private;
|
|
779
839
|
rec.log_prefix = "PushRequest";
|
|
780
840
|
rec.local = req.resource;
|
|
781
841
|
rec.remote = resource;
|
|
@@ -796,14 +856,21 @@ int TPCHandler::ProcessPushReq(const std::string & resource, XrdHttpExtReq &req)
|
|
|
796
856
|
}
|
|
797
857
|
curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
|
|
798
858
|
curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, (long) CURL_HTTP_VERSION_1_1);
|
|
799
|
-
|
|
800
|
-
|
|
859
|
+
#if CURL_AT_LEAST_VERSION(7, 85, 0)
|
|
860
|
+
curl_easy_setopt(curl, CURLOPT_PROTOCOLS_STR, "https,http");
|
|
861
|
+
curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS_STR, "https,http");
|
|
862
|
+
#else
|
|
863
|
+
long protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS;
|
|
864
|
+
curl_easy_setopt(curl, CURLOPT_PROTOCOLS, protocols);
|
|
865
|
+
curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, protocols);
|
|
866
|
+
#endif
|
|
801
867
|
curl_easy_setopt(curl, CURLOPT_OPENSOCKETFUNCTION, opensocket_callback);
|
|
802
868
|
curl_easy_setopt(curl, CURLOPT_OPENSOCKETDATA, &rec);
|
|
803
869
|
curl_easy_setopt(curl, CURLOPT_CLOSESOCKETFUNCTION, closesocket_callback);
|
|
804
870
|
curl_easy_setopt(curl, CURLOPT_SOCKOPTFUNCTION, sockopt_callback);
|
|
805
871
|
curl_easy_setopt(curl, CURLOPT_CLOSESOCKETDATA, &rec);
|
|
806
872
|
curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, CONNECT_TIMEOUT);
|
|
873
|
+
|
|
807
874
|
auto query_header = XrdOucTUtils::caseInsensitiveFind(req.headers,"xrd-http-fullresource");
|
|
808
875
|
std::string redirect_resource = req.resource;
|
|
809
876
|
if (query_header != req.headers.end()) {
|
|
@@ -859,6 +926,8 @@ int TPCHandler::ProcessPushReq(const std::string & resource, XrdHttpExtReq &req)
|
|
|
859
926
|
|
|
860
927
|
int TPCHandler::ProcessPullReq(const std::string &resource, XrdHttpExtReq &req) {
|
|
861
928
|
TPCLogRecord rec(req,TpcType::Pull);
|
|
929
|
+
rec.allow_local = m_allow_local;
|
|
930
|
+
rec.allow_private = m_allow_private;
|
|
862
931
|
rec.log_prefix = "PullRequest";
|
|
863
932
|
rec.local = req.resource;
|
|
864
933
|
rec.remote = resource;
|
|
@@ -877,6 +946,7 @@ int TPCHandler::ProcessPullReq(const std::string &resource, XrdHttpExtReq &req)
|
|
|
877
946
|
logTransferEvent(LogMask::Error, rec, "PULL_FAIL", ss.str());
|
|
878
947
|
return req.SendSimpleResp(rec.status, NULL, NULL, generateClientErr(ss, rec).c_str(), 0);
|
|
879
948
|
}
|
|
949
|
+
|
|
880
950
|
// ddavila 2023-01-05:
|
|
881
951
|
// The following change was required by the Rucio/SENSE project where
|
|
882
952
|
// multiple IP addresses, each from a different subnet, are assigned to a
|
|
@@ -884,34 +954,42 @@ int TPCHandler::ProcessPullReq(const std::string &resource, XrdHttpExtReq &req)
|
|
|
884
954
|
// The above requires the server to utilize the same IP, that was used to
|
|
885
955
|
// start the TPC, for the resolution of the given TPC instead of
|
|
886
956
|
// using any of the IPs available.
|
|
887
|
-
if (m_fixed_route){
|
|
888
|
-
XrdNetAddr *nP;
|
|
889
|
-
int numIP = 0;
|
|
890
|
-
char buff[1024];
|
|
891
|
-
char * ip;
|
|
892
|
-
|
|
957
|
+
if (m_fixed_route) {
|
|
893
958
|
// Get the hostname used to contact the server from the http header
|
|
894
|
-
|
|
895
|
-
|
|
959
|
+
std::string host;
|
|
960
|
+
auto host_header = XrdOucTUtils::caseInsensitiveFind(req.headers, "host");
|
|
961
|
+
|
|
896
962
|
if (host_header != req.headers.end()) {
|
|
897
|
-
|
|
963
|
+
host = host_header->second;
|
|
898
964
|
}
|
|
899
965
|
|
|
900
|
-
// Get the IP addresses associated with the
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
966
|
+
// Get the IP addresses associated with the hostname
|
|
967
|
+
char ip[64]; // IPv6 addresses are up to 45 characters long
|
|
968
|
+
std::vector<XrdNetAddr> addresses;
|
|
969
|
+
const char *eText = XrdNetUtils::GetAddrs(host, addresses, nullptr, XrdNetUtils::prefAuto, 0);
|
|
970
|
+
|
|
971
|
+
if (eText || addresses.empty() ||
|
|
972
|
+
addresses.front().Format(ip, sizeof(ip), XrdNetAddrInfo::fmtAddr,XrdNetAddrInfo::noPortRaw) <= 0) {
|
|
973
|
+
std::stringstream ss;
|
|
974
|
+
ss << "Failed to determine host address of incoming request";
|
|
975
|
+
rec.status = 500;
|
|
976
|
+
logTransferEvent(LogMask::Error, rec, "PULL_FAIL", ss.str());
|
|
977
|
+
return req.SendSimpleResp(rec.status, NULL, NULL, generateClientErr(ss, rec).c_str(), 0);
|
|
978
|
+
}
|
|
904
979
|
|
|
905
|
-
// Substring to get only the address, remove brackets and garbage
|
|
906
|
-
memcpy(ip, buff+1, ip_size-2);
|
|
907
|
-
ip[ip_size-2]='\0';
|
|
908
980
|
logTransferEvent(LogMask::Info, rec, "LOCAL IP", ip);
|
|
909
|
-
|
|
910
981
|
curl_easy_setopt(curl, CURLOPT_INTERFACE, ip);
|
|
911
982
|
}
|
|
912
983
|
curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
|
|
913
984
|
curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, (long) CURL_HTTP_VERSION_1_1);
|
|
914
|
-
|
|
985
|
+
#if CURL_AT_LEAST_VERSION(7, 85, 0)
|
|
986
|
+
curl_easy_setopt(curl, CURLOPT_PROTOCOLS_STR, "https,http");
|
|
987
|
+
curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS_STR, "https,http");
|
|
988
|
+
#else
|
|
989
|
+
long protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS;
|
|
990
|
+
curl_easy_setopt(curl, CURLOPT_PROTOCOLS, protocols);
|
|
991
|
+
curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, protocols);
|
|
992
|
+
#endif
|
|
915
993
|
curl_easy_setopt(curl, CURLOPT_OPENSOCKETFUNCTION, opensocket_callback);
|
|
916
994
|
curl_easy_setopt(curl, CURLOPT_OPENSOCKETDATA, &rec);
|
|
917
995
|
curl_easy_setopt(curl, CURLOPT_SOCKOPTFUNCTION, sockopt_callback);
|