xrootd 6.0.2__tar.gz → 6.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1776) hide show
  1. {xrootd-6.0.2/xrootd.egg-info → xrootd-6.0.3}/PKG-INFO +2 -2
  2. xrootd-6.0.3/VERSION +1 -0
  3. {xrootd-6.0.2 → xrootd-6.0.3}/docs/ReleaseNotes.txt +36 -0
  4. xrootd-6.0.3/python/VERSION +1 -0
  5. {xrootd-6.0.2 → xrootd-6.0.3}/python/setup.py +2 -2
  6. {xrootd-6.0.2 → xrootd-6.0.3}/setup.py +2 -2
  7. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpFactory.cc +1 -1
  8. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslX509.cc +1 -0
  9. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpHeaderUtils.cc +63 -1
  10. xrootd-6.0.3/src/XrdHttp/XrdHttpHeaderUtils.hh +110 -0
  11. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpReq.cc +66 -7
  12. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpReq.hh +4 -2
  13. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcTPC.cc +2 -0
  14. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/XrdMacaroonsConfigure.cc +3 -6
  15. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/http.sh +96 -0
  16. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/posix.sh +5 -5
  17. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdHttpTests/XrdHttpTests.cc +88 -0
  18. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdThrottleTests/CMakeLists.txt +2 -3
  19. {xrootd-6.0.2 → xrootd-6.0.3/xrootd.egg-info}/PKG-INFO +2 -2
  20. xrootd-6.0.2/VERSION +0 -1
  21. xrootd-6.0.2/python/VERSION +0 -1
  22. xrootd-6.0.2/src/XrdHttp/XrdHttpHeaderUtils.hh +0 -53
  23. {xrootd-6.0.2 → xrootd-6.0.3}/CMakeLists.txt +0 -0
  24. {xrootd-6.0.2 → xrootd-6.0.3}/COPYING +0 -0
  25. {xrootd-6.0.2 → xrootd-6.0.3}/COPYING.BSD +0 -0
  26. {xrootd-6.0.2 → xrootd-6.0.3}/COPYING.LGPL +0 -0
  27. {xrootd-6.0.2 → xrootd-6.0.3}/LICENSE +0 -0
  28. {xrootd-6.0.2 → xrootd-6.0.3}/MANIFEST.in +0 -0
  29. {xrootd-6.0.2 → xrootd-6.0.3}/README.md +0 -0
  30. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/FindKerberos5.cmake +0 -0
  31. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/FindMacaroons.cmake +0 -0
  32. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/FindReadline.cmake +0 -0
  33. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/FindSciTokensCpp.cmake +0 -0
  34. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/FindVOMS.cmake +0 -0
  35. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/Findceph.cmake +0 -0
  36. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/Findfuse.cmake +0 -0
  37. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/Findisal.cmake +0 -0
  38. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/Findlibuuid.cmake +0 -0
  39. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/Findlibzip.cmake +0 -0
  40. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/Findsystemd.cmake +0 -0
  41. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/XRootDConfig.cmake.in +0 -0
  42. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/XRootDDefaults.cmake +0 -0
  43. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/XRootDFindLibs.cmake +0 -0
  44. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/XRootDOSDefs.cmake +0 -0
  45. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/XRootDSummary.cmake +0 -0
  46. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/XRootDSystemCheck.cmake +0 -0
  47. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/XRootDVersion.cmake +0 -0
  48. {xrootd-6.0.2 → xrootd-6.0.3}/cmake/uninstall.cmake.in +0 -0
  49. {xrootd-6.0.2 → xrootd-6.0.3}/docs/CMakeLists.txt +0 -0
  50. {xrootd-6.0.2 → xrootd-6.0.3}/docs/CONTRIBUTING.md +0 -0
  51. {xrootd-6.0.2 → xrootd-6.0.3}/docs/INSTALL.md +0 -0
  52. {xrootd-6.0.2 → xrootd-6.0.3}/docs/README_IPV4_To_IPV6 +0 -0
  53. {xrootd-6.0.2 → xrootd-6.0.3}/docs/TESTING.md +0 -0
  54. {xrootd-6.0.2 → xrootd-6.0.3}/docs/images/xrootd-icon-big.png +0 -0
  55. {xrootd-6.0.2 → xrootd-6.0.3}/docs/images/xrootd-icon.png +0 -0
  56. {xrootd-6.0.2 → xrootd-6.0.3}/docs/images/xrootd-logo.png +0 -0
  57. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/CMakeLists.txt +0 -0
  58. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/cmsd.8 +0 -0
  59. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/frm_admin.8 +0 -0
  60. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/frm_purged.8 +0 -0
  61. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/frm_xfragent.8 +0 -0
  62. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/frm_xfrd.8 +0 -0
  63. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/libXrdVoms.1 +0 -0
  64. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/mpxstats.8 +0 -0
  65. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdadler32.1 +0 -0
  66. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdcp.1 +0 -0
  67. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdfs.1 +0 -0
  68. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdgsiproxy.1 +0 -0
  69. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdgsitest.1 +0 -0
  70. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdmapc.1 +0 -0
  71. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdpfc_print.8 +0 -0
  72. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdpwdadmin.8 +0 -0
  73. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrdsssadmin.8 +0 -0
  74. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrootd.8 +0 -0
  75. {xrootd-6.0.2 → xrootd-6.0.3}/docs/man/xrootdfs.1 +0 -0
  76. {xrootd-6.0.2 → xrootd-6.0.3}/pyproject.toml +0 -0
  77. {xrootd-6.0.2 → xrootd-6.0.3}/python/.gitignore +0 -0
  78. {xrootd-6.0.2 → xrootd-6.0.3}/python/CMakeLists.txt +0 -0
  79. {xrootd-6.0.2 → xrootd-6.0.3}/python/MANIFEST.in +0 -0
  80. {xrootd-6.0.2 → xrootd-6.0.3}/python/README.md +0 -0
  81. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/Makefile +0 -0
  82. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/ReleaseNotes.txt +0 -0
  83. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/.static/css/custom.css +0 -0
  84. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/.templates/layout.html +0 -0
  85. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/conf.py +0 -0
  86. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/examples/copyprocess.rst +0 -0
  87. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/examples/file.rst +0 -0
  88. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/examples/filesystem.rst +0 -0
  89. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/examples.rst +0 -0
  90. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/favicon.ico +0 -0
  91. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/gettingstarted.rst +0 -0
  92. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/index.rst +0 -0
  93. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/install.rst +0 -0
  94. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/modules/client/copyprocess.rst +0 -0
  95. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/modules/client/file.rst +0 -0
  96. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/modules/client/filesystem.rst +0 -0
  97. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/modules/client/flags.rst +0 -0
  98. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/modules/client/responses.rst +0 -0
  99. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/modules/client/url.rst +0 -0
  100. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/modules/client/utils.rst +0 -0
  101. {xrootd-6.0.2 → xrootd-6.0.3}/python/docs/source/xrootd-200x68.png +0 -0
  102. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/copy.py +0 -0
  103. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/copyprocess.py +0 -0
  104. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/dirlist.py +0 -0
  105. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/fcntl.py +0 -0
  106. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/fcntl_async.py +0 -0
  107. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/fileproperties.py +0 -0
  108. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/filesystemproperties.py +0 -0
  109. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/iterate.py +0 -0
  110. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/locate.py +0 -0
  111. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/mkdir.py +0 -0
  112. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/mv.py +0 -0
  113. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/query.py +0 -0
  114. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/read.py +0 -0
  115. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/readchunks.py +0 -0
  116. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/readlines.py +0 -0
  117. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/rm.py +0 -0
  118. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/rmdir.py +0 -0
  119. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/vector_read.py +0 -0
  120. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/visa.py +0 -0
  121. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/visa_async.py +0 -0
  122. {xrootd-6.0.2 → xrootd-6.0.3}/python/examples/write.py +0 -0
  123. {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/__init__.py +0 -0
  124. {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/__init__.py +0 -0
  125. {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/_version.py +0 -0
  126. {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/copyprocess.py +0 -0
  127. {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/env.py +0 -0
  128. {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/file.py +0 -0
  129. {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/filesystem.py +0 -0
  130. {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/finalize.py +0 -0
  131. {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/flags.py +0 -0
  132. {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/glob_funcs.py +0 -0
  133. {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/responses.py +0 -0
  134. {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/url.py +0 -0
  135. {xrootd-6.0.2 → xrootd-6.0.3}/python/libs/client/utils.py +0 -0
  136. {xrootd-6.0.2 → xrootd-6.0.3}/python/pyproject.toml +0 -0
  137. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/AsyncResponseHandler.hh +0 -0
  138. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/CMakeLists.txt +0 -0
  139. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/ChunkIterator.hh +0 -0
  140. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/Conversions.hh +0 -0
  141. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootD.hh +0 -0
  142. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDAdler32.cc +0 -0
  143. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDAdler32.hh +0 -0
  144. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDCopyProcess.cc +0 -0
  145. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDCopyProcess.hh +0 -0
  146. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDCopyProgressHandler.cc +0 -0
  147. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDCopyProgressHandler.hh +0 -0
  148. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDEnv.hh +0 -0
  149. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDFile.cc +0 -0
  150. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDFile.hh +0 -0
  151. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDFileSystem.cc +0 -0
  152. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDFileSystem.hh +0 -0
  153. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDFinalize.hh +0 -0
  154. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDModule.cc +0 -0
  155. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDURL.cc +0 -0
  156. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/PyXRootDURL.hh +0 -0
  157. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/Utils.cc +0 -0
  158. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/Utils.hh +0 -0
  159. {xrootd-6.0.2 → xrootd-6.0.3}/python/src/__init__.py +0 -0
  160. {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/env.py +0 -0
  161. {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/test_adler32_binding.py +0 -0
  162. {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/test_copy.py +0 -0
  163. {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/test_file.py +0 -0
  164. {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/test_filesystem.py +0 -0
  165. {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/test_glob.py +0 -0
  166. {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/test_threads.py +0 -0
  167. {xrootd-6.0.2 → xrootd-6.0.3}/python/tests/test_url.py +0 -0
  168. {xrootd-6.0.2 → xrootd-6.0.3}/setup.cfg +0 -0
  169. {xrootd-6.0.2 → xrootd-6.0.3}/src/CMakeLists.txt +0 -0
  170. {xrootd-6.0.2 → xrootd-6.0.3}/src/XProtocol/CMakeLists.txt +0 -0
  171. {xrootd-6.0.2 → xrootd-6.0.3}/src/XProtocol/README +0 -0
  172. {xrootd-6.0.2 → xrootd-6.0.3}/src/XProtocol/XProtocol.cc +0 -0
  173. {xrootd-6.0.2 → xrootd-6.0.3}/src/XProtocol/XProtocol.hh +0 -0
  174. {xrootd-6.0.2 → xrootd-6.0.3}/src/XProtocol/XPtypes.hh +0 -0
  175. {xrootd-6.0.2 → xrootd-6.0.3}/src/XProtocol/YProtocol.hh +0 -0
  176. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/CMakeLists.txt +0 -0
  177. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdBuffXL.cc +0 -0
  178. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdBuffXL.hh +0 -0
  179. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdBuffer.cc +0 -0
  180. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdBuffer.hh +0 -0
  181. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdConfig.cc +0 -0
  182. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdConfig.hh +0 -0
  183. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdGlobals.cc +0 -0
  184. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdInet.cc +0 -0
  185. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdInet.hh +0 -0
  186. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdInfo.cc +0 -0
  187. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdInfo.hh +0 -0
  188. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdJob.hh +0 -0
  189. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLink.cc +0 -0
  190. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLink.hh +0 -0
  191. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLinkCtl.cc +0 -0
  192. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLinkCtl.hh +0 -0
  193. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLinkInfo.hh +0 -0
  194. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLinkMatch.cc +0 -0
  195. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLinkMatch.hh +0 -0
  196. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLinkXeq.cc +0 -0
  197. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdLinkXeq.hh +0 -0
  198. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdMain.cc +0 -0
  199. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdMonRoll.cc +0 -0
  200. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdMonRoll.hh +0 -0
  201. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdMonitor.cc +0 -0
  202. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdMonitor.hh +0 -0
  203. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdObject.hh +0 -0
  204. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdObject.icc +0 -0
  205. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdPoll.cc +0 -0
  206. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdPoll.hh +0 -0
  207. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdPollE.hh +0 -0
  208. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdPollE.icc +0 -0
  209. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdPollInfo.hh +0 -0
  210. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdPollPoll.hh +0 -0
  211. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdPollPoll.icc +0 -0
  212. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdProtLoad.cc +0 -0
  213. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdProtLoad.hh +0 -0
  214. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdProtocol.hh +0 -0
  215. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdScheduler.cc +0 -0
  216. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdScheduler.hh +0 -0
  217. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdSendQ.cc +0 -0
  218. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdSendQ.hh +0 -0
  219. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdStats.cc +0 -0
  220. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdStats.hh +0 -0
  221. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdTcpMonPin.hh +0 -0
  222. {xrootd-6.0.2 → xrootd-6.0.3}/src/Xrd/XrdTrace.hh +0 -0
  223. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/CMakeLists.txt +0 -0
  224. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAccess.cc +0 -0
  225. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAccess.hh +0 -0
  226. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAudit.cc +0 -0
  227. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAudit.hh +0 -0
  228. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAuthDB.hh +0 -0
  229. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAuthFile.cc +0 -0
  230. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAuthFile.hh +0 -0
  231. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccAuthorize.hh +0 -0
  232. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccCapability.cc +0 -0
  233. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccCapability.hh +0 -0
  234. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccConfig.cc +0 -0
  235. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccConfig.hh +0 -0
  236. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccEntity.cc +0 -0
  237. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccEntity.hh +0 -0
  238. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccGroups.cc +0 -0
  239. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccGroups.hh +0 -0
  240. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdAcc/XrdAccPrivs.hh +0 -0
  241. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/CMakeLists.txt +0 -0
  242. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdAccTest.cc +0 -0
  243. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdAppsCconfig.cc +0 -0
  244. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdCks.cc +0 -0
  245. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixFile.cc +0 -0
  246. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixFile.hh +0 -0
  247. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixPlugin.cc +0 -0
  248. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClProxyPlugin/ProxyPrefixPlugin.hh +0 -0
  249. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClProxyPlugin/README.md +0 -0
  250. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/README.md +0 -0
  251. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/XrdClAction.hh +0 -0
  252. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/XrdClActionMetrics.hh +0 -0
  253. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/XrdClRecorder.hh +0 -0
  254. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/XrdClRecorderPlugin.cc +0 -0
  255. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/XrdClRecorderPlugin.hh +0 -0
  256. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/XrdClReplay.cc +0 -0
  257. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdClRecordPlugin/XrdClReplayArgs.hh +0 -0
  258. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdCpConfig.cc +0 -0
  259. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdCpConfig.hh +0 -0
  260. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdCpFile.cc +0 -0
  261. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdCpFile.hh +0 -0
  262. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdCrc32c.cc +0 -0
  263. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdMapCluster.cc +0 -0
  264. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdMpxStats.cc +0 -0
  265. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdMpxXml.cc +0 -0
  266. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdMpxXml.hh +0 -0
  267. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdPinls.cc +0 -0
  268. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdPrep.cc +0 -0
  269. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdQStats.cc +0 -0
  270. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/XrdWait41.cc +0 -0
  271. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdApps/Xrdadler32.cc +0 -0
  272. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/CMakeLists.txt +0 -0
  273. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwm.cc +0 -0
  274. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwm.hh +0 -0
  275. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmConfig.cc +0 -0
  276. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmHandle.cc +0 -0
  277. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmHandle.hh +0 -0
  278. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmLogger.cc +0 -0
  279. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmLogger.hh +0 -0
  280. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmPolicy.hh +0 -0
  281. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmPolicy1.cc +0 -0
  282. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmPolicy1.hh +0 -0
  283. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdBwm/XrdBwmTrace.hh +0 -0
  284. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/CMakeLists.txt +0 -0
  285. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/BufferUtils.cc +0 -0
  286. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/BufferUtils.hh +0 -0
  287. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/CephIOAdapterAIORaw.cc +0 -0
  288. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/CephIOAdapterAIORaw.hh +0 -0
  289. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/CephIOAdapterRaw.cc +0 -0
  290. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/CephIOAdapterRaw.hh +0 -0
  291. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/ICephIOAdapter.hh +0 -0
  292. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/IXrdCephBufferAlg.hh +0 -0
  293. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/IXrdCephBufferData.hh +0 -0
  294. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/IXrdCephReadVAdapter.hh +0 -0
  295. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephBufferAlgSimple.cc +0 -0
  296. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephBufferAlgSimple.hh +0 -0
  297. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephBufferDataSimple.cc +0 -0
  298. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephBufferDataSimple.hh +0 -0
  299. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephReadVBasic.cc +0 -0
  300. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephReadVBasic.hh +0 -0
  301. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephReadVNoOp.cc +0 -0
  302. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBuffers/XrdCephReadVNoOp.hh +0 -0
  303. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBulkAioRead.cc +0 -0
  304. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephBulkAioRead.hh +0 -0
  305. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOss.cc +0 -0
  306. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOss.hh +0 -0
  307. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssBufferedFile.cc +0 -0
  308. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssBufferedFile.hh +0 -0
  309. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssDir.cc +0 -0
  310. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssDir.hh +0 -0
  311. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssFile.cc +0 -0
  312. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssFile.hh +0 -0
  313. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssReadVFile.cc +0 -0
  314. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephOssReadVFile.hh +0 -0
  315. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephPosix.cc +0 -0
  316. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephPosix.hh +0 -0
  317. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephXAttr.cc +0 -0
  318. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCeph/XrdCephXAttr.hh +0 -0
  319. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/CMakeLists.txt +0 -0
  320. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCks.hh +0 -0
  321. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksAssist.cc +0 -0
  322. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksAssist.hh +0 -0
  323. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalc.hh +0 -0
  324. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalcadler32.hh +0 -0
  325. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalccrc32.cc +0 -0
  326. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalccrc32.hh +0 -0
  327. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalccrc32C.cc +0 -0
  328. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalccrc32C.hh +0 -0
  329. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalcmd5.cc +0 -0
  330. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalcmd5.hh +0 -0
  331. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksCalczcrc32.cc +0 -0
  332. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksConfig.cc +0 -0
  333. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksConfig.hh +0 -0
  334. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksData.hh +0 -0
  335. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksLoader.cc +0 -0
  336. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksLoader.hh +0 -0
  337. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksManOss.cc +0 -0
  338. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksManOss.hh +0 -0
  339. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksManager.cc +0 -0
  340. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksManager.hh +0 -0
  341. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksWrapper.hh +0 -0
  342. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCks/XrdCksXAttr.hh +0 -0
  343. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/CMakeLists.txt +0 -0
  344. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAnyObject.hh +0 -0
  345. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClApply.hh +0 -0
  346. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClArg.hh +0 -0
  347. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncDiscardReader.hh +0 -0
  348. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncHSReader.hh +0 -0
  349. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncHSWriter.hh +0 -0
  350. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncMsgReader.hh +0 -0
  351. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncMsgWriter.hh +0 -0
  352. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncPageReader.hh +0 -0
  353. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncRawReader.hh +0 -0
  354. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncRawReaderIntfc.hh +0 -0
  355. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncSocketHandler.cc +0 -0
  356. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncSocketHandler.hh +0 -0
  357. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClAsyncVectorReader.hh +0 -0
  358. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClBuffer.hh +0 -0
  359. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClChannel.cc +0 -0
  360. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClChannel.hh +0 -0
  361. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClChannelHandlerList.cc +0 -0
  362. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClChannelHandlerList.hh +0 -0
  363. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCheckSumHelper.hh +0 -0
  364. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCheckSumManager.cc +0 -0
  365. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCheckSumManager.hh +0 -0
  366. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCheckpointOperation.hh +0 -0
  367. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClClassicCopyJob.cc +0 -0
  368. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClClassicCopyJob.hh +0 -0
  369. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClConstants.hh +0 -0
  370. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCopy.cc +0 -0
  371. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCopyJob.hh +0 -0
  372. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCopyProcess.cc +0 -0
  373. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCopyProcess.hh +0 -0
  374. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClCtx.hh +0 -0
  375. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClDefaultEnv.cc +0 -0
  376. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClDefaultEnv.hh +0 -0
  377. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClDlgEnv.hh +0 -0
  378. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClEcHandler.cc +0 -0
  379. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClEcHandler.hh +0 -0
  380. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClEnv.cc +0 -0
  381. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClEnv.hh +0 -0
  382. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFS.cc +0 -0
  383. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFSExecutor.cc +0 -0
  384. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFSExecutor.hh +0 -0
  385. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFile.cc +0 -0
  386. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFile.hh +0 -0
  387. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileOperations.hh +0 -0
  388. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileStateHandler.cc +0 -0
  389. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileStateHandler.hh +0 -0
  390. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileSystem.cc +0 -0
  391. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileSystem.hh +0 -0
  392. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileSystemOperations.hh +0 -0
  393. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileSystemUtils.cc +0 -0
  394. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileSystemUtils.hh +0 -0
  395. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileTimer.cc +0 -0
  396. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFileTimer.hh +0 -0
  397. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFinalOperation.hh +0 -0
  398. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClForkHandler.cc +0 -0
  399. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClForkHandler.hh +0 -0
  400. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClFwd.hh +0 -0
  401. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClInQueue.cc +0 -0
  402. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClInQueue.hh +0 -0
  403. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClJobManager.cc +0 -0
  404. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClJobManager.hh +0 -0
  405. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClLocalFileHandler.cc +0 -0
  406. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClLocalFileHandler.hh +0 -0
  407. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClLocalFileTask.cc +0 -0
  408. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClLocalFileTask.hh +0 -0
  409. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClLog.cc +0 -0
  410. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClLog.hh +0 -0
  411. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClMessage.hh +0 -0
  412. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClMessageUtils.cc +0 -0
  413. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClMessageUtils.hh +0 -0
  414. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClMetalinkRedirector.cc +0 -0
  415. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClMetalinkRedirector.hh +0 -0
  416. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClMonitor.hh +0 -0
  417. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOperationHandlers.hh +0 -0
  418. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOperationTimeout.hh +0 -0
  419. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOperations.cc +0 -0
  420. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOperations.hh +0 -0
  421. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOptimizers.hh +0 -0
  422. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOptional.hh +0 -0
  423. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOutQueue.cc +0 -0
  424. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClOutQueue.hh +0 -0
  425. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClParallelOperation.hh +0 -0
  426. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPlugInInterface.hh +0 -0
  427. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPlugInManager.cc +0 -0
  428. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPlugInManager.hh +0 -0
  429. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPoller.hh +0 -0
  430. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPollerBuiltIn.cc +0 -0
  431. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPollerBuiltIn.hh +0 -0
  432. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPollerFactory.cc +0 -0
  433. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPollerFactory.hh +0 -0
  434. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPostMaster.cc +0 -0
  435. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPostMaster.hh +0 -0
  436. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPostMasterInterfaces.hh +0 -0
  437. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClPropertyList.hh +0 -0
  438. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClRedirectorRegistry.cc +0 -0
  439. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClRedirectorRegistry.hh +0 -0
  440. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClRequestSync.hh +0 -0
  441. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClResponseJob.hh +0 -0
  442. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClSIDManager.cc +0 -0
  443. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClSIDManager.hh +0 -0
  444. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClSocket.cc +0 -0
  445. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClSocket.hh +0 -0
  446. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClStatus.cc +0 -0
  447. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClStatus.hh +0 -0
  448. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClStream.cc +0 -0
  449. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClStream.hh +0 -0
  450. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClSyncQueue.hh +0 -0
  451. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTPFallBackCopyJob.cc +0 -0
  452. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTPFallBackCopyJob.hh +0 -0
  453. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTaskManager.cc +0 -0
  454. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTaskManager.hh +0 -0
  455. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClThirdPartyCopyJob.cc +0 -0
  456. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClThirdPartyCopyJob.hh +0 -0
  457. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTls.cc +0 -0
  458. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTls.hh +0 -0
  459. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTransportManager.cc +0 -0
  460. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClTransportManager.hh +0 -0
  461. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClURL.cc +0 -0
  462. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClURL.hh +0 -0
  463. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClUtils.cc +0 -0
  464. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClUtils.hh +0 -0
  465. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXCpCtx.cc +0 -0
  466. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXCpCtx.hh +0 -0
  467. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXCpSrc.cc +0 -0
  468. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXCpSrc.hh +0 -0
  469. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXRootDMsgHandler.cc +0 -0
  470. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXRootDMsgHandler.hh +0 -0
  471. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXRootDResponses.cc +0 -0
  472. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXRootDResponses.hh +0 -0
  473. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXRootDTransport.cc +0 -0
  474. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClXRootDTransport.hh +0 -0
  475. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClZipArchive.cc +0 -0
  476. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClZipArchive.hh +0 -0
  477. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClZipCache.hh +0 -0
  478. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClZipListHandler.cc +0 -0
  479. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClZipListHandler.hh +0 -0
  480. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCl/XrdClZipOperations.hh +0 -0
  481. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/CMakeLists.txt +0 -0
  482. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpChecksum.hh +0 -0
  483. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpConnectionCallout.hh +0 -0
  484. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpFactory.hh +0 -0
  485. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpFile.cc +0 -0
  486. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpFile.hh +0 -0
  487. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpFilesystem.cc +0 -0
  488. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpFilesystem.hh +0 -0
  489. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpHeaderCallout.hh +0 -0
  490. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpChecksum.cc +0 -0
  491. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpCopy.cc +0 -0
  492. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpDelete.cc +0 -0
  493. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpListdir.cc +0 -0
  494. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpMkcol.cc +0 -0
  495. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpOpen.cc +0 -0
  496. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpOptions.cc +0 -0
  497. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpPut.cc +0 -0
  498. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpQuery.cc +0 -0
  499. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpRead.cc +0 -0
  500. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpReadV.cc +0 -0
  501. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOpStat.cc +0 -0
  502. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOps.cc +0 -0
  503. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOps.hh +0 -0
  504. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOptionsCache.cc +0 -0
  505. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpOptionsCache.hh +0 -0
  506. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpParseTimeout.cc +0 -0
  507. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpParseTimeout.hh +0 -0
  508. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpResponseInfo.hh +0 -0
  509. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpResponses.hh +0 -0
  510. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpUtil.cc +0 -0
  511. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpUtil.hh +0 -0
  512. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/XrdClHttpWorker.hh +0 -0
  513. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClHttp/configs/export-lib-symbols +0 -0
  514. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/CMakeLists.txt +0 -0
  515. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3DownloadHandler.cc +0 -0
  516. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3DownloadHandler.hh +0 -0
  517. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3Factory.cc +0 -0
  518. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3Factory.hh +0 -0
  519. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3File.cc +0 -0
  520. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3File.hh +0 -0
  521. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3Filesystem.cc +0 -0
  522. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/XrdClS3Filesystem.hh +0 -0
  523. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdClS3/configs/export-lib-symbols +0 -0
  524. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/CMakeLists.txt +0 -0
  525. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsAdmin.cc +0 -0
  526. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsAdmin.hh +0 -0
  527. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsBaseFS.cc +0 -0
  528. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsBaseFS.hh +0 -0
  529. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsBlackList.cc +0 -0
  530. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsBlackList.hh +0 -0
  531. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsCache.cc +0 -0
  532. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsCache.hh +0 -0
  533. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClient.cc +0 -0
  534. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClient.hh +0 -0
  535. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClientConfig.cc +0 -0
  536. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClientConfig.hh +0 -0
  537. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClientMan.cc +0 -0
  538. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClientMan.hh +0 -0
  539. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClientMsg.cc +0 -0
  540. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClientMsg.hh +0 -0
  541. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClustID.cc +0 -0
  542. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsClustID.hh +0 -0
  543. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsCluster.cc +0 -0
  544. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsCluster.hh +0 -0
  545. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsConfig.cc +0 -0
  546. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsConfig.hh +0 -0
  547. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsFinder.cc +0 -0
  548. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsFinder.hh +0 -0
  549. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsJob.cc +0 -0
  550. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsJob.hh +0 -0
  551. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsKey.cc +0 -0
  552. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsKey.hh +0 -0
  553. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsLogin.cc +0 -0
  554. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsLogin.hh +0 -0
  555. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsManList.cc +0 -0
  556. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsManList.hh +0 -0
  557. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsManTree.cc +0 -0
  558. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsManTree.hh +0 -0
  559. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsManager.cc +0 -0
  560. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsManager.hh +0 -0
  561. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsMeter.cc +0 -0
  562. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsMeter.hh +0 -0
  563. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsNash.cc +0 -0
  564. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsNash.hh +0 -0
  565. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsNode.cc +0 -0
  566. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsNode.hh +0 -0
  567. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsPList.cc +0 -0
  568. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsPList.hh +0 -0
  569. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsParser.cc +0 -0
  570. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsParser.hh +0 -0
  571. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsPerfMon.hh +0 -0
  572. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsPrepArgs.cc +0 -0
  573. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsPrepArgs.hh +0 -0
  574. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsPrepare.cc +0 -0
  575. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsPrepare.hh +0 -0
  576. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsProtocol.cc +0 -0
  577. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsProtocol.hh +0 -0
  578. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRRData.cc +0 -0
  579. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRRData.hh +0 -0
  580. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRRQ.cc +0 -0
  581. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRRQ.hh +0 -0
  582. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRTable.cc +0 -0
  583. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRTable.hh +0 -0
  584. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRedirLocal.cc +0 -0
  585. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRedirLocal.hh +0 -0
  586. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsResp.cc +0 -0
  587. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsResp.hh +0 -0
  588. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRole.hh +0 -0
  589. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRouting.cc +0 -0
  590. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsRouting.hh +0 -0
  591. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsSecurity.cc +0 -0
  592. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsSecurity.hh +0 -0
  593. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsSelect.hh +0 -0
  594. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsState.cc +0 -0
  595. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsState.hh +0 -0
  596. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsSupervisor.cc +0 -0
  597. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsSupervisor.hh +0 -0
  598. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsTalk.cc +0 -0
  599. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsTalk.hh +0 -0
  600. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsTrace.hh +0 -0
  601. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsTypes.hh +0 -0
  602. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsUtils.cc +0 -0
  603. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsUtils.hh +0 -0
  604. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCms/XrdCmsVnId.hh +0 -0
  605. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/CMakeLists.txt +0 -0
  606. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoAux.cc +0 -0
  607. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoAux.hh +0 -0
  608. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoBasic.cc +0 -0
  609. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoBasic.hh +0 -0
  610. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoCipher.cc +0 -0
  611. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoCipher.hh +0 -0
  612. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoFactory.cc +0 -0
  613. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoFactory.hh +0 -0
  614. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoLite.cc +0 -0
  615. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoLite.hh +0 -0
  616. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoLite_bf32.cc +0 -0
  617. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoMsgDigest.cc +0 -0
  618. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoMsgDigest.hh +0 -0
  619. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoRSA.cc +0 -0
  620. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoRSA.hh +0 -0
  621. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoTrace.hh +0 -0
  622. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509.cc +0 -0
  623. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509.hh +0 -0
  624. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509Chain.cc +0 -0
  625. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509Chain.hh +0 -0
  626. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509Crl.cc +0 -0
  627. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509Crl.hh +0 -0
  628. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509Req.cc +0 -0
  629. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptoX509Req.hh +0 -0
  630. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptogsiX509Chain.cc +0 -0
  631. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptogsiX509Chain.hh +0 -0
  632. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslAux.cc +0 -0
  633. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslAux.hh +0 -0
  634. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslCipher.cc +0 -0
  635. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslCipher.hh +0 -0
  636. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslFactory.cc +0 -0
  637. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslFactory.hh +0 -0
  638. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslMsgDigest.cc +0 -0
  639. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslMsgDigest.hh +0 -0
  640. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslRSA.cc +0 -0
  641. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslRSA.hh +0 -0
  642. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslTrace.hh +0 -0
  643. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslX509.hh +0 -0
  644. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslX509Crl.cc +0 -0
  645. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslX509Crl.hh +0 -0
  646. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslX509Req.cc +0 -0
  647. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslX509Req.hh +0 -0
  648. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptosslgsiAux.cc +0 -0
  649. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdCrypto/XrdCryptotest.cc +0 -0
  650. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdDig/CMakeLists.txt +0 -0
  651. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdDig/XrdDigAuth.cc +0 -0
  652. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdDig/XrdDigAuth.hh +0 -0
  653. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdDig/XrdDigConfig.cc +0 -0
  654. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdDig/XrdDigConfig.hh +0 -0
  655. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdDig/XrdDigFS.cc +0 -0
  656. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdDig/XrdDigFS.hh +0 -0
  657. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/CMakeLists.txt +0 -0
  658. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/README +0 -0
  659. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcConfig.hh +0 -0
  660. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcObjCfg.hh +0 -0
  661. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcReader.cc +0 -0
  662. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcReader.hh +0 -0
  663. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcRedundancyProvider.cc +0 -0
  664. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcRedundancyProvider.hh +0 -0
  665. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcStrmWriter.cc +0 -0
  666. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcStrmWriter.hh +0 -0
  667. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcThreadPool.hh +0 -0
  668. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcUtilities.cc +0 -0
  669. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcUtilities.hh +0 -0
  670. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdEc/XrdEcWrtBuff.hh +0 -0
  671. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/CMakeLists.txt +0 -0
  672. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/README +0 -0
  673. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsDent.cc +0 -0
  674. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsDent.hh +0 -0
  675. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsFsinfo.cc +0 -0
  676. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsFsinfo.hh +0 -0
  677. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsMisc.cc +0 -0
  678. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsMisc.hh +0 -0
  679. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsPosix.cc +0 -0
  680. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsPosix.hh +0 -0
  681. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsQueue.cc +0 -0
  682. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsQueue.hh +0 -0
  683. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsWcache.cc +0 -0
  684. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsWcache.hh +0 -0
  685. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/XrdFfsXrootdfs.cc +0 -0
  686. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFfs/xrootdfs.template +0 -0
  687. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/CMakeLists.txt +0 -0
  688. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcCID.cc +0 -0
  689. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcCID.hh +0 -0
  690. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcProxy.cc +0 -0
  691. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcProxy.hh +0 -0
  692. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcReqAgent.cc +0 -0
  693. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcReqAgent.hh +0 -0
  694. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcReqFile.cc +0 -0
  695. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcReqFile.hh +0 -0
  696. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcRequest.hh +0 -0
  697. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcTrace.cc +0 -0
  698. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcTrace.hh +0 -0
  699. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcUtils.cc +0 -0
  700. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcUtils.hh +0 -0
  701. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcXAttr.hh +0 -0
  702. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrc/XrdFrcXLock.hh +0 -0
  703. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/CMakeLists.txt +0 -0
  704. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdmin.cc +0 -0
  705. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdmin.hh +0 -0
  706. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdminAudit.cc +0 -0
  707. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdminFiles.cc +0 -0
  708. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdminFind.cc +0 -0
  709. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdminMain.cc +0 -0
  710. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdminQuery.cc +0 -0
  711. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdminReloc.cc +0 -0
  712. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmAdminUnlink.cc +0 -0
  713. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmCns.cc +0 -0
  714. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmCns.hh +0 -0
  715. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmConfig.cc +0 -0
  716. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmConfig.hh +0 -0
  717. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmFiles.cc +0 -0
  718. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmFiles.hh +0 -0
  719. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmMigrate.cc +0 -0
  720. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmMigrate.hh +0 -0
  721. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmMonitor.cc +0 -0
  722. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmMonitor.hh +0 -0
  723. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmPurgMain.cc +0 -0
  724. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmPurge.cc +0 -0
  725. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmPurge.hh +0 -0
  726. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmReqBoss.cc +0 -0
  727. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmReqBoss.hh +0 -0
  728. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmTSort.cc +0 -0
  729. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmTSort.hh +0 -0
  730. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmTransfer.cc +0 -0
  731. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmTransfer.hh +0 -0
  732. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrAgent.cc +0 -0
  733. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrAgent.hh +0 -0
  734. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrDaemon.cc +0 -0
  735. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrDaemon.hh +0 -0
  736. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrJob.hh +0 -0
  737. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrMain.cc +0 -0
  738. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrQueue.cc +0 -0
  739. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdFrm/XrdFrmXfrQueue.hh +0 -0
  740. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHeaders.cmake +0 -0
  741. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/CMakeLists.txt +0 -0
  742. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/README-CKSUM.md +0 -0
  743. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpChecksum.cc +0 -0
  744. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpChecksum.hh +0 -0
  745. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpChecksumHandler.cc +0 -0
  746. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpChecksumHandler.hh +0 -0
  747. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpExtHandler.cc +0 -0
  748. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpExtHandler.hh +0 -0
  749. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpModule.cc +0 -0
  750. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpMon.cc +0 -0
  751. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpMon.hh +0 -0
  752. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpMonState.hh +0 -0
  753. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpProtocol.cc +0 -0
  754. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpProtocol.hh +0 -0
  755. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpReadRangeHandler.cc +0 -0
  756. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpReadRangeHandler.hh +0 -0
  757. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpSecXtractor.hh +0 -0
  758. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpSecurity.cc +0 -0
  759. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpStatic.hh +0 -0
  760. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpTrace.hh +0 -0
  761. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpUtils.cc +0 -0
  762. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/XrdHttpUtils.hh +0 -0
  763. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/static/favicon.ico +0 -0
  764. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/static/xrdhttp.css +0 -0
  765. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/static/xrdhttp_css.h +0 -0
  766. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/static/xrdhttp_favicon_ico.h +0 -0
  767. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/xrootd-http-rdr.cf +0 -0
  768. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttp/xrootd-http.cf +0 -0
  769. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpCors/CMakeLists.txt +0 -0
  770. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpCors/README.md +0 -0
  771. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpCors/XrdHttpCors.hh +0 -0
  772. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpCors/XrdHttpCorsHandler.cc +0 -0
  773. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpCors/XrdHttpCorsHandler.hh +0 -0
  774. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/CMakeLists.txt +0 -0
  775. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/README.md +0 -0
  776. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcConfigure.cc +0 -0
  777. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcMultistream.cc +0 -0
  778. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcPMarkManager.cc +0 -0
  779. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcPMarkManager.hh +0 -0
  780. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcState.cc +0 -0
  781. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcState.hh +0 -0
  782. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcStream.cc +0 -0
  783. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcStream.hh +0 -0
  784. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcTPC.hh +0 -0
  785. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcUtils.cc +0 -0
  786. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/XrdHttpTpcUtils.hh +0 -0
  787. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/export-lib-symbols +0 -0
  788. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdHttpTpc/xrootd-test-tpc +0 -0
  789. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/CMakeLists.txt +0 -0
  790. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/README.md +0 -0
  791. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/XrdMacaroons.cc +0 -0
  792. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/XrdMacaroonsAuthz.cc +0 -0
  793. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/XrdMacaroonsAuthz.hh +0 -0
  794. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/XrdMacaroonsHandler.cc +0 -0
  795. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/XrdMacaroonsHandler.hh +0 -0
  796. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdMacaroons/export-lib-symbols +0 -0
  797. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/CMakeLists.txt +0 -0
  798. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNet.cc +0 -0
  799. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNet.hh +0 -0
  800. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetAddr.cc +0 -0
  801. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetAddr.hh +0 -0
  802. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetAddrInfo.cc +0 -0
  803. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetAddrInfo.hh +0 -0
  804. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetBuffer.cc +0 -0
  805. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetBuffer.hh +0 -0
  806. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetCache.cc +0 -0
  807. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetCache.hh +0 -0
  808. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetCmsNotify.cc +0 -0
  809. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetCmsNotify.hh +0 -0
  810. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetConnect.cc +0 -0
  811. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetConnect.hh +0 -0
  812. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetIF.cc +0 -0
  813. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetIF.hh +0 -0
  814. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetIdentity.cc +0 -0
  815. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetIdentity.hh +0 -0
  816. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetMsg.cc +0 -0
  817. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetMsg.hh +0 -0
  818. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetOpts.hh +0 -0
  819. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetPMark.cc +0 -0
  820. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetPMark.hh +0 -0
  821. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetPMarkCfg.cc +0 -0
  822. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetPMarkCfg.hh +0 -0
  823. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetPMarkFF.cc +0 -0
  824. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetPMarkFF.hh +0 -0
  825. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetPeer.hh +0 -0
  826. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetRefresh.cc +0 -0
  827. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetRefresh.hh +0 -0
  828. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetRegistry.cc +0 -0
  829. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetRegistry.hh +0 -0
  830. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetSecurity.cc +0 -0
  831. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetSecurity.hh +0 -0
  832. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetSockAddr.hh +0 -0
  833. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetSocket.cc +0 -0
  834. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetSocket.hh +0 -0
  835. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetUtils.cc +0 -0
  836. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdNet/XrdNetUtils.hh +0 -0
  837. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/CMakeLists.txt +0 -0
  838. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfs.cc +0 -0
  839. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfs.hh +0 -0
  840. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsCPFile.cc +0 -0
  841. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsCPFile.hh +0 -0
  842. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsChkPnt.cc +0 -0
  843. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsChkPnt.hh +0 -0
  844. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsConfig.cc +0 -0
  845. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsConfigCP.cc +0 -0
  846. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsConfigCP.hh +0 -0
  847. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsConfigPI.cc +0 -0
  848. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsConfigPI.hh +0 -0
  849. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsEvr.cc +0 -0
  850. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsEvr.hh +0 -0
  851. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsEvs.cc +0 -0
  852. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsEvs.hh +0 -0
  853. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsFAttr.cc +0 -0
  854. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsFS.cc +0 -0
  855. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsFSctl.cc +0 -0
  856. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsFSctl_PI.hh +0 -0
  857. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsHandle.cc +0 -0
  858. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsHandle.hh +0 -0
  859. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsPoscq.cc +0 -0
  860. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsPoscq.hh +0 -0
  861. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsPrepGPI.cc +0 -0
  862. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsPrepare.hh +0 -0
  863. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsSecurity.hh +0 -0
  864. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsStats.cc +0 -0
  865. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsStats.hh +0 -0
  866. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPC.cc +0 -0
  867. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPC.hh +0 -0
  868. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCAuth.cc +0 -0
  869. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCAuth.hh +0 -0
  870. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCConfig.hh +0 -0
  871. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCInfo.cc +0 -0
  872. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCInfo.hh +0 -0
  873. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCJob.cc +0 -0
  874. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCJob.hh +0 -0
  875. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCProg.cc +0 -0
  876. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTPCProg.hh +0 -0
  877. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOfs/XrdOfsTrace.hh +0 -0
  878. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/CMakeLists.txt +0 -0
  879. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOss.cc +0 -0
  880. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOss.hh +0 -0
  881. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssAio.cc +0 -0
  882. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssApi.cc +0 -0
  883. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssApi.hh +0 -0
  884. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssAt.cc +0 -0
  885. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssAt.hh +0 -0
  886. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssCache.cc +0 -0
  887. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssCache.hh +0 -0
  888. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssConfig.cc +0 -0
  889. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssConfig.hh +0 -0
  890. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssCopy.cc +0 -0
  891. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssCopy.hh +0 -0
  892. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssCreate.cc +0 -0
  893. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssDefaultSS.hh +0 -0
  894. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssError.hh +0 -0
  895. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssMSS.cc +0 -0
  896. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssMio.cc +0 -0
  897. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssMio.hh +0 -0
  898. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssMioFile.hh +0 -0
  899. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssOpaque.hh +0 -0
  900. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssPath.cc +0 -0
  901. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssPath.hh +0 -0
  902. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssReloc.cc +0 -0
  903. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssRename.cc +0 -0
  904. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssSIgpfsT.cc +0 -0
  905. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssSpace.cc +0 -0
  906. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssSpace.hh +0 -0
  907. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssStage.cc +0 -0
  908. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssStage.hh +0 -0
  909. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssStat.cc +0 -0
  910. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssStatInfo.hh +0 -0
  911. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssTrace.hh +0 -0
  912. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssUnlink.cc +0 -0
  913. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssVS.hh +0 -0
  914. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOss/XrdOssWrapper.hh +0 -0
  915. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/CMakeLists.txt +0 -0
  916. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArc.cc +0 -0
  917. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArc.hh +0 -0
  918. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcBackup.cc +0 -0
  919. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcBackup.hh +0 -0
  920. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcCompose.cc +0 -0
  921. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcCompose.hh +0 -0
  922. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcConfig.cc +0 -0
  923. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcConfig.hh +0 -0
  924. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcDir.cc +0 -0
  925. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcDir.hh +0 -0
  926. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcFSMon.cc +0 -0
  927. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcFSMon.hh +0 -0
  928. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcFile.cc +0 -0
  929. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcFile.hh +0 -0
  930. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcStage.cc +0 -0
  931. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcStage.hh +0 -0
  932. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcStopMon.cc +0 -0
  933. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcStopMon.hh +0 -0
  934. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcTrace.hh +0 -0
  935. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcZipFile.cc +0 -0
  936. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/XrdOssArcZipFile.hh +0 -0
  937. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/utils/XrdOssArc_Archiver +0 -0
  938. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/utils/XrdOssArc_BkpUtils +0 -0
  939. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/utils/XrdOssArc_Manifest +0 -0
  940. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/utils/XrdOssArc_MssCom +0 -0
  941. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssArc/utils/XrdOssArc_Weka +0 -0
  942. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/CMakeLists.txt +0 -0
  943. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/README.md +0 -0
  944. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsi.cc +0 -0
  945. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsi.hh +0 -0
  946. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiConfig.cc +0 -0
  947. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiConfig.hh +0 -0
  948. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiCrcUtils.cc +0 -0
  949. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiCrcUtils.hh +0 -0
  950. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiFile.cc +0 -0
  951. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiFileAio.cc +0 -0
  952. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiFileAio.hh +0 -0
  953. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiPages.cc +0 -0
  954. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiPages.hh +0 -0
  955. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiPagesUnaligned.cc +0 -0
  956. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiRanges.cc +0 -0
  957. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiRanges.hh +0 -0
  958. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiTagstore.hh +0 -0
  959. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiTagstoreFile.cc +0 -0
  960. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiTagstoreFile.hh +0 -0
  961. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssCsiTrace.hh +0 -0
  962. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssCsi/XrdOssHandler.hh +0 -0
  963. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/CMakeLists.txt +0 -0
  964. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/README.md +0 -0
  965. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/XrdOssStatsConfig.cc +0 -0
  966. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/XrdOssStatsConfig.hh +0 -0
  967. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/XrdOssStatsDirectory.hh +0 -0
  968. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/XrdOssStatsFile.cc +0 -0
  969. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/XrdOssStatsFile.hh +0 -0
  970. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/XrdOssStatsFileSystem.cc +0 -0
  971. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/XrdOssStatsFileSystem.hh +0 -0
  972. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOssStats/export-lib-symbols +0 -0
  973. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/CMakeLists.txt +0 -0
  974. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/README.bonjour +0 -0
  975. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucArgs.cc +0 -0
  976. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucArgs.hh +0 -0
  977. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucBackTrace.cc +0 -0
  978. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucBackTrace.hh +0 -0
  979. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucBuffer.cc +0 -0
  980. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucBuffer.hh +0 -0
  981. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCRC.cc +0 -0
  982. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCRC.hh +0 -0
  983. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCRC32C.cc +0 -0
  984. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCRC32C.hh +0 -0
  985. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCache.cc +0 -0
  986. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCache.hh +0 -0
  987. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCacheCM.hh +0 -0
  988. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCacheStats.hh +0 -0
  989. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCallBack.cc +0 -0
  990. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCallBack.hh +0 -0
  991. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucChain.hh +0 -0
  992. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucChkPnt.hh +0 -0
  993. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCloneSeg.hh +0 -0
  994. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucCompiler.hh +0 -0
  995. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucDLlist.hh +0 -0
  996. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucECMsg.cc +0 -0
  997. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucECMsg.hh +0 -0
  998. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucERoute.cc +0 -0
  999. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucERoute.hh +0 -0
  1000. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucEnum.hh +0 -0
  1001. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucEnv.cc +0 -0
  1002. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucEnv.hh +0 -0
  1003. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucErrInfo.hh +0 -0
  1004. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucExport.cc +0 -0
  1005. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucExport.hh +0 -0
  1006. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucFileInfo.cc +0 -0
  1007. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucFileInfo.hh +0 -0
  1008. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucGMap.cc +0 -0
  1009. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucGMap.hh +0 -0
  1010. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucGatherConf.cc +0 -0
  1011. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucGatherConf.hh +0 -0
  1012. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucHash.hh +0 -0
  1013. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucHash.icc +0 -0
  1014. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucHashVal.cc +0 -0
  1015. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucIOVec.hh +0 -0
  1016. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucJson.hh +0 -0
  1017. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucLock.hh +0 -0
  1018. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucLogging.cc +0 -0
  1019. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucLogging.hh +0 -0
  1020. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucMapP2X.hh +0 -0
  1021. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucMsubs.cc +0 -0
  1022. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucMsubs.hh +0 -0
  1023. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucN2NLoader.cc +0 -0
  1024. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucN2NLoader.hh +0 -0
  1025. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucN2No2p.cc +0 -0
  1026. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucNList.cc +0 -0
  1027. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucNList.hh +0 -0
  1028. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucNSWalk.cc +0 -0
  1029. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucNSWalk.hh +0 -0
  1030. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucName2Name.cc +0 -0
  1031. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucName2Name.hh +0 -0
  1032. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPList.hh +0 -0
  1033. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPgrwUtils.cc +0 -0
  1034. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPgrwUtils.hh +0 -0
  1035. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPinKing.hh +0 -0
  1036. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPinLoader.cc +0 -0
  1037. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPinLoader.hh +0 -0
  1038. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPinObject.hh +0 -0
  1039. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPinPath.cc +0 -0
  1040. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPinPath.hh +0 -0
  1041. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPreload.cc +0 -0
  1042. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPreload.hh +0 -0
  1043. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPrivateUtils.hh +0 -0
  1044. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucProg.cc +0 -0
  1045. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucProg.hh +0 -0
  1046. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPsx.cc +0 -0
  1047. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPsx.hh +0 -0
  1048. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPup.cc +0 -0
  1049. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucPup.hh +0 -0
  1050. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucRange.hh +0 -0
  1051. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucRash.hh +0 -0
  1052. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucRash.icc +0 -0
  1053. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucReqID.cc +0 -0
  1054. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucReqID.hh +0 -0
  1055. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSFVec.hh +0 -0
  1056. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSHA3.cc +0 -0
  1057. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSHA3.hh +0 -0
  1058. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSid.cc +0 -0
  1059. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSid.hh +0 -0
  1060. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSiteName.cc +0 -0
  1061. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSiteName.hh +0 -0
  1062. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucStats.hh +0 -0
  1063. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucStream.cc +0 -0
  1064. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucStream.hh +0 -0
  1065. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucString.cc +0 -0
  1066. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucString.hh +0 -0
  1067. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSxeq.cc +0 -0
  1068. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucSxeq.hh +0 -0
  1069. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTList.hh +0 -0
  1070. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTPC.cc +0 -0
  1071. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTPC.hh +0 -0
  1072. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTUtils.hh +0 -0
  1073. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTable.hh +0 -0
  1074. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTokenizer.cc +0 -0
  1075. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTokenizer.hh +0 -0
  1076. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTrace.cc +0 -0
  1077. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucTrace.hh +0 -0
  1078. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucUri.cc +0 -0
  1079. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucUri.hh +0 -0
  1080. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucUtils.cc +0 -0
  1081. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucUtils.hh +0 -0
  1082. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucVerName.cc +0 -0
  1083. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucVerName.hh +0 -0
  1084. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOucXAttr.hh +0 -0
  1085. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOuca2x.cc +0 -0
  1086. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdOuc/XrdOuca2x.hh +0 -0
  1087. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/CMakeLists.txt +0 -0
  1088. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/README +0 -0
  1089. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfc.cc +0 -0
  1090. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfc.hh +0 -0
  1091. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcAllowDecision.cc +0 -0
  1092. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcBlacklistDecision.cc +0 -0
  1093. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcCommand.cc +0 -0
  1094. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcConfiguration.cc +0 -0
  1095. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcDecision.hh +0 -0
  1096. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcDirState.cc +0 -0
  1097. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcDirState.hh +0 -0
  1098. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcDirStateBase.hh +0 -0
  1099. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcDirStatePurgeshot.hh +0 -0
  1100. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcDirStateSnapshot.cc +0 -0
  1101. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcDirStateSnapshot.hh +0 -0
  1102. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFPurgeState.cc +0 -0
  1103. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFPurgeState.hh +0 -0
  1104. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFSctl.cc +0 -0
  1105. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFSctl.hh +0 -0
  1106. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFile.cc +0 -0
  1107. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFile.hh +0 -0
  1108. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFsTraversal.cc +0 -0
  1109. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcFsTraversal.hh +0 -0
  1110. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcIO.cc +0 -0
  1111. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcIO.hh +0 -0
  1112. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcIOFile.cc +0 -0
  1113. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcIOFile.hh +0 -0
  1114. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcIOFileBlock.cc +0 -0
  1115. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcIOFileBlock.hh +0 -0
  1116. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcInfo.cc +0 -0
  1117. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcInfo.hh +0 -0
  1118. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcPathParseTools.hh +0 -0
  1119. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcPrint.cc +0 -0
  1120. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcPrint.hh +0 -0
  1121. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcPurge.cc +0 -0
  1122. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcPurgePin.hh +0 -0
  1123. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcPurgeQuota.cc +0 -0
  1124. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcResourceMonitor.cc +0 -0
  1125. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcResourceMonitor.hh +0 -0
  1126. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcStats.hh +0 -0
  1127. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcTrace.hh +0 -0
  1128. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPfc/XrdPfcTypes.hh +0 -0
  1129. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/CMakeLists.txt +0 -0
  1130. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/README +0 -0
  1131. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosix.cc +0 -0
  1132. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosix.hh +0 -0
  1133. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixAdmin.cc +0 -0
  1134. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixAdmin.hh +0 -0
  1135. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixCache.cc +0 -0
  1136. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixCache.hh +0 -0
  1137. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixCallBack.cc +0 -0
  1138. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixCallBack.hh +0 -0
  1139. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixConfig.cc +0 -0
  1140. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixConfig.hh +0 -0
  1141. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixDir.cc +0 -0
  1142. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixDir.hh +0 -0
  1143. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixExtern.hh +0 -0
  1144. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixExtra.cc +0 -0
  1145. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixExtra.hh +0 -0
  1146. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixFile.cc +0 -0
  1147. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixFile.hh +0 -0
  1148. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixFileRH.cc +0 -0
  1149. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixFileRH.hh +0 -0
  1150. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixInfo.hh +0 -0
  1151. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixLinkage.cc +0 -0
  1152. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixLinkage.hh +0 -0
  1153. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixMap.cc +0 -0
  1154. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixMap.hh +0 -0
  1155. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixObjGuard.hh +0 -0
  1156. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixObject.cc +0 -0
  1157. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixObject.hh +0 -0
  1158. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixOsDep.hh +0 -0
  1159. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixPreload.cc +0 -0
  1160. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixPreload32.cc +0 -0
  1161. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixPrepIO.cc +0 -0
  1162. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixPrepIO.hh +0 -0
  1163. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixStats.hh +0 -0
  1164. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixTrace.hh +0 -0
  1165. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixXrootd.cc +0 -0
  1166. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixXrootd.hh +0 -0
  1167. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixXrootdPath.cc +0 -0
  1168. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPosix/XrdPosixXrootdPath.hh +0 -0
  1169. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/CMakeLists.txt +0 -0
  1170. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPss.cc +0 -0
  1171. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPss.hh +0 -0
  1172. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssAio.cc +0 -0
  1173. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssAioCB.cc +0 -0
  1174. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssAioCB.hh +0 -0
  1175. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssCks.cc +0 -0
  1176. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssCks.hh +0 -0
  1177. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssConfig.cc +0 -0
  1178. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssTrace.hh +0 -0
  1179. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssUrlInfo.cc +0 -0
  1180. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssUrlInfo.hh +0 -0
  1181. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssUtils.cc +0 -0
  1182. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdPss/XrdPssUtils.hh +0 -0
  1183. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/CMakeLists.txt +0 -0
  1184. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/XrdRmc.cc +0 -0
  1185. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/XrdRmc.hh +0 -0
  1186. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/XrdRmcData.cc +0 -0
  1187. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/XrdRmcData.hh +0 -0
  1188. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/XrdRmcReal.cc +0 -0
  1189. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/XrdRmcReal.hh +0 -0
  1190. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdRmc/XrdRmcSlot.hh +0 -0
  1191. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/CMakeLists.txt +0 -0
  1192. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/LICENSE +0 -0
  1193. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/README.md +0 -0
  1194. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/XrdSciTokensAccess.cc +0 -0
  1195. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/XrdSciTokensHelper.hh +0 -0
  1196. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/XrdSciTokensMon.cc +0 -0
  1197. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/XrdSciTokensMon.hh +0 -0
  1198. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/configs/export-lib-symbols +0 -0
  1199. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/configs/export-module-symbols +0 -0
  1200. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/configs/scitokens.cfg +0 -0
  1201. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/config/override.conf +0 -0
  1202. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/config/scitokens-aud.cfg +0 -0
  1203. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/config/scitokens-multi-aud.cfg +0 -0
  1204. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/config/scitokens-no-aud.cfg +0 -0
  1205. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/config/xrootd-http.cfg +0 -0
  1206. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/create-pubkey.py +0 -0
  1207. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/openssl-selfsigned.conf +0 -0
  1208. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/setup_tests.sh +0 -0
  1209. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSciTokens/test/test_inside_docker.sh +0 -0
  1210. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/CMakeLists.txt +0 -0
  1211. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecAttr.hh +0 -0
  1212. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecClient.cc +0 -0
  1213. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecEntity.cc +0 -0
  1214. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecEntity.hh +0 -0
  1215. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecEntityAttr.cc +0 -0
  1216. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecEntityAttr.hh +0 -0
  1217. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecEntityPin.hh +0 -0
  1218. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecEntityXtra.cc +0 -0
  1219. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecEntityXtra.hh +0 -0
  1220. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecInterface.hh +0 -0
  1221. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecLoadSecurity.cc +0 -0
  1222. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecLoadSecurity.hh +0 -0
  1223. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecMonitor.hh +0 -0
  1224. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecPManager.cc +0 -0
  1225. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecPManager.hh +0 -0
  1226. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecProtect.cc +0 -0
  1227. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecProtect.hh +0 -0
  1228. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecProtector.cc +0 -0
  1229. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecProtector.hh +0 -0
  1230. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecProtocolhost.cc +0 -0
  1231. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecProtocolhost.hh +0 -0
  1232. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecServer.cc +0 -0
  1233. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecServer.hh +0 -0
  1234. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecTLayer.cc +0 -0
  1235. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecTLayer.hh +0 -0
  1236. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSecTrace.hh +0 -0
  1237. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSectestClient.cc +0 -0
  1238. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSec/XrdSectestServer.cc +0 -0
  1239. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/CMakeLists.txt +0 -0
  1240. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecProtocolgsi.cc +0 -0
  1241. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecProtocolgsi.hh +0 -0
  1242. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsiAuthzFunDN.cc +0 -0
  1243. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsiAuthzFunVO.cc +0 -0
  1244. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsiGMAPFunDN.cc +0 -0
  1245. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsiGMAPFunDN.cf +0 -0
  1246. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsiOpts.hh +0 -0
  1247. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsiProxy.cc +0 -0
  1248. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsiTrace.hh +0 -0
  1249. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecgsi/XrdSecgsitest.cc +0 -0
  1250. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSeckrb5/CMakeLists.txt +0 -0
  1251. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSeckrb5/XrdSecProtocolkrb5.cc +0 -0
  1252. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecpwd/CMakeLists.txt +0 -0
  1253. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecpwd/XrdSecProtocolpwd.cc +0 -0
  1254. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecpwd/XrdSecProtocolpwd.hh +0 -0
  1255. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecpwd/XrdSecpwdPlatform.hh +0 -0
  1256. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecpwd/XrdSecpwdSrvAdmin.cc +0 -0
  1257. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecpwd/XrdSecpwdTrace.hh +0 -0
  1258. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/CMakeLists.txt +0 -0
  1259. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecProtocolsss.cc +0 -0
  1260. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecProtocolsss.hh +0 -0
  1261. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssAdmin.cc +0 -0
  1262. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssCon.cc +0 -0
  1263. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssCon.hh +0 -0
  1264. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssEnt.cc +0 -0
  1265. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssEnt.hh +0 -0
  1266. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssID.cc +0 -0
  1267. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssID.hh +0 -0
  1268. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssKT.cc +0 -0
  1269. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssKT.hh +0 -0
  1270. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssMap.hh +0 -0
  1271. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecsss/XrdSecsssRR.hh +0 -0
  1272. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecunix/CMakeLists.txt +0 -0
  1273. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecunix/XrdSecProtocolunix.cc +0 -0
  1274. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecztn/CMakeLists.txt +0 -0
  1275. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecztn/XrdSecProtocolztn.cc +0 -0
  1276. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSecztn/XrdSecztn.cc +0 -0
  1277. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/CMakeLists.txt +0 -0
  1278. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsAio.hh +0 -0
  1279. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsDio.hh +0 -0
  1280. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsFAttr.hh +0 -0
  1281. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsFlags.hh +0 -0
  1282. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsGPFile.hh +0 -0
  1283. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsInterface.cc +0 -0
  1284. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsInterface.hh +0 -0
  1285. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsNative.cc +0 -0
  1286. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsNative.hh +0 -0
  1287. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsXio.cc +0 -0
  1288. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsXio.hh +0 -0
  1289. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSfs/XrdSfsXioImpl.hh +0 -0
  1290. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/CMakeLists.txt +0 -0
  1291. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiAlert.cc +0 -0
  1292. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiAlert.hh +0 -0
  1293. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiAtomics.cc +0 -0
  1294. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiAtomics.hh +0 -0
  1295. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiBVec.hh +0 -0
  1296. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiClient.cc +0 -0
  1297. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiCluster.hh +0 -0
  1298. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiCms.cc +0 -0
  1299. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiCms.hh +0 -0
  1300. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiDir.cc +0 -0
  1301. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiDir.hh +0 -0
  1302. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiEntity.hh +0 -0
  1303. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiErrInfo.cc +0 -0
  1304. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiErrInfo.hh +0 -0
  1305. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiEvent.cc +0 -0
  1306. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiEvent.hh +0 -0
  1307. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFile.cc +0 -0
  1308. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFile.hh +0 -0
  1309. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFileReq.cc +0 -0
  1310. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFileReq.hh +0 -0
  1311. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFileResource.cc +0 -0
  1312. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFileResource.hh +0 -0
  1313. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFileSess.cc +0 -0
  1314. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiFileSess.hh +0 -0
  1315. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiLogger.cc +0 -0
  1316. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiLogger.hh +0 -0
  1317. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiLogging.cc +0 -0
  1318. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiProvider.hh +0 -0
  1319. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiRRAgent.hh +0 -0
  1320. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiRRInfo.hh +0 -0
  1321. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiRRTable.hh +0 -0
  1322. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiRequest.cc +0 -0
  1323. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiRequest.hh +0 -0
  1324. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiResource.hh +0 -0
  1325. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiRespInfo.hh +0 -0
  1326. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiResponder.cc +0 -0
  1327. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiResponder.hh +0 -0
  1328. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiScale.cc +0 -0
  1329. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiScale.hh +0 -0
  1330. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiServReal.cc +0 -0
  1331. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiServReal.hh +0 -0
  1332. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiService.cc +0 -0
  1333. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiService.hh +0 -0
  1334. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiSessReal.cc +0 -0
  1335. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiSessReal.hh +0 -0
  1336. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiSfs.cc +0 -0
  1337. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiSfs.hh +0 -0
  1338. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiSfsConfig.cc +0 -0
  1339. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiSfsConfig.hh +0 -0
  1340. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiShMam.cc +0 -0
  1341. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiShMam.hh +0 -0
  1342. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiShMap.hh +0 -0
  1343. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiShMap.icc +0 -0
  1344. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiShMat.cc +0 -0
  1345. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiShMat.hh +0 -0
  1346. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiStat.cc +0 -0
  1347. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiStats.cc +0 -0
  1348. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiStats.hh +0 -0
  1349. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiStream.hh +0 -0
  1350. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiTaskReal.cc +0 -0
  1351. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiTaskReal.hh +0 -0
  1352. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiTrace.hh +0 -0
  1353. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiUtils.cc +0 -0
  1354. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSsi/XrdSsiUtils.hh +0 -0
  1355. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/CMakeLists.txt +0 -0
  1356. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutAux.cc +0 -0
  1357. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutAux.hh +0 -0
  1358. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutBuckList.cc +0 -0
  1359. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutBuckList.hh +0 -0
  1360. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutBucket.cc +0 -0
  1361. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutBucket.hh +0 -0
  1362. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutBuffer.cc +0 -0
  1363. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutBuffer.hh +0 -0
  1364. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutCache.hh +0 -0
  1365. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutCacheEntry.cc +0 -0
  1366. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutCacheEntry.hh +0 -0
  1367. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutPFCache.cc +0 -0
  1368. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutPFCache.hh +0 -0
  1369. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutPFEntry.cc +0 -0
  1370. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutPFEntry.hh +0 -0
  1371. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutPFile.cc +0 -0
  1372. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutPFile.hh +0 -0
  1373. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutRndm.cc +0 -0
  1374. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutRndm.hh +0 -0
  1375. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSut/XrdSutTrace.hh +0 -0
  1376. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/CMakeLists.txt +0 -0
  1377. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysAtomics.hh +0 -0
  1378. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysDir.cc +0 -0
  1379. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysDir.hh +0 -0
  1380. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysE2T.cc +0 -0
  1381. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysE2T.hh +0 -0
  1382. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysError.cc +0 -0
  1383. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysError.hh +0 -0
  1384. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFAttr.cc +0 -0
  1385. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFAttr.hh +0 -0
  1386. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFAttrBsd.icc +0 -0
  1387. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFAttrLnx.icc +0 -0
  1388. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFAttrMac.icc +0 -0
  1389. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFAttrSun.icc +0 -0
  1390. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFD.hh +0 -0
  1391. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFallocate.cc +0 -0
  1392. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysFallocate.hh +0 -0
  1393. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysHeaders.hh +0 -0
  1394. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysIOEvents.cc +0 -0
  1395. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysIOEvents.hh +0 -0
  1396. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysIOEventsPollE.icc +0 -0
  1397. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysIOEventsPollKQ.icc +0 -0
  1398. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysIOEventsPollPoll.icc +0 -0
  1399. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysIOEventsPollPort.icc +0 -0
  1400. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysKernelBuffer.hh +0 -0
  1401. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysLogPI.hh +0 -0
  1402. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysLogger.cc +0 -0
  1403. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysLogger.hh +0 -0
  1404. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysLogging.cc +0 -0
  1405. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysLogging.hh +0 -0
  1406. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPageSize.hh +0 -0
  1407. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPlatform.cc +0 -0
  1408. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPlatform.hh +0 -0
  1409. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPlugin.cc +0 -0
  1410. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPlugin.hh +0 -0
  1411. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPriv.cc +0 -0
  1412. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPriv.hh +0 -0
  1413. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPthread.cc +0 -0
  1414. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPthread.hh +0 -0
  1415. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysPwd.hh +0 -0
  1416. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysRAtomic.hh +0 -0
  1417. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysSemWait.hh +0 -0
  1418. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysShmem.hh +0 -0
  1419. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysStatx.hh +0 -0
  1420. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysTimer.cc +0 -0
  1421. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysTimer.hh +0 -0
  1422. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysTrace.cc +0 -0
  1423. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysTrace.hh +0 -0
  1424. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysUtils.cc +0 -0
  1425. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysUtils.hh +0 -0
  1426. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysXAttr.cc +0 -0
  1427. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysXAttr.hh +0 -0
  1428. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysXSLock.cc +0 -0
  1429. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdSys/XrdSysXSLock.hh +0 -0
  1430. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/CMakeLists.txt +0 -0
  1431. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/README.md +0 -0
  1432. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdOssThrottleFile.cc +0 -0
  1433. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottle.hh +0 -0
  1434. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleConfig.cc +0 -0
  1435. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleConfig.hh +0 -0
  1436. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleFile.cc +0 -0
  1437. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleFileSystem.cc +0 -0
  1438. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleFileSystemConfig.cc +0 -0
  1439. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleManager.cc +0 -0
  1440. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleManager.hh +0 -0
  1441. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdThrottle/XrdThrottleTrace.hh +0 -0
  1442. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/CMakeLists.txt +0 -0
  1443. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTls.cc +0 -0
  1444. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTls.hh +0 -0
  1445. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsContext.cc +0 -0
  1446. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsContext.hh +0 -0
  1447. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsHostcheck.hh +0 -0
  1448. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsHostcheck.icc +0 -0
  1449. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsNotary.cc +0 -0
  1450. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsNotary.hh +0 -0
  1451. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsNotaryUtils.hh +0 -0
  1452. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsNotaryUtils.icc +0 -0
  1453. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsPeerCerts.cc +0 -0
  1454. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsPeerCerts.hh +0 -0
  1455. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsSocket.cc +0 -0
  1456. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsSocket.hh +0 -0
  1457. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsTempCA.cc +0 -0
  1458. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsTempCA.hh +0 -0
  1459. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdTls/XrdTlsTrace.hh +0 -0
  1460. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVersion.hh.in +0 -0
  1461. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVersionPlugin.hh +0 -0
  1462. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/CMakeLists.txt +0 -0
  1463. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/README.md +0 -0
  1464. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVoms.hh +0 -0
  1465. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVomsFun.cc +0 -0
  1466. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVomsFun.hh +0 -0
  1467. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVomsHttp.cc +0 -0
  1468. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVomsMapfile.cc +0 -0
  1469. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVomsMapfile.hh +0 -0
  1470. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVomsTrace.hh +0 -0
  1471. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdVoms/XrdVomsgsi.cc +0 -0
  1472. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/CMakeLists.txt +0 -0
  1473. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlMetaLink.cc +0 -0
  1474. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlMetaLink.hh +0 -0
  1475. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlRdrTiny.cc +0 -0
  1476. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlRdrTiny.hh +0 -0
  1477. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlRdrXml2.cc +0 -0
  1478. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlRdrXml2.hh +0 -0
  1479. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlReader.cc +0 -0
  1480. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/XrdXmlReader.hh +0 -0
  1481. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/tinyxml/CMakeLists.txt +0 -0
  1482. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/tinyxml/tinystr.cpp +0 -0
  1483. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/tinyxml/tinystr.h +0 -0
  1484. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/tinyxml/tinyxml.cpp +0 -0
  1485. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/tinyxml/tinyxml.h +0 -0
  1486. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/tinyxml/tinyxmlerror.cpp +0 -0
  1487. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXml/tinyxml/tinyxmlparser.cpp +0 -0
  1488. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/CMakeLists.txt +0 -0
  1489. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAdmin.cc +0 -0
  1490. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAdmin.hh +0 -0
  1491. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioBuff.cc +0 -0
  1492. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioBuff.hh +0 -0
  1493. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioFob.cc +0 -0
  1494. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioFob.hh +0 -0
  1495. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioPgrw.cc +0 -0
  1496. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioPgrw.hh +0 -0
  1497. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioTask.cc +0 -0
  1498. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdAioTask.hh +0 -0
  1499. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdBridge.cc +0 -0
  1500. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdBridge.hh +0 -0
  1501. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdCallBack.cc +0 -0
  1502. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdCallBack.hh +0 -0
  1503. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdConfig.cc +0 -0
  1504. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdConfigMon.cc +0 -0
  1505. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdFile.cc +0 -0
  1506. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdFile.hh +0 -0
  1507. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdFileLock.hh +0 -0
  1508. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdFileLock1.cc +0 -0
  1509. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdFileLock1.hh +0 -0
  1510. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdFileStats.hh +0 -0
  1511. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdGPFile.hh +0 -0
  1512. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdGSReal.cc +0 -0
  1513. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdGSReal.hh +0 -0
  1514. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdGStream.cc +0 -0
  1515. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdGStream.hh +0 -0
  1516. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdJob.cc +0 -0
  1517. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdJob.hh +0 -0
  1518. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdLoadLib.cc +0 -0
  1519. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdMonData.hh +0 -0
  1520. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdMonFMap.cc +0 -0
  1521. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdMonFMap.hh +0 -0
  1522. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdMonFile.cc +0 -0
  1523. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdMonFile.hh +0 -0
  1524. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdMonitor.cc +0 -0
  1525. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdMonitor.hh +0 -0
  1526. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdNormAio.cc +0 -0
  1527. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdNormAio.hh +0 -0
  1528. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgrwAio.cc +0 -0
  1529. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgrwAio.hh +0 -0
  1530. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgwBadCS.cc +0 -0
  1531. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgwBadCS.hh +0 -0
  1532. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgwCtl.cc +0 -0
  1533. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgwCtl.hh +0 -0
  1534. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgwFob.cc +0 -0
  1535. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPgwFob.hh +0 -0
  1536. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPio.cc +0 -0
  1537. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPio.hh +0 -0
  1538. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPlugin.cc +0 -0
  1539. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPrepare.cc +0 -0
  1540. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdPrepare.hh +0 -0
  1541. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdProtocol.cc +0 -0
  1542. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdProtocol.hh +0 -0
  1543. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdRedirPI.hh +0 -0
  1544. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdReqID.hh +0 -0
  1545. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdResponse.cc +0 -0
  1546. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdResponse.hh +0 -0
  1547. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdStats.cc +0 -0
  1548. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdStats.hh +0 -0
  1549. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTpcMon.cc +0 -0
  1550. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTpcMon.hh +0 -0
  1551. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTrace.hh +0 -0
  1552. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTransPend.cc +0 -0
  1553. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTransPend.hh +0 -0
  1554. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTransSend.cc +0 -0
  1555. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTransSend.hh +0 -0
  1556. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTransit.cc +0 -0
  1557. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdTransit.hh +0 -0
  1558. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdWVInfo.hh +0 -0
  1559. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdXPath.hh +0 -0
  1560. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdXeq.cc +0 -0
  1561. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdXeq.hh +0 -0
  1562. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdXeqChkPnt.cc +0 -0
  1563. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdXeqFAttr.cc +0 -0
  1564. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdXrootd/XrdXrootdXeqPgrw.cc +0 -0
  1565. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipCDFH.hh +0 -0
  1566. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipDataDescriptor.hh +0 -0
  1567. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipEOCD.hh +0 -0
  1568. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipExtra.hh +0 -0
  1569. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipLFH.hh +0 -0
  1570. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipUtils.hh +0 -0
  1571. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipZIP64EOCD.hh +0 -0
  1572. {xrootd-6.0.2 → xrootd-6.0.3}/src/XrdZip/XrdZipZIP64EOCDL.hh +0 -0
  1573. {xrootd-6.0.2 → xrootd-6.0.3}/tests/CMakeLists.txt +0 -0
  1574. {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/CMakeLists.txt +0 -0
  1575. {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/common.cfg +0 -0
  1576. {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/scitokens.authdb +0 -0
  1577. {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/scitokens.cfg +0 -0
  1578. {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/setup.sh +0 -0
  1579. {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/srv1.cfg +0 -0
  1580. {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/srv2.cfg +0 -0
  1581. {xrootd-6.0.2 → xrootd-6.0.3}/tests/TPCTests/test.sh +0 -0
  1582. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/CMakeLists.txt +0 -0
  1583. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/cache.cfg +0 -0
  1584. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/cache.sh +0 -0
  1585. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/common.cfg +0 -0
  1586. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/diglib.cfg +0 -0
  1587. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/diglib.sh +0 -0
  1588. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/fuse.cfg +0 -0
  1589. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/fuse.sh +0 -0
  1590. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/gsi.cfg +0 -0
  1591. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/gsi.sh +0 -0
  1592. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/host.cfg +0 -0
  1593. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/host.sh +0 -0
  1594. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/http.cfg +0 -0
  1595. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/httpclientauth.authdb +0 -0
  1596. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/httpnoclient.cfg +0 -0
  1597. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/httpnoclient.sh +0 -0
  1598. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/krb5.cfg +0 -0
  1599. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/krb5.sh +0 -0
  1600. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/noauth.cfg +0 -0
  1601. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/noauth.sh +0 -0
  1602. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/posix.cfg +0 -0
  1603. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/scitokens-module.cfg +0 -0
  1604. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/scitokens.authdb +0 -0
  1605. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/scitokens.cfg +0 -0
  1606. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/scitokens.sh +0 -0
  1607. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/sss.cfg +0 -0
  1608. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/sss.sh +0 -0
  1609. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/test.sh +0 -0
  1610. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/unix.cfg +0 -0
  1611. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XRootD/unix.sh +0 -0
  1612. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCeph/CMakeLists.txt +0 -0
  1613. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCeph/XrdCeph.cc +0 -0
  1614. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/CMakeLists.txt +0 -0
  1615. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/GTestXrdHelpers.hh +0 -0
  1616. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/IdentityPlugIn.cc +0 -0
  1617. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/IdentityPlugIn.hh +0 -0
  1618. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClEnv.cc +0 -0
  1619. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClFile.cc +0 -0
  1620. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClFileClone.cc +0 -0
  1621. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClFileCopyTest.cc +0 -0
  1622. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClFileSystemTest.cc +0 -0
  1623. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClFileTest.cc +0 -0
  1624. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClLocalFileHandlerTest.cc +0 -0
  1625. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClOperationsWorkflowTest.cc +0 -0
  1626. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClPoller.cc +0 -0
  1627. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClPostMasterTest.cc +0 -0
  1628. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClSocket.cc +0 -0
  1629. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClTTLManyStreams.cc +0 -0
  1630. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClThreadingTest.cc +0 -0
  1631. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClURL.cc +0 -0
  1632. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClUtilsTest.cc +0 -0
  1633. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdCl/XrdClZip.cc +0 -0
  1634. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/CMakeLists.txt +0 -0
  1635. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/ChecksumTest.cc +0 -0
  1636. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/CopyTest.cc +0 -0
  1637. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/DeleteTest.cc +0 -0
  1638. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/MkcolTest.cc +0 -0
  1639. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/ParseTimeoutTest.cc +0 -0
  1640. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/ReadTest.cc +0 -0
  1641. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/VectorReadTest.cc +0 -0
  1642. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/WriteTest.cc +0 -0
  1643. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/XrdScitokensCreateJwks.cc +0 -0
  1644. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/XrdScitokensCreateToken.cc +0 -0
  1645. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/leaksanitizer-suppress.txt +0 -0
  1646. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/openid-configuration +0 -0
  1647. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/setup.sh +0 -0
  1648. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/teardown.sh +0 -0
  1649. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttp/test.sh +0 -0
  1650. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttpCommon/CMakeLists.txt +0 -0
  1651. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttpCommon/TransferTest.cc +0 -0
  1652. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttpCommon/TransferTest.hh +0 -0
  1653. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClHttpCommon/XrdOssSlowOpen.cc +0 -0
  1654. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/CMakeLists.txt +0 -0
  1655. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/DeleteTest.cc +0 -0
  1656. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/DirListTest.cc +0 -0
  1657. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/ReadTest.cc +0 -0
  1658. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/UrlParseTest.cc +0 -0
  1659. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/leaksanitizer-suppress.txt +0 -0
  1660. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/s3-setup.sh +0 -0
  1661. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/s3-teardown.sh +0 -0
  1662. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdClS3/s3-test.sh +0 -0
  1663. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdEc/CMakeLists.txt +0 -0
  1664. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdEc/XrdEcTests.cc +0 -0
  1665. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdHttpTests/CMakeLists.txt +0 -0
  1666. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdHttpTpc/CMakeLists.txt +0 -0
  1667. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdHttpTpc/XrdHttpTpcTests.cc +0 -0
  1668. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdOssTests/CMakeLists.txt +0 -0
  1669. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdOssTests/XrdOssTests.cc +0 -0
  1670. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdOucTests/CMakeLists.txt +0 -0
  1671. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdOucTests/XrdOucUtilsTests.cc +0 -0
  1672. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdPfcTests/CMakeLists.txt +0 -0
  1673. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdPfcTests/XrdPfcTests.cc +0 -0
  1674. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdPosix/CMakeLists.txt +0 -0
  1675. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdPosix/cat.cc +0 -0
  1676. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdPosix/statx.cc +0 -0
  1677. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdSsiTests/CMakeLists.txt +0 -0
  1678. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdSsiTests/XrdShMap.cc +0 -0
  1679. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdSysTests/CMakeLists.txt +0 -0
  1680. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdSysTests/XrdSysStatxTests.cc +0 -0
  1681. {xrootd-6.0.2 → xrootd-6.0.3}/tests/XrdThrottleTests/XrdThrottleUserLimitsTests.cc +0 -0
  1682. {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/CMakeLists.txt +0 -0
  1683. {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/common.cfg +0 -0
  1684. {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/man1.cfg +0 -0
  1685. {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/man2.cfg +0 -0
  1686. {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/metaman.cfg +0 -0
  1687. {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/scitokens.authdb +0 -0
  1688. {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/scitokens.cfg +0 -0
  1689. {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/setup.sh +0 -0
  1690. {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/srv1.cfg +0 -0
  1691. {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/srv2.cfg +0 -0
  1692. {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/srv3.cfg +0 -0
  1693. {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/srv4.cfg +0 -0
  1694. {xrootd-6.0.2 → xrootd-6.0.3}/tests/authenticated_cluster/test.sh +0 -0
  1695. {xrootd-6.0.2 → xrootd-6.0.3}/tests/badredir/CMakeLists.txt +0 -0
  1696. {xrootd-6.0.2 → xrootd-6.0.3}/tests/badredir/common.cfg +0 -0
  1697. {xrootd-6.0.2 → xrootd-6.0.3}/tests/badredir/setup.sh +0 -0
  1698. {xrootd-6.0.2 → xrootd-6.0.3}/tests/badredir/srv-bad-redir1.cfg +0 -0
  1699. {xrootd-6.0.2 → xrootd-6.0.3}/tests/badredir/srv-bad-redir2.cfg +0 -0
  1700. {xrootd-6.0.2 → xrootd-6.0.3}/tests/badredir/test.sh +0 -0
  1701. {xrootd-6.0.2 → xrootd-6.0.3}/tests/check-headers.sh +0 -0
  1702. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/CMakeLists.txt +0 -0
  1703. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/common.cfg +0 -0
  1704. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/man1.cfg +0 -0
  1705. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/man2.cfg +0 -0
  1706. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/metaman.cfg +0 -0
  1707. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/data.zip +0 -0
  1708. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input1.meta4 +0 -0
  1709. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input1.metalink +0 -0
  1710. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input2.meta4 +0 -0
  1711. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input2.metalink +0 -0
  1712. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input3.meta4 +0 -0
  1713. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input3.metalink +0 -0
  1714. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input4.meta4 +0 -0
  1715. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input4.metalink +0 -0
  1716. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input5.meta4 +0 -0
  1717. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/input5.metalink +0 -0
  1718. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/large.zip +0 -0
  1719. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/mlFileTest1.meta4 +0 -0
  1720. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/mlFileTest2.meta4 +0 -0
  1721. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/mlFileTest3.meta4 +0 -0
  1722. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/mlFileTest4.meta4 +0 -0
  1723. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/mlTpcTest.meta4 +0 -0
  1724. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/mvdata/mlZipTest.meta4 +0 -0
  1725. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/setup.sh +0 -0
  1726. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/srv1.cfg +0 -0
  1727. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/srv2.cfg +0 -0
  1728. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/srv3.cfg +0 -0
  1729. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/srv4.cfg +0 -0
  1730. {xrootd-6.0.2 → xrootd-6.0.3}/tests/cluster/test.sh +0 -0
  1731. {xrootd-6.0.2 → xrootd-6.0.3}/tests/common/CMakeLists.txt +0 -0
  1732. {xrootd-6.0.2 → xrootd-6.0.3}/tests/common/Server.cc +0 -0
  1733. {xrootd-6.0.2 → xrootd-6.0.3}/tests/common/Server.hh +0 -0
  1734. {xrootd-6.0.2 → xrootd-6.0.3}/tests/common/TestEnv.cc +0 -0
  1735. {xrootd-6.0.2 → xrootd-6.0.3}/tests/common/TestEnv.hh +0 -0
  1736. {xrootd-6.0.2 → xrootd-6.0.3}/tests/common/Utils.cc +0 -0
  1737. {xrootd-6.0.2 → xrootd-6.0.3}/tests/common/Utils.hh +0 -0
  1738. {xrootd-6.0.2 → xrootd-6.0.3}/tests/krb5/CMakeLists.txt +0 -0
  1739. {xrootd-6.0.2 → xrootd-6.0.3}/tests/krb5/README.md +0 -0
  1740. {xrootd-6.0.2 → xrootd-6.0.3}/tests/krb5/kdc/extensions.client +0 -0
  1741. {xrootd-6.0.2 → xrootd-6.0.3}/tests/krb5/kdc/extensions.kdc +0 -0
  1742. {xrootd-6.0.2 → xrootd-6.0.3}/tests/krb5/kdc.conf +0 -0
  1743. {xrootd-6.0.2 → xrootd-6.0.3}/tests/krb5/kerberos.sh +0 -0
  1744. {xrootd-6.0.2 → xrootd-6.0.3}/tests/krb5/krb5.conf +0 -0
  1745. {xrootd-6.0.2 → xrootd-6.0.3}/tests/post-install.sh +0 -0
  1746. {xrootd-6.0.2 → xrootd-6.0.3}/tests/scitokens/CMakeLists.txt +0 -0
  1747. {xrootd-6.0.2 → xrootd-6.0.3}/tests/scitokens/XrdScitokensCreateJwks.cc +0 -0
  1748. {xrootd-6.0.2 → xrootd-6.0.3}/tests/scitokens/XrdScitokensCreateToken.cc +0 -0
  1749. {xrootd-6.0.2 → xrootd-6.0.3}/tests/scitokens/one-openid-configuration +0 -0
  1750. {xrootd-6.0.2 → xrootd-6.0.3}/tests/scitokens/setup.sh +0 -0
  1751. {xrootd-6.0.2 → xrootd-6.0.3}/tests/scitokens/teardown.sh +0 -0
  1752. {xrootd-6.0.2 → xrootd-6.0.3}/tests/scitokens/two-openid-configuration +0 -0
  1753. {xrootd-6.0.2 → xrootd-6.0.3}/tests/stress/CMakeLists.txt +0 -0
  1754. {xrootd-6.0.2 → xrootd-6.0.3}/tests/stress/curl_stress.cc +0 -0
  1755. {xrootd-6.0.2 → xrootd-6.0.3}/tests/tls/CMakeLists.txt +0 -0
  1756. {xrootd-6.0.2 → xrootd-6.0.3}/tests/tls/README.md +0 -0
  1757. {xrootd-6.0.2 → xrootd-6.0.3}/tests/tls/tls.conf +0 -0
  1758. {xrootd-6.0.2 → xrootd-6.0.3}/tests/tls/tls.sh +0 -0
  1759. {xrootd-6.0.2 → xrootd-6.0.3}/tests/xcachewithcsi/CMakeLists.txt +0 -0
  1760. {xrootd-6.0.2 → xrootd-6.0.3}/tests/xcachewithcsi/common.cfg +0 -0
  1761. {xrootd-6.0.2 → xrootd-6.0.3}/tests/xcachewithcsi/setup.sh +0 -0
  1762. {xrootd-6.0.2 → xrootd-6.0.3}/tests/xcachewithcsi/srv-forxcache.cfg +0 -0
  1763. {xrootd-6.0.2 → xrootd-6.0.3}/tests/xcachewithcsi/srv-pfc.cfg +0 -0
  1764. {xrootd-6.0.2 → xrootd-6.0.3}/tests/xcachewithcsi/test.sh +0 -0
  1765. {xrootd-6.0.2 → xrootd-6.0.3}/utils/CMakeLists.txt +0 -0
  1766. {xrootd-6.0.2 → xrootd-6.0.3}/utils/XrdCmsNotify.pm +0 -0
  1767. {xrootd-6.0.2 → xrootd-6.0.3}/utils/XrdOlbMonPerf +0 -0
  1768. {xrootd-6.0.2 → xrootd-6.0.3}/utils/cms_monPerf +0 -0
  1769. {xrootd-6.0.2 → xrootd-6.0.3}/utils/hpsscp +0 -0
  1770. {xrootd-6.0.2 → xrootd-6.0.3}/utils/netchk +0 -0
  1771. {xrootd-6.0.2 → xrootd-6.0.3}/utils/xrdcp-tpc.sh +0 -0
  1772. {xrootd-6.0.2 → xrootd-6.0.3}/utils/xrootd-config +0 -0
  1773. {xrootd-6.0.2 → xrootd-6.0.3}/xrootd.egg-info/SOURCES.txt +0 -0
  1774. {xrootd-6.0.2 → xrootd-6.0.3}/xrootd.egg-info/dependency_links.txt +0 -0
  1775. {xrootd-6.0.2 → xrootd-6.0.3}/xrootd.egg-info/not-zip-safe +0 -0
  1776. {xrootd-6.0.2 → xrootd-6.0.3}/xrootd.egg-info/top_level.txt +0 -0
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xrootd
3
- Version: 6.0.2
3
+ Version: 6.0.3
4
4
  Summary: eXtended ROOT daemon
5
5
  Home-page: https://xrootd.org
6
- Download-URL: https://github.com/xrootd/xrootd/archive/v6.0.2.tar.gz
6
+ Download-URL: https://github.com/xrootd/xrootd/archive/v6.0.3.tar.gz
7
7
  Author: XRootD Developers
8
8
  Author-email: xrootd-dev@slac.stanford.edu
9
9
  License: LGPL-3.0-or-later
xrootd-6.0.3/VERSION ADDED
@@ -0,0 +1 @@
1
+ v6.0.3
@@ -5,6 +5,23 @@ XRootD
5
5
  Release Notes
6
6
  =============
7
7
 
8
+ -------------
9
+ Version 6.0.3
10
+ -------------
11
+
12
+ All bugfixes and improvements from XRootD 5.9.5 are also in XRootD 6.0.3.
13
+
14
+ + **Bugfixes**
15
+ **[XrdClHttp]** Fix bug preventing the configuration of threads
16
+ **[XrdCrypto]** Fix leak of file descriptor in XrdCryptosslX509::XrdCryptosslX509
17
+ **[XrdHttp]** Add the resource type tag for non-collections in xml response
18
+ **[XrdHttp]** Strengthen Content-Length and Transfer-Encoding header parsing
19
+
20
+ + **Miscellaneous**
21
+ **[CI]** Move permissions down to job level in Python workflow
22
+ **[CI]** Update ABI compliance check build
23
+ **[CI]** Adjust build triggers of GitHub Action workflows
24
+
8
25
  -------------
9
26
  Version 6.0.2
10
27
  -------------
@@ -120,6 +137,25 @@ Version 6.0.0
120
137
  **[XrdOuc]** Use nlohmann_json from the system when possible
121
138
  **[XrdXrootd]** Define oss.coloc as URL encoded and provide encode/decode util
122
139
 
140
+ -------------
141
+ Version 5.9.5
142
+ -------------
143
+
144
+ + **Major bug fixes**
145
+ **[XrdMacaroons]** Fix double free bug when reading macaroon secret (#2797)
146
+
147
+ + **Minor bug fixes**
148
+ **[Python]** Use with statement to ensure VERSION file is closed
149
+ **[XrdHttp]** Do not set iscollection property to 1 for executable files
150
+ **[XrdHttp]** Perform minimal host validation in XrdHttpReq::Redir()
151
+ **[XrdHttp]** Re-encode resource when appending opaque information
152
+ **[XrdHttp]** Use strtoll in XrdHttpReq::ProcessHTTPReq()
153
+ **[XrdHttpTpc]** Set CURLOPT_SSLVERSION to at least TLSv1.2
154
+
155
+ + **Miscellaneous**
156
+ **[CI]** Build Python wheels in parallel
157
+ **[CI]** Do not let delocate-wheel remove RPATHs from macOS wheels (#2784)
158
+
123
159
  -------------
124
160
  Version 5.9.4
125
161
  -------------
@@ -0,0 +1 @@
1
+ v6.0.3
@@ -55,14 +55,14 @@ def get_version():
55
55
 
56
56
  if version.startswith('$'):
57
57
  try:
58
- version = open('VERSION').read().strip()
58
+ with open('VERSION') as f:
59
+ version = f.read().strip()
59
60
 
60
61
  if version.startswith('$'):
61
62
  output = check_output(['git', 'describe'])
62
63
  version = output.decode().strip()
63
64
  except:
64
65
  version = None
65
- pass
66
66
 
67
67
  if version is None:
68
68
  from datetime import date
@@ -25,14 +25,14 @@ def get_cmake_args():
25
25
 
26
26
  def get_version():
27
27
  try:
28
- version = open('VERSION').read().strip()
28
+ with open('VERSION') as f:
29
+ version = f.read().strip()
29
30
 
30
31
  if version.startswith('$'):
31
32
  output = check_output(['git', 'describe'])
32
33
  version = output.decode().strip()
33
34
  except:
34
35
  version = None
35
- pass
36
36
 
37
37
  if version is None:
38
38
  from datetime import date
@@ -194,7 +194,7 @@ Factory::Initialize()
194
194
  auto &cache = XrdClHttp::VerbsCache::Instance();
195
195
 
196
196
  // Startup curl workers after we've set the configs to avoid race conditions
197
- for (unsigned idx=0; idx<m_poll_threads; idx++) {
197
+ for (int idx=0; idx<num_threads; idx++) {
198
198
  auto wk = std::make_unique<XrdClHttp::CurlWorker>(m_queue, cache, m_log);
199
199
  auto wkp = wk.get();
200
200
  std::thread t(XrdClHttp::CurlWorker::RunStatic, wkp);
@@ -120,6 +120,7 @@ XrdCryptosslX509::XrdCryptosslX509(const char *cf, const char *kf)
120
120
  // Read the content:
121
121
  if (!PEM_read_X509(fc, &cert, 0, 0)) {
122
122
  DEBUG("Unable to load certificate from file");
123
+ fclose(fc);
123
124
  return;
124
125
  } else {
125
126
  DEBUG("certificate successfully loaded");
@@ -26,6 +26,10 @@
26
26
 
27
27
  #include <vector>
28
28
  #include <algorithm>
29
+ #include <cerrno>
30
+ #include <cstdlib>
31
+ #include <limits>
32
+ #include <string_view>
29
33
 
30
34
 
31
35
  void XrdHttpHeaderUtils::parseReprDigest(const std::string &value, std::map<std::string, std::string> &output) {
@@ -101,4 +105,62 @@ void XrdHttpHeaderUtils::parseWantReprDigest(const std::string & value, std::map
101
105
  // discard invalid values
102
106
  }
103
107
  }
104
- }
108
+ }
109
+
110
+ ssize_t XrdHttpHeaderUtils::parseContentLength(const std::string & value) {
111
+ std::string_view sv{value};
112
+ // parseLine forwards the trailing CRLF (and any preceding spaces/tabs).
113
+ while (!sv.empty() && (sv.back() == '\r' || sv.back() == '\n' ||
114
+ sv.back() == ' ' || sv.back() == '\t')) {
115
+ sv.remove_suffix(1);
116
+ }
117
+ if (sv.empty()) {
118
+ return -1;
119
+ }
120
+ // RFC 9112 §6.2: 1*DIGIT only — no sign, no embedded whitespace.
121
+ for (char c : sv) {
122
+ if (c < '0' || c > '9') {
123
+ return -2;
124
+ }
125
+ }
126
+ std::string nullTerm{sv};
127
+ errno = 0;
128
+ long long parsed = std::strtoll(nullTerm.c_str(), nullptr, 10);
129
+ if (errno == ERANGE ||
130
+ parsed > static_cast<long long>(std::numeric_limits<ssize_t>::max())) {
131
+ return -3;
132
+ }
133
+ return static_cast<ssize_t>(parsed);
134
+ }
135
+
136
+ int XrdHttpHeaderUtils::parseTransferEncoding(const std::string & value) {
137
+ std::vector<std::string> tokens;
138
+ XrdOucTUtils::splitString(tokens, value, ",");
139
+
140
+ bool chunked_seen = false;
141
+ bool last_was_chunked = false;
142
+ bool any_token = false;
143
+
144
+ for (auto & tok : tokens) {
145
+ std::string_view sv{tok};
146
+ XrdOucUtils::trim(sv);
147
+ if (sv.empty()) continue;
148
+
149
+ // RFC 9112 §6.1: transfer-coding names are case-insensitive. Whole-token
150
+ // match (not strstr) so "chunkedX" or "x-chunked" no longer falsely hit.
151
+ std::string tlow{sv};
152
+ std::transform(tlow.begin(), tlow.end(), tlow.begin(), ::tolower);
153
+ any_token = true;
154
+ if (tlow == "chunked") {
155
+ chunked_seen = true;
156
+ last_was_chunked = true;
157
+ } else {
158
+ last_was_chunked = false;
159
+ }
160
+ }
161
+
162
+ if (!any_token) return -1;
163
+ if (!chunked_seen) return -2;
164
+ if (!last_was_chunked) return -3;
165
+ return 0;
166
+ }
@@ -0,0 +1,110 @@
1
+ //------------------------------------------------------------------------------
2
+ // This file is part of XrdHTTP: A pragmatic implementation of the
3
+ // HTTP/WebDAV protocol for the Xrootd framework
4
+ //
5
+ // Copyright (c) 2025 by European Organization for Nuclear Research (CERN)
6
+ // Author: Cedric Caffy <ccaffy@cern.ch>
7
+ // File Date: Jun 2025
8
+ //------------------------------------------------------------------------------
9
+ // XRootD is free software: you can redistribute it and/or modify
10
+ // it under the terms of the GNU Lesser General Public License as published by
11
+ // the Free Software Foundation, either version 3 of the License, or
12
+ // (at your option) any later version.
13
+ //
14
+ // XRootD is distributed in the hope that it will be useful,
15
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ // GNU General Public License for more details.
18
+ //
19
+ // You should have received a copy of the GNU Lesser General Public License
20
+ // along with XRootD. If not, see <http://www.gnu.org/licenses/>.
21
+ //------------------------------------------------------------------------------
22
+
23
+ #ifndef XROOTD_XRDHTTPHEADERUTILS_HH
24
+ #define XROOTD_XRDHTTPHEADERUTILS_HH
25
+
26
+ #include <map>
27
+ #include <string>
28
+ #include <cstdint>
29
+ #include <sys/types.h>
30
+
31
+ class XrdHttpHeaderUtils {
32
+ public:
33
+
34
+ /**
35
+ * Parses the 'Repr-Digest' header value received from the client
36
+ * Syntax: "Repr-Digest: adler=:base64EncodedValue:, crc32=:base64EncodedValue:
37
+ * @param value contains the value of the header Repr-Digest
38
+ * @param output the map containing the digests and their associated base64 encoded values
39
+ */
40
+ static void parseReprDigest(const std::string & value, std::map<std::string,std::string> & output);
41
+
42
+ /**
43
+ * Parses 'Want-Repr-Digest' header value received from the client
44
+ * Syntax: "Want-Repr-Digest: adler=1, crc32=2, sha-256=9
45
+ * The values are integers representing the preference, comprised between 0 and 9.
46
+ *
47
+ * @param value contains the value of the header Want-Repr-Digest
48
+ * @param output the map containing the lower-cased digest name and the associated preference
49
+ */
50
+ static void parseWantReprDigest(const std::string & value, std::map<std::string, uint8_t> & output);
51
+
52
+ /**
53
+ * Parses the value of a 'Content-Length' HTTP header.
54
+ *
55
+ * The HTTP spec says Content-Length must be one or more decimal digits
56
+ * with no sign character and no whitespace inside the number. Anything
57
+ * else is malformed and must be rejected with HTTP 400, because if we
58
+ * trust a garbage Content-Length we may disagree with a proxy in front
59
+ * of us on where the request body ends — which is the basis of HTTP
60
+ * request smuggling attacks.
61
+ *
62
+ * Trailing whitespace and CRLF in the value are tolerated (parseLine
63
+ * forwards the raw header line including the closing \r\n).
64
+ *
65
+ * Reference: RFC 9112 §6.2 (Content-Length syntax) and RFC 7230 §3.3.3
66
+ * rule 4 (rejection of invalid values).
67
+ *
68
+ * @param value the raw value of the Content-Length header
69
+ * @return the parsed non-negative integer on success, or a distinct
70
+ * negative code on error:
71
+ * -1 the value is empty (after trimming trailing CRLF / OWS),
72
+ * -2 the value contains a non-digit character (sign, garbage,
73
+ * embedded whitespace),
74
+ * -3 the value is numerically too large for an ssize_t.
75
+ */
76
+ static ssize_t parseContentLength(const std::string & value);
77
+
78
+ /**
79
+ * Parses the value of a 'Transfer-Encoding' HTTP header.
80
+ *
81
+ * Transfer-Encoding carries a comma-separated list of body encodings,
82
+ * for example "chunked" or "gzip, chunked". The list is case-insensitive
83
+ * and items can have whitespace around them.
84
+ *
85
+ * The only encoding this server speaks is "chunked". HTTP requires
86
+ * that whenever "chunked" appears it must be the LAST item in the list
87
+ * (because that is the one that determines how the body is framed
88
+ * on the wire).
89
+ *
90
+ * This function checks two things together: that "chunked" is actually
91
+ * present (matched case-insensitively as a whole token, not as a
92
+ * substring like the old code did), and that it is the last item.
93
+ *
94
+ * Trailing CRLF on the last item is tolerated.
95
+ *
96
+ * Reference: RFC 9112 §6.1 (Transfer-Encoding syntax and the
97
+ * "chunked-must-be-last" rule) and RFC 7230 §3.3.1 (same rule).
98
+ *
99
+ * @param value the raw value of the Transfer-Encoding header
100
+ * @return 0 on success (the list ends in "chunked"), or a distinct
101
+ * negative code on error:
102
+ * -1 the value is empty (no tokens after splitting/trimming),
103
+ * -2 there is no "chunked" token in the list at all,
104
+ * -3 "chunked" appears but is not the final token.
105
+ */
106
+ static int parseTransferEncoding(const std::string & value);
107
+ };
108
+
109
+
110
+ #endif //XROOTD_XRDHTTPHEADERUTILS_HH
@@ -177,7 +177,33 @@ int XrdHttpReq::parseLine(char *line, int len) {
177
177
  // Therefore no need for the range handler to report an error.
178
178
  readRangeHandler.ParseContentRange(val);
179
179
  } else if (!strcasecmp(key, "content-length")) {
180
- length = atoll(val);
180
+ // Parse and validate the Content-Length value (one-or-more digits,
181
+ // no sign, no embedded garbage, no overflow). Anything malformed
182
+ // gives the server an ambiguous body length and is an HTTP request
183
+ // smuggling primitive — reject with HTTP 400.
184
+ // Reference: RFC 9112 §6.2, RFC 7230 §3.3.3 rule 4.
185
+ ssize_t parsed = XrdHttpHeaderUtils::parseContentLength(val);
186
+ if (parsed < 0) {
187
+ request = rtMalformed;
188
+ return -6;
189
+ }
190
+ if (m_transfer_encoding_chunked) {
191
+ // A request that already declared Transfer-Encoding: chunked and
192
+ // now also sends Content-Length is the classic smuggling vector
193
+ // (the frontend and backend may disagree on which header wins).
194
+ // Reference: RFC 9112 §6.1.
195
+ request = rtMalformed;
196
+ return -8;
197
+ }
198
+ if (length_seen && parsed != length) {
199
+ // Two Content-Length headers with different values. The body
200
+ // length is ambiguous; reject.
201
+ // Reference: RFC 7230 §3.3.3 rule 4.
202
+ request = rtMalformed;
203
+ return -7;
204
+ }
205
+ length = parsed;
206
+ length_seen = true;
181
207
 
182
208
  } else if (!strcasecmp(key, "destination")) {
183
209
  destination.assign(val, line+len-val);
@@ -198,8 +224,26 @@ int XrdHttpReq::parseLine(char *line, int len) {
198
224
  sendcontinue = true;
199
225
  } else if (!strcasecmp(key, "te") && strstr(val, "trailers")) {
200
226
  m_trailer_headers = true;
201
- } else if (!strcasecmp(key, "transfer-encoding") && strstr(val, "chunked")) {
202
- m_transfer_encoding_chunked = true;
227
+ } else if (!strcasecmp(key, "transfer-encoding")) {
228
+ // Tokenize the Transfer-Encoding list and verify that "chunked"
229
+ // is present AND is the final encoding. Anything else (substring
230
+ // matches like "chunkedX", a non-final "chunked", or only unknown
231
+ // codings) is rejected so a frontend proxy cannot disagree with us
232
+ // about how the body is framed.
233
+ // Reference: RFC 9112 §6.1, RFC 7230 §3.3.1.
234
+ if (XrdHttpHeaderUtils::parseTransferEncoding(val) != 0) {
235
+ request = rtMalformed;
236
+ return -4;
237
+ }
238
+ if (length_seen) {
239
+ // Content-Length was already accepted and now Transfer-Encoding:
240
+ // chunked arrives. Reject (see the matching check in the
241
+ // Content-Length branch above).
242
+ // Reference: RFC 9112 §6.1.
243
+ request = rtMalformed;
244
+ return -8;
245
+ }
246
+ m_transfer_encoding_chunked = true;
203
247
  } else if (!strcasecmp(key, "x-transfer-status") && strstr(val, "true")) {
204
248
  m_transfer_encoding_chunked = true;
205
249
  m_status_trailer = true;
@@ -562,6 +606,21 @@ bool XrdHttpReq::Redir(XrdXrootd::Bridge::Context &info, //!< the result context
562
606
  char buf[512];
563
607
  char hash[512];
564
608
  hash[0] = '\0';
609
+
610
+ bool invalid_host = false;
611
+
612
+ if (!hname) {
613
+ invalid_host = true;
614
+ } else {
615
+ for (const char *c = hname; *c; ++c)
616
+ if (*c == '\r' || *c == '\n')
617
+ invalid_host = true;
618
+ }
619
+
620
+ if (invalid_host) {
621
+ prot->SendSimpleResp(502, nullptr, nullptr, "Invalid redirect host", 0, false);
622
+ return keepalive;
623
+ }
565
624
 
566
625
  if (prot->isdesthttps)
567
626
  redirdest = "Location: https://";
@@ -1020,7 +1079,7 @@ int XrdHttpReq::ProcessHTTPReq() {
1020
1079
  if (s.endswith('/'))
1021
1080
  s.erasefromend(1);
1022
1081
 
1023
- s.append(resource);
1082
+ s.append(encode_str(std::string(resource.c_str())).c_str());
1024
1083
  appendOpaque(s, 0, 0, 0);
1025
1084
 
1026
1085
  prot->SendSimpleResp(302, NULL, (char *) s.c_str(), 0, 0, false);
@@ -1122,7 +1181,7 @@ int XrdHttpReq::ProcessHTTPReq() {
1122
1181
  if (s.endswith('/'))
1123
1182
  s.erasefromend(1);
1124
1183
 
1125
- s.append(resource);
1184
+ s.append(encode_str(std::string(resource.c_str())).c_str());
1126
1185
  appendOpaque(s, 0, 0, 0);
1127
1186
 
1128
1187
  prot->SendSimpleResp(302, NULL, (char *) s.c_str(), 0, 0, false);
@@ -1353,7 +1412,7 @@ int XrdHttpReq::ProcessHTTPReq() {
1353
1412
  if (found_newline) {
1354
1413
  char *endptr = NULL;
1355
1414
  std::string line_contents(prot->myBuffStart, idx);
1356
- long long chunk_contents = strtol(line_contents.c_str(), &endptr, 16);
1415
+ long long chunk_contents = strtoll(line_contents.c_str(), &endptr, 16);
1357
1416
  // Chunk sizes can be followed by trailer information or CRLF
1358
1417
  if (*endptr != ';' && *endptr != '\r') {
1359
1418
  prot->SendSimpleResp(400, NULL, NULL, (char *)"Invalid chunked encoding", 0, false);
@@ -2457,7 +2516,6 @@ int XrdHttpReq::PostProcessHTTPReq(bool final_) {
2457
2516
 
2458
2517
  if (e.flags & kXR_xset) {
2459
2518
  stringresp += "<lp1:executable>T</lp1:executable>\n";
2460
- stringresp += "<lp1:iscollection>1</lp1:iscollection>\n";
2461
2519
  } else {
2462
2520
  stringresp += "<lp1:executable>F</lp1:executable>\n";
2463
2521
  }
@@ -2756,6 +2814,7 @@ void XrdHttpReq::reset() {
2756
2814
  headerok = false;
2757
2815
  keepalive = true;
2758
2816
  length = 0;
2817
+ length_seen = false;
2759
2818
  filesize = 0;
2760
2819
  depth = 0;
2761
2820
  sendcontinue = false;
@@ -49,6 +49,7 @@
49
49
  #include <map>
50
50
  #include <string>
51
51
  #include <vector>
52
+ #include <sys/types.h>
52
53
 
53
54
  struct DirListInfo {
54
55
  std::string path;
@@ -118,7 +119,7 @@ private:
118
119
  std::string m_user_agent;
119
120
 
120
121
  // Whether transfer encoding was requested.
121
- bool m_transfer_encoding_chunked;
122
+ bool m_transfer_encoding_chunked{false};
122
123
  long long m_current_chunk_offset;
123
124
  long long m_current_chunk_size;
124
125
 
@@ -292,7 +293,8 @@ public:
292
293
  bool closeAfterError;
293
294
 
294
295
  bool keepalive;
295
- long long length; // Total size from client for PUT; total length of response TO client for GET.
296
+ ssize_t length; // Total size from client for PUT; total length of response TO client for GET.
297
+ bool length_seen{false}; // Set once a Content-Length header has been accepted (RFC 7230 §3.3.3 rule 4).
296
298
  int depth;
297
299
  bool sendcontinue;
298
300
 
@@ -924,6 +924,7 @@ int TPCHandler::ProcessPushReq(const std::string & resource, XrdHttpExtReq &req)
924
924
  return req.SendSimpleResp(rec.status, NULL, NULL, generateClientErr(ss, rec).c_str(), 0);
925
925
  }
926
926
  curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
927
+ curl_easy_setopt(curl, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2);
927
928
  curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, (long) CURL_HTTP_VERSION_1_1);
928
929
  #if CURL_AT_LEAST_VERSION(7, 85, 0)
929
930
  curl_easy_setopt(curl, CURLOPT_PROTOCOLS_STR, "https,http");
@@ -1050,6 +1051,7 @@ int TPCHandler::ProcessPullReq(const std::string &resource, XrdHttpExtReq &req)
1050
1051
  curl_easy_setopt(curl, CURLOPT_INTERFACE, ip);
1051
1052
  }
1052
1053
  curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
1054
+ curl_easy_setopt(curl, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2);
1053
1055
  curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, (long) CURL_HTTP_VERSION_1_1);
1054
1056
  #if CURL_AT_LEAST_VERSION(7, 85, 0)
1055
1057
  curl_easy_setopt(curl, CURLOPT_PROTOCOLS_STR, "https,http");
@@ -194,15 +194,15 @@ bool Handler::xsecretkey(XrdOucStream &config_obj, XrdSysError *log, std::string
194
194
 
195
195
  BIO *b64 = BIO_new(BIO_f_base64());
196
196
  if (!b64) {
197
- BIO_free_all(bio);
197
+ BIO_free(bio);
198
198
  log->Emsg("Config", "Failed to allocate base64 filter");
199
199
  return false;
200
200
  }
201
201
 
202
202
  BIO *bio_out = BIO_new(BIO_s_mem());
203
203
  if (!bio_out) {
204
- BIO_free_all(b64);
205
- BIO_free_all(bio);
204
+ BIO_free(b64);
205
+ BIO_free(bio);
206
206
  log->Emsg("Config", "Failed to allocate BIO output");
207
207
  return false;
208
208
  }
@@ -224,7 +224,6 @@ bool Handler::xsecretkey(XrdOucStream &config_obj, XrdSysError *log, std::string
224
224
  if (inlen < 0) {
225
225
  BIO_free_all(bio_out);
226
226
  BIO_free_all(b64);
227
- BIO_free_all(bio);
228
227
  log->Emsg("Config", errno, "read secret key.");
229
228
  return false;
230
229
  }
@@ -232,7 +231,6 @@ bool Handler::xsecretkey(XrdOucStream &config_obj, XrdSysError *log, std::string
232
231
  if (!BIO_flush(bio_out)) {
233
232
  BIO_free_all(bio_out);
234
233
  BIO_free_all(b64);
235
- BIO_free_all(bio);
236
234
  log->Emsg("Config", errno, "flush secret key.");
237
235
  return false;
238
236
  }
@@ -244,7 +242,6 @@ bool Handler::xsecretkey(XrdOucStream &config_obj, XrdSysError *log, std::string
244
242
 
245
243
  BIO_free_all(bio_out);
246
244
  BIO_free_all(b64);
247
- BIO_free_all(bio);
248
245
 
249
246
  if (secret.size() < 32) {
250
247
  log->Emsg("Config", "Secret key is too short; must be 32 bytes long. Try running 'openssl rand -base64 -out", val, "64' to generate a new key");
@@ -448,4 +448,100 @@ function test_http() {
448
448
  # For HTTP GStream monitoring use: socat -u udp-recv:8888 -
449
449
  # sleep 5
450
450
 
451
+ ##
452
+ ## End-to-end HTTP request-smuggling regression — one connection per
453
+ ## scenario.
454
+ ##
455
+ smugglingDir="${TMPDIR}/smuggling"
456
+ assert xrdfs "${DAV_HOST}" mkdir -p "${smugglingDir}"
457
+
458
+ # Derive raw host:port from HTTP_HOST so the test reaches the same instance
459
+ # the rest of the suite uses (not always localhost — e.g. a remote dev box).
460
+ smugglingTarget="${HTTP_HOST#*://}"
461
+ smugglingTarget="${smugglingTarget%%/*}"
462
+ smugglingHost="${smugglingTarget%:*}"
463
+ smugglingPort="${smugglingTarget##*:}"
464
+
465
+ # Sends $1 verbatim over a fresh TCP connection and prints the first
466
+ # response line (CRLF stripped). If no status line arrives we emit a
467
+ # distinct diagnostic for each failure mode so assertion logs are
468
+ # readable: bash `read -t` returns >128 on the read timer firing (server
469
+ # left us hanging) versus a small non-zero exit when the peer closed the
470
+ # socket before sending anything.
471
+ _smuggling_send() {
472
+ local payload="$1"
473
+ local status=""
474
+ local rc=0
475
+ exec 3<>"/dev/tcp/${smugglingHost}/${smugglingPort}"
476
+ printf '%s' "$payload" >&3
477
+ IFS= read -r -t 10 status <&3 || rc=$?
478
+ exec 3<&-
479
+ status="${status//$'\r'/}"
480
+ if [[ -n "${status}" ]]; then
481
+ printf '%s' "${status}"
482
+ elif (( rc > 128 )); then
483
+ printf '<request stalled — read timed out waiting for a status line>'
484
+ else
485
+ printf '<server closed the connection without sending a status line>'
486
+ fi
487
+ }
488
+
489
+ # Asserts the smuggled file at $1 was NOT created on the server.
490
+ _smuggling_assert_not_created() {
491
+ local path="$1"
492
+ local code
493
+ code=$(curl -s -o /dev/null --write-out '%{http_code}' \
494
+ "${HTTP_HOST}/${smugglingDir}/${path}")
495
+ assert_eq 404 "${code}" \
496
+ "smuggled ${path} file must not exist on the server"
497
+ }
498
+
499
+ # 1. Content-Length followed by Transfer-Encoding: chunked. RFC 9112 §6.1
500
+ # forbids the combination; parseLine returns -8.
501
+ status=$(_smuggling_send "$(printf 'PUT /%s/cl_te HTTP/1.1\r\nHost: x\r\nContent-Length: 0\r\nTransfer-Encoding: chunked\r\n\r\nPUT /%s/POLL_CL_TE HTTP/1.1\r\nHost: x\r\nContent-Length: 4\r\n\r\nWWWW' "${smugglingDir}" "${smugglingDir}")")
502
+ echo "[CL then TE:chunked] response: ${status}"
503
+ assert_eq "HTTP/1.1 400 Bad Request" "${status}" \
504
+ "CL followed by TE: chunked must be rejected with 400"
505
+ _smuggling_assert_not_created POLL_CL_TE
506
+
507
+ # 2. Same conflict, opposite order: TE: chunked then Content-Length.
508
+ status=$(_smuggling_send "$(printf 'PUT /%s/te_cl HTTP/1.1\r\nHost: x\r\nTransfer-Encoding: chunked\r\nContent-Length: 0\r\n\r\nPUT /%s/POLL_TE_CL HTTP/1.1\r\nHost: x\r\nContent-Length: 4\r\n\r\nWWWW' "${smugglingDir}" "${smugglingDir}")")
509
+ echo "[TE:chunked then CL] response: ${status}"
510
+ assert_eq "HTTP/1.1 400 Bad Request" "${status}" \
511
+ "TE: chunked followed by CL must be rejected with 400"
512
+ _smuggling_assert_not_created POLL_TE_CL
513
+
514
+ # 3. Two Content-Length headers with different values. RFC 7230 §3.3.3
515
+ # rule 4 says reject (body length ambiguous); parseLine returns -7.
516
+ status=$(_smuggling_send "$(printf 'PUT /%s/dual_cl HTTP/1.1\r\nHost: x\r\nContent-Length: 4\r\nContent-Length: 100\r\n\r\nWWWWPUT /%s/POLL_DUAL_CL HTTP/1.1\r\nHost: x\r\nContent-Length: 4\r\n\r\nWWWW' "${smugglingDir}" "${smugglingDir}")")
517
+ echo "[dual CL] response: ${status}"
518
+ assert_eq "HTTP/1.1 400 Bad Request" "${status}" \
519
+ "two CL headers with different values must be rejected with 400"
520
+ _smuggling_assert_not_created POLL_DUAL_CL
521
+
522
+ # 4. Malformed Content-Length (negative). RFC 9112 §6.2 requires 1*DIGIT;
523
+ # parseLine returns -6.
524
+ status=$(_smuggling_send "$(printf 'PUT /%s/cl_neg HTTP/1.1\r\nHost: x\r\nContent-Length: -1\r\n\r\nPUT /%s/POLL_CL_NEG HTTP/1.1\r\nHost: x\r\nContent-Length: 4\r\n\r\nWWWW' "${smugglingDir}" "${smugglingDir}")")
525
+ echo "[negative CL] response: ${status}"
526
+ assert_eq "HTTP/1.1 400 Bad Request" "${status}" \
527
+ "negative Content-Length must be rejected with 400"
528
+ _smuggling_assert_not_created POLL_CL_NEG
529
+
530
+ # 5. Substring bypass: TE: chunkedX. The old code did strstr(val, "chunked")
531
+ # and matched here, letting chunkedX masquerade as chunked. The whole-
532
+ # token comparison in parseTransferEncoding returns NoChunked; parseLine
533
+ # returns -5.
534
+ status=$(_smuggling_send "$(printf 'PUT /%s/te_subs HTTP/1.1\r\nHost: x\r\nTransfer-Encoding: chunkedX\r\n\r\nPUT /%s/POLL_TE_SUBS HTTP/1.1\r\nHost: x\r\nContent-Length: 4\r\n\r\nWWWW' "${smugglingDir}" "${smugglingDir}")")
535
+ echo "[TE: chunkedX] response: ${status}"
536
+ assert_eq "HTTP/1.1 400 Bad Request" "${status}" \
537
+ "TE: chunkedX (substring bypass) must be rejected with 400"
538
+ _smuggling_assert_not_created POLL_TE_SUBS
539
+
540
+ # 6. The original CVE: TE: CHUNKED (uppercase) silently dropped by the
541
+ # case-sensitive strstr. With the fix the value is correctly seen as
542
+ # chunked framing; the smuggled bytes are then consumed by the chunked-
543
+ # body parser, which stalls on the bogus chunk-size line. No
544
+ # deterministic response line, so we only assert POLL_TE_UPPER 404.
545
+ _smuggling_send "$(printf 'PUT /%s/te_upper HTTP/1.1\r\nHost: x\r\nTransfer-Encoding: CHUNKED\r\n\r\nPUT /%s/POLL_TE_UPPER HTTP/1.1\r\nHost: x\r\nContent-Length: 4\r\n\r\nWWWW' "${smugglingDir}" "${smugglingDir}")" > /dev/null
546
+ _smuggling_assert_not_created POLL_TE_UPPER
451
547
  }
@@ -15,11 +15,11 @@ function test_posix() {
15
15
  # Make sure all symbols are actually resolved correctly
16
16
  MISSING_SYMBOLS=$(env XRDPOSIX_REPORT=1 xrdposix-cat /dev/null 2>&1)
17
17
 
18
- if grep -q 'Unable to resolve' <<< "${MISSING_SYMBOLS}"; then
19
- echo "XrdPosix cannot resolve some symbols:"
20
- echo "${MISSING_SYMBOLS}"
21
- exit 1
22
- fi
18
+ if grep -q 'Unable to resolve' <<< "${MISSING_SYMBOLS}"; then
19
+ echo "XrdPosix cannot resolve some symbols:"
20
+ echo "${MISSING_SYMBOLS}"
21
+ exit 1
22
+ fi
23
23
 
24
24
  # Check that cat with the local files still works
25
25