[OpenSIPS-Devel] [OpenSIPS/opensips] 98e294: Add {ip.isip4} and {ip.isip6} convenience transfor...

Răzvan Crainea noreply at github.com
Wed Jul 3 03:20:39 EDT 2019


  Branch: refs/heads/coverity_scan
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 98e29442d8c14127614b979169996281f2f7917d
      https://github.com/OpenSIPS/opensips/commit/98e29442d8c14127614b979169996281f2f7917d
  Author: Ryan Bullock <rrb3942 at gmail.com>
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
    M transformations.c
    M transformations.h

  Log Message:
  -----------
  Add {ip.isip4} and {ip.isip6} convenience transformations for quickly checking if the provided string parses to a valid ipv4/ipv6 network address


  Commit: 5ca43f4cc188b21e1039058b31b9bc4865d4ec03
      https://github.com/OpenSIPS/opensips/commit/5ca43f4cc188b21e1039058b31b9bc4865d4ec03
  Author: Ryan Bullock <rrb3942 at gmail.com>
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
    M net/net_tcp.c
    M timer.c

  Log Message:
  -----------
  Only report status if in forking daemon mode


  Commit: a4dfbf5a9aa9b3ea9d256ceb34620e2e6411a3ae
      https://github.com/OpenSIPS/opensips/commit/a4dfbf5a9aa9b3ea9d256ceb34620e2e6411a3ae
  Author: Bogdan Andrei IANCU <bogdan at opensips.org>
  Date:   2019-06-26 (Wed, 26 Jun 2019)

  Changed paths:
    M net/net_tcp.c
    M timer.c

  Log Message:
  -----------
  Merge pull request #1744 from rrb3942/nofork_daemon_error

Only report status if in forking daemon mode


  Commit: 18307225468617272633524ab3985340e711067b
      https://github.com/OpenSIPS/opensips/commit/18307225468617272633524ab3985340e711067b
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2019-06-27 (Thu, 27 Jun 2019)

  Changed paths:
    M statistics.c

  Log Message:
  -----------
  statistics: alocating enough mem for stat name

Commit bc9423713 broke statistics because it was no longer alocating
space for the name of the statistics. This commit fixes the issue.

Thanks go to Maxim Sobolev for reporting this and pointing out the issue!


  Commit: 71d40f9198f83b6f310dcd9e9c5dc11a0b085a3b
      https://github.com/OpenSIPS/opensips/commit/71d40f9198f83b6f310dcd9e9c5dc11a0b085a3b
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2019-06-27 (Thu, 27 Jun 2019)

  Changed paths:
    M modules/rest_client/doc/rest_client_admin.xml

  Log Message:
  -----------
  rest_client: Document the TCP connection reusage behavior


  Commit: 7f226176422c660eb4359171a350161186082d22
      https://github.com/OpenSIPS/opensips/commit/7f226176422c660eb4359171a350161186082d22
  Author: Dan Pascu <dan at ag-projects.com>
  Date:   2019-06-27 (Thu, 27 Jun 2019)

  Changed paths:
    M modules/tls_mgm/tls_mgm.c

  Log Message:
  -----------
  tls_mgm: Fixed bug where domain filters were shown under ip address filters


  Commit: b105886f65b434602ecabac5a4c06de0cce7f4b9
      https://github.com/OpenSIPS/opensips/commit/b105886f65b434602ecabac5a4c06de0cce7f4b9
  Author: Dan Pascu <dan at ag-projects.com>
  Date:   2019-06-27 (Thu, 27 Jun 2019)

  Changed paths:
    M modules/tls_mgm/tls_mgm.c

  Log Message:
  -----------
  tls_mgm: Fixed bug where client domains where missing in tls_list MI output


  Commit: b814fe9152a67d0911ec1732dda80f6ecdc59eea
      https://github.com/OpenSIPS/opensips/commit/b814fe9152a67d0911ec1732dda80f6ecdc59eea
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2019-06-28 (Fri, 28 Jun 2019)

  Changed paths:
    M modules/b2b_entities/b2be_db.c

  Log Message:
  -----------
  [b2b_entitites] Fix crash on empty To display name.

As the To display name may be empty and the DB does not enforce a not NULL, better be ready to read a NULL.
This happens when using db_cachedb + cachedb_mongodb as backend
Closes #1606

(cherry picked from commit 68aaa20113dcbb12c3123108fbe2cbc11f5e7b82)


  Commit: 7fd7f4b5044c3cf649dd8252899d6cc1d6cbdbce
      https://github.com/OpenSIPS/opensips/commit/7fd7f4b5044c3cf649dd8252899d6cc1d6cbdbce
  Author: Bogdan Andrei IANCU <bogdan at opensips.org>
  Date:   2019-06-28 (Fri, 28 Jun 2019)

  Changed paths:
    M transformations.c
    M transformations.h

  Log Message:
  -----------
  Merge pull request #1743 from rrb3942/isip

