forked from kamailio/kamailio
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check emergency urn function kamailio 5.8.1 #5
Draft
anmartan
wants to merge
102
commits into
master
Choose a base branch
from
check_emergency_urn_function_kamailio_5.8.1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
- entering the phase to prepare releasing next major version series 5.8.x
Client modules (e.g. dispatcher) that require outbound TLS may race if tls init is too late. Restore tls init to PROC_INIT with a thread executor. Addresses GH kamailio#3765 Cherry-pick from 706d7b7
- http_client, http_async_client, xcap_client use libcurl - call curl_global_init in a thread executor as it invokes OpenSSL functions on Debian 12 - clang-format
Cherry-pick from db05449
Cherry-pick from f582259
Cherry-pick from f5164b3
Cherry-pick from 6a0c86b
(cherry picked from commit 967fb30)
(cherry picked from commit 8af509a)
Cherry-pick from e535cc5
Cherry-pick from 0c68a55
- remove tls_map.* - not needed anymore - install an ENGINE in each worker SSL_CTX no need to replicate to all processes Cherry-pick from 5933893
- sync with code of tls module (cherry picked from commit d443a1e)
(cherry-picked from commit 73e7123)
- initial support for v3 provider keys (replaces ENGINE from v1.1.1) - can be disabled behind build flag -DOPENSSL_NO_PROVIDER - provider keys start with /uri: e.g private_key = /uri:pkcs11:token=NSS%20Certificate%20DB;type=private;object=Fork-Test-c67cc0e0 - global config: provider_quirks: 0 | 1 - 0 - default - 1 - create a new OSS_LIB_CTX* in the child This integration does not load any providers itself and depends on the usual export OPENSSL_CONF=my-openssl.cnf to configure providers. (cherry picked from commit 69883dd)
- add global handling of thread-locals with tls_threads_mode = 2 - this will run a pthread_atfork handler to reset all thread-locals to 0x0 - alternative solution to running functions in thread executors - requires tls.so to be loaded to be effective (cherry picked from commit e7f040f)
- use pthread_atfork to force all thread-locals to 0x0 after fork() (cherry picked from commit 464299c)
(cherry picked from commit 5b4926b)
(cherry picked from commit f6f9d90)
(cherry picked from commit fb21f89)
(cherry picked from commit 65eef5c)
(cherry picked from commit 9935830)
- GH kamailio#3768 (cherry picked from commit 19e5bf3)
(cherry picked from commit 9f2abc6)
(cherry picked from commit ae04cca)
(cherry picked from commit 68c6996)
(cherry picked from commit 5f901c3)
…list (cherry picked from commit f35cf89)
(cherry picked from commit 8114b20)
(cherry picked from commit dd221a6)
- https://dev.mysql.com/doc/c-api/8.0/en/c-api-auto-reconnect.html - MariaDB seems to still have it (cherry picked from commit da3d6e9)
- follow up of previous commit (cherry picked from commit 14dc277)
(cherry picked from commit 9848d43)
(cherry picked from commit 9a94930)
(cherry picked from commit e39557c)
(cherry picked from commit 3b09fd3)
(cherry picked from commit 5f83d4f)
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.
Pre-Submission Checklist
in
doc/
subfolder, the README file is autogenerated)Type Of Change
Checklist:
Description