[OpenSIPS-Devel] [OpenSIPS/opensips] a2e73b: fix WS SRV scheme according to the draft

Razvan Crainea razvan at opensips.org
Wed Sep 16 12:46:36 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a2e73ba9741c6304625e4120b30f45fce48356a4
      https://github.com/OpenSIPS/opensips/commit/a2e73ba9741c6304625e4120b30f45fce48356a4
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-09-02 (Wed, 02 Sep 2015)

  Changed paths:
    M config.h

  Log Message:
  -----------
  fix WS SRV scheme according to the draft


  Commit: a889f1e46b0282c24b46270d3cd2bb8df9b040d7
      https://github.com/OpenSIPS/opensips/commit/a889f1e46b0282c24b46270d3cd2bb8df9b040d7
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
    M modules/proto_ws/proto_ws.c
    R modules/proto_ws/ws.c
    R modules/proto_ws/ws.h
    A modules/proto_ws/ws_common.h
    A modules/proto_ws/ws_common_defs.h
    R modules/proto_ws/ws_handshake.c
    A modules/proto_ws/ws_handshake_common.h
    M modules/proto_ws/ws_tcp.c
    M modules/proto_ws/ws_tcp.h

  Log Message:
  -----------
  proto_ws: refactor code

Split the connection specific logic from the WS implementation


  Commit: f36a8a1735f273ac2cee1b0c7b97b7381612903c
      https://github.com/OpenSIPS/opensips/commit/f36a8a1735f273ac2cee1b0c7b97b7381612903c
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
    M config.h
    M ip_addr.h
    M msg_translator.c
    M parser/parse_via.c
    M resolve.c
    M socket_info.h

  Log Message:
  -----------
  add secure websocket support in parser


  Commit: 85c42c22793bdb9cb78d935d50301185cf92aa15
      https://github.com/OpenSIPS/opensips/commit/85c42c22793bdb9cb78d935d50301185cf92aa15
  Author: Ryan Bullock <rrb3942 at gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/cachedb_couchbase/cachedb_couchbase_dbase.c

  Log Message:
  -----------
  Remove use of deprecated synchronous mode in couchbase


  Commit: c86c3866d01124f4b39602fe598356afd981a3e9
      https://github.com/OpenSIPS/opensips/commit/c86c3866d01124f4b39602fe598356afd981a3e9
  Author: Steve Frécinaux <sfrecinaux at beip.be>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M packaging/debian/opensips.init

  Log Message:
  -----------
  Debian: make the init script use LSB functions.

This is more consistent with the other init scripts, and most
importantly fixes the behaviour of the init script when it comes to
systemd-enabled systems.


  Commit: eeeadd3bfcdfb9b8c2af4b80dd3dcb1a3a912f67
      https://github.com/OpenSIPS/opensips/commit/eeeadd3bfcdfb9b8c2af4b80dd3dcb1a3a912f67
  Author: Steve Frécinaux <sfrecinaux at beip.be>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M packaging/debian/control

  Log Message:
  -----------
  Debian: do not make opensips-module-mysql depend on mysql-client

This makes it impossible to use opensips with mariadb.


  Commit: 185c15d5e88d74a0af22b764a3ec37027c5bff57
      https://github.com/OpenSIPS/opensips/commit/185c15d5e88d74a0af22b764a3ec37027c5bff57
  Author: Steve Frécinaux <sfrecinaux at beip.be>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M packaging/debian/control
    M packaging/debian/rules

  Log Message:
  -----------
  Debian: update dependencies to build on Jessie.

Unfortunately, the lua module doesn't build anymore because it depends
on libmemcache, which is not present in Jessie. The other
memcached-related modules depend on libmemcached, which is fine.

See https://github.com/OpenSIPS/opensips/issues/580


  Commit: ee9dfb5f638e6ae0d9589c592caee0f89189e138
      https://github.com/OpenSIPS/opensips/commit/ee9dfb5f638e6ae0d9589c592caee0f89189e138
  Author: Steve Frécinaux <sfrecinaux at beip.be>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M packaging/debian/changelog
    A packaging/debian/opensips.service
    A packaging/debian/opensips.tmpfile

  Log Message:
  -----------
  Debian: add systemd unit file.

