Re: [OpenSIPS-Devel] [opensips] TLS: remove support for SSLv2 and SSLv3 (#367)

2014-10-23 Thread Saúl Ibarra Corretgé
 Since support for the old SSL (both v2 and v3) is completely disabled, should 
 we obsolete the SSLv23 keyword and add a different one, something like TLSany?

Lots of software took that from OpenSSL, even if it doesn't necessarily mean 
SSLv2 or SSLv3 are used. I will add an alias for that config option as you 
suggested, looks much nicer in the eyes :-)

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/367#issuecomment-60198661___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] TLS: remove support for SSLv2 and SSLv3 (#367)

2014-10-23 Thread Saúl Ibarra Corretgé
@razvancrainea added TLSAny alias for tls_method config option.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/367#issuecomment-60202463___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Runtime Errors Should Include Filename (#299)

2014-10-23 Thread David Sanders
@bogdan-iancu, long delay here, but have been testing out the patch (applied to 
a 1.11 source tree) and all is working well. The filename makes debugging a lot 
easier, thanks!

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/299#issuecomment-60202718___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] OpenSIPS Public Meeting - WebRTC

2014-10-23 Thread Răzvan Crainea

Hello, all!

The next public meeting will take place on IRC Wednesday, 29th of 
October 2014, at 17:00 EET[1]. The topic of the meeting is to discuss 
whether we should integrate WebRTC in OpenSIPS or not.

Make sure you don't miss it, your opinion is important to us!

[1] 
http://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenSIPS+Public+Meeting+-+WebRTCiso=20141029T17p1=49ah=1

[2] http://www.opensips.org/Community/IRCmeeting20141029

