Module: kamailio
Branch: master
Commit: e7faf1eef73beee0a1e689623e37ac6b546eff96
URL: https://github.com/kamailio/kamailio/commit/e7faf1eef73beee0a1e689623e37ac6…
Author: AndreasHuber-CH <andreas.huber(a)nagra.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-05-23T11:37:21+02:00
auth: added option to use SHA-256 encryption algorithm for digest authentication
- the module paramter "algorithm" was added with the possible values "",
"MD5" or "SHA-256".
- it allows chosing between MD5 or SHA-256 hash algorithm for digest
authentication.
- the configured algorithm is advertised in the challenge header.
- the default values is "" which omits the algorithm field in the
challenge header and uses MD5 for digest authentication.
- submitted via GH pull request #628
---
Added: modules/auth/rfc2617_sha256.c
Added: modules/auth/rfc2617_sha256.h
Modified: modules/auth/Makefile
Modified: modules/auth/api.c
Modified: modules/auth/auth_mod.c
Modified: modules/auth/auth_mod.h
Modified: modules/auth/doc/auth_params.xml
Modified: modules/auth/rfc2617.c
Modified: modules/auth/rfc2617.h
---
Diff: https://github.com/kamailio/kamailio/commit/e7faf1eef73beee0a1e689623e37ac6…
Patch: https://github.com/kamailio/kamailio/commit/e7faf1eef73beee0a1e689623e37ac6…
i noticed that debian jessie systemd is highjacking
/etc/init.d/kamailio status
action. It can be prevented by including
_SYSTEMCTL_SKIP_REDIRECT=true
in the beginning of the script.
that does not matter except that console messages are missing, but if
someone wants to have a more sophisticated status check, e.g., check
that kamailio processes not only exist, but are also able to process sip
requests, then the above statement is needed.
-- juha
Module: kamailio
Branch: master
Commit: f568c92d6c9453b928773fde0ac9ced91afd8a6e
URL: https://github.com/kamailio/kamailio/commit/f568c92d6c9453b928773fde0ac9ced…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-05-19T06:53:59+02:00
Merge pull request #629 from snen/uac_reg_refresh_doc_append
uac: uac.reg_refresh doc is supplemented
---
Modified: modules/uac/doc/uac_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/f568c92d6c9453b928773fde0ac9ced…
Patch: https://github.com/kamailio/kamailio/commit/f568c92d6c9453b928773fde0ac9ced…
---
diff --git a/modules/uac/doc/uac_admin.xml b/modules/uac/doc/uac_admin.xml
index db5f695..b1dc06f 100644
--- a/modules/uac/doc/uac_admin.xml
+++ b/modules/uac/doc/uac_admin.xml
@@ -995,9 +995,9 @@ event_route[uac:reply] {
</title>
<para>
Load one record by l_uuid from database for remote registrations.
- If the record exists in memory, its authentication password is
- updated, otherwise a new record is added. The command has a
- parameter, which is the value of l_uuid field.
+ If the record exists in memory, its authentication password, flags
+ and proxy are updated, otherwise a new record is added.
+ The command has a parameter, which is the value of l_uuid field.
</para>
<example>
<title><function>uac.reg_refresh</function> usage</title>