xrootd 5.9.2__tar.gz → 5.9.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1727) hide show
  1. {xrootd-5.9.2 → xrootd-5.9.4}/PKG-INFO +2 -2
  2. xrootd-5.9.4/VERSION +1 -0
  3. xrootd-5.9.4/bindings/python/VERSION +1 -0
  4. {xrootd-5.9.2 → xrootd-5.9.4}/docs/ReleaseNotes.txt +58 -0
  5. {xrootd-5.9.2 → xrootd-5.9.4}/genversion.sh +8 -8
  6. {xrootd-5.9.2 → xrootd-5.9.4}/src/CMakeLists.txt +7 -2
  7. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdStats.hh +1 -1
  8. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdCpConfig.cc +5 -2
  9. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksManager.cc +7 -7
  10. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileStateHandler.cc +10 -2
  11. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpProtocol.cc +2 -1
  12. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpUtils.cc +15 -6
  13. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpUtils.hh +1 -1
  14. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcConfigure.cc +30 -0
  15. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcTPC.cc +144 -66
  16. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcTPC.hh +9 -3
  17. xrootd-5.9.4/src/XrdMacaroons/README.md +117 -0
  18. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/XrdMacaroons.cc +25 -29
  19. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/XrdMacaroonsAuthz.cc +10 -26
  20. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/XrdMacaroonsAuthz.hh +2 -7
  21. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/XrdMacaroonsConfigure.cc +30 -38
  22. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/XrdMacaroonsHandler.cc +113 -124
  23. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/XrdMacaroonsHandler.hh +4 -5
  24. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetAddrInfo.cc +36 -0
  25. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetAddrInfo.hh +9 -0
  26. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsConfigPI.cc +2 -2
  27. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucNSWalk.cc +5 -5
  28. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPrivateUtils.hh +3 -2
  29. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/XrdSciTokensAccess.cc +64 -22
  30. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecProtocolgsi.cc +0 -58
  31. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiEvent.hh +6 -3
  32. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysIOEvents.cc +1 -0
  33. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysLogging.cc +7 -3
  34. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdXeq.cc +1 -1
  35. {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/common.cfg +1 -0
  36. {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/test.sh +40 -0
  37. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/http.sh +4 -0
  38. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdHttpTests/XrdHttpTests.cc +7 -1
  39. {xrootd-5.9.2 → xrootd-5.9.4}/xrootd.egg-info/PKG-INFO +2 -2
  40. {xrootd-5.9.2 → xrootd-5.9.4}/xrootd.egg-info/SOURCES.txt +0 -1
  41. xrootd-5.9.2/VERSION +0 -1
  42. xrootd-5.9.2/bindings/python/VERSION +0 -1
  43. xrootd-5.9.2/src/XrdMacaroons/README.md +0 -62
  44. xrootd-5.9.2/src/XrdMacaroons/macaroon-init +0 -154
  45. {xrootd-5.9.2 → xrootd-5.9.4}/CMakeLists.txt +0 -0
  46. {xrootd-5.9.2 → xrootd-5.9.4}/COPYING +0 -0
  47. {xrootd-5.9.2 → xrootd-5.9.4}/COPYING.BSD +0 -0
  48. {xrootd-5.9.2 → xrootd-5.9.4}/COPYING.LGPL +0 -0
  49. {xrootd-5.9.2 → xrootd-5.9.4}/LICENSE +0 -0
  50. {xrootd-5.9.2 → xrootd-5.9.4}/MANIFEST.in +0 -0
  51. {xrootd-5.9.2 → xrootd-5.9.4}/README.md +0 -0
  52. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/CMakeLists.txt +0 -0
  53. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/.gitignore +0 -0
  54. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/CMakeLists.txt +0 -0
  55. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/MANIFEST.in +0 -0
  56. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/README.md +0 -0
  57. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/Makefile +0 -0
  58. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/ReleaseNotes.txt +0 -0
  59. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/.static/css/custom.css +0 -0
  60. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/.templates/layout.html +0 -0
  61. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/conf.py +0 -0
  62. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/examples/copyprocess.rst +0 -0
  63. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/examples/file.rst +0 -0
  64. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/examples/filesystem.rst +0 -0
  65. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/examples.rst +0 -0
  66. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/favicon.ico +0 -0
  67. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/gettingstarted.rst +0 -0
  68. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/index.rst +0 -0
  69. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/install.rst +0 -0
  70. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/modules/client/copyprocess.rst +0 -0
  71. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/modules/client/file.rst +0 -0
  72. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/modules/client/filesystem.rst +0 -0
  73. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/modules/client/flags.rst +0 -0
  74. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/modules/client/responses.rst +0 -0
  75. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/modules/client/url.rst +0 -0
  76. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/modules/client/utils.rst +0 -0
  77. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/docs/source/xrootd-200x68.png +0 -0
  78. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/copy.py +0 -0
  79. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/copyprocess.py +0 -0
  80. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/dirlist.py +0 -0
  81. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/fcntl.py +0 -0
  82. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/fcntl_async.py +0 -0
  83. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/fileproperties.py +0 -0
  84. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/filesystemproperties.py +0 -0
  85. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/iterate.py +0 -0
  86. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/locate.py +0 -0
  87. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/mkdir.py +0 -0
  88. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/mv.py +0 -0
  89. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/query.py +0 -0
  90. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/read.py +0 -0
  91. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/readchunks.py +0 -0
  92. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/readlines.py +0 -0
  93. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/rm.py +0 -0
  94. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/rmdir.py +0 -0
  95. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/vector_read.py +0 -0
  96. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/visa.py +0 -0
  97. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/visa_async.py +0 -0
  98. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/examples/write.py +0 -0
  99. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/__init__.py +0 -0
  100. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/__init__.py +0 -0
  101. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/_version.py +0 -0
  102. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/copyprocess.py +0 -0
  103. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/env.py +0 -0
  104. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/file.py +0 -0
  105. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/filesystem.py +0 -0
  106. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/finalize.py +0 -0
  107. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/flags.py +0 -0
  108. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/glob_funcs.py +0 -0
  109. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/responses.py +0 -0
  110. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/url.py +0 -0
  111. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/libs/client/utils.py +0 -0
  112. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/pyproject.toml +0 -0
  113. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/setup.py +0 -0
  114. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/AsyncResponseHandler.hh +0 -0
  115. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/CMakeLists.txt +0 -0
  116. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/ChunkIterator.hh +0 -0
  117. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/Conversions.hh +0 -0
  118. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootD.hh +0 -0
  119. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDCopyProcess.cc +0 -0
  120. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDCopyProcess.hh +0 -0
  121. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDCopyProgressHandler.cc +0 -0
  122. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDCopyProgressHandler.hh +0 -0
  123. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDEnv.hh +0 -0
  124. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDFile.cc +0 -0
  125. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDFile.hh +0 -0
  126. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDFileSystem.cc +0 -0
  127. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDFileSystem.hh +0 -0
  128. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDFinalize.hh +0 -0
  129. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDModule.cc +0 -0
  130. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDURL.cc +0 -0
  131. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/PyXRootDURL.hh +0 -0
  132. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/Utils.cc +0 -0
  133. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/Utils.hh +0 -0
  134. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/src/__init__.py +0 -0
  135. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/tests/env.py +0 -0
  136. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/tests/test_copy.py +0 -0
  137. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/tests/test_file.py +0 -0
  138. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/tests/test_filesystem.py +0 -0
  139. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/tests/test_glob.py +0 -0
  140. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/tests/test_threads.py +0 -0
  141. {xrootd-5.9.2 → xrootd-5.9.4}/bindings/python/tests/test_url.py +0 -0
  142. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/FindDavix.cmake +0 -0
  143. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/FindKerberos5.cmake +0 -0
  144. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/FindMacaroons.cmake +0 -0
  145. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/FindReadline.cmake +0 -0
  146. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/FindSciTokensCpp.cmake +0 -0
  147. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/FindTinyXml.cmake +0 -0
  148. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/FindVOMS.cmake +0 -0
  149. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/Findceph.cmake +0 -0
  150. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/Findfuse.cmake +0 -0
  151. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/Findisal.cmake +0 -0
  152. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/Findlibuuid.cmake +0 -0
  153. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/Findsystemd.cmake +0 -0
  154. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/XRootDConfig.cmake.in +0 -0
  155. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/XRootDDefaults.cmake +0 -0
  156. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/XRootDFindLibs.cmake +0 -0
  157. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/XRootDOSDefs.cmake +0 -0
  158. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/XRootDSummary.cmake +0 -0
  159. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/XRootDSystemCheck.cmake +0 -0
  160. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/XRootDVersion.cmake +0 -0
  161. {xrootd-5.9.2 → xrootd-5.9.4}/cmake/uninstall.cmake.in +0 -0
  162. {xrootd-5.9.2 → xrootd-5.9.4}/docs/CMakeLists.txt +0 -0
  163. {xrootd-5.9.2 → xrootd-5.9.4}/docs/CONTRIBUTING.md +0 -0
  164. {xrootd-5.9.2 → xrootd-5.9.4}/docs/INSTALL.md +0 -0
  165. {xrootd-5.9.2 → xrootd-5.9.4}/docs/README_IPV4_To_IPV6 +0 -0
  166. {xrootd-5.9.2 → xrootd-5.9.4}/docs/TESTING.md +0 -0
  167. {xrootd-5.9.2 → xrootd-5.9.4}/docs/images/xrootd-icon-big.png +0 -0
  168. {xrootd-5.9.2 → xrootd-5.9.4}/docs/images/xrootd-icon.png +0 -0
  169. {xrootd-5.9.2 → xrootd-5.9.4}/docs/images/xrootd-logo.png +0 -0
  170. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/CMakeLists.txt +0 -0
  171. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/cmsd.8 +0 -0
  172. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/frm_admin.8 +0 -0
  173. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/frm_purged.8 +0 -0
  174. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/frm_xfragent.8 +0 -0
  175. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/frm_xfrd.8 +0 -0
  176. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/libXrdVoms.1 +0 -0
  177. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/mpxstats.8 +0 -0
  178. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdadler32.1 +0 -0
  179. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdcp.1 +0 -0
  180. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdfs.1 +0 -0
  181. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdgsiproxy.1 +0 -0
  182. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdgsitest.1 +0 -0
  183. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdmapc.1 +0 -0
  184. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdpfc_print.8 +0 -0
  185. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdpwdadmin.8 +0 -0
  186. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrdsssadmin.8 +0 -0
  187. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrootd.8 +0 -0
  188. {xrootd-5.9.2 → xrootd-5.9.4}/docs/man/xrootdfs.1 +0 -0
  189. {xrootd-5.9.2 → xrootd-5.9.4}/gen-tarball.sh +0 -0
  190. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/client-plugin.conf.example +0 -0
  191. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/client.conf +0 -0
  192. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/cmsd@.service +0 -0
  193. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/frm_purged@.service +0 -0
  194. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/frm_xfrd@.service +0 -0
  195. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/http.client.conf.example +0 -0
  196. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/recorder.conf +0 -0
  197. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrdhttp@.socket +0 -0
  198. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd-clustered.cfg +0 -0
  199. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd-filecache-clustered.cfg +0 -0
  200. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd-filecache-standalone.cfg +0 -0
  201. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd-http.cfg +0 -0
  202. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd-standalone.cfg +0 -0
  203. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd.logrotate +0 -0
  204. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd.te +0 -0
  205. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd@.service +0 -0
  206. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/common/xrootd@.socket +0 -0
  207. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/makesrpm.sh +0 -0
  208. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/rhel/xrootd-sysusers.conf +0 -0
  209. {xrootd-5.9.2 → xrootd-5.9.4}/packaging/rhel/xrootd.tmpfiles +0 -0
  210. {xrootd-5.9.2 → xrootd-5.9.4}/pyproject.toml +0 -0
  211. {xrootd-5.9.2 → xrootd-5.9.4}/setup.cfg +0 -0
  212. {xrootd-5.9.2 → xrootd-5.9.4}/setup.py +0 -0
  213. {xrootd-5.9.2 → xrootd-5.9.4}/src/XProtocol/CMakeLists.txt +0 -0
  214. {xrootd-5.9.2 → xrootd-5.9.4}/src/XProtocol/README +0 -0
  215. {xrootd-5.9.2 → xrootd-5.9.4}/src/XProtocol/XProtocol.cc +0 -0
  216. {xrootd-5.9.2 → xrootd-5.9.4}/src/XProtocol/XProtocol.hh +0 -0
  217. {xrootd-5.9.2 → xrootd-5.9.4}/src/XProtocol/XPtypes.hh +0 -0
  218. {xrootd-5.9.2 → xrootd-5.9.4}/src/XProtocol/YProtocol.hh +0 -0
  219. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/CMakeLists.txt +0 -0
  220. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdBuffXL.cc +0 -0
  221. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdBuffXL.hh +0 -0
  222. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdBuffer.cc +0 -0
  223. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdBuffer.hh +0 -0
  224. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdConfig.cc +0 -0
  225. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdConfig.hh +0 -0
  226. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdGlobals.cc +0 -0
  227. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdInet.cc +0 -0
  228. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdInet.hh +0 -0
  229. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdInfo.cc +0 -0
  230. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdInfo.hh +0 -0
  231. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdJob.hh +0 -0
  232. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLink.cc +0 -0
  233. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLink.hh +0 -0
  234. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLinkCtl.cc +0 -0
  235. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLinkCtl.hh +0 -0
  236. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLinkInfo.hh +0 -0
  237. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLinkMatch.cc +0 -0
  238. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLinkMatch.hh +0 -0
  239. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLinkXeq.cc +0 -0
  240. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdLinkXeq.hh +0 -0
  241. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdMain.cc +0 -0
  242. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdMonRoll.cc +0 -0
  243. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdMonRoll.hh +0 -0
  244. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdMonitor.cc +0 -0
  245. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdMonitor.hh +0 -0
  246. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdObject.hh +0 -0
  247. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdObject.icc +0 -0
  248. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdPoll.cc +0 -0
  249. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdPoll.hh +0 -0
  250. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdPollE.hh +0 -0
  251. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdPollE.icc +0 -0
  252. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdPollInfo.hh +0 -0
  253. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdPollPoll.hh +0 -0
  254. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdPollPoll.icc +0 -0
  255. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdProtLoad.cc +0 -0
  256. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdProtLoad.hh +0 -0
  257. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdProtocol.hh +0 -0
  258. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdScheduler.cc +0 -0
  259. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdScheduler.hh +0 -0
  260. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdSendQ.cc +0 -0
  261. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdSendQ.hh +0 -0
  262. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdStats.cc +0 -0
  263. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdTcpMonPin.hh +0 -0
  264. {xrootd-5.9.2 → xrootd-5.9.4}/src/Xrd/XrdTrace.hh +0 -0
  265. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/CMakeLists.txt +0 -0
  266. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAccess.cc +0 -0
  267. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAccess.hh +0 -0
  268. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAudit.cc +0 -0
  269. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAudit.hh +0 -0
  270. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAuthDB.hh +0 -0
  271. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAuthFile.cc +0 -0
  272. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAuthFile.hh +0 -0
  273. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccAuthorize.hh +0 -0
  274. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccCapability.cc +0 -0
  275. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccCapability.hh +0 -0
  276. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccConfig.cc +0 -0
  277. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccConfig.hh +0 -0
  278. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccEntity.cc +0 -0
  279. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccEntity.hh +0 -0
  280. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccGroups.cc +0 -0
  281. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccGroups.hh +0 -0
  282. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdAcc/XrdAccPrivs.hh +0 -0
  283. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/CMakeLists.txt +0 -0
  284. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdAccTest.cc +0 -0
  285. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdAppsCconfig.cc +0 -0
  286. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdCks.cc +0 -0
  287. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixFile.cc +0 -0
  288. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixFile.hh +0 -0
  289. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixPlugin.cc +0 -0
  290. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixPlugin.hh +0 -0
  291. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClProxyPlugin/README.md +0 -0
  292. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/README.md +0 -0
  293. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/XrdClAction.hh +0 -0
  294. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/XrdClActionMetrics.hh +0 -0
  295. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/XrdClRecorder.hh +0 -0
  296. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/XrdClRecorderPlugin.cc +0 -0
  297. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/XrdClRecorderPlugin.hh +0 -0
  298. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/XrdClReplay.cc +0 -0
  299. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdClRecordPlugin/XrdClReplayArgs.hh +0 -0
  300. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdCpConfig.hh +0 -0
  301. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdCpFile.cc +0 -0
  302. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdCpFile.hh +0 -0
  303. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdCrc32c.cc +0 -0
  304. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdMapCluster.cc +0 -0
  305. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdMpxStats.cc +0 -0
  306. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdMpxXml.cc +0 -0
  307. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdMpxXml.hh +0 -0
  308. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdPinls.cc +0 -0
  309. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdPrep.cc +0 -0
  310. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdQStats.cc +0 -0
  311. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/XrdWait41.cc +0 -0
  312. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdApps/Xrdadler32.cc +0 -0
  313. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/CMakeLists.txt +0 -0
  314. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwm.cc +0 -0
  315. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwm.hh +0 -0
  316. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmConfig.cc +0 -0
  317. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmHandle.cc +0 -0
  318. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmHandle.hh +0 -0
  319. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmLogger.cc +0 -0
  320. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmLogger.hh +0 -0
  321. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmPolicy.hh +0 -0
  322. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmPolicy1.cc +0 -0
  323. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmPolicy1.hh +0 -0
  324. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdBwm/XrdBwmTrace.hh +0 -0
  325. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/CMakeLists.txt +0 -0
  326. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/BufferUtils.cc +0 -0
  327. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/BufferUtils.hh +0 -0
  328. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/CephIOAdapterAIORaw.cc +0 -0
  329. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/CephIOAdapterAIORaw.hh +0 -0
  330. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/CephIOAdapterRaw.cc +0 -0
  331. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/CephIOAdapterRaw.hh +0 -0
  332. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/ICephIOAdapter.hh +0 -0
  333. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/IXrdCephBufferAlg.hh +0 -0
  334. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/IXrdCephBufferData.hh +0 -0
  335. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/IXrdCephReadVAdapter.hh +0 -0
  336. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephBufferAlgSimple.cc +0 -0
  337. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephBufferAlgSimple.hh +0 -0
  338. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephBufferDataSimple.cc +0 -0
  339. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephBufferDataSimple.hh +0 -0
  340. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephReadVBasic.cc +0 -0
  341. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephReadVBasic.hh +0 -0
  342. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephReadVNoOp.cc +0 -0
  343. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBuffers/XrdCephReadVNoOp.hh +0 -0
  344. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBulkAioRead.cc +0 -0
  345. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephBulkAioRead.hh +0 -0
  346. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOss.cc +0 -0
  347. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOss.hh +0 -0
  348. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssBufferedFile.cc +0 -0
  349. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssBufferedFile.hh +0 -0
  350. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssDir.cc +0 -0
  351. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssDir.hh +0 -0
  352. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssFile.cc +0 -0
  353. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssFile.hh +0 -0
  354. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssReadVFile.cc +0 -0
  355. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephOssReadVFile.hh +0 -0
  356. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephPosix.cc +0 -0
  357. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephPosix.hh +0 -0
  358. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephXAttr.cc +0 -0
  359. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCeph/XrdCephXAttr.hh +0 -0
  360. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/CMakeLists.txt +0 -0
  361. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCks.hh +0 -0
  362. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksAssist.cc +0 -0
  363. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksAssist.hh +0 -0
  364. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalc.hh +0 -0
  365. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalcadler32.hh +0 -0
  366. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalccrc32.cc +0 -0
  367. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalccrc32.hh +0 -0
  368. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalccrc32C.cc +0 -0
  369. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalccrc32C.hh +0 -0
  370. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalcmd5.cc +0 -0
  371. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalcmd5.hh +0 -0
  372. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksCalczcrc32.cc +0 -0
  373. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksConfig.cc +0 -0
  374. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksConfig.hh +0 -0
  375. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksData.hh +0 -0
  376. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksLoader.cc +0 -0
  377. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksLoader.hh +0 -0
  378. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksManOss.cc +0 -0
  379. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksManOss.hh +0 -0
  380. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksManager.hh +0 -0
  381. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksWrapper.hh +0 -0
  382. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCks/XrdCksXAttr.hh +0 -0
  383. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/CMakeLists.txt +0 -0
  384. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAnyObject.hh +0 -0
  385. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClApply.hh +0 -0
  386. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClArg.hh +0 -0
  387. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncDiscardReader.hh +0 -0
  388. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncHSReader.hh +0 -0
  389. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncHSWriter.hh +0 -0
  390. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncMsgReader.hh +0 -0
  391. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncMsgWriter.hh +0 -0
  392. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncPageReader.hh +0 -0
  393. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncRawReader.hh +0 -0
  394. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncRawReaderIntfc.hh +0 -0
  395. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncSocketHandler.cc +0 -0
  396. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncSocketHandler.hh +0 -0
  397. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClAsyncVectorReader.hh +0 -0
  398. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClBuffer.hh +0 -0
  399. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClChannel.cc +0 -0
  400. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClChannel.hh +0 -0
  401. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClChannelHandlerList.cc +0 -0
  402. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClChannelHandlerList.hh +0 -0
  403. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCheckSumHelper.hh +0 -0
  404. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCheckSumManager.cc +0 -0
  405. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCheckSumManager.hh +0 -0
  406. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCheckpointOperation.hh +0 -0
  407. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClClassicCopyJob.cc +0 -0
  408. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClClassicCopyJob.hh +0 -0
  409. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClConstants.hh +0 -0
  410. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCopy.cc +0 -0
  411. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCopyJob.hh +0 -0
  412. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCopyProcess.cc +0 -0
  413. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCopyProcess.hh +0 -0
  414. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClCtx.hh +0 -0
  415. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClDefaultEnv.cc +0 -0
  416. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClDefaultEnv.hh +0 -0
  417. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClDlgEnv.hh +0 -0
  418. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClEcHandler.cc +0 -0
  419. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClEcHandler.hh +0 -0
  420. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClEnv.cc +0 -0
  421. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClEnv.hh +0 -0
  422. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFS.cc +0 -0
  423. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFSExecutor.cc +0 -0
  424. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFSExecutor.hh +0 -0
  425. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFile.cc +0 -0
  426. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFile.hh +0 -0
  427. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileOperations.hh +0 -0
  428. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileStateHandler.hh +0 -0
  429. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileSystem.cc +0 -0
  430. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileSystem.hh +0 -0
  431. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileSystemOperations.hh +0 -0
  432. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileSystemUtils.cc +0 -0
  433. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileSystemUtils.hh +0 -0
  434. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileTimer.cc +0 -0
  435. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFileTimer.hh +0 -0
  436. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFinalOperation.hh +0 -0
  437. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClForkHandler.cc +0 -0
  438. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClForkHandler.hh +0 -0
  439. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClFwd.hh +0 -0
  440. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClInQueue.cc +0 -0
  441. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClInQueue.hh +0 -0
  442. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClJobManager.cc +0 -0
  443. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClJobManager.hh +0 -0
  444. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClLocalFileHandler.cc +0 -0
  445. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClLocalFileHandler.hh +0 -0
  446. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClLocalFileTask.cc +0 -0
  447. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClLocalFileTask.hh +0 -0
  448. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClLog.cc +0 -0
  449. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClLog.hh +0 -0
  450. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClMessage.hh +0 -0
  451. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClMessageUtils.cc +0 -0
  452. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClMessageUtils.hh +0 -0
  453. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClMetalinkRedirector.cc +0 -0
  454. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClMetalinkRedirector.hh +0 -0
  455. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClMonitor.hh +0 -0
  456. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOperationHandlers.hh +0 -0
  457. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOperationTimeout.hh +0 -0
  458. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOperations.cc +0 -0
  459. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOperations.hh +0 -0
  460. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOptimizers.hh +0 -0
  461. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOptional.hh +0 -0
  462. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOutQueue.cc +0 -0
  463. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClOutQueue.hh +0 -0
  464. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClParallelOperation.hh +0 -0
  465. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPlugInInterface.hh +0 -0
  466. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPlugInManager.cc +0 -0
  467. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPlugInManager.hh +0 -0
  468. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPoller.hh +0 -0
  469. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPollerBuiltIn.cc +0 -0
  470. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPollerBuiltIn.hh +0 -0
  471. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPollerFactory.cc +0 -0
  472. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPollerFactory.hh +0 -0
  473. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPostMaster.cc +0 -0
  474. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPostMaster.hh +0 -0
  475. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPostMasterInterfaces.hh +0 -0
  476. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClPropertyList.hh +0 -0
  477. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClRedirectorRegistry.cc +0 -0
  478. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClRedirectorRegistry.hh +0 -0
  479. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClRequestSync.hh +0 -0
  480. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClResponseJob.hh +0 -0
  481. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClSIDManager.cc +0 -0
  482. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClSIDManager.hh +0 -0
  483. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClSocket.cc +0 -0
  484. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClSocket.hh +0 -0
  485. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClStatus.cc +0 -0
  486. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClStatus.hh +0 -0
  487. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClStream.cc +0 -0
  488. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClStream.hh +0 -0
  489. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClSyncQueue.hh +0 -0
  490. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTPFallBackCopyJob.cc +0 -0
  491. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTPFallBackCopyJob.hh +0 -0
  492. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTaskManager.cc +0 -0
  493. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTaskManager.hh +0 -0
  494. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClThirdPartyCopyJob.cc +0 -0
  495. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClThirdPartyCopyJob.hh +0 -0
  496. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTls.cc +0 -0
  497. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTls.hh +0 -0
  498. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTransportManager.cc +0 -0
  499. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClTransportManager.hh +0 -0
  500. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClURL.cc +0 -0
  501. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClURL.hh +0 -0
  502. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClUtils.cc +0 -0
  503. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClUtils.hh +0 -0
  504. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXCpCtx.cc +0 -0
  505. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXCpCtx.hh +0 -0
  506. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXCpSrc.cc +0 -0
  507. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXCpSrc.hh +0 -0
  508. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXRootDMsgHandler.cc +0 -0
  509. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXRootDMsgHandler.hh +0 -0
  510. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXRootDResponses.cc +0 -0
  511. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXRootDResponses.hh +0 -0
  512. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXRootDTransport.cc +0 -0
  513. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClXRootDTransport.hh +0 -0
  514. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClZipArchive.cc +0 -0
  515. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClZipArchive.hh +0 -0
  516. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClZipCache.hh +0 -0
  517. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClZipListHandler.cc +0 -0
  518. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClZipListHandler.hh +0 -0
  519. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCl/XrdClZipOperations.hh +0 -0
  520. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/CMakeLists.txt +0 -0
  521. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpFilePlugIn.cc +0 -0
  522. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpFilePlugIn.hh +0 -0
  523. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpFileSystemPlugIn.cc +0 -0
  524. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpFileSystemPlugIn.hh +0 -0
  525. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpPlugInFactory.cc +0 -0
  526. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpPlugInFactory.hh +0 -0
  527. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpPlugInUtil.cc +0 -0
  528. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpPlugInUtil.hh +0 -0
  529. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpPosix.cc +0 -0
  530. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdClHttp/XrdClHttpPosix.hh +0 -0
  531. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/CMakeLists.txt +0 -0
  532. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsAdmin.cc +0 -0
  533. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsAdmin.hh +0 -0
  534. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsBaseFS.cc +0 -0
  535. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsBaseFS.hh +0 -0
  536. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsBlackList.cc +0 -0
  537. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsBlackList.hh +0 -0
  538. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsCache.cc +0 -0
  539. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsCache.hh +0 -0
  540. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClient.cc +0 -0
  541. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClient.hh +0 -0
  542. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClientConfig.cc +0 -0
  543. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClientConfig.hh +0 -0
  544. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClientMan.cc +0 -0
  545. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClientMan.hh +0 -0
  546. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClientMsg.cc +0 -0
  547. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClientMsg.hh +0 -0
  548. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClustID.cc +0 -0
  549. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsClustID.hh +0 -0
  550. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsCluster.cc +0 -0
  551. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsCluster.hh +0 -0
  552. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsConfig.cc +0 -0
  553. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsConfig.hh +0 -0
  554. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsFinder.cc +0 -0
  555. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsFinder.hh +0 -0
  556. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsJob.cc +0 -0
  557. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsJob.hh +0 -0
  558. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsKey.cc +0 -0
  559. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsKey.hh +0 -0
  560. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsLogin.cc +0 -0
  561. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsLogin.hh +0 -0
  562. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsManList.cc +0 -0
  563. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsManList.hh +0 -0
  564. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsManTree.cc +0 -0
  565. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsManTree.hh +0 -0
  566. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsManager.cc +0 -0
  567. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsManager.hh +0 -0
  568. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsMeter.cc +0 -0
  569. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsMeter.hh +0 -0
  570. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsNash.cc +0 -0
  571. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsNash.hh +0 -0
  572. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsNode.cc +0 -0
  573. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsNode.hh +0 -0
  574. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsPList.cc +0 -0
  575. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsPList.hh +0 -0
  576. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsParser.cc +0 -0
  577. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsParser.hh +0 -0
  578. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsPerfMon.hh +0 -0
  579. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsPrepArgs.cc +0 -0
  580. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsPrepArgs.hh +0 -0
  581. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsPrepare.cc +0 -0
  582. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsPrepare.hh +0 -0
  583. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsProtocol.cc +0 -0
  584. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsProtocol.hh +0 -0
  585. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRRData.cc +0 -0
  586. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRRData.hh +0 -0
  587. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRRQ.cc +0 -0
  588. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRRQ.hh +0 -0
  589. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRTable.cc +0 -0
  590. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRTable.hh +0 -0
  591. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRedirLocal.cc +0 -0
  592. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRedirLocal.hh +0 -0
  593. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsResp.cc +0 -0
  594. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsResp.hh +0 -0
  595. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRole.hh +0 -0
  596. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRouting.cc +0 -0
  597. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsRouting.hh +0 -0
  598. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsSecurity.cc +0 -0
  599. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsSecurity.hh +0 -0
  600. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsSelect.hh +0 -0
  601. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsState.cc +0 -0
  602. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsState.hh +0 -0
  603. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsSupervisor.cc +0 -0
  604. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsSupervisor.hh +0 -0
  605. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsTalk.cc +0 -0
  606. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsTalk.hh +0 -0
  607. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsTrace.hh +0 -0
  608. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsTypes.hh +0 -0
  609. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsUtils.cc +0 -0
  610. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsUtils.hh +0 -0
  611. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCms/XrdCmsVnId.hh +0 -0
  612. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/CMakeLists.txt +0 -0
  613. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoAux.cc +0 -0
  614. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoAux.hh +0 -0
  615. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoBasic.cc +0 -0
  616. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoBasic.hh +0 -0
  617. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoCipher.cc +0 -0
  618. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoCipher.hh +0 -0
  619. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoFactory.cc +0 -0
  620. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoFactory.hh +0 -0
  621. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoLite.cc +0 -0
  622. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoLite.hh +0 -0
  623. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoLite_bf32.cc +0 -0
  624. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoMsgDigest.cc +0 -0
  625. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoMsgDigest.hh +0 -0
  626. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoRSA.cc +0 -0
  627. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoRSA.hh +0 -0
  628. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoTrace.hh +0 -0
  629. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509.cc +0 -0
  630. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509.hh +0 -0
  631. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509Chain.cc +0 -0
  632. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509Chain.hh +0 -0
  633. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509Crl.cc +0 -0
  634. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509Crl.hh +0 -0
  635. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509Req.cc +0 -0
  636. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptoX509Req.hh +0 -0
  637. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptogsiX509Chain.cc +0 -0
  638. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptogsiX509Chain.hh +0 -0
  639. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslAux.cc +0 -0
  640. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslAux.hh +0 -0
  641. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslCipher.cc +0 -0
  642. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslCipher.hh +0 -0
  643. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslFactory.cc +0 -0
  644. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslFactory.hh +0 -0
  645. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslMsgDigest.cc +0 -0
  646. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslMsgDigest.hh +0 -0
  647. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslRSA.cc +0 -0
  648. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslRSA.hh +0 -0
  649. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslTrace.hh +0 -0
  650. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslX509.cc +0 -0
  651. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslX509.hh +0 -0
  652. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslX509Crl.cc +0 -0
  653. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslX509Crl.hh +0 -0
  654. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslX509Req.cc +0 -0
  655. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslX509Req.hh +0 -0
  656. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptosslgsiAux.cc +0 -0
  657. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdCrypto/XrdCryptotest.cc +0 -0
  658. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdDig/CMakeLists.txt +0 -0
  659. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdDig/XrdDigAuth.cc +0 -0
  660. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdDig/XrdDigAuth.hh +0 -0
  661. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdDig/XrdDigConfig.cc +0 -0
  662. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdDig/XrdDigConfig.hh +0 -0
  663. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdDig/XrdDigFS.cc +0 -0
  664. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdDig/XrdDigFS.hh +0 -0
  665. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/CMakeLists.txt +0 -0
  666. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/README +0 -0
  667. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcConfig.hh +0 -0
  668. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcObjCfg.hh +0 -0
  669. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcReader.cc +0 -0
  670. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcReader.hh +0 -0
  671. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcRedundancyProvider.cc +0 -0
  672. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcRedundancyProvider.hh +0 -0
  673. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcStrmWriter.cc +0 -0
  674. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcStrmWriter.hh +0 -0
  675. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcThreadPool.hh +0 -0
  676. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcUtilities.cc +0 -0
  677. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcUtilities.hh +0 -0
  678. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdEc/XrdEcWrtBuff.hh +0 -0
  679. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/CMakeLists.txt +0 -0
  680. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/README +0 -0
  681. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsDent.cc +0 -0
  682. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsDent.hh +0 -0
  683. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsFsinfo.cc +0 -0
  684. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsFsinfo.hh +0 -0
  685. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsMisc.cc +0 -0
  686. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsMisc.hh +0 -0
  687. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsPosix.cc +0 -0
  688. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsPosix.hh +0 -0
  689. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsQueue.cc +0 -0
  690. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsQueue.hh +0 -0
  691. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsWcache.cc +0 -0
  692. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsWcache.hh +0 -0
  693. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/XrdFfsXrootdfs.cc +0 -0
  694. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFfs/xrootdfs.template +0 -0
  695. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/CMakeLists.txt +0 -0
  696. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcCID.cc +0 -0
  697. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcCID.hh +0 -0
  698. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcProxy.cc +0 -0
  699. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcProxy.hh +0 -0
  700. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcReqAgent.cc +0 -0
  701. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcReqAgent.hh +0 -0
  702. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcReqFile.cc +0 -0
  703. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcReqFile.hh +0 -0
  704. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcRequest.hh +0 -0
  705. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcTrace.cc +0 -0
  706. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcTrace.hh +0 -0
  707. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcUtils.cc +0 -0
  708. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcUtils.hh +0 -0
  709. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcXAttr.hh +0 -0
  710. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrc/XrdFrcXLock.hh +0 -0
  711. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/CMakeLists.txt +0 -0
  712. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdmin.cc +0 -0
  713. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdmin.hh +0 -0
  714. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdminAudit.cc +0 -0
  715. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdminFiles.cc +0 -0
  716. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdminFind.cc +0 -0
  717. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdminMain.cc +0 -0
  718. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdminQuery.cc +0 -0
  719. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdminReloc.cc +0 -0
  720. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmAdminUnlink.cc +0 -0
  721. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmCns.cc +0 -0
  722. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmCns.hh +0 -0
  723. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmConfig.cc +0 -0
  724. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmConfig.hh +0 -0
  725. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmFiles.cc +0 -0
  726. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmFiles.hh +0 -0
  727. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmMigrate.cc +0 -0
  728. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmMigrate.hh +0 -0
  729. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmMonitor.cc +0 -0
  730. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmMonitor.hh +0 -0
  731. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmPurgMain.cc +0 -0
  732. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmPurge.cc +0 -0
  733. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmPurge.hh +0 -0
  734. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmReqBoss.cc +0 -0
  735. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmReqBoss.hh +0 -0
  736. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmTSort.cc +0 -0
  737. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmTSort.hh +0 -0
  738. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmTransfer.cc +0 -0
  739. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmTransfer.hh +0 -0
  740. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrAgent.cc +0 -0
  741. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrAgent.hh +0 -0
  742. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrDaemon.cc +0 -0
  743. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrDaemon.hh +0 -0
  744. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrJob.hh +0 -0
  745. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrMain.cc +0 -0
  746. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrQueue.cc +0 -0
  747. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdFrm/XrdFrmXfrQueue.hh +0 -0
  748. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHeaders.cmake +0 -0
  749. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/CMakeLists.txt +0 -0
  750. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/README-CKSUM.md +0 -0
  751. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpChecksum.cc +0 -0
  752. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpChecksum.hh +0 -0
  753. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpChecksumHandler.cc +0 -0
  754. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpChecksumHandler.hh +0 -0
  755. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpExtHandler.cc +0 -0
  756. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpExtHandler.hh +0 -0
  757. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpHeaderUtils.cc +0 -0
  758. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpHeaderUtils.hh +0 -0
  759. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpModule.cc +0 -0
  760. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpProtocol.hh +0 -0
  761. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpReadRangeHandler.cc +0 -0
  762. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpReadRangeHandler.hh +0 -0
  763. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpReq.cc +0 -0
  764. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpReq.hh +0 -0
  765. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpSecXtractor.hh +0 -0
  766. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpSecurity.cc +0 -0
  767. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpStatic.hh +0 -0
  768. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/XrdHttpTrace.hh +0 -0
  769. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/static/favicon.ico +0 -0
  770. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/static/xrdhttp.css +0 -0
  771. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/static/xrdhttp_css.h +0 -0
  772. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/static/xrdhttp_favicon_ico.h +0 -0
  773. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/xrootd-http-rdr.cf +0 -0
  774. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttp/xrootd-http.cf +0 -0
  775. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpCors/CMakeLists.txt +0 -0
  776. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpCors/README.md +0 -0
  777. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpCors/XrdHttpCors.hh +0 -0
  778. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpCors/XrdHttpCorsHandler.cc +0 -0
  779. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpCors/XrdHttpCorsHandler.hh +0 -0
  780. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/CMakeLists.txt +0 -0
  781. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/README.md +0 -0
  782. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcMultistream.cc +0 -0
  783. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcPMarkManager.cc +0 -0
  784. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcPMarkManager.hh +0 -0
  785. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcState.cc +0 -0
  786. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcState.hh +0 -0
  787. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcStream.cc +0 -0
  788. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcStream.hh +0 -0
  789. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcUtils.cc +0 -0
  790. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/XrdHttpTpcUtils.hh +0 -0
  791. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/export-lib-symbols +0 -0
  792. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdHttpTpc/xrootd-test-tpc +0 -0
  793. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/CMakeLists.txt +0 -0
  794. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdMacaroons/export-lib-symbols +0 -0
  795. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/CMakeLists.txt +0 -0
  796. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNet.cc +0 -0
  797. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNet.hh +0 -0
  798. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetAddr.cc +0 -0
  799. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetAddr.hh +0 -0
  800. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetBuffer.cc +0 -0
  801. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetBuffer.hh +0 -0
  802. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetCache.cc +0 -0
  803. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetCache.hh +0 -0
  804. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetCmsNotify.cc +0 -0
  805. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetCmsNotify.hh +0 -0
  806. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetConnect.cc +0 -0
  807. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetConnect.hh +0 -0
  808. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetIF.cc +0 -0
  809. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetIF.hh +0 -0
  810. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetIdentity.cc +0 -0
  811. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetIdentity.hh +0 -0
  812. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetMsg.cc +0 -0
  813. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetMsg.hh +0 -0
  814. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetOpts.hh +0 -0
  815. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetPMark.cc +0 -0
  816. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetPMark.hh +0 -0
  817. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetPMarkCfg.cc +0 -0
  818. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetPMarkCfg.hh +0 -0
  819. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetPMarkFF.cc +0 -0
  820. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetPMarkFF.hh +0 -0
  821. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetPeer.hh +0 -0
  822. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetRefresh.cc +0 -0
  823. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetRefresh.hh +0 -0
  824. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetRegistry.cc +0 -0
  825. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetRegistry.hh +0 -0
  826. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetSecurity.cc +0 -0
  827. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetSecurity.hh +0 -0
  828. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetSockAddr.hh +0 -0
  829. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetSocket.cc +0 -0
  830. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetSocket.hh +0 -0
  831. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetUtils.cc +0 -0
  832. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdNet/XrdNetUtils.hh +0 -0
  833. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/CMakeLists.txt +0 -0
  834. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfs.cc +0 -0
  835. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfs.hh +0 -0
  836. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsCPFile.cc +0 -0
  837. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsCPFile.hh +0 -0
  838. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsChkPnt.cc +0 -0
  839. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsChkPnt.hh +0 -0
  840. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsConfig.cc +0 -0
  841. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsConfigCP.cc +0 -0
  842. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsConfigCP.hh +0 -0
  843. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsConfigPI.hh +0 -0
  844. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsEvr.cc +0 -0
  845. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsEvr.hh +0 -0
  846. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsEvs.cc +0 -0
  847. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsEvs.hh +0 -0
  848. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsFAttr.cc +0 -0
  849. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsFS.cc +0 -0
  850. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsFSctl.cc +0 -0
  851. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsFSctl_PI.hh +0 -0
  852. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsHandle.cc +0 -0
  853. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsHandle.hh +0 -0
  854. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsPoscq.cc +0 -0
  855. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsPoscq.hh +0 -0
  856. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsPrepGPI.cc +0 -0
  857. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsPrepare.hh +0 -0
  858. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsSecurity.hh +0 -0
  859. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsStats.cc +0 -0
  860. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsStats.hh +0 -0
  861. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPC.cc +0 -0
  862. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPC.hh +0 -0
  863. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCAuth.cc +0 -0
  864. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCAuth.hh +0 -0
  865. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCConfig.hh +0 -0
  866. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCInfo.cc +0 -0
  867. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCInfo.hh +0 -0
  868. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCJob.cc +0 -0
  869. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCJob.hh +0 -0
  870. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCProg.cc +0 -0
  871. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTPCProg.hh +0 -0
  872. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOfs/XrdOfsTrace.hh +0 -0
  873. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/CMakeLists.txt +0 -0
  874. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOss.cc +0 -0
  875. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOss.hh +0 -0
  876. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssAio.cc +0 -0
  877. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssApi.cc +0 -0
  878. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssApi.hh +0 -0
  879. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssAt.cc +0 -0
  880. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssAt.hh +0 -0
  881. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssCache.cc +0 -0
  882. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssCache.hh +0 -0
  883. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssConfig.cc +0 -0
  884. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssConfig.hh +0 -0
  885. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssCopy.cc +0 -0
  886. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssCopy.hh +0 -0
  887. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssCreate.cc +0 -0
  888. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssDefaultSS.hh +0 -0
  889. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssError.hh +0 -0
  890. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssMSS.cc +0 -0
  891. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssMio.cc +0 -0
  892. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssMio.hh +0 -0
  893. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssMioFile.hh +0 -0
  894. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssOpaque.hh +0 -0
  895. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssPath.cc +0 -0
  896. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssPath.hh +0 -0
  897. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssReloc.cc +0 -0
  898. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssRename.cc +0 -0
  899. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssSIgpfsT.cc +0 -0
  900. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssSpace.cc +0 -0
  901. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssSpace.hh +0 -0
  902. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssStage.cc +0 -0
  903. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssStage.hh +0 -0
  904. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssStat.cc +0 -0
  905. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssStatInfo.hh +0 -0
  906. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssTrace.hh +0 -0
  907. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssUnlink.cc +0 -0
  908. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssVS.hh +0 -0
  909. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOss/XrdOssWrapper.hh +0 -0
  910. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/CMakeLists.txt +0 -0
  911. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/README.md +0 -0
  912. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsi.cc +0 -0
  913. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsi.hh +0 -0
  914. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiConfig.cc +0 -0
  915. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiConfig.hh +0 -0
  916. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiCrcUtils.cc +0 -0
  917. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiCrcUtils.hh +0 -0
  918. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiFile.cc +0 -0
  919. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiFileAio.cc +0 -0
  920. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiFileAio.hh +0 -0
  921. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiPages.cc +0 -0
  922. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiPages.hh +0 -0
  923. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiPagesUnaligned.cc +0 -0
  924. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiRanges.cc +0 -0
  925. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiRanges.hh +0 -0
  926. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiTagstore.hh +0 -0
  927. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiTagstoreFile.cc +0 -0
  928. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiTagstoreFile.hh +0 -0
  929. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssCsiTrace.hh +0 -0
  930. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssCsi/XrdOssHandler.hh +0 -0
  931. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/CMakeLists.txt +0 -0
  932. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/README.md +0 -0
  933. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/XrdOssStatsConfig.cc +0 -0
  934. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/XrdOssStatsConfig.hh +0 -0
  935. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/XrdOssStatsDirectory.hh +0 -0
  936. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/XrdOssStatsFile.cc +0 -0
  937. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/XrdOssStatsFile.hh +0 -0
  938. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/XrdOssStatsFileSystem.cc +0 -0
  939. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/XrdOssStatsFileSystem.hh +0 -0
  940. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOssStats/export-lib-symbols +0 -0
  941. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/CMakeLists.txt +0 -0
  942. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/README.bonjour +0 -0
  943. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucArgs.cc +0 -0
  944. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucArgs.hh +0 -0
  945. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucBackTrace.cc +0 -0
  946. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucBackTrace.hh +0 -0
  947. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucBuffer.cc +0 -0
  948. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucBuffer.hh +0 -0
  949. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCRC.cc +0 -0
  950. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCRC.hh +0 -0
  951. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCRC32C.cc +0 -0
  952. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCRC32C.hh +0 -0
  953. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCache.cc +0 -0
  954. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCache.hh +0 -0
  955. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCacheCM.hh +0 -0
  956. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCacheStats.hh +0 -0
  957. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCallBack.cc +0 -0
  958. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCallBack.hh +0 -0
  959. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucChain.hh +0 -0
  960. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucChkPnt.hh +0 -0
  961. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucCompiler.hh +0 -0
  962. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucDLlist.hh +0 -0
  963. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucECMsg.cc +0 -0
  964. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucECMsg.hh +0 -0
  965. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucERoute.cc +0 -0
  966. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucERoute.hh +0 -0
  967. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucEnum.hh +0 -0
  968. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucEnv.cc +0 -0
  969. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucEnv.hh +0 -0
  970. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucErrInfo.hh +0 -0
  971. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucExport.cc +0 -0
  972. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucExport.hh +0 -0
  973. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucFileInfo.cc +0 -0
  974. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucFileInfo.hh +0 -0
  975. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucGMap.cc +0 -0
  976. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucGMap.hh +0 -0
  977. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucGatherConf.cc +0 -0
  978. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucGatherConf.hh +0 -0
  979. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucHash.hh +0 -0
  980. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucHash.icc +0 -0
  981. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucHashVal.cc +0 -0
  982. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucIOVec.hh +0 -0
  983. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucJson.hh +0 -0
  984. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucLock.hh +0 -0
  985. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucLogging.cc +0 -0
  986. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucLogging.hh +0 -0
  987. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucMapP2X.hh +0 -0
  988. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucMsubs.cc +0 -0
  989. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucMsubs.hh +0 -0
  990. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucN2NLoader.cc +0 -0
  991. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucN2NLoader.hh +0 -0
  992. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucN2No2p.cc +0 -0
  993. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucNList.cc +0 -0
  994. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucNList.hh +0 -0
  995. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucNSWalk.hh +0 -0
  996. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucName2Name.cc +0 -0
  997. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucName2Name.hh +0 -0
  998. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPList.hh +0 -0
  999. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPgrwUtils.cc +0 -0
  1000. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPgrwUtils.hh +0 -0
  1001. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPinKing.hh +0 -0
  1002. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPinLoader.cc +0 -0
  1003. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPinLoader.hh +0 -0
  1004. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPinObject.hh +0 -0
  1005. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPinPath.cc +0 -0
  1006. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPinPath.hh +0 -0
  1007. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPreload.cc +0 -0
  1008. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPreload.hh +0 -0
  1009. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucProg.cc +0 -0
  1010. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucProg.hh +0 -0
  1011. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPsx.cc +0 -0
  1012. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPsx.hh +0 -0
  1013. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPup.cc +0 -0
  1014. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucPup.hh +0 -0
  1015. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucRash.hh +0 -0
  1016. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucRash.icc +0 -0
  1017. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucReqID.cc +0 -0
  1018. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucReqID.hh +0 -0
  1019. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSFVec.hh +0 -0
  1020. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSHA3.cc +0 -0
  1021. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSHA3.hh +0 -0
  1022. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSid.cc +0 -0
  1023. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSid.hh +0 -0
  1024. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSiteName.cc +0 -0
  1025. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSiteName.hh +0 -0
  1026. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucStats.hh +0 -0
  1027. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucStream.cc +0 -0
  1028. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucStream.hh +0 -0
  1029. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucString.cc +0 -0
  1030. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucString.hh +0 -0
  1031. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSxeq.cc +0 -0
  1032. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucSxeq.hh +0 -0
  1033. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTList.hh +0 -0
  1034. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTPC.cc +0 -0
  1035. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTPC.hh +0 -0
  1036. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTUtils.hh +0 -0
  1037. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTable.hh +0 -0
  1038. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTokenizer.cc +0 -0
  1039. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTokenizer.hh +0 -0
  1040. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTrace.cc +0 -0
  1041. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucTrace.hh +0 -0
  1042. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucUri.cc +0 -0
  1043. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucUri.hh +0 -0
  1044. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucUtils.cc +0 -0
  1045. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucUtils.hh +0 -0
  1046. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucVerName.cc +0 -0
  1047. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucVerName.hh +0 -0
  1048. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOucXAttr.hh +0 -0
  1049. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOuca2x.cc +0 -0
  1050. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdOuc/XrdOuca2x.hh +0 -0
  1051. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/CMakeLists.txt +0 -0
  1052. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/README +0 -0
  1053. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfc.cc +0 -0
  1054. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfc.hh +0 -0
  1055. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcAllowDecision.cc +0 -0
  1056. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcBlacklistDecision.cc +0 -0
  1057. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcCommand.cc +0 -0
  1058. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcConfiguration.cc +0 -0
  1059. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcDecision.hh +0 -0
  1060. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcDirState.cc +0 -0
  1061. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcDirState.hh +0 -0
  1062. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcDirStateBase.hh +0 -0
  1063. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcDirStatePurgeshot.hh +0 -0
  1064. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcDirStateSnapshot.cc +0 -0
  1065. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcDirStateSnapshot.hh +0 -0
  1066. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFPurgeState.cc +0 -0
  1067. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFPurgeState.hh +0 -0
  1068. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFSctl.cc +0 -0
  1069. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFSctl.hh +0 -0
  1070. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFile.cc +0 -0
  1071. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFile.hh +0 -0
  1072. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFsTraversal.cc +0 -0
  1073. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcFsTraversal.hh +0 -0
  1074. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcIO.cc +0 -0
  1075. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcIO.hh +0 -0
  1076. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcIOFile.cc +0 -0
  1077. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcIOFile.hh +0 -0
  1078. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcIOFileBlock.cc +0 -0
  1079. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcIOFileBlock.hh +0 -0
  1080. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcInfo.cc +0 -0
  1081. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcInfo.hh +0 -0
  1082. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcPathParseTools.hh +0 -0
  1083. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcPrint.cc +0 -0
  1084. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcPrint.hh +0 -0
  1085. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcPurge.cc +0 -0
  1086. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcPurgePin.hh +0 -0
  1087. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcPurgeQuota.cc +0 -0
  1088. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcResourceMonitor.cc +0 -0
  1089. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcResourceMonitor.hh +0 -0
  1090. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcStats.hh +0 -0
  1091. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcTrace.hh +0 -0
  1092. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPfc/XrdPfcTypes.hh +0 -0
  1093. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/CMakeLists.txt +0 -0
  1094. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/README +0 -0
  1095. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosix.cc +0 -0
  1096. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosix.hh +0 -0
  1097. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixAdmin.cc +0 -0
  1098. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixAdmin.hh +0 -0
  1099. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixCache.cc +0 -0
  1100. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixCache.hh +0 -0
  1101. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixCallBack.cc +0 -0
  1102. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixCallBack.hh +0 -0
  1103. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixConfig.cc +0 -0
  1104. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixConfig.hh +0 -0
  1105. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixDir.cc +0 -0
  1106. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixDir.hh +0 -0
  1107. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixExtern.hh +0 -0
  1108. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixExtra.cc +0 -0
  1109. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixExtra.hh +0 -0
  1110. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixFile.cc +0 -0
  1111. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixFile.hh +0 -0
  1112. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixFileRH.cc +0 -0
  1113. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixFileRH.hh +0 -0
  1114. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixInfo.hh +0 -0
  1115. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixLinkage.cc +0 -0
  1116. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixLinkage.hh +0 -0
  1117. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixMap.cc +0 -0
  1118. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixMap.hh +0 -0
  1119. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixObjGuard.hh +0 -0
  1120. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixObject.cc +0 -0
  1121. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixObject.hh +0 -0
  1122. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixOsDep.hh +0 -0
  1123. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixPreload.cc +0 -0
  1124. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixPreload32.cc +0 -0
  1125. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixPrepIO.cc +0 -0
  1126. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixPrepIO.hh +0 -0
  1127. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixStats.hh +0 -0
  1128. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixTrace.hh +0 -0
  1129. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixXrootd.cc +0 -0
  1130. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixXrootd.hh +0 -0
  1131. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixXrootdPath.cc +0 -0
  1132. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPosix/XrdPosixXrootdPath.hh +0 -0
  1133. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/CMakeLists.txt +0 -0
  1134. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPss.cc +0 -0
  1135. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPss.hh +0 -0
  1136. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssAio.cc +0 -0
  1137. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssAioCB.cc +0 -0
  1138. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssAioCB.hh +0 -0
  1139. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssCks.cc +0 -0
  1140. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssCks.hh +0 -0
  1141. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssConfig.cc +0 -0
  1142. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssTrace.hh +0 -0
  1143. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssUrlInfo.cc +0 -0
  1144. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssUrlInfo.hh +0 -0
  1145. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssUtils.cc +0 -0
  1146. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdPss/XrdPssUtils.hh +0 -0
  1147. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/CMakeLists.txt +0 -0
  1148. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/XrdRmc.cc +0 -0
  1149. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/XrdRmc.hh +0 -0
  1150. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/XrdRmcData.cc +0 -0
  1151. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/XrdRmcData.hh +0 -0
  1152. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/XrdRmcReal.cc +0 -0
  1153. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/XrdRmcReal.hh +0 -0
  1154. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdRmc/XrdRmcSlot.hh +0 -0
  1155. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/CMakeLists.txt +0 -0
  1156. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/LICENSE +0 -0
  1157. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/README.md +0 -0
  1158. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/XrdSciTokensHelper.hh +0 -0
  1159. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/XrdSciTokensMon.cc +0 -0
  1160. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/XrdSciTokensMon.hh +0 -0
  1161. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/configs/export-lib-symbols +0 -0
  1162. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/configs/export-module-symbols +0 -0
  1163. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/configs/scitokens.cfg +0 -0
  1164. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/config/override.conf +0 -0
  1165. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/config/scitokens-aud.cfg +0 -0
  1166. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/config/scitokens-multi-aud.cfg +0 -0
  1167. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/config/scitokens-no-aud.cfg +0 -0
  1168. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/config/xrootd-http.cfg +0 -0
  1169. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/create-pubkey.py +0 -0
  1170. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/openssl-selfsigned.conf +0 -0
  1171. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/setup_tests.sh +0 -0
  1172. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/test/test_inside_docker.sh +0 -0
  1173. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/README.vendor +0 -0
  1174. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/inih/.gitignore +0 -0
  1175. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/inih/.travis.yml +0 -0
  1176. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/inih/INIReader.h +0 -0
  1177. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/inih/INIReaderTest.cpp +0 -0
  1178. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/inih/LICENSE.txt +0 -0
  1179. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/inih/README.md +0 -0
  1180. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/inih/test.ini +0 -0
  1181. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/.clang-format +0 -0
  1182. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/.gitignore +0 -0
  1183. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/.gitmodules +0 -0
  1184. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/.travis.yml +0 -0
  1185. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/Changes +0 -0
  1186. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/LICENSE +0 -0
  1187. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/README.mkdn +0 -0
  1188. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/examples/github-issues.cc +0 -0
  1189. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/examples/iostream.cc +0 -0
  1190. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/examples/streaming.cc +0 -0
  1191. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/picojson.h +0 -0
  1192. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/picotest/picotest.c +0 -0
  1193. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/picotest/picotest.h +0 -0
  1194. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSciTokens/vendor/picojson/test.cc +0 -0
  1195. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/CMakeLists.txt +0 -0
  1196. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecAttr.hh +0 -0
  1197. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecClient.cc +0 -0
  1198. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecEntity.cc +0 -0
  1199. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecEntity.hh +0 -0
  1200. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecEntityAttr.cc +0 -0
  1201. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecEntityAttr.hh +0 -0
  1202. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecEntityPin.hh +0 -0
  1203. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecEntityXtra.cc +0 -0
  1204. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecEntityXtra.hh +0 -0
  1205. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecInterface.hh +0 -0
  1206. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecLoadSecurity.cc +0 -0
  1207. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecLoadSecurity.hh +0 -0
  1208. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecMonitor.hh +0 -0
  1209. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecPManager.cc +0 -0
  1210. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecPManager.hh +0 -0
  1211. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecProtect.cc +0 -0
  1212. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecProtect.hh +0 -0
  1213. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecProtector.cc +0 -0
  1214. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecProtector.hh +0 -0
  1215. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecProtocolhost.cc +0 -0
  1216. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecProtocolhost.hh +0 -0
  1217. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecServer.cc +0 -0
  1218. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecServer.hh +0 -0
  1219. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecTLayer.cc +0 -0
  1220. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecTLayer.hh +0 -0
  1221. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSecTrace.hh +0 -0
  1222. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSectestClient.cc +0 -0
  1223. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSec/XrdSectestServer.cc +0 -0
  1224. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/CMakeLists.txt +0 -0
  1225. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecProtocolgsi.hh +0 -0
  1226. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsiAuthzFunDN.cc +0 -0
  1227. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsiAuthzFunVO.cc +0 -0
  1228. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsiGMAPFunDN.cc +0 -0
  1229. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsiGMAPFunDN.cf +0 -0
  1230. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsiOpts.hh +0 -0
  1231. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsiProxy.cc +0 -0
  1232. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsiTrace.hh +0 -0
  1233. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecgsi/XrdSecgsitest.cc +0 -0
  1234. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSeckrb5/CMakeLists.txt +0 -0
  1235. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSeckrb5/XrdSecProtocolkrb5.cc +0 -0
  1236. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecpwd/CMakeLists.txt +0 -0
  1237. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecpwd/XrdSecProtocolpwd.cc +0 -0
  1238. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecpwd/XrdSecProtocolpwd.hh +0 -0
  1239. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecpwd/XrdSecpwdPlatform.hh +0 -0
  1240. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecpwd/XrdSecpwdSrvAdmin.cc +0 -0
  1241. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecpwd/XrdSecpwdTrace.hh +0 -0
  1242. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/CMakeLists.txt +0 -0
  1243. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecProtocolsss.cc +0 -0
  1244. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecProtocolsss.hh +0 -0
  1245. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssAdmin.cc +0 -0
  1246. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssCon.cc +0 -0
  1247. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssCon.hh +0 -0
  1248. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssEnt.cc +0 -0
  1249. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssEnt.hh +0 -0
  1250. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssID.cc +0 -0
  1251. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssID.hh +0 -0
  1252. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssKT.cc +0 -0
  1253. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssKT.hh +0 -0
  1254. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssMap.hh +0 -0
  1255. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecsss/XrdSecsssRR.hh +0 -0
  1256. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecunix/CMakeLists.txt +0 -0
  1257. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecunix/XrdSecProtocolunix.cc +0 -0
  1258. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecztn/CMakeLists.txt +0 -0
  1259. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecztn/XrdSecProtocolztn.cc +0 -0
  1260. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSecztn/XrdSecztn.cc +0 -0
  1261. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/CMakeLists.txt +0 -0
  1262. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsAio.hh +0 -0
  1263. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsDio.hh +0 -0
  1264. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsFAttr.hh +0 -0
  1265. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsFlags.hh +0 -0
  1266. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsGPFile.hh +0 -0
  1267. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsInterface.cc +0 -0
  1268. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsInterface.hh +0 -0
  1269. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsNative.cc +0 -0
  1270. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsNative.hh +0 -0
  1271. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsXio.cc +0 -0
  1272. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsXio.hh +0 -0
  1273. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSfs/XrdSfsXioImpl.hh +0 -0
  1274. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/CMakeLists.txt +0 -0
  1275. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiAlert.cc +0 -0
  1276. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiAlert.hh +0 -0
  1277. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiAtomics.cc +0 -0
  1278. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiAtomics.hh +0 -0
  1279. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiBVec.hh +0 -0
  1280. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiClient.cc +0 -0
  1281. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiCluster.hh +0 -0
  1282. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiCms.cc +0 -0
  1283. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiCms.hh +0 -0
  1284. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiDir.cc +0 -0
  1285. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiDir.hh +0 -0
  1286. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiEntity.hh +0 -0
  1287. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiErrInfo.cc +0 -0
  1288. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiErrInfo.hh +0 -0
  1289. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiEvent.cc +0 -0
  1290. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFile.cc +0 -0
  1291. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFile.hh +0 -0
  1292. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFileReq.cc +0 -0
  1293. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFileReq.hh +0 -0
  1294. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFileResource.cc +0 -0
  1295. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFileResource.hh +0 -0
  1296. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFileSess.cc +0 -0
  1297. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiFileSess.hh +0 -0
  1298. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiLogger.cc +0 -0
  1299. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiLogger.hh +0 -0
  1300. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiLogging.cc +0 -0
  1301. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiProvider.hh +0 -0
  1302. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiRRAgent.hh +0 -0
  1303. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiRRInfo.hh +0 -0
  1304. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiRRTable.hh +0 -0
  1305. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiRequest.cc +0 -0
  1306. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiRequest.hh +0 -0
  1307. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiResource.hh +0 -0
  1308. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiRespInfo.hh +0 -0
  1309. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiResponder.cc +0 -0
  1310. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiResponder.hh +0 -0
  1311. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiScale.cc +0 -0
  1312. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiScale.hh +0 -0
  1313. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiServReal.cc +0 -0
  1314. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiServReal.hh +0 -0
  1315. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiService.cc +0 -0
  1316. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiService.hh +0 -0
  1317. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiSessReal.cc +0 -0
  1318. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiSessReal.hh +0 -0
  1319. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiSfs.cc +0 -0
  1320. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiSfs.hh +0 -0
  1321. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiSfsConfig.cc +0 -0
  1322. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiSfsConfig.hh +0 -0
  1323. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiShMam.cc +0 -0
  1324. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiShMam.hh +0 -0
  1325. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiShMap.hh +0 -0
  1326. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiShMap.icc +0 -0
  1327. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiShMat.cc +0 -0
  1328. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiShMat.hh +0 -0
  1329. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiStat.cc +0 -0
  1330. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiStats.cc +0 -0
  1331. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiStats.hh +0 -0
  1332. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiStream.hh +0 -0
  1333. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiTaskReal.cc +0 -0
  1334. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiTaskReal.hh +0 -0
  1335. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiTrace.hh +0 -0
  1336. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiUtils.cc +0 -0
  1337. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSsi/XrdSsiUtils.hh +0 -0
  1338. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/CMakeLists.txt +0 -0
  1339. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutAux.cc +0 -0
  1340. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutAux.hh +0 -0
  1341. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutBuckList.cc +0 -0
  1342. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutBuckList.hh +0 -0
  1343. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutBucket.cc +0 -0
  1344. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutBucket.hh +0 -0
  1345. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutBuffer.cc +0 -0
  1346. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutBuffer.hh +0 -0
  1347. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutCache.hh +0 -0
  1348. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutCacheEntry.cc +0 -0
  1349. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutCacheEntry.hh +0 -0
  1350. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutPFCache.cc +0 -0
  1351. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutPFCache.hh +0 -0
  1352. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutPFEntry.cc +0 -0
  1353. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutPFEntry.hh +0 -0
  1354. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutPFile.cc +0 -0
  1355. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutPFile.hh +0 -0
  1356. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutRndm.cc +0 -0
  1357. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutRndm.hh +0 -0
  1358. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSut/XrdSutTrace.hh +0 -0
  1359. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/CMakeLists.txt +0 -0
  1360. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysAtomics.hh +0 -0
  1361. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysDir.cc +0 -0
  1362. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysDir.hh +0 -0
  1363. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysE2T.cc +0 -0
  1364. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysE2T.hh +0 -0
  1365. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysError.cc +0 -0
  1366. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysError.hh +0 -0
  1367. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFAttr.cc +0 -0
  1368. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFAttr.hh +0 -0
  1369. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFAttrBsd.icc +0 -0
  1370. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFAttrLnx.icc +0 -0
  1371. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFAttrMac.icc +0 -0
  1372. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFAttrSun.icc +0 -0
  1373. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFD.hh +0 -0
  1374. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFallocate.cc +0 -0
  1375. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysFallocate.hh +0 -0
  1376. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysHeaders.hh +0 -0
  1377. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysIOEvents.hh +0 -0
  1378. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysIOEventsPollE.icc +0 -0
  1379. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysIOEventsPollKQ.icc +0 -0
  1380. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysIOEventsPollPoll.icc +0 -0
  1381. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysIOEventsPollPort.icc +0 -0
  1382. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysKernelBuffer.hh +0 -0
  1383. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysLogPI.hh +0 -0
  1384. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysLogger.cc +0 -0
  1385. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysLogger.hh +0 -0
  1386. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysLogging.hh +0 -0
  1387. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPageSize.hh +0 -0
  1388. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPlatform.cc +0 -0
  1389. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPlatform.hh +0 -0
  1390. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPlugin.cc +0 -0
  1391. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPlugin.hh +0 -0
  1392. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPriv.cc +0 -0
  1393. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPriv.hh +0 -0
  1394. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPthread.cc +0 -0
  1395. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPthread.hh +0 -0
  1396. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysPwd.hh +0 -0
  1397. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysRAtomic.hh +0 -0
  1398. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysSemWait.hh +0 -0
  1399. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysShmem.hh +0 -0
  1400. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysTimer.cc +0 -0
  1401. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysTimer.hh +0 -0
  1402. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysTrace.cc +0 -0
  1403. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysTrace.hh +0 -0
  1404. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysUtils.cc +0 -0
  1405. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysUtils.hh +0 -0
  1406. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysXAttr.cc +0 -0
  1407. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysXAttr.hh +0 -0
  1408. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysXSLock.cc +0 -0
  1409. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdSys/XrdSysXSLock.hh +0 -0
  1410. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/CMakeLists.txt +0 -0
  1411. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/README.md +0 -0
  1412. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdOssThrottleFile.cc +0 -0
  1413. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottle.hh +0 -0
  1414. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleConfig.cc +0 -0
  1415. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleConfig.hh +0 -0
  1416. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleFile.cc +0 -0
  1417. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleFileSystem.cc +0 -0
  1418. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleFileSystemConfig.cc +0 -0
  1419. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleManager.cc +0 -0
  1420. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleManager.hh +0 -0
  1421. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdThrottle/XrdThrottleTrace.hh +0 -0
  1422. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/CMakeLists.txt +0 -0
  1423. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTls.cc +0 -0
  1424. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTls.hh +0 -0
  1425. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsContext.cc +0 -0
  1426. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsContext.hh +0 -0
  1427. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsHostcheck.hh +0 -0
  1428. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsHostcheck.icc +0 -0
  1429. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsNotary.cc +0 -0
  1430. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsNotary.hh +0 -0
  1431. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsNotaryUtils.hh +0 -0
  1432. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsNotaryUtils.icc +0 -0
  1433. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsPeerCerts.cc +0 -0
  1434. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsPeerCerts.hh +0 -0
  1435. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsSocket.cc +0 -0
  1436. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsSocket.hh +0 -0
  1437. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsTempCA.cc +0 -0
  1438. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsTempCA.hh +0 -0
  1439. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdTls/XrdTlsTrace.hh +0 -0
  1440. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVersion.hh.in +0 -0
  1441. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVersionPlugin.hh +0 -0
  1442. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/CMakeLists.txt +0 -0
  1443. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/README.md +0 -0
  1444. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVoms.hh +0 -0
  1445. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVomsFun.cc +0 -0
  1446. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVomsFun.hh +0 -0
  1447. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVomsHttp.cc +0 -0
  1448. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVomsMapfile.cc +0 -0
  1449. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVomsMapfile.hh +0 -0
  1450. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVomsTrace.hh +0 -0
  1451. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdVoms/XrdVomsgsi.cc +0 -0
  1452. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/CMakeLists.txt +0 -0
  1453. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlMetaLink.cc +0 -0
  1454. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlMetaLink.hh +0 -0
  1455. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlRdrTiny.cc +0 -0
  1456. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlRdrTiny.hh +0 -0
  1457. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlRdrXml2.cc +0 -0
  1458. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlRdrXml2.hh +0 -0
  1459. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlReader.cc +0 -0
  1460. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/XrdXmlReader.hh +0 -0
  1461. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/tinyxml/tinystr.cpp +0 -0
  1462. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/tinyxml/tinystr.h +0 -0
  1463. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/tinyxml/tinyxml.cpp +0 -0
  1464. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/tinyxml/tinyxml.h +0 -0
  1465. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/tinyxml/tinyxmlerror.cpp +0 -0
  1466. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXml/tinyxml/tinyxmlparser.cpp +0 -0
  1467. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/CMakeLists.txt +0 -0
  1468. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAdmin.cc +0 -0
  1469. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAdmin.hh +0 -0
  1470. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioBuff.cc +0 -0
  1471. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioBuff.hh +0 -0
  1472. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioFob.cc +0 -0
  1473. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioFob.hh +0 -0
  1474. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioPgrw.cc +0 -0
  1475. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioPgrw.hh +0 -0
  1476. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioTask.cc +0 -0
  1477. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdAioTask.hh +0 -0
  1478. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdBridge.cc +0 -0
  1479. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdBridge.hh +0 -0
  1480. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdCallBack.cc +0 -0
  1481. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdCallBack.hh +0 -0
  1482. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdConfig.cc +0 -0
  1483. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdConfigMon.cc +0 -0
  1484. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdFile.cc +0 -0
  1485. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdFile.hh +0 -0
  1486. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdFileLock.hh +0 -0
  1487. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdFileLock1.cc +0 -0
  1488. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdFileLock1.hh +0 -0
  1489. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdFileStats.hh +0 -0
  1490. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdGPFile.hh +0 -0
  1491. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdGSReal.cc +0 -0
  1492. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdGSReal.hh +0 -0
  1493. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdGStream.cc +0 -0
  1494. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdGStream.hh +0 -0
  1495. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdJob.cc +0 -0
  1496. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdJob.hh +0 -0
  1497. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdLoadLib.cc +0 -0
  1498. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdMonData.hh +0 -0
  1499. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdMonFMap.cc +0 -0
  1500. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdMonFMap.hh +0 -0
  1501. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdMonFile.cc +0 -0
  1502. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdMonFile.hh +0 -0
  1503. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdMonitor.cc +0 -0
  1504. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdMonitor.hh +0 -0
  1505. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdNormAio.cc +0 -0
  1506. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdNormAio.hh +0 -0
  1507. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgrwAio.cc +0 -0
  1508. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgrwAio.hh +0 -0
  1509. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgwBadCS.cc +0 -0
  1510. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgwBadCS.hh +0 -0
  1511. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgwCtl.cc +0 -0
  1512. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgwCtl.hh +0 -0
  1513. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgwFob.cc +0 -0
  1514. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPgwFob.hh +0 -0
  1515. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPio.cc +0 -0
  1516. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPio.hh +0 -0
  1517. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPlugin.cc +0 -0
  1518. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPrepare.cc +0 -0
  1519. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdPrepare.hh +0 -0
  1520. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdProtocol.cc +0 -0
  1521. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdProtocol.hh +0 -0
  1522. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdRedirPI.hh +0 -0
  1523. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdReqID.hh +0 -0
  1524. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdResponse.cc +0 -0
  1525. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdResponse.hh +0 -0
  1526. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdStats.cc +0 -0
  1527. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdStats.hh +0 -0
  1528. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTpcMon.cc +0 -0
  1529. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTpcMon.hh +0 -0
  1530. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTrace.hh +0 -0
  1531. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTransPend.cc +0 -0
  1532. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTransPend.hh +0 -0
  1533. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTransSend.cc +0 -0
  1534. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTransSend.hh +0 -0
  1535. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTransit.cc +0 -0
  1536. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdTransit.hh +0 -0
  1537. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdWVInfo.hh +0 -0
  1538. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdXPath.hh +0 -0
  1539. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdXeq.hh +0 -0
  1540. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdXeqChkPnt.cc +0 -0
  1541. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdXeqFAttr.cc +0 -0
  1542. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdXrootd/XrdXrootdXeqPgrw.cc +0 -0
  1543. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipCDFH.hh +0 -0
  1544. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipDataDescriptor.hh +0 -0
  1545. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipEOCD.hh +0 -0
  1546. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipExtra.hh +0 -0
  1547. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipLFH.hh +0 -0
  1548. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipUtils.hh +0 -0
  1549. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipZIP64EOCD.hh +0 -0
  1550. {xrootd-5.9.2 → xrootd-5.9.4}/src/XrdZip/XrdZipZIP64EOCDL.hh +0 -0
  1551. {xrootd-5.9.2 → xrootd-5.9.4}/tests/CMakeLists.txt +0 -0
  1552. {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/CMakeLists.txt +0 -0
  1553. {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/scitokens.authdb +0 -0
  1554. {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/scitokens.cfg +0 -0
  1555. {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/setup.sh +0 -0
  1556. {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/srv1.cfg +0 -0
  1557. {xrootd-5.9.2 → xrootd-5.9.4}/tests/TPCTests/srv2.cfg +0 -0
  1558. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/CMakeLists.txt +0 -0
  1559. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/cache.cfg +0 -0
  1560. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/cache.sh +0 -0
  1561. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/common.cfg +0 -0
  1562. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/diglib.cfg +0 -0
  1563. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/diglib.sh +0 -0
  1564. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/fuse.cfg +0 -0
  1565. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/fuse.sh +0 -0
  1566. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/gsi.cfg +0 -0
  1567. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/gsi.sh +0 -0
  1568. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/host.cfg +0 -0
  1569. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/host.sh +0 -0
  1570. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/http.cfg +0 -0
  1571. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/httpclientauth.authdb +0 -0
  1572. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/httpnoclient.cfg +0 -0
  1573. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/httpnoclient.sh +0 -0
  1574. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/krb5.cfg +0 -0
  1575. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/krb5.sh +0 -0
  1576. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/noauth.cfg +0 -0
  1577. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/noauth.sh +0 -0
  1578. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/posix.cfg +0 -0
  1579. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/posix.sh +0 -0
  1580. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/scitokens-module.cfg +0 -0
  1581. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/scitokens.authdb +0 -0
  1582. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/scitokens.cfg +0 -0
  1583. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/scitokens.sh +0 -0
  1584. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/sss.cfg +0 -0
  1585. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/sss.sh +0 -0
  1586. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/test.sh +0 -0
  1587. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/unix.cfg +0 -0
  1588. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XRootD/unix.sh +0 -0
  1589. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCeph/CMakeLists.txt +0 -0
  1590. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCeph/XrdCeph.cc +0 -0
  1591. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/CMakeLists.txt +0 -0
  1592. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/GTestXrdHelpers.hh +0 -0
  1593. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/IdentityPlugIn.cc +0 -0
  1594. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/IdentityPlugIn.hh +0 -0
  1595. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClFile.cc +0 -0
  1596. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClFileCopyTest.cc +0 -0
  1597. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClFileSystemTest.cc +0 -0
  1598. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClFileTest.cc +0 -0
  1599. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClLocalFileHandlerTest.cc +0 -0
  1600. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClOperationsWorkflowTest.cc +0 -0
  1601. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClPoller.cc +0 -0
  1602. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClPostMasterTest.cc +0 -0
  1603. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClSocket.cc +0 -0
  1604. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClThreadingTest.cc +0 -0
  1605. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClURL.cc +0 -0
  1606. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClUtilsTest.cc +0 -0
  1607. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdCl/XrdClZip.cc +0 -0
  1608. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/cases/000-simple-download/main.sh +0 -0
  1609. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/cases/001-deep-path-download/main.sh +0 -0
  1610. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/cases/002-simple-upload/main.sh +0 -0
  1611. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/cases/003-deep-path-upload/main.sh +0 -0
  1612. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/common.sh +0 -0
  1613. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/config/caddyfile +0 -0
  1614. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/config/caddyfile-webdav +0 -0
  1615. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/config/client/http.conf +0 -0
  1616. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdClHttp/run_test.sh +0 -0
  1617. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdEc/CMakeLists.txt +0 -0
  1618. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdEc/XrdEcTests.cc +0 -0
  1619. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdHttpTests/CMakeLists.txt +0 -0
  1620. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdHttpTpc/CMakeLists.txt +0 -0
  1621. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdHttpTpc/XrdHttpTpcTests.cc +0 -0
  1622. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdOssTests/CMakeLists.txt +0 -0
  1623. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdOssTests/XrdOssTests.cc +0 -0
  1624. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdOucTests/CMakeLists.txt +0 -0
  1625. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdOucTests/XrdOucUtilsTests.cc +0 -0
  1626. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdPfcTests/CMakeLists.txt +0 -0
  1627. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdPfcTests/XrdPfcTests.cc +0 -0
  1628. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdPosix/CMakeLists.txt +0 -0
  1629. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdPosix/cat.cc +0 -0
  1630. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdSsiTests/CMakeLists.txt +0 -0
  1631. {xrootd-5.9.2 → xrootd-5.9.4}/tests/XrdSsiTests/XrdShMap.cc +0 -0
  1632. {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/CMakeLists.txt +0 -0
  1633. {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/common.cfg +0 -0
  1634. {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/man1.cfg +0 -0
  1635. {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/man2.cfg +0 -0
  1636. {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/metaman.cfg +0 -0
  1637. {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/scitokens.authdb +0 -0
  1638. {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/scitokens.cfg +0 -0
  1639. {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/setup.sh +0 -0
  1640. {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/srv1.cfg +0 -0
  1641. {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/srv2.cfg +0 -0
  1642. {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/srv3.cfg +0 -0
  1643. {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/srv4.cfg +0 -0
  1644. {xrootd-5.9.2 → xrootd-5.9.4}/tests/authenticated_cluster/test.sh +0 -0
  1645. {xrootd-5.9.2 → xrootd-5.9.4}/tests/badredir/CMakeLists.txt +0 -0
  1646. {xrootd-5.9.2 → xrootd-5.9.4}/tests/badredir/common.cfg +0 -0
  1647. {xrootd-5.9.2 → xrootd-5.9.4}/tests/badredir/setup.sh +0 -0
  1648. {xrootd-5.9.2 → xrootd-5.9.4}/tests/badredir/srv-bad-redir1.cfg +0 -0
  1649. {xrootd-5.9.2 → xrootd-5.9.4}/tests/badredir/srv-bad-redir2.cfg +0 -0
  1650. {xrootd-5.9.2 → xrootd-5.9.4}/tests/badredir/test.sh +0 -0
  1651. {xrootd-5.9.2 → xrootd-5.9.4}/tests/check-headers.sh +0 -0
  1652. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/CMakeLists.txt +0 -0
  1653. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/common.cfg +0 -0
  1654. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/man1.cfg +0 -0
  1655. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/man2.cfg +0 -0
  1656. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/metaman.cfg +0 -0
  1657. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/data.zip +0 -0
  1658. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input1.meta4 +0 -0
  1659. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input1.metalink +0 -0
  1660. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input2.meta4 +0 -0
  1661. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input2.metalink +0 -0
  1662. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input3.meta4 +0 -0
  1663. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input3.metalink +0 -0
  1664. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input4.meta4 +0 -0
  1665. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input4.metalink +0 -0
  1666. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input5.meta4 +0 -0
  1667. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/input5.metalink +0 -0
  1668. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/large.zip +0 -0
  1669. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/mlFileTest1.meta4 +0 -0
  1670. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/mlFileTest2.meta4 +0 -0
  1671. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/mlFileTest3.meta4 +0 -0
  1672. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/mlFileTest4.meta4 +0 -0
  1673. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/mlTpcTest.meta4 +0 -0
  1674. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/mvdata/mlZipTest.meta4 +0 -0
  1675. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/setup.sh +0 -0
  1676. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/srv1.cfg +0 -0
  1677. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/srv2.cfg +0 -0
  1678. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/srv3.cfg +0 -0
  1679. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/srv4.cfg +0 -0
  1680. {xrootd-5.9.2 → xrootd-5.9.4}/tests/cluster/test.sh +0 -0
  1681. {xrootd-5.9.2 → xrootd-5.9.4}/tests/common/CMakeLists.txt +0 -0
  1682. {xrootd-5.9.2 → xrootd-5.9.4}/tests/common/Server.cc +0 -0
  1683. {xrootd-5.9.2 → xrootd-5.9.4}/tests/common/Server.hh +0 -0
  1684. {xrootd-5.9.2 → xrootd-5.9.4}/tests/common/TestEnv.cc +0 -0
  1685. {xrootd-5.9.2 → xrootd-5.9.4}/tests/common/TestEnv.hh +0 -0
  1686. {xrootd-5.9.2 → xrootd-5.9.4}/tests/common/Utils.cc +0 -0
  1687. {xrootd-5.9.2 → xrootd-5.9.4}/tests/common/Utils.hh +0 -0
  1688. {xrootd-5.9.2 → xrootd-5.9.4}/tests/krb5/CMakeLists.txt +0 -0
  1689. {xrootd-5.9.2 → xrootd-5.9.4}/tests/krb5/README.md +0 -0
  1690. {xrootd-5.9.2 → xrootd-5.9.4}/tests/krb5/kdc/extensions.client +0 -0
  1691. {xrootd-5.9.2 → xrootd-5.9.4}/tests/krb5/kdc/extensions.kdc +0 -0
  1692. {xrootd-5.9.2 → xrootd-5.9.4}/tests/krb5/kdc.conf +0 -0
  1693. {xrootd-5.9.2 → xrootd-5.9.4}/tests/krb5/kerberos.sh +0 -0
  1694. {xrootd-5.9.2 → xrootd-5.9.4}/tests/krb5/krb5.conf +0 -0
  1695. {xrootd-5.9.2 → xrootd-5.9.4}/tests/post-install.sh +0 -0
  1696. {xrootd-5.9.2 → xrootd-5.9.4}/tests/scitokens/CMakeLists.txt +0 -0
  1697. {xrootd-5.9.2 → xrootd-5.9.4}/tests/scitokens/XrdScitokensCreateJwks.cc +0 -0
  1698. {xrootd-5.9.2 → xrootd-5.9.4}/tests/scitokens/XrdScitokensCreateToken.cc +0 -0
  1699. {xrootd-5.9.2 → xrootd-5.9.4}/tests/scitokens/one-openid-configuration +0 -0
  1700. {xrootd-5.9.2 → xrootd-5.9.4}/tests/scitokens/setup.sh +0 -0
  1701. {xrootd-5.9.2 → xrootd-5.9.4}/tests/scitokens/teardown.sh +0 -0
  1702. {xrootd-5.9.2 → xrootd-5.9.4}/tests/scitokens/two-openid-configuration +0 -0
  1703. {xrootd-5.9.2 → xrootd-5.9.4}/tests/stress/CMakeLists.txt +0 -0
  1704. {xrootd-5.9.2 → xrootd-5.9.4}/tests/stress/curl_stress.cc +0 -0
  1705. {xrootd-5.9.2 → xrootd-5.9.4}/tests/tls/CMakeLists.txt +0 -0
  1706. {xrootd-5.9.2 → xrootd-5.9.4}/tests/tls/README.md +0 -0
  1707. {xrootd-5.9.2 → xrootd-5.9.4}/tests/tls/tls.conf +0 -0
  1708. {xrootd-5.9.2 → xrootd-5.9.4}/tests/tls/tls.sh +0 -0
  1709. {xrootd-5.9.2 → xrootd-5.9.4}/tests/xcachewithcsi/CMakeLists.txt +0 -0
  1710. {xrootd-5.9.2 → xrootd-5.9.4}/tests/xcachewithcsi/common.cfg +0 -0
  1711. {xrootd-5.9.2 → xrootd-5.9.4}/tests/xcachewithcsi/setup.sh +0 -0
  1712. {xrootd-5.9.2 → xrootd-5.9.4}/tests/xcachewithcsi/srv-forxcache.cfg +0 -0
  1713. {xrootd-5.9.2 → xrootd-5.9.4}/tests/xcachewithcsi/srv-pfc.cfg +0 -0
  1714. {xrootd-5.9.2 → xrootd-5.9.4}/tests/xcachewithcsi/test.sh +0 -0
  1715. {xrootd-5.9.2 → xrootd-5.9.4}/ups/eupspkg.cfg.sh +0 -0
  1716. {xrootd-5.9.2 → xrootd-5.9.4}/ups/xrootd.table +0 -0
  1717. {xrootd-5.9.2 → xrootd-5.9.4}/utils/CMakeLists.txt +0 -0
  1718. {xrootd-5.9.2 → xrootd-5.9.4}/utils/XrdCmsNotify.pm +0 -0
  1719. {xrootd-5.9.2 → xrootd-5.9.4}/utils/XrdOlbMonPerf +0 -0
  1720. {xrootd-5.9.2 → xrootd-5.9.4}/utils/cms_monPerf +0 -0
  1721. {xrootd-5.9.2 → xrootd-5.9.4}/utils/hpsscp +0 -0
  1722. {xrootd-5.9.2 → xrootd-5.9.4}/utils/netchk +0 -0
  1723. {xrootd-5.9.2 → xrootd-5.9.4}/utils/xrdcp-tpc.sh +0 -0
  1724. {xrootd-5.9.2 → xrootd-5.9.4}/utils/xrootd-config +0 -0
  1725. {xrootd-5.9.2 → xrootd-5.9.4}/xrootd.egg-info/dependency_links.txt +0 -0
  1726. {xrootd-5.9.2 → xrootd-5.9.4}/xrootd.egg-info/not-zip-safe +0 -0
  1727. {xrootd-5.9.2 → xrootd-5.9.4}/xrootd.egg-info/top_level.txt +0 -0
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xrootd
3
- Version: 5.9.2
3
+ Version: 5.9.4
4
4
  Summary: eXtended ROOT daemon
5
5
  Home-page: https://xrootd.org
6
- Download-URL: https://github.com/xrootd/xrootd/archive/v5.9.2.tar.gz
6
+ Download-URL: https://github.com/xrootd/xrootd/archive/v5.9.4.tar.gz
7
7
  Author: XRootD Developers
8
8
  Author-email: xrootd-dev@slac.stanford.edu
9
9
  License: LGPL-3.0-or-later
xrootd-5.9.4/VERSION ADDED
@@ -0,0 +1 @@
1
+ v5.9.4
@@ -0,0 +1 @@
1
+ v5.9.4
@@ -5,6 +5,64 @@ XRootD
5
5
  Release Notes
6
6
  =============
7
7
 
8
+ -------------
9
+ Version 5.9.4
10
+ -------------
11
+
12
+ + **Major bug fixes**
13
+ **[XrdHttp]** Construct digest according to OpenSSL's EVP_MAC documentation
14
+ **[XrdMacaroons]** Fix support for activity caveats
15
+
16
+ + **Minor bug fixes**
17
+ **[DEB]** Add missing libcrypt-dev build dependency
18
+ **[Misc]** Fix some null pointer dereference bugs reported by clang-tidy
19
+ **[Python]** Use RPATH for macOS python wheels
20
+ **[Xrd]** Fix memory leak of Head member in XrdStats
21
+ **[XrdCks]** Fix clang-tidy warnings about uninitialized values
22
+ **[XrdHttp]** Send an error response back to the client when xrdhttptk is invalid
23
+ **[XrdHttpTpc]** Handle error determining IP when tpc.fixed_route is enabled
24
+ **[XrdMacaroons]** Improve handling of client errors
25
+ **[XrdMacaroons]** Fix leak of dynamic library handle on error
26
+ **[XrdMacaroons]** Fix leak of fd file descriptor during configuration
27
+ **[XrdMacaroons]** Fix memory leak of XrdSysError object
28
+ **[XrdSys]** Fix undefined behavior warning from clang-tidy
29
+ **[XrdSys]** Reset cmd.theSem before returning to avoid dangling reference
30
+ **[XrdXrootd]** Fix clang-tidy uninitialized variable warning in do_Read()
31
+
32
+ + **Miscellaneous**
33
+ **[CI]** Replace Debian 11 and Ubuntu 22.04 with Debian 13 and Ubuntu 26.04
34
+ **[XrdMacaroons]** Remove obsolete macaroon-init script
35
+ **[XrdMacaroons]** Update README.md
36
+
37
+ -------------
38
+ Version 5.9.3
39
+ -------------
40
+
41
+ + **Major bug fixes**
42
+ **[XrdHttpTpc]** Filter source/destination URLs through allowed list of schemes
43
+ **[XrdHttpTpc]** Limit curl handle to http and https protocols only
44
+ **[XrdHttp]** Encode the key of the opaque query string
45
+ **[XrdMacaroons]** Reject user-provided caveats with reserved keys
46
+
47
+ + **Minor bug fixes**
48
+ **[XrdOuc]** Ensure XList is initialized in XrdOucNSWalk constructor
49
+ **[XrdSciTokens]** Close token and ACL cleanup leaks
50
+ **[XrdSciTokens]** Fix ACL cache TTL computation from token expiry
51
+ **[XrdSciTokens]** Harden token input
52
+ **[XrdSciTokens]** Match rules based on path-component boundary
53
+ **[XrdSciTokens]** Serialize issuer reads and atomic reconfig state swap
54
+ **[XrdSciTokens]** Tighten group and subject-claim memory handling
55
+ **[XrdSecgsi]** Remove dead code
56
+ **[XrdSsi]** Fix GCC 16 -Wmaybe-uninitialized compiler warning
57
+
58
+ + **Miscellaneous**
59
+ **[CI]** Check ABI against merge-base of HEAD and latest tag
60
+ **[CI]** Publish binary Python wheels for Linux/macOS on aarch64/x86_64
61
+ **[CMake]** Set install_name property on macOS for Python wheel builds
62
+ **[XrdHttpTpc]** Add option to allow/deny transfers to/from local/private addresses
63
+ **[XrdHttpTpc]** Convert s3(s):// scheme to https:// in tpc source/destination URLs
64
+ **[XrdHttpTpc]** Improve error handling in TPCHandler::DetermineXferSize
65
+
8
66
  -------------
9
67
  Version 5.9.2
10
68
  -------------
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env bash
1
+ #!/bin/sh
2
2
 
3
3
  # This script no longer generates XrdVersion.hh, but just
4
4
  # prints the version using the same strategy as in the module
@@ -8,7 +8,7 @@
8
8
  # not expanded by git, git describe is used. If a bad version is
9
9
  # set for any reason, a fallback version is used based on a date.
10
10
 
11
- function usage()
11
+ usage()
12
12
  {
13
13
  cat 1>&2 <<-EOF
14
14
  Usage:
@@ -24,9 +24,9 @@ function usage()
24
24
  SRC="$(dirname "$0")"
25
25
  VF="${SRC}/VERSION"
26
26
 
27
- if [[ -n "${XRDVERSION}" ]]; then
27
+ if [ -n "${XRDVERSION}" ]; then
28
28
  VERSION="${XRDVERSION}";
29
- elif [[ -r "${VF}" ]] && grep -vq "Format:" "${VF}"; then
29
+ elif [ -r "${VF}" ] && grep -vq "Format:" "${VF}"; then
30
30
  VERSION="$(sed -e 's/-g/+git/' "${VF}")"
31
31
  elif git -C "${SRC}" describe --match 'v*' >/dev/null 2>&1; then
32
32
  VERSION="$(git -C "${SRC}" describe --match 'v*' | sed -e 's/-g/+git/')"
@@ -34,7 +34,7 @@ else
34
34
  VERSION="v5.9-rc$(date +%Y%m%d)"
35
35
  fi
36
36
 
37
- while [[ $# -gt 0 ]]; do
37
+ while [ $# -gt 0 ]; do
38
38
  case $1 in
39
39
  --help)
40
40
  usage
@@ -52,7 +52,7 @@ while [[ $# -gt 0 ]]; do
52
52
 
53
53
  --version)
54
54
  shift
55
- if [[ $# == 0 ]]; then
55
+ if [ $# -eq 0 ]; then
56
56
  echo "error: --version parameter needs an argument" 1>&2
57
57
  fi
58
58
  VERSION=$1
@@ -66,8 +66,8 @@ while [[ $# -gt 0 ]]; do
66
66
  esac
67
67
  done
68
68
 
69
- if [[ -v SANITIZE ]]; then
70
- VERSION=$(sed -e 's/v//; s/-rc/~rc/; s/-g/+git/; s/-/.post/; s/-/./' <<< "${VERSION}")
69
+ if [ -n "${SANITIZE}" ]; then
70
+ VERSION=$(printf "%s\n" "${VERSION}" | sed -e 's/v//; s/-rc/~rc/; s/-g/+git/; s/-/.post/; s/-/./')
71
71
  fi
72
72
 
73
73
  printf "%s" "${VERSION}"
@@ -3,8 +3,13 @@
3
3
  # (this is especially important for plugins)
4
4
  #-------------------------------------------------------------------------------
5
5
  if( PYPI_BUILD )
6
- set( CMAKE_INSTALL_RPATH "$ORIGIN" )
7
- set( CMAKE_INSTALL_RPATH_USE_LINK_PATH true )
6
+ if( APPLE )
7
+ set(CMAKE_INSTALL_NAME_DIR "@rpath")
8
+ set(CMAKE_INSTALL_RPATH "@loader_path")
9
+ else()
10
+ set(CMAKE_INSTALL_RPATH "$ORIGIN")
11
+ endif()
12
+ set(CMAKE_INSTALL_RPATH_USE_LINK_PATH true)
8
13
  endif()
9
14
 
10
15
  #-------------------------------------------------------------------------------
@@ -89,7 +89,7 @@ void Stats(XrdStats::CallBack *InfoBack, int xOpts, int jOpts=0);
89
89
  const char *hn, int port, const char *in, const char *pn,
90
90
  const char *sn);
91
91
 
92
- virtual ~XrdStats() {if (buff) free(buff);}
92
+ virtual ~XrdStats() {if (buff) free(buff); if (Head) free(Head); }
93
93
 
94
94
  private:
95
95
 
@@ -417,10 +417,13 @@ do{while(optind < Argc && Legacy(optind)) {}
417
417
 
418
418
  // Check if we have any sources or too many sources
419
419
  //
420
- if (!numFiles) UMSG("Source not specified.");
420
+ srcFile = pBase.Next;
421
+
422
+ if (!numFiles || !srcFile)
423
+ UMSG("Source not specified.");
424
+
421
425
  if (Opts & opt1Src && numFiles > 1)
422
426
  FMSG("Only a single source is allowed.", 2);
423
- srcFile = pBase.Next;
424
427
 
425
428
  // Check if we have an appropriate destination
426
429
  //
@@ -118,10 +118,10 @@ XrdCksManager::~XrdCksManager()
118
118
 
119
119
  int XrdCksManager::Calc(const char *Pfn, XrdCksData &Cks, int doSet)
120
120
  {
121
- XrdCksCalc *csP;
121
+ XrdCksCalc *csP = nullptr;
122
122
  csInfo *csIP = &csTab[0];
123
- time_t MTime;
124
- int rc;
123
+ time_t MTime = 0;
124
+ int rc = 0;
125
125
 
126
126
  // Determine which checksum to get
127
127
  //
@@ -463,8 +463,8 @@ int XrdCksManager::Del(const char *Pfn, XrdCksData &Cks)
463
463
  int XrdCksManager::Get(const char *Pfn, XrdCksData &Cks)
464
464
  {
465
465
  XrdOucXAttr<XrdCksXAttr> xCS;
466
- time_t MTime;
467
- int rc, nFault;
466
+ time_t MTime = 0;
467
+ int rc = 0, nFault = 0;
468
468
 
469
469
  // Determine which checksum to get (we will accept unsupported ones as well)
470
470
  //
@@ -613,7 +613,7 @@ int XrdCksManager::Set(const char *Pfn, XrdCksData &Cks, int myTime)
613
613
  // Set correct times if need be
614
614
  //
615
615
  if (!myTime)
616
- {time_t MTime;
616
+ {time_t MTime = 0;
617
617
  int rc = ModTime(Pfn, MTime);
618
618
  if (rc) return rc;
619
619
  xCS.Attr.Cks.fmTime = static_cast<long long>(MTime);
@@ -638,7 +638,7 @@ void XrdCksManager::SetOpts(int opt) {CksOpts = opt;}
638
638
  int XrdCksManager::Ver(const char *Pfn, XrdCksData &Cks)
639
639
  {
640
640
  XrdOucXAttr<XrdCksXAttr> xCS;
641
- time_t MTime;
641
+ time_t MTime = 0;
642
642
  csInfo *csIP = &csTab[0];
643
643
  int rc;
644
644
 
@@ -339,6 +339,8 @@ namespace
339
339
  XrdCl::AnyObject *rdresp,
340
340
  XrdCl::HostList *hostList )
341
341
  {
342
+ using namespace XrdCl;
343
+
342
344
  if( !status->IsOK() )
343
345
  {
344
346
  userHandler->HandleResponseWithHosts( status, rdresp, hostList );
@@ -346,11 +348,17 @@ namespace
346
348
  return;
347
349
  }
348
350
 
349
- using namespace XrdCl;
350
351
 
351
- ChunkInfo *chunk = 0;
352
+ ChunkInfo *chunk = nullptr;
352
353
  rdresp->Get( chunk );
353
354
 
355
+ if( !chunk )
356
+ {
357
+ userHandler->HandleResponseWithHosts( status, rdresp, hostList );
358
+ delete this;
359
+ return;
360
+ }
361
+
354
362
  std::vector<uint32_t> cksums;
355
363
  if( stateHandler->pIsChannelEncrypted )
356
364
  {
@@ -867,7 +867,8 @@ int XrdHttpProtocol::Process(XrdLink *lp) // We ignore the argument here
867
867
  secretkey);
868
868
 
869
869
  if (compareHash(hash, tk)) {
870
- TRACEI(REQ, " Invalid tk '" << tk << "' != '" << hash << "'(calculated). Authentication failed.");
870
+ TRACEI(REQ, "Invalid tk '" << tk << "' != '" << hash << "' (calculated). Authentication failed.");
871
+ SendSimpleResp(400, nullptr, nullptr, "Authentication failed: invalid token", 0, false);
871
872
  return -1;
872
873
  }
873
874
 
@@ -258,16 +258,25 @@ void calcHashes(
258
258
 
259
259
  #if OPENSSL_VERSION_NUMBER >= 0x30000000L
260
260
 
261
- mac = EVP_MAC_fetch(0, "sha256", 0);
262
- ctx = EVP_MAC_CTX_new(mac);
263
-
264
- if (!ctx) {
265
- return;
261
+ if (!(mac = EVP_MAC_fetch(nullptr, "HMAC", nullptr))) {
262
+ return;
266
263
  }
267
264
 
265
+ if (!(ctx = EVP_MAC_CTX_new(mac))) {
266
+ EVP_MAC_free(mac);
267
+ return;
268
+ }
268
269
 
269
- EVP_MAC_init(ctx, (const unsigned char *) key, strlen(key), 0);
270
+ OSSL_PARAM params[2] = {
271
+ OSSL_PARAM_construct_utf8_string("digest", (char*)"SHA256", 0),
272
+ OSSL_PARAM_construct_end()
273
+ };
270
274
 
275
+ if (!EVP_MAC_init(ctx, (const unsigned char *) key, strlen(key), params)) {
276
+ EVP_MAC_CTX_free(ctx);
277
+ EVP_MAC_free(mac);
278
+ return;
279
+ }
271
280
 
272
281
  if (fn)
273
282
  EVP_MAC_update(ctx, (const unsigned char *) fn,
@@ -233,7 +233,7 @@ inline std::string encode_opaque(const std::string & opaque) {
233
233
  if(!first) {
234
234
  output << "&";
235
235
  }
236
- output << key << "=" << encode_str(value);
236
+ output << encode_str(key) << "=" << encode_str(value);
237
237
  first = false;
238
238
  }
239
239
  }
@@ -52,6 +52,36 @@ bool TPCHandler::Configure(const char *configfn, XrdOucEnv *myEnv)
52
52
  m_log.Emsg("Config", "https.desthttps value is invalid", val);
53
53
  return false;
54
54
  }
55
+ } else if (!strcmp("tpc.allow", val)) {
56
+ if (!(val = Config.GetWord())) {
57
+ Config.Close();
58
+ m_log.Emsg("Config", "tpc.allow value not specified");
59
+ return false;
60
+ }
61
+ if (strcmp(val, "local") == 0) {
62
+ m_allow_local = true;
63
+ } else if (strcmp(val, "private") == 0) {
64
+ m_allow_private = true;
65
+ } else {
66
+ Config.Close();
67
+ m_log.Emsg("Config", "tpc.allow value is invalid", val);
68
+ return false;
69
+ }
70
+ } else if (!strcmp("tpc.deny", val)) {
71
+ if (!(val = Config.GetWord())) {
72
+ Config.Close();
73
+ m_log.Emsg("Config", "tpc.deny value not specified");
74
+ return false;
75
+ }
76
+ if (strcmp(val, "local") == 0) {
77
+ m_allow_local = false;
78
+ } else if (strcmp(val, "private") == 0) {
79
+ m_allow_private = false;
80
+ } else {
81
+ Config.Close();
82
+ m_log.Emsg("Config", "tpc.deny value is invalid", val);
83
+ return false;
84
+ }
55
85
  } else if (!strcmp("tpc.trace", val)) {
56
86
  if (!ConfigureLogger(Config)) {
57
87
  Config.Close();
@@ -120,24 +120,43 @@ int TPCHandler::opensocket_callback(void *clientp,
120
120
  curlsocktype purpose,
121
121
  struct curl_sockaddr *aInfo)
122
122
  {
123
- //Return a socket file descriptor (note the clo_exec flag will be set).
123
+ /* CURLSOCKTYPE_IPCXN (for IP based connections) is the only type currently known by curl,
124
+ * so let's make sure to reject other types if they appear in the furure */
125
+ if (purpose != CURLSOCKTYPE_IPCXN)
126
+ return CURL_SOCKET_BAD;
127
+
128
+ if (!aInfo)
129
+ return CURL_SOCKET_BAD;
130
+
131
+ // Create the socket (note that O_CLOEXEC flag will be set)
124
132
  int fd = XrdSysFD_Socket(aInfo->family, aInfo->socktype, aInfo->protocol);
125
- // See what kind of address will be used to connect
126
- //
127
- if(fd < 0) {
133
+
134
+ if (fd < 0) {
128
135
  return CURL_SOCKET_BAD;
129
136
  }
130
- TPCLogRecord * rec = (TPCLogRecord *)clientp;
131
- if (purpose == CURLSOCKTYPE_IPCXN && clientp)
132
- {XrdNetAddr thePeer(&(aInfo->addr));
133
- rec->isIPv6 = (thePeer.isIPType(XrdNetAddrInfo::IPv6)
134
- && !thePeer.isMapped());
135
- std::stringstream connectErrMsg;
136
-
137
- if(!rec->pmarkManager.connect(fd, &(aInfo->addr), aInfo->addrlen, CONNECT_TIMEOUT, connectErrMsg)) {
138
- rec->m_log->Emsg(rec->log_prefix.c_str(),"Unable to connect socket:", connectErrMsg.str().c_str());
139
- return CURL_SOCKET_BAD;
140
- }
137
+
138
+ if (!clientp)
139
+ return fd;
140
+
141
+ XrdNetAddr thePeer(&(aInfo->addr));
142
+ TPCLogRecord *rec = static_cast<TPCLogRecord*>(clientp);
143
+
144
+ /* Reject attempts to connect to local/private addresses unless allowed by configuration */
145
+ if ((!rec->allow_private && thePeer.isPrivate()) || (!rec->allow_local && thePeer.isLocal())) {
146
+ rec->tpc_status = 403; // Forbidden
147
+ rec->m_log->Emsg(rec->log_prefix.c_str(),
148
+ "Connection to local/private address is forbidden");
149
+ close(fd);
150
+ return CURL_SOCKET_BAD;
151
+ }
152
+
153
+ rec->isIPv6 = (thePeer.isIPType(XrdNetAddrInfo::IPv6) && !thePeer.isMapped());
154
+
155
+ std::stringstream connectErrMsg;
156
+ if(!rec->pmarkManager.connect(fd, &(aInfo->addr), aInfo->addrlen, CONNECT_TIMEOUT, connectErrMsg)) {
157
+ rec->m_log->Emsg(rec->log_prefix.c_str(), "Unable to connect socket: ", connectErrMsg.str().c_str());
158
+ close(fd);
159
+ return CURL_SOCKET_BAD;
141
160
  }
142
161
 
143
162
  return fd;
@@ -238,11 +257,26 @@ bool TPCHandler::MatchesPath(const char *verb, const char *path) {
238
257
  /* P r e p a r e U R L */
239
258
  /******************************************************************************/
240
259
 
241
- static std::string PrepareURL(const std::string &input) {
242
- if (!strncmp(input.c_str(), "davs://", 7)) {
243
- return "https://" + input.substr(7);
244
- }
245
- return input;
260
+ static std::string PrepareURL(const std::string &url)
261
+ {
262
+ const std::string replace_schemes[] = { "davs://", "s3://", "s3s://" };
263
+
264
+ for (const auto& s : replace_schemes)
265
+ if (url.compare(0, s.size(), s) == 0)
266
+ return "https://" + url.substr(s.size());
267
+
268
+ return url;
269
+ }
270
+
271
+ static bool IsAllowedScheme(const std::string& url)
272
+ {
273
+ const std::string allowed_schemes[] = { "https://", "http://" };
274
+
275
+ for (const auto& s : allowed_schemes)
276
+ if (url.compare(0, s.size(), s) == 0)
277
+ return true;
278
+
279
+ return false;
246
280
  }
247
281
 
248
282
  /******************************************************************************/
@@ -263,10 +297,21 @@ int TPCHandler::ProcessReq(XrdHttpExtReq &req) {
263
297
  header = XrdOucTUtils::caseInsensitiveFind(req.headers,"source");
264
298
  if (header != req.headers.end()) {
265
299
  std::string src = PrepareURL(header->second);
300
+ if (!IsAllowedScheme(src)) {
301
+ const char *error_src = "COPY rejected: disallowed scheme in source URL";
302
+ m_log.Emsg("ProcessReq", error_src, src.c_str());
303
+ return req.SendSimpleResp(400, NULL, NULL, error_src, 0);
304
+ }
266
305
  return ProcessPullReq(src, req);
267
306
  }
268
307
  header = XrdOucTUtils::caseInsensitiveFind(req.headers,"destination");
269
308
  if (header != req.headers.end()) {
309
+ const std::string& dst = header->second;
310
+ if (!IsAllowedScheme(dst)) {
311
+ const char *error_dst = "COPY rejected: disallowed scheme in destination URL";
312
+ m_log.Emsg("ProcessReq", error_dst, dst.c_str());
313
+ return req.SendSimpleResp(400, NULL, NULL, error_dst, 0);
314
+ }
270
315
  return ProcessPushReq(header->second, req);
271
316
  }
272
317
  m_log.Emsg("ProcessReq", "COPY verb requested but no source or destination specified.");
@@ -286,6 +331,8 @@ TPCHandler::~TPCHandler() {
286
331
  /******************************************************************************/
287
332
 
288
333
  TPCHandler::TPCHandler(XrdSysError *log, const char *config, XrdOucEnv *myEnv) :
334
+ m_allow_local(false),
335
+ m_allow_private(true),
289
336
  m_desthttps(false),
290
337
  m_fixed_route(false),
291
338
  m_timeout(60),
@@ -430,34 +477,45 @@ int TPCHandler::DetermineXferSize(CURL *curl, XrdHttpExtReq &req, State &state,
430
477
  curl_easy_setopt(curl, CURLOPT_NOBODY, 0);
431
478
  // Reset the CURLOPT_TIMEOUT to no timeout (default)
432
479
  curl_easy_setopt(curl, CURLOPT_TIMEOUT, 0L);
433
- if (res == CURLE_HTTP_RETURNED_ERROR) {
434
- std::stringstream ss;
435
- ss << "Remote server failed request while fetching remote size";
436
- std::stringstream ss2;
437
- ss2 << ss.str() << ": " << curl_easy_strerror(res);
438
- rec.status = 500;
439
- logTransferEvent(LogMask::Error, rec, "SIZE_FAIL", ss2.str());
440
- return shouldReturnErrorToClient ? req.SendSimpleResp(rec.status, NULL, NULL, generateClientErr(ss, rec, res).c_str(), 0) : -1;
441
- } else if (state.GetStatusCode() >= 400) {
442
- std::stringstream ss;
443
- ss << "Remote side " << req.clienthost << " failed with status code " << state.GetStatusCode() << " while fetching remote size";
444
- rec.status = 500;
445
- logTransferEvent(LogMask::Error, rec, "SIZE_FAIL", ss.str());
446
- return shouldReturnErrorToClient ? req.SendSimpleResp(rec.status, NULL, NULL, generateClientErr(ss, rec).c_str(), 0) : -1;
447
- } else if (res) {
448
- std::stringstream ss;
449
- ss << "Internal transfer failure while fetching remote size";
450
- std::stringstream ss2;
451
- ss2 << ss.str() << " - HTTP library failed: " << curl_easy_strerror(res);
452
- rec.status = 500;
453
- logTransferEvent(LogMask::Error, rec, "SIZE_FAIL", ss2.str());
454
- return shouldReturnErrorToClient ? req.SendSimpleResp(rec.status, NULL, NULL, generateClientErr(ss, rec, res).c_str(), 0) : -1;
455
- }
480
+ curl_easy_setopt(curl, CURLOPT_FAILONERROR, true);
481
+
456
482
  std::stringstream ss;
457
- ss << "Successfully determined remote size for pull request: "
458
- << state.GetContentLength();
459
- logTransferEvent(LogMask::Debug, rec, "SIZE_SUCCESS", ss.str());
483
+
484
+ if (state.GetStatusCode() >= 400)
485
+ res = CURLE_HTTP_RETURNED_ERROR;
486
+
487
+ if (res != CURLE_OK) { /* curl failed */
488
+ ss << curl_easy_strerror(res);
489
+ switch (res) {
490
+ case CURLE_HTTP_RETURNED_ERROR: /* remote side may have returned an error */
491
+ rec.tpc_status = state.GetStatusCode(); /* relay status received from remote side to the client */
492
+ ss << ": remote host returned '" << rec.tpc_status << " "
493
+ << httpStatusToString(rec.tpc_status) << "' while fetching file size";
494
+ break;
495
+ case CURLE_COULDNT_CONNECT: /* socket callback may have failed */
496
+ switch (rec.tpc_status) {
497
+ case 403:
498
+ ss << ": connection to local/private addresses is forbidden";
499
+ break;
500
+ default:
501
+ ss << ": internal server failure";
502
+ rec.tpc_status = 500;
503
+ }
504
+ break;
505
+ default:
506
+ rec.tpc_status = 500;
507
+ state.SetErrorCode(500);
508
+ }
509
+ }
510
+
511
+ if (rec.tpc_status >= 400) {
512
+ logTransferEvent(LogMask::Error, rec, "SIZE_FAIL", ss.str());
513
+ return shouldReturnErrorToClient ? req.SendSimpleResp(rec.tpc_status, NULL, NULL, generateClientErr(ss, rec, res).c_str(), 0) : -1;
514
+ }
515
+
460
516
  success = true;
517
+ ss << "Successfully determined remote size for pull request: " << state.GetContentLength();
518
+ logTransferEvent(LogMask::Debug, rec, "SIZE_SUCCESS", ss.str());
461
519
  return 0;
462
520
  }
463
521
 
@@ -776,6 +834,8 @@ int TPCHandler::RunCurlWithUpdates(CURL *curl, XrdHttpExtReq &req, State &state,
776
834
 
777
835
  int TPCHandler::ProcessPushReq(const std::string & resource, XrdHttpExtReq &req) {
778
836
  TPCLogRecord rec(req, TpcType::Push);
837
+ rec.allow_local = m_allow_local;
838
+ rec.allow_private = m_allow_private;
779
839
  rec.log_prefix = "PushRequest";
780
840
  rec.local = req.resource;
781
841
  rec.remote = resource;
@@ -796,14 +856,21 @@ int TPCHandler::ProcessPushReq(const std::string & resource, XrdHttpExtReq &req)
796
856
  }
797
857
  curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
798
858
  curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, (long) CURL_HTTP_VERSION_1_1);
799
- // curl_easy_setopt(curl, CURLOPT_SOCKOPTFUNCTION, sockopt_setcloexec_callback);
800
-
859
+ #if CURL_AT_LEAST_VERSION(7, 85, 0)
860
+ curl_easy_setopt(curl, CURLOPT_PROTOCOLS_STR, "https,http");
861
+ curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS_STR, "https,http");
862
+ #else
863
+ long protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS;
864
+ curl_easy_setopt(curl, CURLOPT_PROTOCOLS, protocols);
865
+ curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, protocols);
866
+ #endif
801
867
  curl_easy_setopt(curl, CURLOPT_OPENSOCKETFUNCTION, opensocket_callback);
802
868
  curl_easy_setopt(curl, CURLOPT_OPENSOCKETDATA, &rec);
803
869
  curl_easy_setopt(curl, CURLOPT_CLOSESOCKETFUNCTION, closesocket_callback);
804
870
  curl_easy_setopt(curl, CURLOPT_SOCKOPTFUNCTION, sockopt_callback);
805
871
  curl_easy_setopt(curl, CURLOPT_CLOSESOCKETDATA, &rec);
806
872
  curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, CONNECT_TIMEOUT);
873
+
807
874
  auto query_header = XrdOucTUtils::caseInsensitiveFind(req.headers,"xrd-http-fullresource");
808
875
  std::string redirect_resource = req.resource;
809
876
  if (query_header != req.headers.end()) {
@@ -859,6 +926,8 @@ int TPCHandler::ProcessPushReq(const std::string & resource, XrdHttpExtReq &req)
859
926
 
860
927
  int TPCHandler::ProcessPullReq(const std::string &resource, XrdHttpExtReq &req) {
861
928
  TPCLogRecord rec(req,TpcType::Pull);
929
+ rec.allow_local = m_allow_local;
930
+ rec.allow_private = m_allow_private;
862
931
  rec.log_prefix = "PullRequest";
863
932
  rec.local = req.resource;
864
933
  rec.remote = resource;
@@ -877,6 +946,7 @@ int TPCHandler::ProcessPullReq(const std::string &resource, XrdHttpExtReq &req)
877
946
  logTransferEvent(LogMask::Error, rec, "PULL_FAIL", ss.str());
878
947
  return req.SendSimpleResp(rec.status, NULL, NULL, generateClientErr(ss, rec).c_str(), 0);
879
948
  }
949
+
880
950
  // ddavila 2023-01-05:
881
951
  // The following change was required by the Rucio/SENSE project where
882
952
  // multiple IP addresses, each from a different subnet, are assigned to a
@@ -884,34 +954,42 @@ int TPCHandler::ProcessPullReq(const std::string &resource, XrdHttpExtReq &req)
884
954
  // The above requires the server to utilize the same IP, that was used to
885
955
  // start the TPC, for the resolution of the given TPC instead of
886
956
  // using any of the IPs available.
887
- if (m_fixed_route){
888
- XrdNetAddr *nP;
889
- int numIP = 0;
890
- char buff[1024];
891
- char * ip;
892
-
957
+ if (m_fixed_route) {
893
958
  // Get the hostname used to contact the server from the http header
894
- auto host_header = XrdOucTUtils::caseInsensitiveFind(req.headers,"host");
895
- std::string host_used;
959
+ std::string host;
960
+ auto host_header = XrdOucTUtils::caseInsensitiveFind(req.headers, "host");
961
+
896
962
  if (host_header != req.headers.end()) {
897
- host_used = host_header->second;
963
+ host = host_header->second;
898
964
  }
899
965
 
900
- // Get the IP addresses associated with the above hostname
901
- XrdNetUtils::GetAddrs(host_used.c_str(), &nP, numIP, XrdNetUtils::prefAuto, 0);
902
- int ip_size = nP[0].Format(buff, 1024, XrdNetAddrInfo::fmtAddr,XrdNetAddrInfo::noPort);
903
- ip = (char *)malloc(ip_size-1);
966
+ // Get the IP addresses associated with the hostname
967
+ char ip[64]; // IPv6 addresses are up to 45 characters long
968
+ std::vector<XrdNetAddr> addresses;
969
+ const char *eText = XrdNetUtils::GetAddrs(host, addresses, nullptr, XrdNetUtils::prefAuto, 0);
970
+
971
+ if (eText || addresses.empty() ||
972
+ addresses.front().Format(ip, sizeof(ip), XrdNetAddrInfo::fmtAddr,XrdNetAddrInfo::noPortRaw) <= 0) {
973
+ std::stringstream ss;
974
+ ss << "Failed to determine host address of incoming request";
975
+ rec.status = 500;
976
+ logTransferEvent(LogMask::Error, rec, "PULL_FAIL", ss.str());
977
+ return req.SendSimpleResp(rec.status, NULL, NULL, generateClientErr(ss, rec).c_str(), 0);
978
+ }
904
979
 
905
- // Substring to get only the address, remove brackets and garbage
906
- memcpy(ip, buff+1, ip_size-2);
907
- ip[ip_size-2]='\0';
908
980
  logTransferEvent(LogMask::Info, rec, "LOCAL IP", ip);
909
-
910
981
  curl_easy_setopt(curl, CURLOPT_INTERFACE, ip);
911
982
  }
912
983
  curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
913
984
  curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, (long) CURL_HTTP_VERSION_1_1);
914
- // curl_easy_setopt(curl,CURLOPT_SOCKOPTFUNCTION,sockopt_setcloexec_callback);
985
+ #if CURL_AT_LEAST_VERSION(7, 85, 0)
986
+ curl_easy_setopt(curl, CURLOPT_PROTOCOLS_STR, "https,http");
987
+ curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS_STR, "https,http");
988
+ #else
989
+ long protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS;
990
+ curl_easy_setopt(curl, CURLOPT_PROTOCOLS, protocols);
991
+ curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, protocols);
992
+ #endif
915
993
  curl_easy_setopt(curl, CURLOPT_OPENSOCKETFUNCTION, opensocket_callback);
916
994
  curl_easy_setopt(curl, CURLOPT_OPENSOCKETDATA, &rec);
917
995
  curl_easy_setopt(curl, CURLOPT_SOCKOPTFUNCTION, sockopt_callback);