[OpenSIPS-Devel] [OpenSIPS/opensips] 0d2535: regex: release the memory for unused pattern strin...

2015-09-14 Thread Razvan Crainea
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0d2535ff519a4a7e536d5c93ca3fb792d20150c9
  
https://github.com/OpenSIPS/opensips/commit/0d2535ff519a4a7e536d5c93ca3fb792d20150c9
  Author: Razvan Crainea 
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
M modules/regex/regex_mod.c

  Log Message:
  ---
  regex: release the memory for unused pattern strings

Thanks go to Federico Edorna  for reporting and giving
the solution for this memory leak.

(cherry picked from commit aa7429e0124478f999ba3737b10ae39900e16b2c)


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


[OpenSIPS-Devel] [opensips] xcap: make the 'doc' column a LONGBLOB on MySQL (#634)

2015-09-14 Thread Saúl Ibarra Corretgé
A normal-sized XCAP document with external references easily exceedes
the default column size, leading to all sorts of problems.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * xcap: make the 'doc' column a LONGBLOB on MySQL

-- File Changes --

M db/schema/pr_xcap.xml (1)

-- Patch Links --

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

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


Re: [OpenSIPS-Devel] [opensips] xcap: make the 'doc' column a LONGBLOB on MySQL (#634)

2015-09-14 Thread Saúl Ibarra Corretgé
@OpenSIPS/contributors please review.

Once it lands, mind if I backport it to 1.11?

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


[OpenSIPS-Devel] [OpenSIPS/opensips] a9486e: tls: remove unnecessary TLS init

2015-09-14 Thread Razvan Crainea
  Branch: refs/heads/tls-rework
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a9486e5e01574031d923262deedddae87a31100d
  
https://github.com/OpenSIPS/opensips/commit/a9486e5e01574031d923262deedddae87a31100d
  Author: Razvan Crainea 
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
M modules/proto_tls/proto_tls.c
M modules/tls_mgm/api.h
M modules/tls_mgm/tls_mgm.c

  Log Message:
  ---
  tls: remove unnecessary TLS init


  Commit: 00489e0545e4f0d54f158dd33ad4506ab39c504e
  
https://github.com/OpenSIPS/opensips/commit/00489e0545e4f0d54f158dd33ad4506ab39c504e
  Author: Razvan Crainea 
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
M etc/tls/rootCA/private/cakey.pem

  Log Message:
  ---
  ssl cert: remove passphrase


Compare: 
https://github.com/OpenSIPS/opensips/compare/d71e8f2cb20f...00489e0545e4___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] xcap: make the 'doc' column a LONGBLOB on MySQL (#634)

2015-09-14 Thread Răzvan Crainea
I noticed that you've only changed the type for mysql. After a little bit of 
digging it looks like Mysql's blob limit is 65535 bytes, whereas for the other 
backends the limit is higher (more than 1GB).
I'll merge the PR and also generate the SQL schema.

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


Re: [OpenSIPS-Devel] [opensips] xcap: make the 'doc' column a LONGBLOB on MySQL (#634)

2015-09-14 Thread Răzvan Crainea
Merged #634.

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


[OpenSIPS-Devel] [OpenSIPS/opensips] d419f0: xcap: make the 'doc' column a LONGBLOB on MySQL

2015-09-14 Thread Razvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d419f0543c79c12e0e01dc629dede2d872cc6637
  
https://github.com/OpenSIPS/opensips/commit/d419f0543c79c12e0e01dc629dede2d872cc6637
  Author: Saúl Ibarra Corretgé 
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
M db/schema/pr_xcap.xml

  Log Message:
  ---
  xcap: make the 'doc' column a LONGBLOB on MySQL

A normal-sized XCAP document with external references easily exceedes
the default column size, leading to all sorts of problems.


  Commit: 70a587fa372e17157c0a8dbb1b26e71620ab2ce4
  
https://github.com/OpenSIPS/opensips/commit/70a587fa372e17157c0a8dbb1b26e71620ab2ce4
  Author: Razvan Crainea 
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
M scripts/mysql/presence-create.sql
M scripts/pi_http/pi_framework.xml
M scripts/pi_http/presence-table

  Log Message:
  ---
  dbschema: re-generate SQL scripts


  Commit: bbc2c63de22d5ebe9fde1df1679e9f7ded1cd2e9
  
https://github.com/OpenSIPS/opensips/commit/bbc2c63de22d5ebe9fde1df1679e9f7ded1cd2e9
  Author: Razvan Crainea 
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
M db/schema/pr_xcap.xml
M scripts/mysql/presence-create.sql
M scripts/pi_http/pi_framework.xml
M scripts/pi_http/presence-table

  Log Message:
  ---
  Merge branch 'saghul-xcap-doc-size'


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


Re: [OpenSIPS-Devel] [opensips] xcap: make the 'doc' column a LONGBLOB on MySQL (#634)

2015-09-14 Thread Saúl Ibarra Corretgé
Thanks, Razvan!

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


[OpenSIPS-Devel] [OpenSIPS/opensips] 7a7631: xcap: make the 'doc' column a LONGBLOB on MySQL

2015-09-14 Thread Razvan Crainea
  Branch: refs/heads/2.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7a7631e3435dc260583a47d21d20857a74fd158c
  
https://github.com/OpenSIPS/opensips/commit/7a7631e3435dc260583a47d21d20857a74fd158c
  Author: Saúl Ibarra Corretgé 
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
M db/schema/pr_xcap.xml

  Log Message:
  ---
  xcap: make the 'doc' column a LONGBLOB on MySQL

A normal-sized XCAP document with external references easily exceedes
the default column size, leading to all sorts of problems.

(cherry picked from commit d419f0543c79c12e0e01dc629dede2d872cc6637)


  Commit: eb99cd9fb2702c8afc465a8019850112c40eca4d
  
https://github.com/OpenSIPS/opensips/commit/eb99cd9fb2702c8afc465a8019850112c40eca4d
  Author: Razvan Crainea 
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
M scripts/mysql/presence-create.sql
M scripts/pi_http/pi_framework.xml
M scripts/pi_http/presence-table

  Log Message:
  ---
  dbschema: re-generate SQL scripts

(cherry picked from commit 70a587fa372e17157c0a8dbb1b26e71620ab2ce4)


Compare: 
https://github.com/OpenSIPS/opensips/compare/7f5705678005...eb99cd9fb270___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 09f4be: xcap: make the 'doc' column a LONGBLOB on MySQL

2015-09-14 Thread Razvan Crainea
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 09f4be5827f0d7fae4e278fe1b4ad4999c29b82d
  
https://github.com/OpenSIPS/opensips/commit/09f4be5827f0d7fae4e278fe1b4ad4999c29b82d
  Author: Saúl Ibarra Corretgé 
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
M db/schema/pr_xcap.xml

  Log Message:
  ---
  xcap: make the 'doc' column a LONGBLOB on MySQL

A normal-sized XCAP document with external references easily exceedes
the default column size, leading to all sorts of problems.

(cherry picked from commit d419f0543c79c12e0e01dc629dede2d872cc6637)


  Commit: 25c19b1a5544dd7883131cbd8f20fab26e9ebfcb
  
https://github.com/OpenSIPS/opensips/commit/25c19b1a5544dd7883131cbd8f20fab26e9ebfcb
  Author: Razvan Crainea 
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
M scripts/mysql/presence-create.sql
M scripts/pi_http/pi_framework.xml
M scripts/pi_http/presence-table

  Log Message:
  ---
  dbschema: re-generate SQL scripts

(cherry picked from commit 70a587fa372e17157c0a8dbb1b26e71620ab2ce4)


Compare: 
https://github.com/OpenSIPS/opensips/compare/0d2535ff519a...25c19b1a5544___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] aa7429: regex: release the memory for unused pattern strin...

2015-09-14 Thread Razvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: aa7429e0124478f999ba3737b10ae39900e16b2c
  
https://github.com/OpenSIPS/opensips/commit/aa7429e0124478f999ba3737b10ae39900e16b2c
  Author: Razvan Crainea 
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
M modules/regex/regex_mod.c

  Log Message:
  ---
  regex: release the memory for unused pattern strings

Thanks go to Federico Edorna  for reporting and giving
the solution for this memory leak.


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


[OpenSIPS-Devel] [opensips] Tls rework (#633)

2015-09-14 Thread Răzvan Crainea
Sync the two branches.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * proto_tls: new module tls_mgm
  * proto_tls: added tls_mgm dependency; simplified tls_conn_init
  * tls_mgm: fixed exports; improved find_server_domain api function
  * proto_tls: readme updated
  * tls_mgm: added readme
  * proto_tls: modify mod_init
  * tls_mgm: update dependency list; modify mod_init
  * tls_mgm: update readme
  * proto_tls: update readme

-- File Changes --

M modules/proto_tls/README (917)
M modules/proto_tls/doc/proto_tls.xml (1)
M modules/proto_tls/doc/proto_tls_admin.xml (970)
M modules/proto_tls/proto_tls.c (1014)
M modules/proto_tls/tls_server.c (12)
M modules/proto_tls/tls_server.h (6)
A modules/tls_mgm/Makefile (51)
A modules/tls_mgm/README (1260)
A modules/tls_mgm/api.h (47)
A modules/tls_mgm/doc/tls_mgm.xml (107)
A modules/tls_mgm/doc/tls_mgm_admin.xml (1172)
R modules/tls_mgm/doc/tls_mgm_devel.xml (137)
R modules/tls_mgm/tls.h (137)
R modules/tls_mgm/tls_config.c (0)
R modules/tls_mgm/tls_config.h (13)
A modules/tls_mgm/tls_config_helper.h (25)
R modules/tls_mgm/tls_domain.c (46)
R modules/tls_mgm/tls_domain.h (35)
A modules/tls_mgm/tls_helper.h (36)
A modules/tls_mgm/tls_mgm.c (1152)
R modules/tls_mgm/tls_params.c (0)
R modules/tls_mgm/tls_params.h (0)
R modules/tls_mgm/tls_select.c (0)
R modules/tls_mgm/tls_select.h (0)

-- Patch Links --

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

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


[OpenSIPS-Devel] [OpenSIPS/opensips] cc8296: cachedb_mongodb: update mongo-c-driver info

2015-09-14 Thread Liviu Chircu
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: cc829695d1d5bdc441ec8ed13a1e0b309ea197d5
  
https://github.com/OpenSIPS/opensips/commit/cc829695d1d5bdc441ec8ed13a1e0b309ea197d5
  Author: Liviu Chircu 
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
M modules/cachedb_mongodb/README
M modules/cachedb_mongodb/doc/cachedb_mongodb_admin.xml

  Log Message:
  ---
  cachedb_mongodb: update mongo-c-driver info

Partial cherry-pick from 7b96d7a7


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