This unit file supports the configuration check before restart and
retains the P_MEMORY and S_MEMORY variable usage.

Since both the systemd configuration and the init script take care of
creating /var/run/opensips, the opensips.dirs file has been removed.


  Commit: 9144672ebd41435ba06893c38f26258110c3d61b
      https://github.com/OpenSIPS/opensips/commit/9144672ebd41435ba06893c38f26258110c3d61b
  Author: Steve Frécinaux <sfrecinaux at beip.be>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M packaging/debian/changelog
    M packaging/debian/control

  Log Message:
  -----------
  Debian: add package opensips-rest-module

This package contains the rest_client.so module.


  Commit: c1c277a06fef84ab33c7487e06a0c9551dba72f9
      https://github.com/OpenSIPS/opensips/commit/c1c277a06fef84ab33c7487e06a0c9551dba72f9
  Author: Cerghit Ionel <ionel.cerghit at gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M fastlock.h
    M futex_lock.h
    M lock_ops.h
    M net/net_tcp.c
    M version.h

  Log Message:
  -----------
  lock_ops.h: added support for debugging locks

with the flag DBG_LOCK set(from menuconfig for example), with each
lock will be stored information regarding the place from where the
lock was aquired (file, function, line)


  Commit: cb18eb6c155093ed633cbf9f4e8fd4ae6be84f17
      https://github.com/OpenSIPS/opensips/commit/cb18eb6c155093ed633cbf9f4e8fd4ae6be84f17
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M net/proto_udp/proto_udp.c

  Log Message:
  -----------
  Re-try the writing on EAGAIN.

As the UDP sockets were moved to non blocking, sendto() may generate EAGAIN if the prev write operation was not yet completed by the stack.


  Commit: 72356290846e3baa936b9ff43459206a3015b1bb
      https://github.com/OpenSIPS/opensips/commit/72356290846e3baa936b9ff43459206a3015b1bb
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M packaging/debian/copyright

  Log Message:
  -----------
  copyright: remove flex generated files


  Commit: 9df20a3d6a6655b3d66884f8f439b5c868557e8b
      https://github.com/OpenSIPS/opensips/commit/9df20a3d6a6655b3d66884f8f439b5c868557e8b
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  travis: run in containers


  Commit: 62d4ace0039a73f7dfb8634391151372ca39db96
      https://github.com/OpenSIPS/opensips/commit/62d4ace0039a73f7dfb8634391151372ca39db96
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M packaging/debian/copyright

  Log Message:
  -----------
  copyright: remove duplicate license


  Commit: 6af5a118e301b87debc2a0d889a6db7f65224ab9
      https://github.com/OpenSIPS/opensips/commit/6af5a118e301b87debc2a0d889a6db7f65224ab9
  Author: Cerghit Ionel <ionel.cerghit at gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M lock_ops.h

  Log Message:
  -----------
  lock_ops.h: fixed typo for SYSV semaphores


  Commit: 2b5aeb077711a9be85a17007d7f3546d1c2d408f
      https://github.com/OpenSIPS/opensips/commit/2b5aeb077711a9be85a17007d7f3546d1c2d408f
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/perl/Makefile

  Log Message:
  -----------
  perl: Makefile NICER implementation


  Commit: 0bbb09992c7450e348c1ac8cabfe4bd691db3b64
      https://github.com/OpenSIPS/opensips/commit/0bbb09992c7450e348c1ac8cabfe4bd691db3b64
  Author: Bogdan Andrei IANCU <bogdan at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/nathelper/nathelper.c

  Log Message:
  -----------
  Merge pull request #588 from jalung/patch-4

