[sr-dev] [kamailio/kamailio] db_unixodbc: MariaDB partition is a reserved word and not quoted (Issue #3742)

2024-02-01 Thread space88man via sr-dev
### Description partition is now a reserved word in MariaDB 10. the column name is correctly quoted with native libmysqlclient/libmariadb so works the column name is not quoted with unixodbc+(libmyodbc8|libmaodbc) and so fails ### Troubleshooting try unquoted insert -- fails unixodbc+libmaodbc

[sr-dev] Re: [kamailio/kamailio] db schemes - db_unixodbc, usrloc: MariaDB partition is a reserved word and not quoted (Issue #3742)

2024-02-02 Thread space88man via sr-dev
Technically can be solved using unixodbc quote_char param ; but we could consider renaming partition -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3742#issuecomment-1923711734 You are receiving this because you are subscribed to this thread. M

[sr-dev] Re: [kamailio/kamailio] TLS Module Regression (ee key too small) (Issue #3737)

2024-02-02 Thread space88man via sr-dev
I added `ca_path=/etc/ssl/certs`, in addition to `ca_list=` to both client/server stanzas—and cannot reproduce. I am using vanilla ``` ||/ Name Version Architecture Description +++----= ii ca-cer

[sr-dev] Re: [kamailio/kamailio] db schemes - db_unixodbc, usrloc: MariaDB partition is a reserved word and not quoted (Issue #3742)

2024-02-02 Thread space88man via sr-dev
Thanks @miconda - closing now as not a bug. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3742#issuecomment-1923930827 You are receiving this because you are subscribed to this thread. Message ID: ___

[sr-dev] Re: [kamailio/kamailio] db schemes - db_unixodbc, usrloc: MariaDB partition is a reserved word and not quoted (Issue #3742)

2024-02-02 Thread space88man via sr-dev
Closed #3742 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3742#event-11684649381 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] TLS Module Regression (ee key too small) (Issue #3737)

2024-02-02 Thread space88man via sr-dev
Leaving a reference to an unrelated issue that has the same error message but with a totally different platfom and triggering mechanism. https://github.com/openssl/openssl/issues/18113 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3737#issue

[sr-dev] Re: [kamailio/kamailio] TLS Module Regression (ee key too small) (Issue #3737)

2024-02-02 Thread space88man via sr-dev
Closed #3737 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3737#event-11685544998 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] 5.7 db modules: init libssl in a thread (PR #3740)

2024-02-03 Thread space88man via sr-dev
Thank you for your comments — I will proceed with these commits as they are necessary for client TLS (any module using libssl3) coexistence, i.e., even if not using kamailio as TLS server, the various client modules can contaminate the main thread-local state. The commits are non-intrusive — t

[sr-dev] Re: [kamailio/kamailio] 5.7 db modules: init libssl in a thread (PR #3740)

2024-02-03 Thread space88man via sr-dev
Closed #3740. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3740#event-11693780710 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] Re: [kamailio/kamailio] outbound: init libssl in a thread (9a87d12)

2024-02-03 Thread space88man via sr-dev
@linuxmaniac - I have included the Xenial fix from master here. Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/commit/9a87d12d6e9e68cd8c0ff7ac5755e899cf81b703#commitcomment-138246585 You are receiving this because you are subscribed to this thr

[sr-dev] Re: [kamailio/kamailio] db_mysql: backport - no TLS with MariaDB Connector/C (ede2af9)

2024-02-03 Thread space88man via sr-dev
@miconda @linuxmaniac - compilation fixes and handling of older versions(libmariadb-dev) squash-included here. Thank you. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/commit/ede2af94386b99a87311351fcbdd15280dc11034#commitcomment-138246612 You are rec

[sr-dev] Re: [kamailio/kamailio] 5.7 database modules: init libssl in a thread (Issue #3738)

2024-02-04 Thread space88man via sr-dev
Closed #3738 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3738#event-11695213493 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] RFE: RPM packaging of wolfSSL 5.6.6 for upcoming freeze/5.7 release (Issue #3713)

2024-02-04 Thread space88man via sr-dev
1. 5.7 cannot use external packaging due to shm 16-byte requirement 1. For 5.8 - recommend packaging v5.6.6-stable with the name "wolfssl42" to match debian -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3713#issuecomment-1925714037 You are rec

[sr-dev] Re: [kamailio/kamailio] RFE: RPM packaging of wolfSSL 5.6.6 for upcoming freeze/5.7 release (Issue #3713)

2024-02-04 Thread space88man via sr-dev
Closed #3713 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3713#event-11696876331 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] [kamailio/kamailio] [DRAFT]: restrict thread execution to process_no = 0 (PR #3744)

2024-02-06 Thread space88man via sr-dev
Pre-Submission Checklist - [X] Commit message has the format required by CONTRIBUTING guide - [X] Commits are split per component (core, individual modules, libs, utils, ...) - [X] Each component has a single commit (if not, squash them into one commit) - [X] No commits to README files for mo

[sr-dev] Re: [kamailio/kamailio] [DRAFT]: restrict thread execution to process_no = 0 (PR #3744)

2024-02-06 Thread space88man via sr-dev
> no idea what this is? Henning This is related to your comment on the 5,7 stable branch: this PR restricts thread wrapping to process_no=0, i.e., from workers POV - no change in behaviour so the same as 5.7.4, 5.7.3 ... For process_no=0 it will run libssl calls in a thread to prevent thread l

[sr-dev] [kamailio/kamailio] DRAFT: new global config var to constrain thread wrapping (PR #3745)

2024-02-06 Thread space88man via sr-dev