-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ROS3: (feature+fix) Temporary security credentials - comments 3
- Improved the implementation of adding the session/security to the property list. Now the pointer to the string pointer is stored in the list. Furthermore, also pointer to the string and string itself are managed by the HDF5 library. - Moved the structure H5FD_ros3_fapl_ext_t to the header file h5tools_utils.c. - Adapted the function h5tools_parse_ros3_fapl_tulpe() and h5tools_populate_ros3_fapl() to make use of the structure H5FD_ros3_fapl_ext_t. Adjusted the related tests and the tool h5dump, h5ls and h5stat accordingly. - Implemented additional error checks to ensure that the variable authorization, buffer1 and signed_headers are properly allocated. - Reduced the size of the tmpstr array by 1 in the function H5FD_s3comms_aws_canonical_request(). - Resolved various compiler warnings of h5tools_test_utils tests. - Improved the inline doxygen documentation.
- Loading branch information
Jan-Willem Blokland
authored and
Jan-Willem Blokland
committed
Jun 9, 2023
1 parent
1068204
commit f8bd2b0
Showing
9 changed files
with
244 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.