Update nathelper.c
(cherry picked from commit 079de59850d9b9e199c5ff5285ba11600a8d2faf)


  Commit: c8ecd8c8bb27d3f3864e408169317b385d72cf40
      https://github.com/OpenSIPS/opensips/commit/c8ecd8c8bb27d3f3864e408169317b385d72cf40
  Author: Saúl Ibarra Corretgé <saghul at gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M Makefile.defs

  Log Message:
  -----------
  build: fix setting HOST_ARCH on Solaris


  Commit: b0f65d10e8dcdf8c41374d7372d8fb18e60b9ec8
      https://github.com/OpenSIPS/opensips/commit/b0f65d10e8dcdf8c41374d7372d8fb18e60b9ec8
  Author: Saúl Ibarra Corretgé <saghul at gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M Makefile.defs

  Log Message:
  -----------
  build: fix setting LIBDIR correctly


  Commit: b8cfd17ec951241ea5ce3366cf9a90eb7b5ee968
      https://github.com/OpenSIPS/opensips/commit/b8cfd17ec951241ea5ce3366cf9a90eb7b5ee968
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/nathelper/README
    M modules/nathelper/doc/nathelper_admin.xml
    M modules/nathelper/nathelper.c
    A modules/nathelper/nh_locks.h
    A modules/nathelper/nh_table.c
    A modules/nathelper/nh_table.h
    M modules/nathelper/sip_pinger.h

  Log Message:
  -----------
  stateful ping for nathelper


  Commit: d6d5b83fda32746439702266430934a1f1a33873
      https://github.com/OpenSIPS/opensips/commit/d6d5b83fda32746439702266430934a1f1a33873
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/nathelper/nathelper.c
    M modules/nathelper/sip_pinger.h

  Log Message:
  -----------
  fix unique label in nathelper


  Commit: 633f6b66e7b532edb1d38b84459c81cce9d2a4d8
      https://github.com/OpenSIPS/opensips/commit/633f6b66e7b532edb1d38b84459c81cce9d2a4d8
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M ut.h

  Log Message:
  -----------
  added hex2int 64 bit versions


  Commit: 440b44fa578a6d2b42909effee74798eddf9a793
      https://github.com/OpenSIPS/opensips/commit/440b44fa578a6d2b42909effee74798eddf9a793
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M Makefile.conf.template

  Log Message:
  -----------
  DBG_LOCK compile flag: Add menuconfig help line


  Commit: 1586af274138a89653a2936c7f380f1d2eb0d985
      https://github.com/OpenSIPS/opensips/commit/1586af274138a89653a2936c7f380f1d2eb0d985
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M menuconfig/curses.c
    M menuconfig/main.c
    M menuconfig/parser.c

  Log Message:
  -----------
  Fix `make menuconfig` compile warnings


  Commit: 9fad08f96e1df5df7cf810ab0cbf109c48408642
      https://github.com/OpenSIPS/opensips/commit/9fad08f96e1df5df7cf810ab0cbf109c48408642
  Author: Di-Shi Sun <di-shi at transnexus.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/osp/Makefile
    M modules/osp/README
    M modules/osp/RELEASE-NOTES.txt
    M modules/osp/destination.c
    M modules/osp/destination.h
    M modules/osp/doc/osp_admin.xml
    M modules/osp/etc/sample-osp-opensips.cfg
    M modules/osp/globals.c
    M modules/osp/orig_transaction.c
    M modules/osp/orig_transaction.h
    M modules/osp/osp_mod.c
    M modules/osp/osp_mod.h
    M modules/osp/sipheader.c
    M modules/osp/sipheader.h
    M modules/osp/term_transaction.c
    M modules/osp/usage.c
    M modules/osp/usage.h

  Log Message:
  -----------
  1. Updated to support reporting media addresses, proxy local addresses
and provider post dial delay.
2. Updated to support CNAM.


  Commit: 752dfc29494986ecdfaa5006047b27cb62f1fdc9
      https://github.com/OpenSIPS/opensips/commit/752dfc29494986ecdfaa5006047b27cb62f1fdc9
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/usrloc/ul_mi.c

  Log Message:
  -----------
  Fix callid for "ul_add" MI command.

As now the callid is updatable, we need to provide a callid string.
Reported by Stas Kobzar

