Module: kamailio
Branch: 5.2
Commit: 0afa37d08b83a050152bbfec9e8ac764e78fd97a
URL: https://github.com/kamailio/kamailio/commit/0afa37d08b83a050152bbfec9e8ac76…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-10-09T18:01:29+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/textopsx/README
---
Diff: https://github.com/kamailio/kamailio/commit/0afa37d08b83a050152bbfec9e8ac76…
Patch: https://github.com/kamailio/kamailio/commit/0afa37d08b83a050152bbfec9e8ac76…
---
diff --git a/src/modules/textopsx/README b/src/modules/textopsx/README
index bd0328b446..fdd95cd8e9 100644
--- a/src/modules/textopsx/README
+++ b/src/modules/textopsx/README
@@ -92,6 +92,10 @@ Chapter 1. Admin Guide
routing block configurations. It adds new features similar to the
textops module (textops eXtentions).
+ Note: If you add or remove message parts (header, body etc..) it may be
+ required to execute msg_apply_changes() from this module if there are
+ other operations done on the SIP message later on.
+
2. Functions
2.1. msg_apply_changes()
Module: kamailio
Branch: 5.1
Commit: a600953cef1c1ab9bb4d30f485f51ba9c188f460
URL: https://github.com/kamailio/kamailio/commit/a600953cef1c1ab9bb4d30f485f51ba…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-10-09T17:57:23+02:00
texopsx: extend docs with a small note about msg_apply_changes()
(cherry picked from commit 899b826bcf2ebe0197fae5766962e0c193c585ec)
---
Modified: src/modules/textopsx/doc/textopsx.xml
---
Diff: https://github.com/kamailio/kamailio/commit/a600953cef1c1ab9bb4d30f485f51ba…
Patch: https://github.com/kamailio/kamailio/commit/a600953cef1c1ab9bb4d30f485f51ba…
---
diff --git a/src/modules/textopsx/doc/textopsx.xml b/src/modules/textopsx/doc/textopsx.xml
index b7fe0d14a8..1967229ac1 100644
--- a/src/modules/textopsx/doc/textopsx.xml
+++ b/src/modules/textopsx/doc/textopsx.xml
@@ -37,6 +37,11 @@
in routing block configurations.
It adds new features similar to the textops module (textops eXtentions).
</para>
+ <para>
+ Note: If you add or remove message parts (header, body etc..) it
+ may be required to execute msg_apply_changes() from this module
+ if there are other operations done on the SIP message later on.
+ </para>
</section>
<xi:include href="functions.xml"/>
Module: kamailio
Branch: 5.2
Commit: 698e21f29b25c432057c4792d8134a4e953efeb9
URL: https://github.com/kamailio/kamailio/commit/698e21f29b25c432057c4792d8134a4…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-10-09T17:57:03+02:00
texopsx: extend docs with a small note about msg_apply_changes()
(cherry picked from commit 899b826bcf2ebe0197fae5766962e0c193c585ec)
---
Modified: src/modules/textopsx/doc/textopsx.xml
---
Diff: https://github.com/kamailio/kamailio/commit/698e21f29b25c432057c4792d8134a4…
Patch: https://github.com/kamailio/kamailio/commit/698e21f29b25c432057c4792d8134a4…
---
diff --git a/src/modules/textopsx/doc/textopsx.xml b/src/modules/textopsx/doc/textopsx.xml
index b7fe0d14a8..1967229ac1 100644
--- a/src/modules/textopsx/doc/textopsx.xml
+++ b/src/modules/textopsx/doc/textopsx.xml
@@ -37,6 +37,11 @@
in routing block configurations.
It adds new features similar to the textops module (textops eXtentions).
</para>
+ <para>
+ Note: If you add or remove message parts (header, body etc..) it
+ may be required to execute msg_apply_changes() from this module
+ if there are other operations done on the SIP message later on.
+ </para>
</section>
<xi:include href="functions.xml"/>
Module: kamailio
Branch: 5.2
Commit: 4006c2cc53818f52a9a3211c3906d5a7c829970e
URL: https://github.com/kamailio/kamailio/commit/4006c2cc53818f52a9a3211c3906d5a…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-10-09T17:16:26+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/tls/README
---
Diff: https://github.com/kamailio/kamailio/commit/4006c2cc53818f52a9a3211c3906d5a…
Patch: https://github.com/kamailio/kamailio/commit/4006c2cc53818f52a9a3211c3906d5a…
---
diff --git a/src/modules/tls/README b/src/modules/tls/README
index 5a0d9dab1f..d028ca7e45 100644
--- a/src/modules/tls/README
+++ b/src/modules/tls/README
@@ -1431,12 +1431,12 @@ end
The following options are avaialble:
* krand - use internal kam_rand() function
- * fastrand - use internal fastrand function
- * cryptorand - use internal cryptorand (fortuna) function
+ * fastrand - use internal fastrand (ISAAC) function
+ * cryptorand - use internal cryptorand (Fortuna) function
Note: the krand and fastrand engines are not recommended for use on
systems requiring strong security, as they may not generate numbers
- with enough randomness.
+ with enough randomness and are not cryptographically secure.
The default value is empty (not set) for libssl v1.0.x or older, and
"cryptorand" for libssl v1.1.x or newer.
Module: kamailio
Branch: 5.2
Commit: 6170ca3bb3f309bd20061fc7eb747631c405980d
URL: https://github.com/kamailio/kamailio/commit/6170ca3bb3f309bd20061fc7eb74763…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-10-09T17:01:51+02:00
tls: small extensions in parameter docs related to PRNG engines
(cherry picked from commit 6fb06e5f71bdf1b7fc689701a57f543e34836812)
---
Modified: src/modules/tls/doc/params.xml
---
Diff: https://github.com/kamailio/kamailio/commit/6170ca3bb3f309bd20061fc7eb74763…
Patch: https://github.com/kamailio/kamailio/commit/6170ca3bb3f309bd20061fc7eb74763…
---
diff --git a/src/modules/tls/doc/params.xml b/src/modules/tls/doc/params.xml
index dc6494c2db..c6ec3b067d 100644
--- a/src/modules/tls/doc/params.xml
+++ b/src/modules/tls/doc/params.xml
@@ -1258,13 +1258,13 @@ end
</para>
<itemizedlist>
<listitem><para>krand - use internal kam_rand() function</para></listitem>
- <listitem><para>fastrand - use internal fastrand function</para></listitem>
- <listitem><para>cryptorand - use internal cryptorand (fortuna) function</para></listitem>
+ <listitem><para>fastrand - use internal fastrand (ISAAC) function</para></listitem>
+ <listitem><para>cryptorand - use internal cryptorand (Fortuna) function</para></listitem>
</itemizedlist>
<para>
Note: the krand and fastrand engines are not recommended for use on
systems requiring strong security, as they may not generate numbers
- with enough randomness.
+ with enough randomness and are not cryptographically secure.
</para>
<para>
The default value is empty (not set) for libssl v1.0.x or older, and
Module: kamailio
Branch: 5.3
Commit: 6fb06e5f71bdf1b7fc689701a57f543e34836812
URL: https://github.com/kamailio/kamailio/commit/6fb06e5f71bdf1b7fc689701a57f543…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-10-09T15:47:05+02:00
tls: small extensions in parameter docs related to PRNG engines
---
Modified: src/modules/tls/doc/params.xml
---
Diff: https://github.com/kamailio/kamailio/commit/6fb06e5f71bdf1b7fc689701a57f543…
Patch: https://github.com/kamailio/kamailio/commit/6fb06e5f71bdf1b7fc689701a57f543…
---
diff --git a/src/modules/tls/doc/params.xml b/src/modules/tls/doc/params.xml
index dc6494c2db..c6ec3b067d 100644
--- a/src/modules/tls/doc/params.xml
+++ b/src/modules/tls/doc/params.xml
@@ -1258,13 +1258,13 @@ end
</para>
<itemizedlist>
<listitem><para>krand - use internal kam_rand() function</para></listitem>
- <listitem><para>fastrand - use internal fastrand function</para></listitem>
- <listitem><para>cryptorand - use internal cryptorand (fortuna) function</para></listitem>
+ <listitem><para>fastrand - use internal fastrand (ISAAC) function</para></listitem>
+ <listitem><para>cryptorand - use internal cryptorand (Fortuna) function</para></listitem>
</itemizedlist>
<para>
Note: the krand and fastrand engines are not recommended for use on
systems requiring strong security, as they may not generate numbers
- with enough randomness.
+ with enough randomness and are not cryptographically secure.
</para>
<para>
The default value is empty (not set) for libssl v1.0.x or older, and