[OpenSIPS-Devel] TLS parameter meaning

2019-06-27 Thread Dan Pascu
The documentation on tls_mgm says this about verify_cert and require_cert: - 1.8.10. verify_cert ([domain](string) and require_cert ([domain](string) Technically, verify_cert activates SSL_VERIFY_PEER in the ssl_context. 'require_cert' does the same with

[OpenSIPS-Devel] [OpenSIPS/opensips] 60339f: tls_mgm: Fixed bug where domain filters were shown...

2019-06-27 Thread Dan Pascu
Branch: refs/heads/3.0 Home: https://github.com/OpenSIPS/opensips Commit: 60339f2085ced25a39b04945cf67e17c7a0737bb https://github.com/OpenSIPS/opensips/commit/60339f2085ced25a39b04945cf67e17c7a0737bb Author: Dan Pascu Date: 2019-06-27 (Thu, 27 Jun 2019) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 5f318d: tls_mgm: Fixed bug where client domains where miss...

2019-06-27 Thread Dan Pascu
Branch: refs/heads/3.0 Home: https://github.com/OpenSIPS/opensips Commit: 5f318db59f44b6c3c70b4e534f1f686250d1b297 https://github.com/OpenSIPS/opensips/commit/5f318db59f44b6c3c70b4e534f1f686250d1b297 Author: Dan Pascu Date: 2019-06-27 (Thu, 27 Jun 2019) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] b10588: tls_mgm: Fixed bug where client domains where miss...

2019-06-27 Thread Dan Pascu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b105886f65b434602ecabac5a4c06de0cce7f4b9 https://github.com/OpenSIPS/opensips/commit/b105886f65b434602ecabac5a4c06de0cce7f4b9 Author: Dan Pascu Date: 2019-06-27 (Thu, 27 Jun 2019) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 7f2261: tls_mgm: Fixed bug where domain filters were shown...

2019-06-27 Thread Dan Pascu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7f226176422c660eb4359171a350161186082d22 https://github.com/OpenSIPS/opensips/commit/7f226176422c660eb4359171a350161186082d22 Author: Dan Pascu Date: 2019-06-27 (Thu, 27 Jun 2019) Changed paths:

Re: [OpenSIPS-Devel] OpenSIPS Crash

2019-06-27 Thread Bogdan-Andrei Iancu
Hi Ben, OK, thanks for the confirmation. Let me work out an additional fix for this;) Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 2019 https://www.opensips.org/events/Summit-2019Amsterdam/ On 06/26/2019 08:55 PM, Ben

Re: [OpenSIPS-Devel] OpenSIPS Crash

2019-06-27 Thread Ben Newlin
Bogdan, I was able to reproduce this crash on the newer 2.4 commit. Backtrace: https://pastebin.com/RaMXTZA4 # opensips -V version: opensips 2.4.6 (x86_64/linux) flags: STATS: On, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, QM_MALLOC, DBG_MALLOC, FAST_LOCK-ADAPTIVE_WAIT

Re: [OpenSIPS-Devel] OpenSIPS Crash

2019-06-27 Thread Ben Newlin
I see now. The commit you linked was against another branch. This fix was only backported to 2.4 after the 2.4.6 release. I will test with that. Ben Newlin From: Devel on behalf of Ben Newlin Reply-To: OpenSIPS devel mailling list Date: Wednesday, June 26, 2019 at 11:49 AM To: Bogdan-Andrei

[OpenSIPS-Devel] [OpenSIPS/opensips] 71d40f: rest_client: Document the TCP connection reusage b...

2019-06-27 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 71d40f9198f83b6f310dcd9e9c5dc11a0b085a3b https://github.com/OpenSIPS/opensips/commit/71d40f9198f83b6f310dcd9e9c5dc11a0b085a3b Author: Liviu Chircu Date: 2019-06-27 (Thu, 27 Jun 2019) Changed

[OpenSIPS-Devel] [OpenSIPS/opensips] 8ee21e: rest_client: Document the TCP connection reusage b...

2019-06-27 Thread Liviu Chircu
Branch: refs/heads/2.4 Home: https://github.com/OpenSIPS/opensips Commit: 8ee21e3b751aaceca2a026b5375581125b7e2663 https://github.com/OpenSIPS/opensips/commit/8ee21e3b751aaceca2a026b5375581125b7e2663 Author: Liviu Chircu Date: 2019-06-27 (Thu, 27 Jun 2019) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 4e62b0: rest_client: Document the TCP connection reusage b...

2019-06-27 Thread Liviu Chircu
Branch: refs/heads/3.0 Home: https://github.com/OpenSIPS/opensips Commit: 4e62b009d8f763471c7324e868cc943e8c7bb5a5 https://github.com/OpenSIPS/opensips/commit/4e62b009d8f763471c7324e868cc943e8c7bb5a5 Author: Liviu Chircu Date: 2019-06-27 (Thu, 27 Jun 2019) Changed paths:

Re: [OpenSIPS-Devel] [OpenSIPS/opensips] 183072: statistics: alocating enough mem for stat name

2019-06-27 Thread Dan Pascu
In actuality it was commit 1f7af0bdc that broke it not bc9423713, but I guess now it's too late to change the commit message. On a different note I find the way the register_stat2 function treats the flags to be confusing and counter intuitive. It allocates space for name if the STAT_SHM_NAME

[OpenSIPS-Devel] [OpenSIPS/opensips] 183072: statistics: alocating enough mem for stat name

2019-06-27 Thread Răzvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 18307225468617272633524ab3985340e711067b https://github.com/OpenSIPS/opensips/commit/18307225468617272633524ab3985340e711067b Author: Razvan Crainea Date: 2019-06-27 (Thu, 27 Jun 2019) Changed

Re: [OpenSIPS-Devel] OpenSIPS/master is broken since 2 days ago

2019-06-27 Thread Răzvan Crainea
Hi, Maxim! You're absolutely right, the bc9423713 commit is the one that broke OpenSIPS. I'll fix it right away, thanks for pointing it out! Best regards, Răzvan On 6/27/19 6:58 AM, Maxim Sobolev wrote: Hi, I've noticed that OpenSIPS/master is now crashing during our voiptests run since