(cherry picked from commit 02e886f34ba0a6a147ef4fda0035fb1179bbf835)


  Commit: 003823195be1147f925feeb02da08441bf0d7132
      https://github.com/OpenSIPS/opensips/commit/003823195be1147f925feeb02da08441bf0d7132
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/db_sqlite/my_con.c
    M modules/db_sqlite/res.c

  Log Message:
  -----------
  fix possible leak cause by sqlite3_closev2; easier to understand error message on sqlite3_column_metadata


  Commit: fbc2f788ed1d73762fd9f02a0c548ec373bf702c
      https://github.com/OpenSIPS/opensips/commit/fbc2f788ed1d73762fd9f02a0c548ec373bf702c
  Author: Ovidiu Sas <osas at voipembedded.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/nathelper/nathelper.c
    M modules/nathelper/sip_pinger.h

  Log Message:
  -----------
  nathelper: fix some -Wformat compiler warnings


  Commit: 7a3230137421c637495dca2cfd9ba82d70b2b113
      https://github.com/OpenSIPS/opensips/commit/7a3230137421c637495dca2cfd9ba82d70b2b113
  Author: Eseanu Marius Cristian <eseanu.cristian at gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/proto_tls/proto_tls.c
    R modules/proto_tls/tls.h
    R modules/proto_tls/tls_config.c
    R modules/proto_tls/tls_config.h
    R modules/proto_tls/tls_domain.c
    R modules/proto_tls/tls_domain.h
    R modules/proto_tls/tls_params.c
    R modules/proto_tls/tls_params.h
    R modules/proto_tls/tls_select.c
    R modules/proto_tls/tls_select.h
    M modules/proto_tls/tls_server.c
    M modules/proto_tls/tls_server.h
    A modules/tls_mgm/Makefile
    A modules/tls_mgm/api.h
    A modules/tls_mgm/tls.h
    A modules/tls_mgm/tls_config.c
    A modules/tls_mgm/tls_config.h
    A modules/tls_mgm/tls_config_helper.h
    A modules/tls_mgm/tls_domain.c
    A modules/tls_mgm/tls_domain.h
    A modules/tls_mgm/tls_helper.h
    A modules/tls_mgm/tls_mgm.c
    A modules/tls_mgm/tls_params.c
    A modules/tls_mgm/tls_params.h
    A modules/tls_mgm/tls_select.c
    A modules/tls_mgm/tls_select.h

  Log Message:
  -----------
  proto_tls: new module tls_mgm


  Commit: 2f6ababba7e1b7a42d156a46cd39b91e92dbfcf6
      https://github.com/OpenSIPS/opensips/commit/2f6ababba7e1b7a42d156a46cd39b91e92dbfcf6
  Author: Vlad Paiu <vladpaiu at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/dialog/dlg_handlers.c
    M modules/dialog/dlg_hash.h
    M modules/dialog/dlg_req_within.c
    M modules/uac/auth.c
    M modules/uac/uac.c

  Log Message:
  -----------
  Fixed increasing the CSEQ for in-dialog generated message when uac_auth is used in combination with the dialog module

(cherry picked from commit d9d254a2fe93700748dd4cc5268409647a209e7f)


  Commit: 6bf0cffceae952f1235a3c31b197d2d606426cca
      https://github.com/OpenSIPS/opensips/commit/6bf0cffceae952f1235a3c31b197d2d606426cca
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M Makefile
    M packaging/debian/changelog
    M packaging/debian/control
    M packaging/debian/copyright
    M packaging/debian/opensips.service
    M packaging/debian/rules

  Log Message:
  -----------
  packaging: fix to properly build on jessie


  Commit: 1d411bb00945f479c6c7644ed5ebe4e0e590b952
      https://github.com/OpenSIPS/opensips/commit/1d411bb00945f479c6c7644ed5ebe4e0e590b952
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/dialog/dlg_profile.c

  Log Message:
  -----------
  dialog: return 0 profile size if no value in cache