Best regards,
--
Răzvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] TLS: remove support for SSLv2 and SSLv3 (#367)

2014-10-23 Thread Răzvan Crainea
Merged #367.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/367#event-182893627___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Runtime Errors Should Include Filename (#299)

2014-10-23 Thread Bogdan Andrei IANCU
@dsanders11 , thanks for the feedback. If you did the 1.11 backporting, please 
open a PR - I'm willing to upload it, even if it is not actually a fix.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/299#issuecomment-60289151___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 06f902: tls: removed code to support OpenSSL = 0.9.7

2014-10-23 Thread Răzvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 06f902531b1b3588153cfca56719a7b509cb447d
  
https://github.com/OpenSIPS/opensips/commit/06f902531b1b3588153cfca56719a7b509cb447d
  Author: Saúl Ibarra Corretgé sag...@gmail.com
  Date:   2014-10-21 (Tue, 21 Oct 2014)

  Changed paths:
M modules/identity/identity.c
M tls/tls_init.c

  Log Message:
  ---
  tls: removed code to support OpenSSL = 0.9.7


  Commit: 4c56d98e3a28c1fbc5e3db9619405c52b7e96f5a
  
https://github.com/OpenSIPS/opensips/commit/4c56d98e3a28c1fbc5e3db9619405c52b7e96f5a
  Author: Saúl Ibarra Corretgé sag...@gmail.com
  Date:   2014-10-21 (Tue, 21 Oct 2014)

  Changed paths:
M cfg.lex
M cfg.y
M tls/README
M tls/tls_config.h
M tls/tls_init.c

  Log Message:
  ---
  tls: removed SSLv2 and SSLv3 support


  Commit: ea2a5c9822f2a0f875da9e316859c71df6346307
  
https://github.com/OpenSIPS/opensips/commit/ea2a5c9822f2a0f875da9e316859c71df6346307
  Author: Saúl Ibarra Corretgé sag...@gmail.com
  Date:   2014-10-23 (Thu, 23 Oct 2014)

  Changed paths:
M cfg.lex

  Log Message:
  ---
  tls: add TLSAny alias for SSLv23 method


  Commit: 801b4a9b36b7a9f2be659451f83bea7c8bddf296
  
https://github.com/OpenSIPS/opensips/commit/801b4a9b36b7a9f2be659451f83bea7c8bddf296
  Author: Răzvan Crainea raz...@opensips.org
  Date:   2014-10-23 (Thu, 23 Oct 2014)

  Changed paths:
M cfg.lex
M cfg.y
M modules/identity/identity.c
M tls/README
M tls/tls_config.h
M tls/tls_init.c

  Log Message:
  ---
  Merge pull request #367 from saghul/crypto_fixes

TLS: remove support for SSLv2 and SSLv3


Compare: 
https://github.com/OpenSIPS/opensips/compare/a9d7dd871dc3...801b4a9b36b7___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] OpenSIPS Public Meeting - WebRTC

2014-10-23 Thread Bogdan-Andrei Iancu

As a starting point for the discussion, please take a look at:
http://www.opensips.org/Documentation/Tutorials-WebSocket

Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 23.10.2014 20:53, Răzvan Crainea wrote:

Hello, all!

The next public meeting will take place on IRC Wednesday, 29th of 
October 2014, at 17:00 EET[1]. The topic of the meeting is to discuss 
whether we should integrate WebRTC in OpenSIPS or not.

Make sure you don't miss it, your opinion is important to us!

[1] 
http://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenSIPS+Public+Meeting+-+WebRTCiso=20141029T17p1=49ah=1

[2] http://www.opensips.org/Community/IRCmeeting20141029

Best regards,



___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] add newline at the end of error messages (#370)

2014-10-23 Thread Ezequiel Lovelle

You can merge this Pull Request by running:

  git pull https://github.com/lovelle/opensips patch-1

Or you can view, comment on it, or merge it online at:

  https://github.com/OpenSIPS/opensips/pull/370

-- Commit Summary --

  * add newline at the end of error messages

-- File Changes --

M modules/b2b_logic/b2b_logic.c (2)
M modules/b2b_sca/b2b_sca.c (2)
M modules/db_http/http_dbase.c (2)
M modules/load_balancer/load_balancer.c (2)
M modules/osp/sipheader.c (2)
M modules/pua_bla/registrar_cb.c (2)
M modules/qos/qos.c (2)
M modules/rtpproxy/rtpproxy.c (6)
M modules/sipcapture/sipcapture.c (2)
M modules/sipmsgops/sipmsgops.c (2)
M modules/sst/sst.c (2)
M modules/tm/dlg.c (2)
M modules/tm/t_msgbuilder.h (2)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/370.patch
https://github.com/OpenSIPS/opensips/pull/370.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/370
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] fix load_balancer doc in lb_count_call() function (#371)

2014-10-23 Thread Ezequiel Lovelle

You can merge this Pull Request by running:

  git pull https://github.com/lovelle/opensips patch-2

Or you can view, comment on it, or merge it online at:

  https://github.com/OpenSIPS/opensips/pull/371

-- Commit Summary --

  * fix load_balancer doc in lb_count_call() function

-- File Changes --

M modules/load_balancer/README (6)
M modules/load_balancer/doc/load_balancer_admin.xml (4)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/371.patch
https://github.com/OpenSIPS/opensips/pull/371.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/371
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] add newline at the end of error messages (#370)

2014-10-23 Thread Răzvan Crainea
Merged #370.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/370#event-182994190___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] fix load_balancer doc in lb_count_call() function (#371)

2014-10-23 Thread Răzvan Crainea
Merged #371.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/371#event-182994470___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 383687: fix load_balancer doc in lb_count_call() function

2014-10-23 Thread Răzvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 383687ae4ebb160a9377d5a78c8f16aee8447e69
  
https://github.com/OpenSIPS/opensips/commit/383687ae4ebb160a9377d5a78c8f16aee8447e69
  Author: Ezequiel Lovelle ezequiellove...@gmail.com
  Date:   2014-10-23 (Thu, 23 Oct 2014)

  Changed paths:
M modules/load_balancer/README
M modules/load_balancer/doc/load_balancer_admin.xml

  Log Message:
  ---
  fix load_balancer doc in lb_count_call() function


  Commit: 80778fa16334a0cdc2df92ad63f7d1f0a12d1aff
  
https://github.com/OpenSIPS/opensips/commit/80778fa16334a0cdc2df92ad63f7d1f0a12d1aff
  Author: Răzvan Crainea raz...@opensips.org
  Date:   2014-10-23 (Thu, 23 Oct 2014)

  Changed paths:
M modules/load_balancer/README
M modules/load_balancer/doc/load_balancer_admin.xml

  Log Message:
  ---
  Merge pull request #371 from lovelle/patch-2

fix load_balancer doc in lb_count_call() function


Compare: 
https://github.com/OpenSIPS/opensips/compare/5f7771011e11...80778fa16334___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 4c2060: add newline at the end of error messages

2014-10-23 Thread Răzvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 4c20604f534cc3beb7e63dc6939384773a49e6d1
  
https://github.com/OpenSIPS/opensips/commit/4c20604f534cc3beb7e63dc6939384773a49e6d1
  Author: Ezequiel Lovelle ezequiellove...@gmail.com
  Date:   2014-10-23 (Thu, 23 Oct 2014)

  Changed paths:
M modules/b2b_logic/b2b_logic.c
M modules/b2b_sca/b2b_sca.c
M modules/db_http/http_dbase.c
M modules/load_balancer/load_balancer.c
M modules/osp/sipheader.c
M modules/pua_bla/registrar_cb.c
M modules/qos/qos.c
M modules/rtpproxy/rtpproxy.c
M modules/sipcapture/sipcapture.c
M modules/sipmsgops/sipmsgops.c
M modules/sst/sst.c
M modules/tm/dlg.c
M modules/tm/t_msgbuilder.h

  Log Message:
  ---
  add newline at the end of error messages


  Commit: 5f7771011e110dadb1d780d8353157d128be834d
  
https://github.com/OpenSIPS/opensips/commit/5f7771011e110dadb1d780d8353157d128be834d
  Author: Răzvan Crainea raz...@opensips.org
  Date:   2014-10-23 (Thu, 23 Oct 2014)

  Changed paths:
M modules/b2b_logic/b2b_logic.c
M modules/b2b_sca/b2b_sca.c
M modules/db_http/http_dbase.c
M modules/load_balancer/load_balancer.c
M modules/osp/sipheader.c
M modules/pua_bla/registrar_cb.c
M modules/qos/qos.c
M modules/rtpproxy/rtpproxy.c
M modules/sipcapture/sipcapture.c
M modules/sipmsgops/sipmsgops.c
M modules/sst/sst.c
M modules/tm/dlg.c
M modules/tm/t_msgbuilder.h

  Log Message:
  ---
  Merge pull request #370 from lovelle/patch-1

add newline at the end of error messages


Compare: 
https://github.com/OpenSIPS/opensips/compare/801b4a9b36b7...5f7771011e11___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 8487e3: Merge pull request #371 from lovelle/patch-2

2014-10-23 Thread Răzvan Crainea
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 8487e3ce0fe7bb7c3d4ab4d34ad67af646832f38
  
https://github.com/OpenSIPS/opensips/commit/8487e3ce0fe7bb7c3d4ab4d34ad67af646832f38
  Author: Răzvan Crainea raz...@opensips.org
  Date:   2014-10-23 (Thu, 23 Oct 2014)

  Changed paths:
M modules/load_balancer/README
M modules/load_balancer/doc/load_balancer_admin.xml

  Log Message:
  ---
  Merge pull request #371 from lovelle/patch-2

fix load_balancer doc in lb_count_call() function
(cherry picked from commit 80778fa16334a0cdc2df92ad63f7d1f0a12d1aff)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 29b852: Merge pull request #371 from lovelle/patch-2

2014-10-23 Thread Răzvan Crainea
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 29b8523680bd51564c5609de3da1cabda2eb9631
  
https://github.com/OpenSIPS/opensips/commit/29b8523680bd51564c5609de3da1cabda2eb9631
  Author: Răzvan Crainea raz...@opensips.org
  Date:   2014-10-23 (Thu, 23 Oct 2014)

  Changed paths:
M modules/load_balancer/README
M modules/load_balancer/doc/load_balancer_admin.xml

  Log Message:
  ---
  Merge pull request #371 from lovelle/patch-2

fix load_balancer doc in lb_count_call() function
(cherry picked from commit 80778fa16334a0cdc2df92ad63f7d1f0a12d1aff)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] Backporting filename in runtime error messages to 1.11 (#372)

2014-10-23 Thread David Sanders

You can merge this Pull Request by running:

  git pull https://github.com/dsanders11/opensips 1.11

Or you can view, comment on it, or merge it online at:

  https://github.com/OpenSIPS/opensips/pull/372

-- Commit Summary --

  * Backporting filename in runtime error messages to 1.11

-- File Changes --

M action.c (147)
M action.h (7)
M cfg.y (59)
M route.c (4)
M route_struct.c (7)
M route_struct.h (4)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/372.patch
https://github.com/OpenSIPS/opensips/pull/372.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/372
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Runtime Errors Should Include Filename (#299)

2014-10-23 Thread David Sanders
@bogdan-iancu, pull request opened: 
https://github.com/OpenSIPS/opensips/pull/372

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/299#issuecomment-60318755___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel