xrootd 6.0.2__tar.gz → 6.0.3__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-6.0.2/xrootd.egg-info → xrootd-6.0.3}/PKG-INFO +2 -2
- xrootd-6.0.3/VERSION +1 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/ReleaseNotes.txt +36 -0
- xrootd-6.0.3/python/VERSION +1 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/setup.py +2 -2
- {xrootd-6.0.2 → xrootd-6.0.3}/setup.py +2 -2
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpFactory.cc +1 -1
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslX509.cc +1 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpHeaderUtils.cc +63 -1
- xrootd-6.0.3/src/XrdHttp/XrdHttpHeaderUtils.hh +110 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpReq.cc +66 -7
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpReq.hh +4 -2
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcTPC.cc +2 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/XrdMacaroonsConfigure.cc +3 -6
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/http.sh +96 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/posix.sh +5 -5
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdHttpTests/XrdHttpTests.cc +88 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdThrottleTests/CMakeLists.txt +2 -3
- {xrootd-6.0.2 → xrootd-6.0.3/xrootd.egg-info}/PKG-INFO +2 -2
- xrootd-6.0.2/VERSION +0 -1
- xrootd-6.0.2/python/VERSION +0 -1
- xrootd-6.0.2/src/XrdHttp/XrdHttpHeaderUtils.hh +0 -53
- {xrootd-6.0.2 → xrootd-6.0.3}/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/COPYING +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/COPYING.BSD +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/COPYING.LGPL +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/LICENSE +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/MANIFEST.in +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/README.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/FindKerberos5.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/FindMacaroons.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/FindReadline.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/FindSciTokensCpp.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/FindVOMS.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/Findceph.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/Findfuse.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/Findisal.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/Findlibuuid.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/Findlibzip.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/Findsystemd.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/XRootDConfig.cmake.in +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/XRootDDefaults.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/XRootDFindLibs.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/XRootDOSDefs.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/XRootDSummary.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/XRootDSystemCheck.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/XRootDVersion.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/cmake/uninstall.cmake.in +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/CONTRIBUTING.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/INSTALL.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/README_IPV4_To_IPV6 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/TESTING.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/images/xrootd-icon-big.png +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/images/xrootd-icon.png +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/images/xrootd-logo.png +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/cmsd.8 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/frm_admin.8 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/frm_purged.8 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/frm_xfragent.8 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/frm_xfrd.8 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/libXrdVoms.1 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/mpxstats.8 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdadler32.1 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdcp.1 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdfs.1 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdgsiproxy.1 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdgsitest.1 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdmapc.1 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdpfc_print.8 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdpwdadmin.8 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdsssadmin.8 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrootd.8 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrootdfs.1 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/pyproject.toml +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/.gitignore +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/MANIFEST.in +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/README.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/Makefile +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/ReleaseNotes.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/.static/css/custom.css +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/.templates/layout.html +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/conf.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/examples/copyprocess.rst +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/examples/file.rst +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/examples/filesystem.rst +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/examples.rst +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/favicon.ico +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/gettingstarted.rst +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/index.rst +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/install.rst +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/modules/client/copyprocess.rst +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/modules/client/file.rst +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/modules/client/filesystem.rst +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/modules/client/flags.rst +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/modules/client/responses.rst +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/modules/client/url.rst +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/modules/client/utils.rst +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/xrootd-200x68.png +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/copy.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/copyprocess.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/dirlist.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/fcntl.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/fcntl_async.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/fileproperties.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/filesystemproperties.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/iterate.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/locate.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/mkdir.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/mv.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/query.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/read.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/readchunks.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/readlines.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/rm.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/rmdir.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/vector_read.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/visa.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/visa_async.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/write.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/__init__.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/__init__.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/_version.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/copyprocess.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/env.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/file.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/filesystem.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/finalize.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/flags.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/glob_funcs.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/responses.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/url.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/utils.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/pyproject.toml +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/AsyncResponseHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/ChunkIterator.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/Conversions.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootD.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDAdler32.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDAdler32.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDCopyProcess.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDCopyProcess.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDCopyProgressHandler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDCopyProgressHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDEnv.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDFileSystem.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDFileSystem.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDFinalize.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDModule.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDURL.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDURL.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/Utils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/Utils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/src/__init__.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/env.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/test_adler32_binding.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/test_copy.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/test_file.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/test_filesystem.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/test_glob.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/test_threads.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/test_url.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/setup.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XProtocol/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XProtocol/README +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XProtocol/XProtocol.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XProtocol/XProtocol.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XProtocol/XPtypes.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XProtocol/YProtocol.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdBuffXL.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdBuffXL.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdBuffer.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdBuffer.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdGlobals.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdInet.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdInet.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdInfo.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdJob.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLink.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLink.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLinkCtl.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLinkCtl.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLinkInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLinkMatch.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLinkMatch.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLinkXeq.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLinkXeq.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdMain.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdMonRoll.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdMonRoll.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdMonitor.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdMonitor.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdObject.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdObject.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdPoll.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdPoll.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdPollE.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdPollE.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdPollInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdPollPoll.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdPollPoll.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdProtLoad.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdProtLoad.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdProtocol.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdScheduler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdScheduler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdSendQ.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdSendQ.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdStats.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdStats.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdTcpMonPin.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAccess.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAccess.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAudit.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAudit.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAuthDB.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAuthFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAuthFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAuthorize.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccCapability.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccCapability.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccEntity.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccEntity.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccGroups.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccGroups.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccPrivs.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdAccTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdAppsCconfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdCks.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixPlugin.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixPlugin.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClProxyPlugin/README.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/README.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/XrdClAction.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/XrdClActionMetrics.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/XrdClRecorder.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/XrdClRecorderPlugin.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/XrdClRecorderPlugin.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/XrdClReplay.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/XrdClReplayArgs.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdCpConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdCpConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdCpFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdCpFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdCrc32c.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdMapCluster.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdMpxStats.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdMpxXml.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdMpxXml.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdPinls.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdPrep.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdQStats.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdWait41.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/Xrdadler32.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwm.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwm.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmHandle.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmHandle.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmLogger.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmLogger.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmPolicy.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmPolicy1.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmPolicy1.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/BufferUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/BufferUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/CephIOAdapterAIORaw.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/CephIOAdapterAIORaw.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/CephIOAdapterRaw.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/CephIOAdapterRaw.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/ICephIOAdapter.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/IXrdCephBufferAlg.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/IXrdCephBufferData.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/IXrdCephReadVAdapter.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephBufferAlgSimple.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephBufferAlgSimple.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephBufferDataSimple.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephBufferDataSimple.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephReadVBasic.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephReadVBasic.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephReadVNoOp.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephReadVNoOp.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBulkAioRead.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBulkAioRead.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOss.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOss.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssBufferedFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssBufferedFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssDir.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssDir.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssReadVFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssReadVFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephPosix.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephPosix.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephXAttr.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephXAttr.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCks.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksAssist.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksAssist.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalc.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalcadler32.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalccrc32.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalccrc32.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalccrc32C.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalccrc32C.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalcmd5.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalcmd5.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalczcrc32.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksData.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksLoader.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksLoader.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksManOss.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksManOss.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksManager.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksManager.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksWrapper.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksXAttr.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAnyObject.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClApply.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClArg.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncDiscardReader.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncHSReader.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncHSWriter.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncMsgReader.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncMsgWriter.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncPageReader.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncRawReader.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncRawReaderIntfc.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncSocketHandler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncSocketHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncVectorReader.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClBuffer.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClChannel.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClChannel.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClChannelHandlerList.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClChannelHandlerList.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCheckSumHelper.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCheckSumManager.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCheckSumManager.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCheckpointOperation.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClClassicCopyJob.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClClassicCopyJob.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClConstants.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCopy.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCopyJob.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCopyProcess.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCopyProcess.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCtx.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClDefaultEnv.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClDefaultEnv.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClDlgEnv.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClEcHandler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClEcHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClEnv.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClEnv.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFS.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFSExecutor.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFSExecutor.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileOperations.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileStateHandler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileStateHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileSystem.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileSystem.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileSystemOperations.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileSystemUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileSystemUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileTimer.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileTimer.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFinalOperation.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClForkHandler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClForkHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFwd.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClInQueue.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClInQueue.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClJobManager.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClJobManager.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClLocalFileHandler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClLocalFileHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClLocalFileTask.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClLocalFileTask.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClLog.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClLog.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClMessage.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClMessageUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClMessageUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClMetalinkRedirector.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClMetalinkRedirector.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClMonitor.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOperationHandlers.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOperationTimeout.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOperations.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOperations.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOptimizers.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOptional.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOutQueue.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOutQueue.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClParallelOperation.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPlugInInterface.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPlugInManager.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPlugInManager.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPoller.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPollerBuiltIn.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPollerBuiltIn.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPollerFactory.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPollerFactory.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPostMaster.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPostMaster.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPostMasterInterfaces.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPropertyList.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClRedirectorRegistry.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClRedirectorRegistry.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClRequestSync.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClResponseJob.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClSIDManager.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClSIDManager.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClSocket.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClSocket.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClStatus.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClStatus.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClStream.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClStream.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClSyncQueue.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTPFallBackCopyJob.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTPFallBackCopyJob.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTaskManager.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTaskManager.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClThirdPartyCopyJob.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClThirdPartyCopyJob.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTls.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTls.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTransportManager.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTransportManager.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClURL.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClURL.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXCpCtx.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXCpCtx.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXCpSrc.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXCpSrc.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXRootDMsgHandler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXRootDMsgHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXRootDResponses.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXRootDResponses.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXRootDTransport.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXRootDTransport.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClZipArchive.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClZipArchive.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClZipCache.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClZipListHandler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClZipListHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClZipOperations.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpChecksum.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpConnectionCallout.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpFactory.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpFilesystem.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpFilesystem.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpHeaderCallout.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpChecksum.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpCopy.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpDelete.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpListdir.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpMkcol.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpOpen.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpOptions.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpPut.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpQuery.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpRead.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpReadV.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpStat.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOps.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOps.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOptionsCache.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOptionsCache.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpParseTimeout.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpParseTimeout.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpResponseInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpResponses.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpUtil.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpUtil.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpWorker.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/configs/export-lib-symbols +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3DownloadHandler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3DownloadHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3Factory.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3Factory.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3File.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3File.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3Filesystem.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3Filesystem.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/configs/export-lib-symbols +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsAdmin.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsAdmin.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsBaseFS.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsBaseFS.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsBlackList.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsBlackList.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsCache.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsCache.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClient.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClient.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClientConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClientConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClientMan.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClientMan.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClientMsg.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClientMsg.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClustID.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClustID.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsCluster.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsCluster.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsFinder.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsFinder.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsJob.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsJob.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsKey.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsKey.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsLogin.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsLogin.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsManList.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsManList.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsManTree.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsManTree.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsManager.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsManager.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsMeter.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsMeter.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsNash.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsNash.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsNode.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsNode.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsPList.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsPList.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsParser.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsParser.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsPerfMon.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsPrepArgs.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsPrepArgs.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsPrepare.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsPrepare.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsProtocol.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsProtocol.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRRData.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRRData.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRRQ.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRRQ.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRTable.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRTable.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRedirLocal.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRedirLocal.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsResp.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsResp.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRole.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRouting.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRouting.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsSecurity.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsSecurity.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsSelect.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsState.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsState.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsSupervisor.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsSupervisor.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsTalk.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsTalk.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsTypes.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsVnId.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoAux.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoAux.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoBasic.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoBasic.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoCipher.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoCipher.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoFactory.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoFactory.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoLite.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoLite.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoLite_bf32.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoMsgDigest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoMsgDigest.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoRSA.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoRSA.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509Chain.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509Chain.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509Crl.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509Crl.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509Req.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509Req.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptogsiX509Chain.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptogsiX509Chain.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslAux.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslAux.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslCipher.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslCipher.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslFactory.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslFactory.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslMsgDigest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslMsgDigest.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslRSA.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslRSA.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslX509.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslX509Crl.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslX509Crl.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslX509Req.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslX509Req.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslgsiAux.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptotest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdDig/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdDig/XrdDigAuth.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdDig/XrdDigAuth.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdDig/XrdDigConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdDig/XrdDigConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdDig/XrdDigFS.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdDig/XrdDigFS.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/README +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcObjCfg.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcReader.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcReader.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcRedundancyProvider.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcRedundancyProvider.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcStrmWriter.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcStrmWriter.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcThreadPool.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcUtilities.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcUtilities.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcWrtBuff.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/README +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsDent.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsDent.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsFsinfo.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsFsinfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsMisc.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsMisc.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsPosix.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsPosix.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsQueue.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsQueue.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsWcache.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsWcache.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsXrootdfs.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/xrootdfs.template +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcCID.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcCID.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcProxy.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcProxy.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcReqAgent.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcReqAgent.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcReqFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcReqFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcRequest.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcTrace.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcXAttr.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcXLock.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdmin.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdmin.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdminAudit.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdminFiles.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdminFind.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdminMain.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdminQuery.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdminReloc.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdminUnlink.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmCns.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmCns.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmFiles.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmFiles.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmMigrate.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmMigrate.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmMonitor.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmMonitor.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmPurgMain.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmPurge.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmPurge.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmReqBoss.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmReqBoss.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmTSort.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmTSort.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmTransfer.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmTransfer.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrAgent.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrAgent.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrDaemon.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrDaemon.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrJob.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrMain.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrQueue.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrQueue.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHeaders.cmake +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/README-CKSUM.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpChecksum.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpChecksum.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpChecksumHandler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpChecksumHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpExtHandler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpExtHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpModule.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpMon.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpMon.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpMonState.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpProtocol.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpProtocol.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpReadRangeHandler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpReadRangeHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpSecXtractor.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpSecurity.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpStatic.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/static/favicon.ico +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/static/xrdhttp.css +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/static/xrdhttp_css.h +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/static/xrdhttp_favicon_ico.h +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/xrootd-http-rdr.cf +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/xrootd-http.cf +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpCors/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpCors/README.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpCors/XrdHttpCors.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpCors/XrdHttpCorsHandler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpCors/XrdHttpCorsHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/README.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcConfigure.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcMultistream.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcPMarkManager.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcPMarkManager.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcState.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcState.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcStream.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcStream.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcTPC.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/export-lib-symbols +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/xrootd-test-tpc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/README.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/XrdMacaroons.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/XrdMacaroonsAuthz.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/XrdMacaroonsAuthz.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/XrdMacaroonsHandler.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/XrdMacaroonsHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/export-lib-symbols +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNet.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNet.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetAddr.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetAddr.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetAddrInfo.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetAddrInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetBuffer.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetBuffer.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetCache.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetCache.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetCmsNotify.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetCmsNotify.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetConnect.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetConnect.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetIF.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetIF.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetIdentity.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetIdentity.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetMsg.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetMsg.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetOpts.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetPMark.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetPMark.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetPMarkCfg.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetPMarkCfg.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetPMarkFF.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetPMarkFF.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetPeer.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetRefresh.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetRefresh.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetRegistry.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetRegistry.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetSecurity.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetSecurity.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetSockAddr.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetSocket.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetSocket.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfs.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfs.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsCPFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsCPFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsChkPnt.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsChkPnt.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsConfigCP.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsConfigCP.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsConfigPI.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsConfigPI.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsEvr.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsEvr.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsEvs.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsEvs.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsFAttr.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsFS.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsFSctl.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsFSctl_PI.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsHandle.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsHandle.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsPoscq.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsPoscq.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsPrepGPI.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsPrepare.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsSecurity.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsStats.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsStats.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPC.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPC.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCAuth.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCAuth.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCInfo.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCJob.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCJob.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCProg.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCProg.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOss.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOss.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssAio.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssApi.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssApi.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssAt.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssAt.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssCache.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssCache.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssCopy.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssCopy.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssCreate.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssDefaultSS.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssError.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssMSS.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssMio.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssMio.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssMioFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssOpaque.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssPath.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssPath.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssReloc.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssRename.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssSIgpfsT.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssSpace.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssSpace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssStage.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssStage.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssStat.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssStatInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssUnlink.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssVS.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssWrapper.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArc.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArc.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcBackup.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcBackup.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcCompose.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcCompose.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcDir.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcDir.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcFSMon.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcFSMon.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcStage.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcStage.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcStopMon.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcStopMon.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcZipFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcZipFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/utils/XrdOssArc_Archiver +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/utils/XrdOssArc_BkpUtils +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/utils/XrdOssArc_Manifest +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/utils/XrdOssArc_MssCom +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/utils/XrdOssArc_Weka +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/README.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsi.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsi.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiCrcUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiCrcUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiFileAio.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiFileAio.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiPages.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiPages.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiPagesUnaligned.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiRanges.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiRanges.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiTagstore.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiTagstoreFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiTagstoreFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssHandler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/README.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/XrdOssStatsConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/XrdOssStatsConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/XrdOssStatsDirectory.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/XrdOssStatsFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/XrdOssStatsFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/XrdOssStatsFileSystem.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/XrdOssStatsFileSystem.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/export-lib-symbols +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/README.bonjour +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucArgs.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucArgs.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucBackTrace.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucBackTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucBuffer.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucBuffer.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCRC.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCRC.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCRC32C.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCRC32C.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCache.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCache.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCacheCM.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCacheStats.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCallBack.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCallBack.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucChain.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucChkPnt.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCloneSeg.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCompiler.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucDLlist.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucECMsg.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucECMsg.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucERoute.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucERoute.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucEnum.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucEnv.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucEnv.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucErrInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucExport.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucExport.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucFileInfo.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucFileInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucGMap.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucGMap.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucGatherConf.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucGatherConf.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucHash.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucHash.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucHashVal.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucIOVec.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucJson.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucLock.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucLogging.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucLogging.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucMapP2X.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucMsubs.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucMsubs.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucN2NLoader.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucN2NLoader.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucN2No2p.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucNList.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucNList.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucNSWalk.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucNSWalk.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucName2Name.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucName2Name.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPList.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPgrwUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPgrwUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPinKing.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPinLoader.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPinLoader.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPinObject.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPinPath.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPinPath.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPreload.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPreload.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPrivateUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucProg.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucProg.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPsx.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPsx.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPup.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPup.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucRange.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucRash.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucRash.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucReqID.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucReqID.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSFVec.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSHA3.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSHA3.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSid.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSid.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSiteName.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSiteName.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucStats.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucStream.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucStream.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucString.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucString.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSxeq.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSxeq.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTList.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTPC.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTPC.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTable.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTokenizer.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTokenizer.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTrace.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucUri.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucUri.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucVerName.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucVerName.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucXAttr.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOuca2x.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOuca2x.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/README +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfc.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfc.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcAllowDecision.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcBlacklistDecision.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcCommand.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcConfiguration.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcDecision.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcDirState.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcDirState.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcDirStateBase.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcDirStatePurgeshot.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcDirStateSnapshot.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcDirStateSnapshot.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFPurgeState.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFPurgeState.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFSctl.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFSctl.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFsTraversal.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFsTraversal.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcIO.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcIO.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcIOFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcIOFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcIOFileBlock.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcIOFileBlock.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcInfo.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcPathParseTools.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcPrint.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcPrint.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcPurge.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcPurgePin.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcPurgeQuota.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcResourceMonitor.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcResourceMonitor.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcStats.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcTypes.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/README +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosix.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosix.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixAdmin.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixAdmin.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixCache.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixCache.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixCallBack.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixCallBack.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixDir.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixDir.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixExtern.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixExtra.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixExtra.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixFileRH.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixFileRH.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixLinkage.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixLinkage.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixMap.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixMap.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixObjGuard.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixObject.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixObject.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixOsDep.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixPreload.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixPreload32.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixPrepIO.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixPrepIO.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixStats.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixXrootd.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixXrootd.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixXrootdPath.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixXrootdPath.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPss.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPss.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssAio.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssAioCB.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssAioCB.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssCks.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssCks.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssUrlInfo.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssUrlInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/XrdRmc.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/XrdRmc.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/XrdRmcData.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/XrdRmcData.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/XrdRmcReal.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/XrdRmcReal.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/XrdRmcSlot.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/LICENSE +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/README.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/XrdSciTokensAccess.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/XrdSciTokensHelper.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/XrdSciTokensMon.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/XrdSciTokensMon.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/configs/export-lib-symbols +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/configs/export-module-symbols +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/configs/scitokens.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/config/override.conf +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/config/scitokens-aud.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/config/scitokens-multi-aud.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/config/scitokens-no-aud.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/config/xrootd-http.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/create-pubkey.py +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/openssl-selfsigned.conf +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/setup_tests.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/test_inside_docker.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecAttr.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecClient.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecEntity.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecEntity.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecEntityAttr.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecEntityAttr.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecEntityPin.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecEntityXtra.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecEntityXtra.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecInterface.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecLoadSecurity.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecLoadSecurity.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecMonitor.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecPManager.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecPManager.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecProtect.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecProtect.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecProtector.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecProtector.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecProtocolhost.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecProtocolhost.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecServer.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecServer.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecTLayer.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecTLayer.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSectestClient.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSectestServer.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecProtocolgsi.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecProtocolgsi.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsiAuthzFunDN.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsiAuthzFunVO.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsiGMAPFunDN.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsiGMAPFunDN.cf +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsiOpts.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsiProxy.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsiTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsitest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSeckrb5/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSeckrb5/XrdSecProtocolkrb5.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecpwd/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecpwd/XrdSecProtocolpwd.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecpwd/XrdSecProtocolpwd.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecpwd/XrdSecpwdPlatform.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecpwd/XrdSecpwdSrvAdmin.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecpwd/XrdSecpwdTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecProtocolsss.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecProtocolsss.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssAdmin.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssCon.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssCon.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssEnt.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssEnt.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssID.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssID.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssKT.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssKT.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssMap.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssRR.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecunix/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecunix/XrdSecProtocolunix.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecztn/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecztn/XrdSecProtocolztn.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecztn/XrdSecztn.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsAio.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsDio.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsFAttr.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsFlags.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsGPFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsInterface.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsInterface.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsNative.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsNative.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsXio.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsXio.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsXioImpl.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiAlert.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiAlert.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiAtomics.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiAtomics.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiBVec.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiClient.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiCluster.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiCms.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiCms.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiDir.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiDir.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiEntity.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiErrInfo.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiErrInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiEvent.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiEvent.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFileReq.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFileReq.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFileResource.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFileResource.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFileSess.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFileSess.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiLogger.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiLogger.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiLogging.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiProvider.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiRRAgent.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiRRInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiRRTable.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiRequest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiRequest.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiResource.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiRespInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiResponder.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiResponder.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiScale.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiScale.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiServReal.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiServReal.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiService.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiService.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiSessReal.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiSessReal.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiSfs.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiSfs.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiSfsConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiSfsConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiShMam.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiShMam.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiShMap.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiShMap.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiShMat.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiShMat.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiStat.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiStats.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiStats.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiStream.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiTaskReal.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiTaskReal.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutAux.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutAux.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutBuckList.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutBuckList.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutBucket.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutBucket.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutBuffer.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutBuffer.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutCache.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutCacheEntry.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutCacheEntry.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutPFCache.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutPFCache.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutPFEntry.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutPFEntry.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutPFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutPFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutRndm.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutRndm.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysAtomics.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysDir.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysDir.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysE2T.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysE2T.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysError.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysError.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFAttr.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFAttr.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFAttrBsd.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFAttrLnx.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFAttrMac.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFAttrSun.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFD.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFallocate.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFallocate.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysHeaders.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysIOEvents.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysIOEvents.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysIOEventsPollE.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysIOEventsPollKQ.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysIOEventsPollPoll.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysIOEventsPollPort.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysKernelBuffer.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysLogPI.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysLogger.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysLogger.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysLogging.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysLogging.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPageSize.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPlatform.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPlatform.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPlugin.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPlugin.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPriv.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPriv.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPthread.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPthread.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPwd.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysRAtomic.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysSemWait.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysShmem.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysStatx.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysTimer.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysTimer.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysTrace.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysUtils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysXAttr.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysXAttr.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysXSLock.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysXSLock.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/README.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdOssThrottleFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottle.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleConfig.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleFileSystem.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleFileSystemConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleManager.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleManager.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTls.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTls.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsContext.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsContext.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsHostcheck.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsHostcheck.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsNotary.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsNotary.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsNotaryUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsNotaryUtils.icc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsPeerCerts.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsPeerCerts.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsSocket.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsSocket.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsTempCA.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsTempCA.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVersion.hh.in +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVersionPlugin.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/README.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVoms.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVomsFun.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVomsFun.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVomsHttp.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVomsMapfile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVomsMapfile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVomsTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVomsgsi.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlMetaLink.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlMetaLink.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlRdrTiny.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlRdrTiny.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlRdrXml2.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlRdrXml2.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlReader.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlReader.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/tinyxml/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/tinyxml/tinystr.cpp +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/tinyxml/tinystr.h +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/tinyxml/tinyxml.cpp +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/tinyxml/tinyxml.h +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/tinyxml/tinyxmlerror.cpp +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/tinyxml/tinyxmlparser.cpp +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAdmin.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAdmin.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioBuff.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioBuff.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioFob.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioFob.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioPgrw.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioPgrw.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioTask.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioTask.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdBridge.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdBridge.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdCallBack.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdCallBack.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdConfig.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdConfigMon.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdFileLock.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdFileLock1.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdFileLock1.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdFileStats.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdGPFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdGSReal.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdGSReal.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdGStream.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdGStream.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdJob.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdJob.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdLoadLib.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdMonData.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdMonFMap.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdMonFMap.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdMonFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdMonFile.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdMonitor.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdMonitor.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdNormAio.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdNormAio.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgrwAio.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgrwAio.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgwBadCS.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgwBadCS.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgwCtl.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgwCtl.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgwFob.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgwFob.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPio.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPio.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPlugin.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPrepare.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPrepare.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdProtocol.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdProtocol.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdRedirPI.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdReqID.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdResponse.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdResponse.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdStats.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdStats.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTpcMon.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTpcMon.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTrace.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTransPend.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTransPend.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTransSend.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTransSend.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTransit.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTransit.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdWVInfo.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdXPath.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdXeq.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdXeq.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdXeqChkPnt.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdXeqFAttr.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdXeqPgrw.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipCDFH.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipDataDescriptor.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipEOCD.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipExtra.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipLFH.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipUtils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipZIP64EOCD.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipZIP64EOCDL.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/common.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/scitokens.authdb +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/scitokens.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/setup.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/srv1.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/srv2.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/test.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/cache.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/cache.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/common.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/diglib.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/diglib.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/fuse.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/fuse.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/gsi.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/gsi.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/host.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/host.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/http.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/httpclientauth.authdb +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/httpnoclient.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/httpnoclient.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/krb5.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/krb5.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/noauth.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/noauth.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/posix.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/scitokens-module.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/scitokens.authdb +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/scitokens.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/scitokens.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/sss.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/sss.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/test.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/unix.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/unix.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCeph/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCeph/XrdCeph.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/GTestXrdHelpers.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/IdentityPlugIn.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/IdentityPlugIn.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClEnv.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClFile.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClFileClone.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClFileCopyTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClFileSystemTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClFileTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClLocalFileHandlerTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClOperationsWorkflowTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClPoller.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClPostMasterTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClSocket.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClTTLManyStreams.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClThreadingTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClURL.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClUtilsTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClZip.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/ChecksumTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/CopyTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/DeleteTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/MkcolTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/ParseTimeoutTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/ReadTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/VectorReadTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/WriteTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/XrdScitokensCreateJwks.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/XrdScitokensCreateToken.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/leaksanitizer-suppress.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/openid-configuration +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/setup.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/teardown.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/test.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttpCommon/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttpCommon/TransferTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttpCommon/TransferTest.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttpCommon/XrdOssSlowOpen.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/DeleteTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/DirListTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/ReadTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/UrlParseTest.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/leaksanitizer-suppress.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/s3-setup.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/s3-teardown.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/s3-test.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdEc/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdEc/XrdEcTests.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdHttpTests/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdHttpTpc/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdHttpTpc/XrdHttpTpcTests.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdOssTests/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdOssTests/XrdOssTests.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdOucTests/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdOucTests/XrdOucUtilsTests.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdPfcTests/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdPfcTests/XrdPfcTests.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdPosix/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdPosix/cat.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdPosix/statx.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdSsiTests/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdSsiTests/XrdShMap.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdSysTests/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdSysTests/XrdSysStatxTests.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdThrottleTests/XrdThrottleUserLimitsTests.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/common.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/man1.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/man2.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/metaman.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/scitokens.authdb +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/scitokens.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/setup.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/srv1.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/srv2.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/srv3.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/srv4.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/test.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/badredir/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/badredir/common.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/badredir/setup.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/badredir/srv-bad-redir1.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/badredir/srv-bad-redir2.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/badredir/test.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/check-headers.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/common.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/man1.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/man2.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/metaman.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/data.zip +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input1.meta4 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input1.metalink +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input2.meta4 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input2.metalink +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input3.meta4 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input3.metalink +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input4.meta4 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input4.metalink +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input5.meta4 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input5.metalink +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/large.zip +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/mlFileTest1.meta4 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/mlFileTest2.meta4 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/mlFileTest3.meta4 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/mlFileTest4.meta4 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/mlTpcTest.meta4 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/mlZipTest.meta4 +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/setup.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/srv1.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/srv2.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/srv3.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/srv4.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/test.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/common/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/common/Server.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/common/Server.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/common/TestEnv.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/common/TestEnv.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/common/Utils.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/common/Utils.hh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/krb5/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/krb5/README.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/krb5/kdc/extensions.client +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/krb5/kdc/extensions.kdc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/krb5/kdc.conf +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/krb5/kerberos.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/krb5/krb5.conf +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/post-install.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/scitokens/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/scitokens/XrdScitokensCreateJwks.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/scitokens/XrdScitokensCreateToken.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/scitokens/one-openid-configuration +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/scitokens/setup.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/scitokens/teardown.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/scitokens/two-openid-configuration +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/stress/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/stress/curl_stress.cc +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/tls/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/tls/README.md +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/tls/tls.conf +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/tls/tls.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/xcachewithcsi/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/xcachewithcsi/common.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/xcachewithcsi/setup.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/xcachewithcsi/srv-forxcache.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/xcachewithcsi/srv-pfc.cfg +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/tests/xcachewithcsi/test.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/utils/CMakeLists.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/utils/XrdCmsNotify.pm +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/utils/XrdOlbMonPerf +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/utils/cms_monPerf +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/utils/hpsscp +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/utils/netchk +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/utils/xrdcp-tpc.sh +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/utils/xrootd-config +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/xrootd.egg-info/SOURCES.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/xrootd.egg-info/dependency_links.txt +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/xrootd.egg-info/not-zip-safe +0 -0
- {xrootd-6.0.2 → xrootd-6.0.3}/xrootd.egg-info/top_level.txt +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xrootd
|
|
3
|
-
Version: 6.0.
|
|
3
|
+
Version: 6.0.3
|
|
4
4
|
Summary: eXtended ROOT daemon
|
|
5
5
|
Home-page: https://xrootd.org
|
|
6
|
-
Download-URL: https://github.com/xrootd/xrootd/archive/v6.0.
|
|
6
|
+
Download-URL: https://github.com/xrootd/xrootd/archive/v6.0.3.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-6.0.3/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v6.0.3
|
|
@@ -5,6 +5,23 @@ XRootD
|
|
|
5
5
|
Release Notes
|
|
6
6
|
=============
|
|
7
7
|
|
|
8
|
+
-------------
|
|
9
|
+
Version 6.0.3
|
|
10
|
+
-------------
|
|
11
|
+
|
|
12
|
+
All bugfixes and improvements from XRootD 5.9.5 are also in XRootD 6.0.3.
|
|
13
|
+
|
|
14
|
+
+ **Bugfixes**
|
|
15
|
+
**[XrdClHttp]** Fix bug preventing the configuration of threads
|
|
16
|
+
**[XrdCrypto]** Fix leak of file descriptor in XrdCryptosslX509::XrdCryptosslX509
|
|
17
|
+
**[XrdHttp]** Add the resource type tag for non-collections in xml response
|
|
18
|
+
**[XrdHttp]** Strengthen Content-Length and Transfer-Encoding header parsing
|
|
19
|
+
|
|
20
|
+
+ **Miscellaneous**
|
|
21
|
+
**[CI]** Move permissions down to job level in Python workflow
|
|
22
|
+
**[CI]** Update ABI compliance check build
|
|
23
|
+
**[CI]** Adjust build triggers of GitHub Action workflows
|
|
24
|
+
|
|
8
25
|
-------------
|
|
9
26
|
Version 6.0.2
|
|
10
27
|
-------------
|
|
@@ -120,6 +137,25 @@ Version 6.0.0
|
|
|
120
137
|
**[XrdOuc]** Use nlohmann_json from the system when possible
|
|
121
138
|
**[XrdXrootd]** Define oss.coloc as URL encoded and provide encode/decode util
|
|
122
139
|
|
|
140
|
+
-------------
|
|
141
|
+
Version 5.9.5
|
|
142
|
+
-------------
|
|
143
|
+
|
|
144
|
+
+ **Major bug fixes**
|
|
145
|
+
**[XrdMacaroons]** Fix double free bug when reading macaroon secret (#2797)
|
|
146
|
+
|
|
147
|
+
+ **Minor bug fixes**
|
|
148
|
+
**[Python]** Use with statement to ensure VERSION file is closed
|
|
149
|
+
**[XrdHttp]** Do not set iscollection property to 1 for executable files
|
|
150
|
+
**[XrdHttp]** Perform minimal host validation in XrdHttpReq::Redir()
|
|
151
|
+
**[XrdHttp]** Re-encode resource when appending opaque information
|
|
152
|
+
**[XrdHttp]** Use strtoll in XrdHttpReq::ProcessHTTPReq()
|
|
153
|
+
**[XrdHttpTpc]** Set CURLOPT_SSLVERSION to at least TLSv1.2
|
|
154
|
+
|
|
155
|
+
+ **Miscellaneous**
|
|
156
|
+
**[CI]** Build Python wheels in parallel
|
|
157
|
+
**[CI]** Do not let delocate-wheel remove RPATHs from macOS wheels (#2784)
|
|
158
|
+
|
|
123
159
|
-------------
|
|
124
160
|
Version 5.9.4
|
|
125
161
|
-------------
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v6.0.3
|
|
@@ -55,14 +55,14 @@ def get_version():
|
|
|
55
55
|
|
|
56
56
|
if version.startswith('$'):
|
|
57
57
|
try:
|
|
58
|
-
|
|
58
|
+
with open('VERSION') as f:
|
|
59
|
+
version = f.read().strip()
|
|
59
60
|
|
|
60
61
|
if version.startswith('$'):
|
|
61
62
|
output = check_output(['git', 'describe'])
|
|
62
63
|
version = output.decode().strip()
|
|
63
64
|
except:
|
|
64
65
|
version = None
|
|
65
|
-
pass
|
|
66
66
|
|
|
67
67
|
if version is None:
|
|
68
68
|
from datetime import date
|
|
@@ -25,14 +25,14 @@ def get_cmake_args():
|
|
|
25
25
|
|
|
26
26
|
def get_version():
|
|
27
27
|
try:
|
|
28
|
-
|
|
28
|
+
with open('VERSION') as f:
|
|
29
|
+
version = f.read().strip()
|
|
29
30
|
|
|
30
31
|
if version.startswith('$'):
|
|
31
32
|
output = check_output(['git', 'describe'])
|
|
32
33
|
version = output.decode().strip()
|
|
33
34
|
except:
|
|
34
35
|
version = None
|
|
35
|
-
pass
|
|
36
36
|
|
|
37
37
|
if version is None:
|
|
38
38
|
from datetime import date
|
|
@@ -194,7 +194,7 @@ Factory::Initialize()
|
|
|
194
194
|
auto &cache = XrdClHttp::VerbsCache::Instance();
|
|
195
195
|
|
|
196
196
|
// Startup curl workers after we've set the configs to avoid race conditions
|
|
197
|
-
for (
|
|
197
|
+
for (int idx=0; idx<num_threads; idx++) {
|
|
198
198
|
auto wk = std::make_unique<XrdClHttp::CurlWorker>(m_queue, cache, m_log);
|
|
199
199
|
auto wkp = wk.get();
|
|
200
200
|
std::thread t(XrdClHttp::CurlWorker::RunStatic, wkp);
|
|
@@ -120,6 +120,7 @@ XrdCryptosslX509::XrdCryptosslX509(const char *cf, const char *kf)
|
|
|
120
120
|
// Read the content:
|
|
121
121
|
if (!PEM_read_X509(fc, &cert, 0, 0)) {
|
|
122
122
|
DEBUG("Unable to load certificate from file");
|
|
123
|
+
fclose(fc);
|
|
123
124
|
return;
|
|
124
125
|
} else {
|
|
125
126
|
DEBUG("certificate successfully loaded");
|
|
@@ -26,6 +26,10 @@
|
|
|
26
26
|
|
|
27
27
|
#include <vector>
|
|
28
28
|
#include <algorithm>
|
|
29
|
+
#include <cerrno>
|
|
30
|
+
#include <cstdlib>
|
|
31
|
+
#include <limits>
|
|
32
|
+
#include <string_view>
|
|
29
33
|
|
|
30
34
|
|
|
31
35
|
void XrdHttpHeaderUtils::parseReprDigest(const std::string &value, std::map<std::string, std::string> &output) {
|
|
@@ -101,4 +105,62 @@ void XrdHttpHeaderUtils::parseWantReprDigest(const std::string & value, std::map
|
|
|
101
105
|
// discard invalid values
|
|
102
106
|
}
|
|
103
107
|
}
|
|
104
|
-
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
ssize_t XrdHttpHeaderUtils::parseContentLength(const std::string & value) {
|
|
111
|
+
std::string_view sv{value};
|
|
112
|
+
// parseLine forwards the trailing CRLF (and any preceding spaces/tabs).
|
|
113
|
+
while (!sv.empty() && (sv.back() == '\r' || sv.back() == '\n' ||
|
|
114
|
+
sv.back() == ' ' || sv.back() == '\t')) {
|
|
115
|
+
sv.remove_suffix(1);
|
|
116
|
+
}
|
|
117
|
+
if (sv.empty()) {
|
|
118
|
+
return -1;
|
|
119
|
+
}
|
|
120
|
+
// RFC 9112 §6.2: 1*DIGIT only — no sign, no embedded whitespace.
|
|
121
|
+
for (char c : sv) {
|
|
122
|
+
if (c < '0' || c > '9') {
|
|
123
|
+
return -2;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
std::string nullTerm{sv};
|
|
127
|
+
errno = 0;
|
|
128
|
+
long long parsed = std::strtoll(nullTerm.c_str(), nullptr, 10);
|
|
129
|
+
if (errno == ERANGE ||
|
|
130
|
+
parsed > static_cast<long long>(std::numeric_limits<ssize_t>::max())) {
|
|
131
|
+
return -3;
|
|
132
|
+
}
|
|
133
|
+
return static_cast<ssize_t>(parsed);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
int XrdHttpHeaderUtils::parseTransferEncoding(const std::string & value) {
|
|
137
|
+
std::vector<std::string> tokens;
|
|
138
|
+
XrdOucTUtils::splitString(tokens, value, ",");
|
|
139
|
+
|
|
140
|
+
bool chunked_seen = false;
|
|
141
|
+
bool last_was_chunked = false;
|
|
142
|
+
bool any_token = false;
|
|
143
|
+
|
|
144
|
+
for (auto & tok : tokens) {
|
|
145
|
+
std::string_view sv{tok};
|
|
146
|
+
XrdOucUtils::trim(sv);
|
|
147
|
+
if (sv.empty()) continue;
|
|
148
|
+
|
|
149
|
+
// RFC 9112 §6.1: transfer-coding names are case-insensitive. Whole-token
|
|
150
|
+
// match (not strstr) so "chunkedX" or "x-chunked" no longer falsely hit.
|
|
151
|
+
std::string tlow{sv};
|
|
152
|
+
std::transform(tlow.begin(), tlow.end(), tlow.begin(), ::tolower);
|
|
153
|
+
any_token = true;
|
|
154
|
+
if (tlow == "chunked") {
|
|
155
|
+
chunked_seen = true;
|
|
156
|
+
last_was_chunked = true;
|
|
157
|
+
} else {
|
|
158
|
+
last_was_chunked = false;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
if (!any_token) return -1;
|
|
163
|
+
if (!chunked_seen) return -2;
|
|
164
|
+
if (!last_was_chunked) return -3;
|
|
165
|
+
return 0;
|
|
166
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// This file is part of XrdHTTP: A pragmatic implementation of the
|
|
3
|
+
// HTTP/WebDAV protocol for the Xrootd framework
|
|
4
|
+
//
|
|
5
|
+
// Copyright (c) 2025 by European Organization for Nuclear Research (CERN)
|
|
6
|
+
// Author: Cedric Caffy <ccaffy@cern.ch>
|
|
7
|
+
// File Date: Jun 2025
|
|
8
|
+
//------------------------------------------------------------------------------
|
|
9
|
+
// XRootD is free software: you can redistribute it and/or modify
|
|
10
|
+
// it under the terms of the GNU Lesser General Public License as published by
|
|
11
|
+
// the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
// (at your option) any later version.
|
|
13
|
+
//
|
|
14
|
+
// XRootD is distributed in the hope that it will be useful,
|
|
15
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
// GNU General Public License for more details.
|
|
18
|
+
//
|
|
19
|
+
// You should have received a copy of the GNU Lesser General Public License
|
|
20
|
+
// along with XRootD. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
//------------------------------------------------------------------------------
|
|
22
|
+
|
|
23
|
+
#ifndef XROOTD_XRDHTTPHEADERUTILS_HH
|
|
24
|
+
#define XROOTD_XRDHTTPHEADERUTILS_HH
|
|
25
|
+
|
|
26
|
+
#include <map>
|
|
27
|
+
#include <string>
|
|
28
|
+
#include <cstdint>
|
|
29
|
+
#include <sys/types.h>
|
|
30
|
+
|
|
31
|
+
class XrdHttpHeaderUtils {
|
|
32
|
+
public:
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Parses the 'Repr-Digest' header value received from the client
|
|
36
|
+
* Syntax: "Repr-Digest: adler=:base64EncodedValue:, crc32=:base64EncodedValue:
|
|
37
|
+
* @param value contains the value of the header Repr-Digest
|
|
38
|
+
* @param output the map containing the digests and their associated base64 encoded values
|
|
39
|
+
*/
|
|
40
|
+
static void parseReprDigest(const std::string & value, std::map<std::string,std::string> & output);
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Parses 'Want-Repr-Digest' header value received from the client
|
|
44
|
+
* Syntax: "Want-Repr-Digest: adler=1, crc32=2, sha-256=9
|
|
45
|
+
* The values are integers representing the preference, comprised between 0 and 9.
|
|
46
|
+
*
|
|
47
|
+
* @param value contains the value of the header Want-Repr-Digest
|
|
48
|
+
* @param output the map containing the lower-cased digest name and the associated preference
|
|
49
|
+
*/
|
|
50
|
+
static void parseWantReprDigest(const std::string & value, std::map<std::string, uint8_t> & output);
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Parses the value of a 'Content-Length' HTTP header.
|
|
54
|
+
*
|
|
55
|
+
* The HTTP spec says Content-Length must be one or more decimal digits
|
|
56
|
+
* with no sign character and no whitespace inside the number. Anything
|
|
57
|
+
* else is malformed and must be rejected with HTTP 400, because if we
|
|
58
|
+
* trust a garbage Content-Length we may disagree with a proxy in front
|
|
59
|
+
* of us on where the request body ends — which is the basis of HTTP
|
|
60
|
+
* request smuggling attacks.
|
|
61
|
+
*
|
|
62
|
+
* Trailing whitespace and CRLF in the value are tolerated (parseLine
|
|
63
|
+
* forwards the raw header line including the closing \r\n).
|
|
64
|
+
*
|
|
65
|
+
* Reference: RFC 9112 §6.2 (Content-Length syntax) and RFC 7230 §3.3.3
|
|
66
|
+
* rule 4 (rejection of invalid values).
|
|
67
|
+
*
|
|
68
|
+
* @param value the raw value of the Content-Length header
|
|
69
|
+
* @return the parsed non-negative integer on success, or a distinct
|
|
70
|
+
* negative code on error:
|
|
71
|
+
* -1 the value is empty (after trimming trailing CRLF / OWS),
|
|
72
|
+
* -2 the value contains a non-digit character (sign, garbage,
|
|
73
|
+
* embedded whitespace),
|
|
74
|
+
* -3 the value is numerically too large for an ssize_t.
|
|
75
|
+
*/
|
|
76
|
+
static ssize_t parseContentLength(const std::string & value);
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Parses the value of a 'Transfer-Encoding' HTTP header.
|
|
80
|
+
*
|
|
81
|
+
* Transfer-Encoding carries a comma-separated list of body encodings,
|
|
82
|
+
* for example "chunked" or "gzip, chunked". The list is case-insensitive
|
|
83
|
+
* and items can have whitespace around them.
|
|
84
|
+
*
|
|
85
|
+
* The only encoding this server speaks is "chunked". HTTP requires
|
|
86
|
+
* that whenever "chunked" appears it must be the LAST item in the list
|
|
87
|
+
* (because that is the one that determines how the body is framed
|
|
88
|
+
* on the wire).
|
|
89
|
+
*
|
|
90
|
+
* This function checks two things together: that "chunked" is actually
|
|
91
|
+
* present (matched case-insensitively as a whole token, not as a
|
|
92
|
+
* substring like the old code did), and that it is the last item.
|
|
93
|
+
*
|
|
94
|
+
* Trailing CRLF on the last item is tolerated.
|
|
95
|
+
*
|
|
96
|
+
* Reference: RFC 9112 §6.1 (Transfer-Encoding syntax and the
|
|
97
|
+
* "chunked-must-be-last" rule) and RFC 7230 §3.3.1 (same rule).
|
|
98
|
+
*
|
|
99
|
+
* @param value the raw value of the Transfer-Encoding header
|
|
100
|
+
* @return 0 on success (the list ends in "chunked"), or a distinct
|
|
101
|
+
* negative code on error:
|
|
102
|
+
* -1 the value is empty (no tokens after splitting/trimming),
|
|
103
|
+
* -2 there is no "chunked" token in the list at all,
|
|
104
|
+
* -3 "chunked" appears but is not the final token.
|
|
105
|
+
*/
|
|
106
|
+
static int parseTransferEncoding(const std::string & value);
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
#endif //XROOTD_XRDHTTPHEADERUTILS_HH
|
|
@@ -177,7 +177,33 @@ int XrdHttpReq::parseLine(char *line, int len) {
|
|
|
177
177
|
// Therefore no need for the range handler to report an error.
|
|
178
178
|
readRangeHandler.ParseContentRange(val);
|
|
179
179
|
} else if (!strcasecmp(key, "content-length")) {
|
|
180
|
-
|
|
180
|
+
// Parse and validate the Content-Length value (one-or-more digits,
|
|
181
|
+
// no sign, no embedded garbage, no overflow). Anything malformed
|
|
182
|
+
// gives the server an ambiguous body length and is an HTTP request
|
|
183
|
+
// smuggling primitive — reject with HTTP 400.
|
|
184
|
+
// Reference: RFC 9112 §6.2, RFC 7230 §3.3.3 rule 4.
|
|
185
|
+
ssize_t parsed = XrdHttpHeaderUtils::parseContentLength(val);
|
|
186
|
+
if (parsed < 0) {
|
|
187
|
+
request = rtMalformed;
|
|
188
|
+
return -6;
|
|
189
|
+
}
|
|
190
|
+
if (m_transfer_encoding_chunked) {
|
|
191
|
+
// A request that already declared Transfer-Encoding: chunked and
|
|
192
|
+
// now also sends Content-Length is the classic smuggling vector
|
|
193
|
+
// (the frontend and backend may disagree on which header wins).
|
|
194
|
+
// Reference: RFC 9112 §6.1.
|
|
195
|
+
request = rtMalformed;
|
|
196
|
+
return -8;
|
|
197
|
+
}
|
|
198
|
+
if (length_seen && parsed != length) {
|
|
199
|
+
// Two Content-Length headers with different values. The body
|
|
200
|
+
// length is ambiguous; reject.
|
|
201
|
+
// Reference: RFC 7230 §3.3.3 rule 4.
|
|
202
|
+
request = rtMalformed;
|
|
203
|
+
return -7;
|
|
204
|
+
}
|
|
205
|
+
length = parsed;
|
|
206
|
+
length_seen = true;
|
|
181
207
|
|
|
182
208
|
} else if (!strcasecmp(key, "destination")) {
|
|
183
209
|
destination.assign(val, line+len-val);
|
|
@@ -198,8 +224,26 @@ int XrdHttpReq::parseLine(char *line, int len) {
|
|
|
198
224
|
sendcontinue = true;
|
|
199
225
|
} else if (!strcasecmp(key, "te") && strstr(val, "trailers")) {
|
|
200
226
|
m_trailer_headers = true;
|
|
201
|
-
} else if (!strcasecmp(key, "transfer-encoding")
|
|
202
|
-
|
|
227
|
+
} else if (!strcasecmp(key, "transfer-encoding")) {
|
|
228
|
+
// Tokenize the Transfer-Encoding list and verify that "chunked"
|
|
229
|
+
// is present AND is the final encoding. Anything else (substring
|
|
230
|
+
// matches like "chunkedX", a non-final "chunked", or only unknown
|
|
231
|
+
// codings) is rejected so a frontend proxy cannot disagree with us
|
|
232
|
+
// about how the body is framed.
|
|
233
|
+
// Reference: RFC 9112 §6.1, RFC 7230 §3.3.1.
|
|
234
|
+
if (XrdHttpHeaderUtils::parseTransferEncoding(val) != 0) {
|
|
235
|
+
request = rtMalformed;
|
|
236
|
+
return -4;
|
|
237
|
+
}
|
|
238
|
+
if (length_seen) {
|
|
239
|
+
// Content-Length was already accepted and now Transfer-Encoding:
|
|
240
|
+
// chunked arrives. Reject (see the matching check in the
|
|
241
|
+
// Content-Length branch above).
|
|
242
|
+
// Reference: RFC 9112 §6.1.
|
|
243
|
+
request = rtMalformed;
|
|
244
|
+
return -8;
|
|
245
|
+
}
|
|
246
|
+
m_transfer_encoding_chunked = true;
|
|
203
247
|
} else if (!strcasecmp(key, "x-transfer-status") && strstr(val, "true")) {
|
|
204
248
|
m_transfer_encoding_chunked = true;
|
|
205
249
|
m_status_trailer = true;
|
|
@@ -562,6 +606,21 @@ bool XrdHttpReq::Redir(XrdXrootd::Bridge::Context &info, //!< the result context
|
|
|
562
606
|
char buf[512];
|
|
563
607
|
char hash[512];
|
|
564
608
|
hash[0] = '\0';
|
|
609
|
+
|
|
610
|
+
bool invalid_host = false;
|
|
611
|
+
|
|
612
|
+
if (!hname) {
|
|
613
|
+
invalid_host = true;
|
|
614
|
+
} else {
|
|
615
|
+
for (const char *c = hname; *c; ++c)
|
|
616
|
+
if (*c == '\r' || *c == '\n')
|
|
617
|
+
invalid_host = true;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
if (invalid_host) {
|
|
621
|
+
prot->SendSimpleResp(502, nullptr, nullptr, "Invalid redirect host", 0, false);
|
|
622
|
+
return keepalive;
|
|
623
|
+
}
|
|
565
624
|
|
|
566
625
|
if (prot->isdesthttps)
|
|
567
626
|
redirdest = "Location: https://";
|
|
@@ -1020,7 +1079,7 @@ int XrdHttpReq::ProcessHTTPReq() {
|
|
|
1020
1079
|
if (s.endswith('/'))
|
|
1021
1080
|
s.erasefromend(1);
|
|
1022
1081
|
|
|
1023
|
-
s.append(resource);
|
|
1082
|
+
s.append(encode_str(std::string(resource.c_str())).c_str());
|
|
1024
1083
|
appendOpaque(s, 0, 0, 0);
|
|
1025
1084
|
|
|
1026
1085
|
prot->SendSimpleResp(302, NULL, (char *) s.c_str(), 0, 0, false);
|
|
@@ -1122,7 +1181,7 @@ int XrdHttpReq::ProcessHTTPReq() {
|
|
|
1122
1181
|
if (s.endswith('/'))
|
|
1123
1182
|
s.erasefromend(1);
|
|
1124
1183
|
|
|
1125
|
-
s.append(resource);
|
|
1184
|
+
s.append(encode_str(std::string(resource.c_str())).c_str());
|
|
1126
1185
|
appendOpaque(s, 0, 0, 0);
|
|
1127
1186
|
|
|
1128
1187
|
prot->SendSimpleResp(302, NULL, (char *) s.c_str(), 0, 0, false);
|
|
@@ -1353,7 +1412,7 @@ int XrdHttpReq::ProcessHTTPReq() {
|
|
|
1353
1412
|
if (found_newline) {
|
|
1354
1413
|
char *endptr = NULL;
|
|
1355
1414
|
std::string line_contents(prot->myBuffStart, idx);
|
|
1356
|
-
long long chunk_contents =
|
|
1415
|
+
long long chunk_contents = strtoll(line_contents.c_str(), &endptr, 16);
|
|
1357
1416
|
// Chunk sizes can be followed by trailer information or CRLF
|
|
1358
1417
|
if (*endptr != ';' && *endptr != '\r') {
|
|
1359
1418
|
prot->SendSimpleResp(400, NULL, NULL, (char *)"Invalid chunked encoding", 0, false);
|
|
@@ -2457,7 +2516,6 @@ int XrdHttpReq::PostProcessHTTPReq(bool final_) {
|
|
|
2457
2516
|
|
|
2458
2517
|
if (e.flags & kXR_xset) {
|
|
2459
2518
|
stringresp += "<lp1:executable>T</lp1:executable>\n";
|
|
2460
|
-
stringresp += "<lp1:iscollection>1</lp1:iscollection>\n";
|
|
2461
2519
|
} else {
|
|
2462
2520
|
stringresp += "<lp1:executable>F</lp1:executable>\n";
|
|
2463
2521
|
}
|
|
@@ -2756,6 +2814,7 @@ void XrdHttpReq::reset() {
|
|
|
2756
2814
|
headerok = false;
|
|
2757
2815
|
keepalive = true;
|
|
2758
2816
|
length = 0;
|
|
2817
|
+
length_seen = false;
|
|
2759
2818
|
filesize = 0;
|
|
2760
2819
|
depth = 0;
|
|
2761
2820
|
sendcontinue = false;
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
#include <map>
|
|
50
50
|
#include <string>
|
|
51
51
|
#include <vector>
|
|
52
|
+
#include <sys/types.h>
|
|
52
53
|
|
|
53
54
|
struct DirListInfo {
|
|
54
55
|
std::string path;
|
|
@@ -118,7 +119,7 @@ private:
|
|
|
118
119
|
std::string m_user_agent;
|
|
119
120
|
|
|
120
121
|
// Whether transfer encoding was requested.
|
|
121
|
-
bool m_transfer_encoding_chunked;
|
|
122
|
+
bool m_transfer_encoding_chunked{false};
|
|
122
123
|
long long m_current_chunk_offset;
|
|
123
124
|
long long m_current_chunk_size;
|
|
124
125
|
|
|
@@ -292,7 +293,8 @@ public:
|
|
|
292
293
|
bool closeAfterError;
|
|
293
294
|
|
|
294
295
|
bool keepalive;
|
|
295
|
-
|
|
296
|
+
ssize_t length; // Total size from client for PUT; total length of response TO client for GET.
|
|
297
|
+
bool length_seen{false}; // Set once a Content-Length header has been accepted (RFC 7230 §3.3.3 rule 4).
|
|
296
298
|
int depth;
|
|
297
299
|
bool sendcontinue;
|
|
298
300
|
|
|
@@ -924,6 +924,7 @@ int TPCHandler::ProcessPushReq(const std::string & resource, XrdHttpExtReq &req)
|
|
|
924
924
|
return req.SendSimpleResp(rec.status, NULL, NULL, generateClientErr(ss, rec).c_str(), 0);
|
|
925
925
|
}
|
|
926
926
|
curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
|
|
927
|
+
curl_easy_setopt(curl, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2);
|
|
927
928
|
curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, (long) CURL_HTTP_VERSION_1_1);
|
|
928
929
|
#if CURL_AT_LEAST_VERSION(7, 85, 0)
|
|
929
930
|
curl_easy_setopt(curl, CURLOPT_PROTOCOLS_STR, "https,http");
|
|
@@ -1050,6 +1051,7 @@ int TPCHandler::ProcessPullReq(const std::string &resource, XrdHttpExtReq &req)
|
|
|
1050
1051
|
curl_easy_setopt(curl, CURLOPT_INTERFACE, ip);
|
|
1051
1052
|
}
|
|
1052
1053
|
curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
|
|
1054
|
+
curl_easy_setopt(curl, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2);
|
|
1053
1055
|
curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, (long) CURL_HTTP_VERSION_1_1);
|
|
1054
1056
|
#if CURL_AT_LEAST_VERSION(7, 85, 0)
|
|
1055
1057
|
curl_easy_setopt(curl, CURLOPT_PROTOCOLS_STR, "https,http");
|
|
@@ -194,15 +194,15 @@ bool Handler::xsecretkey(XrdOucStream &config_obj, XrdSysError *log, std::string
|
|
|
194
194
|
|
|
195
195
|
BIO *b64 = BIO_new(BIO_f_base64());
|
|
196
196
|
if (!b64) {
|
|
197
|
-
|
|
197
|
+
BIO_free(bio);
|
|
198
198
|
log->Emsg("Config", "Failed to allocate base64 filter");
|
|
199
199
|
return false;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
BIO *bio_out = BIO_new(BIO_s_mem());
|
|
203
203
|
if (!bio_out) {
|
|
204
|
-
|
|
205
|
-
|
|
204
|
+
BIO_free(b64);
|
|
205
|
+
BIO_free(bio);
|
|
206
206
|
log->Emsg("Config", "Failed to allocate BIO output");
|
|
207
207
|
return false;
|
|
208
208
|
}
|
|
@@ -224,7 +224,6 @@ bool Handler::xsecretkey(XrdOucStream &config_obj, XrdSysError *log, std::string
|
|
|
224
224
|
if (inlen < 0) {
|
|
225
225
|
BIO_free_all(bio_out);
|
|
226
226
|
BIO_free_all(b64);
|
|
227
|
-
BIO_free_all(bio);
|
|
228
227
|
log->Emsg("Config", errno, "read secret key.");
|
|
229
228
|
return false;
|
|
230
229
|
}
|
|
@@ -232,7 +231,6 @@ bool Handler::xsecretkey(XrdOucStream &config_obj, XrdSysError *log, std::string
|
|
|
232
231
|
if (!BIO_flush(bio_out)) {
|
|
233
232
|
BIO_free_all(bio_out);
|
|
234
233
|
BIO_free_all(b64);
|
|
235
|
-
BIO_free_all(bio);
|
|
236
234
|
log->Emsg("Config", errno, "flush secret key.");
|
|
237
235
|
return false;
|
|
238
236
|
}
|
|
@@ -244,7 +242,6 @@ bool Handler::xsecretkey(XrdOucStream &config_obj, XrdSysError *log, std::string
|
|
|
244
242
|
|
|
245
243
|
BIO_free_all(bio_out);
|
|
246
244
|
BIO_free_all(b64);
|
|
247
|
-
BIO_free_all(bio);
|
|
248
245
|
|
|
249
246
|
if (secret.size() < 32) {
|
|
250
247
|
log->Emsg("Config", "Secret key is too short; must be 32 bytes long. Try running 'openssl rand -base64 -out", val, "64' to generate a new key");
|
|
@@ -448,4 +448,100 @@ function test_http() {
|
|
|
448
448
|
# For HTTP GStream monitoring use: socat -u udp-recv:8888 -
|
|
449
449
|
# sleep 5
|
|
450
450
|
|
|
451
|
+
##
|
|
452
|
+
## End-to-end HTTP request-smuggling regression — one connection per
|
|
453
|
+
## scenario.
|
|
454
|
+
##
|
|
455
|
+
smugglingDir="${TMPDIR}/smuggling"
|
|
456
|
+
assert xrdfs "${DAV_HOST}" mkdir -p "${smugglingDir}"
|
|
457
|
+
|
|
458
|
+
# Derive raw host:port from HTTP_HOST so the test reaches the same instance
|
|
459
|
+
# the rest of the suite uses (not always localhost — e.g. a remote dev box).
|
|
460
|
+
smugglingTarget="${HTTP_HOST#*://}"
|
|
461
|
+
smugglingTarget="${smugglingTarget%%/*}"
|
|
462
|
+
smugglingHost="${smugglingTarget%:*}"
|
|
463
|
+
smugglingPort="${smugglingTarget##*:}"
|
|
464
|
+
|
|
465
|
+
# Sends $1 verbatim over a fresh TCP connection and prints the first
|
|
466
|
+
# response line (CRLF stripped). If no status line arrives we emit a
|
|
467
|
+
# distinct diagnostic for each failure mode so assertion logs are
|
|
468
|
+
# readable: bash `read -t` returns >128 on the read timer firing (server
|
|
469
|
+
# left us hanging) versus a small non-zero exit when the peer closed the
|
|
470
|
+
# socket before sending anything.
|
|
471
|
+
_smuggling_send() {
|
|
472
|
+
local payload="$1"
|
|
473
|
+
local status=""
|
|
474
|
+
local rc=0
|
|
475
|
+
exec 3<>"/dev/tcp/${smugglingHost}/${smugglingPort}"
|
|
476
|
+
printf '%s' "$payload" >&3
|
|
477
|
+
IFS= read -r -t 10 status <&3 || rc=$?
|
|
478
|
+
exec 3<&-
|
|
479
|
+
status="${status//$'\r'/}"
|
|
480
|
+
if [[ -n "${status}" ]]; then
|
|
481
|
+
printf '%s' "${status}"
|
|
482
|
+
elif (( rc > 128 )); then
|
|
483
|
+
printf '<request stalled — read timed out waiting for a status line>'
|
|
484
|
+
else
|
|
485
|
+
printf '<server closed the connection without sending a status line>'
|
|
486
|
+
fi
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
# Asserts the smuggled file at $1 was NOT created on the server.
|
|
490
|
+
_smuggling_assert_not_created() {
|
|
491
|
+
local path="$1"
|
|
492
|
+
local code
|
|
493
|
+
code=$(curl -s -o /dev/null --write-out '%{http_code}' \
|
|
494
|
+
"${HTTP_HOST}/${smugglingDir}/${path}")
|
|
495
|
+
assert_eq 404 "${code}" \
|
|
496
|
+
"smuggled ${path} file must not exist on the server"
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
# 1. Content-Length followed by Transfer-Encoding: chunked. RFC 9112 §6.1
|
|
500
|
+
# forbids the combination; parseLine returns -8.
|
|
501
|
+
status=$(_smuggling_send "$(printf 'PUT /%s/cl_te HTTP/1.1\r\nHost: x\r\nContent-Length: 0\r\nTransfer-Encoding: chunked\r\n\r\nPUT /%s/POLL_CL_TE HTTP/1.1\r\nHost: x\r\nContent-Length: 4\r\n\r\nWWWW' "${smugglingDir}" "${smugglingDir}")")
|
|
502
|
+
echo "[CL then TE:chunked] response: ${status}"
|
|
503
|
+
assert_eq "HTTP/1.1 400 Bad Request" "${status}" \
|
|
504
|
+
"CL followed by TE: chunked must be rejected with 400"
|
|
505
|
+
_smuggling_assert_not_created POLL_CL_TE
|
|
506
|
+
|
|
507
|
+
# 2. Same conflict, opposite order: TE: chunked then Content-Length.
|
|
508
|
+
status=$(_smuggling_send "$(printf 'PUT /%s/te_cl HTTP/1.1\r\nHost: x\r\nTransfer-Encoding: chunked\r\nContent-Length: 0\r\n\r\nPUT /%s/POLL_TE_CL HTTP/1.1\r\nHost: x\r\nContent-Length: 4\r\n\r\nWWWW' "${smugglingDir}" "${smugglingDir}")")
|
|
509
|
+
echo "[TE:chunked then CL] response: ${status}"
|
|
510
|
+
assert_eq "HTTP/1.1 400 Bad Request" "${status}" \
|
|
511
|
+
"TE: chunked followed by CL must be rejected with 400"
|
|
512
|
+
_smuggling_assert_not_created POLL_TE_CL
|
|
513
|
+
|
|
514
|
+
# 3. Two Content-Length headers with different values. RFC 7230 §3.3.3
|
|
515
|
+
# rule 4 says reject (body length ambiguous); parseLine returns -7.
|
|
516
|
+
status=$(_smuggling_send "$(printf 'PUT /%s/dual_cl HTTP/1.1\r\nHost: x\r\nContent-Length: 4\r\nContent-Length: 100\r\n\r\nWWWWPUT /%s/POLL_DUAL_CL HTTP/1.1\r\nHost: x\r\nContent-Length: 4\r\n\r\nWWWW' "${smugglingDir}" "${smugglingDir}")")
|
|
517
|
+
echo "[dual CL] response: ${status}"
|
|
518
|
+
assert_eq "HTTP/1.1 400 Bad Request" "${status}" \
|
|
519
|
+
"two CL headers with different values must be rejected with 400"
|
|
520
|
+
_smuggling_assert_not_created POLL_DUAL_CL
|
|
521
|
+
|
|
522
|
+
# 4. Malformed Content-Length (negative). RFC 9112 §6.2 requires 1*DIGIT;
|
|
523
|
+
# parseLine returns -6.
|
|
524
|
+
status=$(_smuggling_send "$(printf 'PUT /%s/cl_neg HTTP/1.1\r\nHost: x\r\nContent-Length: -1\r\n\r\nPUT /%s/POLL_CL_NEG HTTP/1.1\r\nHost: x\r\nContent-Length: 4\r\n\r\nWWWW' "${smugglingDir}" "${smugglingDir}")")
|
|
525
|
+
echo "[negative CL] response: ${status}"
|
|
526
|
+
assert_eq "HTTP/1.1 400 Bad Request" "${status}" \
|
|
527
|
+
"negative Content-Length must be rejected with 400"
|
|
528
|
+
_smuggling_assert_not_created POLL_CL_NEG
|
|
529
|
+
|
|
530
|
+
# 5. Substring bypass: TE: chunkedX. The old code did strstr(val, "chunked")
|
|
531
|
+
# and matched here, letting chunkedX masquerade as chunked. The whole-
|
|
532
|
+
# token comparison in parseTransferEncoding returns NoChunked; parseLine
|
|
533
|
+
# returns -5.
|
|
534
|
+
status=$(_smuggling_send "$(printf 'PUT /%s/te_subs HTTP/1.1\r\nHost: x\r\nTransfer-Encoding: chunkedX\r\n\r\nPUT /%s/POLL_TE_SUBS HTTP/1.1\r\nHost: x\r\nContent-Length: 4\r\n\r\nWWWW' "${smugglingDir}" "${smugglingDir}")")
|
|
535
|
+
echo "[TE: chunkedX] response: ${status}"
|
|
536
|
+
assert_eq "HTTP/1.1 400 Bad Request" "${status}" \
|
|
537
|
+
"TE: chunkedX (substring bypass) must be rejected with 400"
|
|
538
|
+
_smuggling_assert_not_created POLL_TE_SUBS
|
|
539
|
+
|
|
540
|
+
# 6. The original CVE: TE: CHUNKED (uppercase) silently dropped by the
|
|
541
|
+
# case-sensitive strstr. With the fix the value is correctly seen as
|
|
542
|
+
# chunked framing; the smuggled bytes are then consumed by the chunked-
|
|
543
|
+
# body parser, which stalls on the bogus chunk-size line. No
|
|
544
|
+
# deterministic response line, so we only assert POLL_TE_UPPER 404.
|
|
545
|
+
_smuggling_send "$(printf 'PUT /%s/te_upper HTTP/1.1\r\nHost: x\r\nTransfer-Encoding: CHUNKED\r\n\r\nPUT /%s/POLL_TE_UPPER HTTP/1.1\r\nHost: x\r\nContent-Length: 4\r\n\r\nWWWW' "${smugglingDir}" "${smugglingDir}")" > /dev/null
|
|
546
|
+
_smuggling_assert_not_created POLL_TE_UPPER
|
|
451
547
|
}
|
|
@@ -15,11 +15,11 @@ function test_posix() {
|
|
|
15
15
|
# Make sure all symbols are actually resolved correctly
|
|
16
16
|
MISSING_SYMBOLS=$(env XRDPOSIX_REPORT=1 xrdposix-cat /dev/null 2>&1)
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
if grep -q 'Unable to resolve' <<< "${MISSING_SYMBOLS}"; then
|
|
19
|
+
echo "XrdPosix cannot resolve some symbols:"
|
|
20
|
+
echo "${MISSING_SYMBOLS}"
|
|
21
|
+
exit 1
|
|
22
|
+
fi
|
|
23
23
|
|
|
24
24
|
# Check that cat with the local files still works
|
|
25
25
|
|