Reported by Damien Sanders
Closes #562


  Commit: 3a80eb4f3614337502c871bacf6950e981e07d32
      https://github.com/OpenSIPS/opensips/commit/3a80eb4f3614337502c871bacf6950e981e07d32
  Author: root <evillaron at gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/emergency/emergency_methods.c
    M modules/emergency/emergency_methods.h
    M modules/emergency/hash.c
    M modules/emergency/hash.h
    M modules/emergency/http_emergency.c
    M modules/emergency/http_emergency.h
    M modules/emergency/model.h
    M modules/emergency/notifier_emergency.c
    M modules/emergency/notifier_emergency.h
    M modules/emergency/post_curl.c
    M modules/emergency/post_curl.h
    M modules/emergency/report_emergency.c
    M modules/emergency/report_emergency.h
    M modules/emergency/sip_emergency.c
    M modules/emergency/sip_emergency.h
    M modules/emergency/subscriber_emergency.c
    M modules/emergency/subscriber_emergency.h
    M modules/emergency/xml_parser.c
    M modules/emergency/xml_parser.h

  Log Message:
  -----------
  emergency -- last test cases


  Commit: 35343cd700f9abb8a848868aa2424930512b65b1
      https://github.com/OpenSIPS/opensips/commit/35343cd700f9abb8a848868aa2424930512b65b1
  Author: Eseanu Marius Cristian <eseanu.cristian at gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/proto_tls/proto_tls.c

  Log Message:
  -----------
  proto_tls: added tls_mgm dependency; simplified tls_conn_init


  Commit: b2b25a1c29b72495976e422d9c1c0a95af155d0e
      https://github.com/OpenSIPS/opensips/commit/b2b25a1c29b72495976e422d9c1c0a95af155d0e
  Author: Eseanu Marius Cristian <eseanu.cristian at gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/tls_mgm/tls_domain.c
    M modules/tls_mgm/tls_domain.h
    M modules/tls_mgm/tls_mgm.c

  Log Message:
  -----------
  tls_mgm: fixed exports; improved find_server_domain api function


  Commit: ace2d5fa5f8f56c01b753264bcc26cb2719351ba
      https://github.com/OpenSIPS/opensips/commit/ace2d5fa5f8f56c01b753264bcc26cb2719351ba
  Author: Eseanu Marius Cristian <eseanu.cristian at gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/proto_tls/README
    M modules/proto_tls/doc/proto_tls.xml
    M modules/proto_tls/doc/proto_tls_admin.xml
    M modules/proto_tls/doc/proto_tls_devel.xml

  Log Message:
  -----------
  proto_tls: readme updated


  Commit: b9b4aabf4433700708d2c201a2628cef1b4b9411
      https://github.com/OpenSIPS/opensips/commit/b9b4aabf4433700708d2c201a2628cef1b4b9411
  Author: Eseanu Marius Cristian <eseanu.cristian at gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    A modules/tls_mgm/README
    A modules/tls_mgm/doc/tls_mgm.xml
    A modules/tls_mgm/doc/tls_mgm_admin.xml
    A modules/tls_mgm/doc/tls_mgm_devel.xml

  Log Message:
  -----------
  tls_mgm: added readme


  Commit: 5da100b59b4c2e0efcafd1e14f102c2fe025f998
      https://github.com/OpenSIPS/opensips/commit/5da100b59b4c2e0efcafd1e14f102c2fe025f998
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M modules/acc/acc.c
    M modules/emergency/emergency_methods.c
    M modules/emergency/emergency_methods.h
    M modules/emergency/hash.c
    M modules/emergency/hash.h
    M modules/emergency/http_emergency.c
    M modules/emergency/http_emergency.h
    M modules/emergency/model.h
    M modules/emergency/notifier_emergency.c
    M modules/emergency/notifier_emergency.h
    M modules/emergency/post_curl.c
    M modules/emergency/post_curl.h
    M modules/emergency/report_emergency.c
    M modules/emergency/report_emergency.h
    M modules/emergency/sip_emergency.c
    M modules/emergency/sip_emergency.h
    M modules/emergency/subscriber_emergency.c
    M modules/emergency/subscriber_emergency.h
    M modules/emergency/xml_parser.c
    M modules/emergency/xml_parser.h

  Log Message:
  -----------
  emergency: fix compile warning


  Commit: d71e8f2cb20f65e943b610c53ec73439d4402a36
      https://github.com/OpenSIPS/opensips/commit/d71e8f2cb20f65e943b610c53ec73439d4402a36
  Author: Eseanu Marius Cristian <eseanu.cristian at gmail.com>
  Date:   2015-09-14 (Mon, 14 Sep 2015)

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

  Log Message:
  -----------
  tls_mgm: update dependency list; modify mod_init


  Commit: a9486e5e01574031d923262deedddae87a31100d
      https://github.com/OpenSIPS/opensips/commit/a9486e5e01574031d923262deedddae87a31100d
  Author: Razvan Crainea <razvan at opensips.org>
  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 <razvan at opensips.org>
  Date:   2015-09-14 (Mon, 14 Sep 2015)

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

  Log Message:
  -----------
  ssl cert: remove passphrase


  Commit: 5ff322dfcf6502b965917ad8779a14d3ed041856
      https://github.com/OpenSIPS/opensips/commit/5ff322dfcf6502b965917ad8779a14d3ed041856
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-09-15 (Tue, 15 Sep 2015)

  Changed paths:
    M Makefile.defs

  Log Message:
  -----------
  Makefile-readme: allow different xsl-stylesheets versions


  Commit: 878f79e49a3c6dbef670e02a891c6f1612175138
      https://github.com/OpenSIPS/opensips/commit/878f79e49a3c6dbef670e02a891c6f1612175138
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-09-15 (Tue, 15 Sep 2015)

  Changed paths:
    M modules/proto_tls/README
    M modules/proto_tls/doc/proto_tls.xml
    M modules/proto_tls/doc/proto_tls_admin.xml
    M modules/tls_mgm/README
    M modules/tls_mgm/doc/tls_mgm_admin.xml

  Log Message:
  -----------
  tls-modules: update readme


  Commit: 72926c21780712fabd00a86dafeb292fde656b28
      https://github.com/OpenSIPS/opensips/commit/72926c21780712fabd00a86dafeb292fde656b28
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-09-16 (Wed, 16 Sep 2015)

  Changed paths:
    M Makefile.defs
    M config.h
    M etc/tls/rootCA/private/cakey.pem
    M ip_addr.h
    M modules/proto_tls/README
    M modules/proto_tls/doc/proto_tls.xml
    M modules/proto_tls/doc/proto_tls_admin.xml
    M modules/proto_tls/doc/proto_tls_devel.xml
    M modules/proto_tls/proto_tls.c
    R modules/proto_tls/tls_config.c
    R modules/proto_tls/tls_config.h
    R modules/proto_tls/tls_domain.c
    R modules/proto_tls/tls_domain.h
    R modules/proto_tls/tls_params.c
    R modules/proto_tls/tls_params.h
    R modules/proto_tls/tls_select.c
    R modules/proto_tls/tls_select.h
    M modules/proto_tls/tls_server.c
    M modules/proto_tls/tls_server.h
    M modules/proto_ws/proto_ws.c
    R modules/proto_ws/ws.c
    R modules/proto_ws/ws.h
    A modules/proto_ws/ws_common.h
    A modules/proto_ws/ws_common_defs.h
    R modules/proto_ws/ws_handshake.c
    A modules/proto_ws/ws_handshake_common.h
    M modules/proto_ws/ws_tcp.c
    M modules/proto_ws/ws_tcp.h
    A modules/tls_mgm/Makefile
    A modules/tls_mgm/README
    A modules/tls_mgm/api.h
    A modules/tls_mgm/doc/tls_mgm.xml
    A modules/tls_mgm/doc/tls_mgm_admin.xml
    A modules/tls_mgm/doc/tls_mgm_devel.xml
    A modules/tls_mgm/tls.h
    A modules/tls_mgm/tls_config.c
    A modules/tls_mgm/tls_config.h
    A modules/tls_mgm/tls_config_helper.h
    A modules/tls_mgm/tls_domain.c
    A modules/tls_mgm/tls_domain.h
    A modules/tls_mgm/tls_helper.h
    A modules/tls_mgm/tls_mgm.c
    A modules/tls_mgm/tls_params.c
    A modules/tls_mgm/tls_params.h
    A modules/tls_mgm/tls_select.c
    A modules/tls_mgm/tls_select.h
    M msg_translator.c
    M packaging/debian/control
    M parser/parse_via.c
    M resolve.c
    M socket_info.h

  Log Message:
  -----------
  Merge branch 'tls-rework'


Compare: https://github.com/OpenSIPS/opensips/compare/67143b16e7d1...72926c217807


More information about the Devel mailing list