Add {ip.isip4} and {ip.isip6} convenience transformations


  Commit: 0e116487262b8b53001e5a499e8087311b905a41
      https://github.com/OpenSIPS/opensips/commit/0e116487262b8b53001e5a499e8087311b905a41
  Author: Bogdan Andrei IANCU <bogdan at opensips.org>
  Date:   2019-06-28 (Fri, 28 Jun 2019)

  Changed paths:
    M modules/rr/record.c

  Log Message:
  -----------
  Merge pull request #1738 from varghesepaul/2.4

Do not simply link the buffered lumps, but better clone them -> this …
(cherry picked from commit 08d869bf819d77f5cd18c9eb33330c0afd6d86ec)


  Commit: fa2ceb52b5b2513bedf16df6eaedec7cb1e34755
      https://github.com/OpenSIPS/opensips/commit/fa2ceb52b5b2513bedf16df6eaedec7cb1e34755
  Author: Dan Pascu <dan at ag-projects.com>
  Date:   2019-06-28 (Fri, 28 Jun 2019)

  Changed paths:
    M modules/tls_mgm/tls_mgm.c

  Log Message:
  -----------
  Fixed handling depth issue for certificate chains that are too long


  Commit: b367b7c5db91851b90ae8e5ec13a92ca0c850d16
      https://github.com/OpenSIPS/opensips/commit/b367b7c5db91851b90ae8e5ec13a92ca0c850d16
  Author: Dan Pascu <dan at ag-projects.com>
  Date:   2019-06-28 (Fri, 28 Jun 2019)

  Changed paths:
    M modules/tls_mgm/tls_mgm.c

  Log Message:
  -----------
  tls_mgm: Streamlined reporting of certificate verification errors


  Commit: 42f65b1ca6cb0acaba41a1391c4027bdb922261c
      https://github.com/OpenSIPS/opensips/commit/42f65b1ca6cb0acaba41a1391c4027bdb922261c
  Author: OpenSIPS <github at opensips.org>
  Date:   2019-06-30 (Sun, 30 Jun 2019)

  Changed paths:
    M modules/b2b_entities/README
    M modules/b2b_entities/doc/contributors.xml
    M modules/cpl_c/README
    M modules/cpl_c/doc/contributors.xml
    M modules/db_berkeley/README
    M modules/db_berkeley/doc/contributors.xml
    M modules/db_http/README
    M modules/db_http/doc/contributors.xml
    M modules/db_mysql/README
    M modules/db_mysql/doc/contributors.xml
    M modules/db_oracle/README
    M modules/db_oracle/doc/contributors.xml
    M modules/dialog/README
    M modules/dialog/doc/contributors.xml
    M modules/drouting/README
    M modules/drouting/doc/contributors.xml
    M modules/emergency/README
    M modules/emergency/doc/contributors.xml
    M modules/event_virtual/README
    M modules/event_virtual/doc/contributors.xml
    M modules/mi_html/README
    M modules/mi_html/doc/contributors.xml
    M modules/msilo/README
    M modules/msilo/doc/contributors.xml
    M modules/presence/README
    M modules/presence/doc/contributors.xml
    M modules/python/README
    M modules/python/doc/contributors.xml
    M modules/rest_client/README
    M modules/rest_client/doc/contributors.xml
    M modules/rr/README
    M modules/rr/doc/contributors.xml
    M modules/snmpstats/README
    M modules/snmpstats/doc/contributors.xml
    M modules/sql_cacher/README
    M modules/sql_cacher/doc/contributors.xml
    M modules/tls_mgm/README
    M modules/tls_mgm/doc/contributors.xml
    M modules/tm/README
    M modules/tm/doc/contributors.xml
    M modules/topology_hiding/README
    M modules/topology_hiding/doc/contributors.xml
    M modules/uac_registrant/README
    M modules/uac_registrant/doc/contributors.xml

  Log Message:
  -----------
  Rebuild documentation


  Commit: 3ddae43445cd6f3e3f6d4e9480f1e8c35801d008
      https://github.com/OpenSIPS/opensips/commit/3ddae43445cd6f3e3f6d4e9480f1e8c35801d008
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
    M modules/dialog/dialog.c
    M modules/dialog/dlg_db_handler.c
    M modules/dialog/dlg_db_handler.h

  Log Message:
  -----------
  dialog: load dialogs on child init


  Commit: b9bcc83903a88ce459688e433f63743631ebc3a8
      https://github.com/OpenSIPS/opensips/commit/b9bcc83903a88ce459688e433f63743631ebc3a8
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2019-07-02 (Tue, 02 Jul 2019)

  Changed paths:
    M modules/tm/tm.c

  Log Message:
  -----------
  Fixed missing reset of current transaction holder

The missing reset could lead to wrong access to old transactions when running more than one notification route, one after each other.

Credits for reporting and helping with testing go to Ivailo Dobrev

