Revert "cleanup: removed deprecated OpenSSL functions from build"#453
Merged
arogge merged 1 commit intobareos:masterfrom Mar 24, 2020
Merged
Revert "cleanup: removed deprecated OpenSSL functions from build"#453arogge merged 1 commit intobareos:masterfrom
arogge merged 1 commit intobareos:masterfrom
Conversation
This reverts commit f8252e4. Disabling the callbacks breaks openssl thread-safety on openssl 1.0.
franku
approved these changes
Mar 18, 2020
Contributor
franku
left a comment
There was a problem hiding this comment.
Obviously that part of code was removed too early.
bruno-at-bareos
added a commit
to bruno-at-bareos/bareos
that referenced
this pull request
Oct 3, 2025
- modularize ndmp-bareos ndmp-native - ndmp can be now tested with omnios - cmake: ndmp introduce -Dndmp_config parameter Based on CTestNDMPConfig.cmake.template you can create a file with all the parameter set for being able to build and run systemtest ndmp-bareos ndmp-native on either remote isilon or omnios. new variable in Ctest config replace environment.local.in, which is dropped - introduce "DOFULLFAILED" Setting DOFULLFAILED allow to trigger a first full without data preparation which then will failed, and will be rerun automatically. Checking for bug no Level in rerun printf was introduce to limit error exit due to null byte warning in grep command: to be checked if really printf is needed run copy, client and fileset were added due to misused of fileset id when the selection is created on first run. (fileset isilon is added to database while not used for omnios jobs) - check_for_zombie_jobs is not able to handle ndmp status client - use printf on all restore check so it filter the null byte warning on omnios - factorize all common ndmp function in scripts/function-ndmp - add test comparing with bscan original and copy -systemtest function: use .api2 and .sql for last_job_id - prepare to use add_alphabetic_requirements when PR-2376 will be merged wip: ndmp-native references issues bareos/internal#445 bareos/internal#446 bareos/internal#447 wip: ndmp-bareos add bareos/internal/bareos#453 bareos/internal#447 wip: comment failing check_zombies
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit f8252e4.
Disabling the callbacks breaks openssl thread-safety on openssl 1.0.