- Nov 14, 2024
-
-
Gianmaria Del Monte authored
-
Gianmaria Del Monte authored
-
Elvin Alin Sindrilaru authored
-
- Nov 13, 2024
-
-
Gianmaria Del Monte authored
-
Gianmaria Del Monte authored
CLI: print both sys and user acls if requested. Also i sys.eval.useracl is not set, this is visible and the user acls are marked as ignored
-
Gianmaria Del Monte authored
-
Gianmaria Del Monte authored
CLI: For the list ACL command, if no filter is passed, list bot user and sys ACLs. Also, now the command does not check anymore if the current user is root to list either sys or user ACLs
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
-
Abhishek Lekshmanan authored
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@cern.ch>
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
-
- Oct 31, 2024
-
-
Elvin Alin Sindrilaru authored
-
Guilherme Amadio authored
The macro GPR_ASSERT has been removed in grpc 1.66.0. Migrate to use ABSL_CHECK if the macro is not defined, as this is what grpc itself has moved to. https://github.com/grpc/grpc/commit/0e23c2259da967a037e839e80cafd62bc6f9f68e
-
-
Elvin Alin Sindrilaru authored
space configuration parameter needs to be completely removed. Fixes EOS-6236
-
- Oct 30, 2024
-
-
Elvin Alin Sindrilaru authored
configuration in case the given process is a master MGM. Fixes EOS-6234
-
Cedric Caffy authored
Avoid potential deadlock as getting a quota node requires browsing up the tree which can break the directory locking order (by containerID asc).
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
-
- Oct 29, 2024
-
-
Andreas Joachim Peters authored
-
- Oct 25, 2024
-
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
-
- Oct 24, 2024
-
-
Cedric Caffy authored
This is done by telling the XRootD PMark handler which kind of HTTP transfer we have to handle: PUT or GET. We use the req.verb attribute to determine this. More information in https://github.com/xrootd/xrootd/issues/2322 Fixes EOS-6228
-
- Oct 23, 2024
-
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
IProcCommand interface that is supposed to be used with the protobuf implementation. Fixes EOS-3601
-
- Oct 18, 2024
-
-
Elvin Alin Sindrilaru authored
as part of the eos ns stat -m output. Fixes EOS-6130
-
Elvin Alin Sindrilaru authored
-
- Oct 17, 2024
-
-
Gianmaria Del Monte authored
EOS-5310
-
Elvin Alin Sindrilaru authored
-
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
-
Joao Afonso authored
-
Cedric Caffy authored
In addition, an error message will be displayed to the user in case no entry is returned by "ls" when globbing did not match anything
-
Cedric Caffy authored
One can now delete a file by disabling globbing. Disabling globbing would allow people to delete files that are named like "Perso[2ou52]_dgdia.pdf". If globbing has not been disabled and no files were matched by the globbing, an error will be returned to the user suggesting to disable the globbing Fixes EOS-6196 and EOS-6191
-