(cherry picked from commit 88b84e90145b7582be85793b47b7d0456b98831d)


  Commit: d8c03f325993e59242f156de01dffa60cc8324b4
      https://github.com/OpenSIPS/opensips/commit/d8c03f325993e59242f156de01dffa60cc8324b4
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2019-07-02 (Tue, 02 Jul 2019)

  Changed paths:
    M modules/acc/acc.c
    M modules/acc/acc_logic.c
    M modules/acc/acc_logic.h

  Log Message:
  -----------
  acc: fix leak generated by dialog replicated update


  Commit: 0d31e6bd038ae6cfed130e421bb5afbcaa8b5f15
      https://github.com/OpenSIPS/opensips/commit/0d31e6bd038ae6cfed130e421bb5afbcaa8b5f15
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2019-07-02 (Tue, 02 Jul 2019)

  Changed paths:
    M mem/hp_malloc_stats.c
    M mem/hp_malloc_stats.h

  Log Message:
  -----------
  fix stats decremented with unsigned values

Reported by Coverity CID #200104, #200030, #200096, #200091, #200090,
 #200074, #200073, #200049, #200039, #200035, #200032, #200009,
 #200003, #199998, #199996, #199991, #199988, #199986, #199985,
 #199982, #199977, #199970, #199964, #199963, #199960, #199952,
 #199948, #199945, #199941, #199938, #199934, #199923, #199920
 #199913, #199900, #199896


  Commit: 9db6556a7fb1221ffa061fde0bef0a65d5e89c27
      https://github.com/OpenSIPS/opensips/commit/9db6556a7fb1221ffa061fde0bef0a65d5e89c27
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2019-07-02 (Tue, 02 Jul 2019)

  Changed paths:
    M mem/hp_malloc_dyn.h

  Log Message:
  -----------
  mem/hp: remove useless debugging


  Commit: a9b238fcbe1c41337f0b46af855b78cbfc08f335
      https://github.com/OpenSIPS/opensips/commit/a9b238fcbe1c41337f0b46af855b78cbfc08f335
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2019-07-02 (Tue, 02 Jul 2019)

  Changed paths:
    M mem/rpm_mem.c

  Log Message:
  -----------
  mem/rpm: fix double close

Reported by Coverity CID #199936


  Commit: 8313f6d1c577044cb63bf80fba4674b00c00a66d
      https://github.com/OpenSIPS/opensips/commit/8313f6d1c577044cb63bf80fba4674b00c00a66d
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2019-07-03 (Wed, 03 Jul 2019)

  Changed paths:
    M mem/hp_malloc_dyn.h
    M mem/hp_malloc_stats.c
    M mem/hp_malloc_stats.h
    M mem/rpm_mem.c
    M modules/acc/acc.c
    M modules/acc/acc_logic.c
    M modules/acc/acc_logic.h
    M modules/b2b_entities/README
    M modules/b2b_entities/b2be_db.c
    M modules/b2b_entities/doc/contributors.xml
    M modules/cpl_c/README
    M modules/cpl_c/doc/contributors.xml
    M modules/db_berkeley/README
    M modules/db_berkeley/doc/contributors.xml
    M modules/db_http/README
    M modules/db_http/doc/contributors.xml
    M modules/db_mysql/README
    M modules/db_mysql/doc/contributors.xml
    M modules/db_oracle/README
    M modules/db_oracle/doc/contributors.xml
    M modules/dialog/README
    M modules/dialog/dialog.c
    M modules/dialog/dlg_db_handler.c
    M modules/dialog/dlg_db_handler.h
    M modules/dialog/doc/contributors.xml
    M modules/drouting/README
    M modules/drouting/doc/contributors.xml
    M modules/emergency/README
    M modules/emergency/doc/contributors.xml
    M modules/event_virtual/README
    M modules/event_virtual/doc/contributors.xml
    M modules/mi_html/README
    M modules/mi_html/doc/contributors.xml
    M modules/msilo/README
    M modules/msilo/doc/contributors.xml
    M modules/presence/README
    M modules/presence/doc/contributors.xml
    M modules/python/README
    M modules/python/doc/contributors.xml
    M modules/rest_client/README
    M modules/rest_client/doc/contributors.xml
    M modules/rest_client/doc/rest_client_admin.xml
    M modules/rr/README
    M modules/rr/doc/contributors.xml
    M modules/rr/record.c
    M modules/snmpstats/README
    M modules/snmpstats/doc/contributors.xml
    M modules/sql_cacher/README
    M modules/sql_cacher/doc/contributors.xml
    M modules/tls_mgm/README
    M modules/tls_mgm/doc/contributors.xml
    M modules/tls_mgm/tls_mgm.c
    M modules/tm/README
    M modules/tm/doc/contributors.xml
    M modules/tm/tm.c
    M modules/topology_hiding/README
    M modules/topology_hiding/doc/contributors.xml
    M modules/uac_registrant/README
    M modules/uac_registrant/doc/contributors.xml
    M net/net_tcp.c
    M statistics.c
    M timer.c
    M transformations.c
    M transformations.h

  Log Message:
  -----------
  Merge branch 'master' into coverity_scan


Compare: https://github.com/OpenSIPS/opensips/compare/37018bec5028...8313f6d1c577



More information about the Devel mailing list