Module: sip-router
Branch: master
Commit: 8de2a607b99b51d4f4030518ebd08613f187e953
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8de2a60…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Oct 3 20:25:52 2012 +0200
auth: new function pv_auth_check(...)
- equivalent of auth_check(...) from auth_db, but taking the password
from a PV -- combines pv_proxy_authenticate() and
pv_www_authenticate()
- new module parameter use_domain that controls whether the domain part
of URIs should be used or not to make the identity checks upon
authentication with pv_auth_check(...)
---
modules/auth/README | 57 +++++++++++++---
modules/auth/api.h | 5 ++
modules/auth/auth_mod.c | 147 +++++++++++++++++++++++++++++++++++++++-
modules/auth/doc/functions.xml | 37 ++++++++++
modules/auth/doc/params.xml | 18 +++++
5 files changed, 253 insertions(+), 11 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=8de…