#include "../../str.h"#include "../../parser/digest/digest_parser.h"


Go to the source code of this file.
Functions | |
| int | radius_authorize_sterman (struct sip_msg *_msg, dig_cred_t *_cred, str *_method, str *_user) |
| int radius_authorize_sterman | ( | struct sip_msg * | _msg, | |
| dig_cred_t * | _cred, | |||
| str * | _method, | |||
| str * | _user | |||
| ) |
Definition at line 224 of file sterman.c.
References A_CISCO_AVPAIR, A_DIGEST_BODY_DIGEST, A_DIGEST_CNONCE, A_DIGEST_METHOD, A_DIGEST_NONCE, A_DIGEST_NONCE_COUNT, A_DIGEST_QOP, A_DIGEST_REALM, A_DIGEST_RESPONSE, A_DIGEST_URI, A_DIGEST_USER_NAME, A_MAX, A_SERVICE_TYPE, A_SIP_URI_USER, A_USER_NAME, add_cisco_vsa(), ADD_EXTRA_AVPAIR, attrs, auth_extra, dig_cred::cnonce, username::domain, extra2strar(), generate_avps(), GET_RURI, isflagset(), len, _str::len, LM_DBG, LM_ERR, dig_cred::nc, dig_cred::nonce, NULL, dig_cred::opaque, pkg_free, pkg_malloc, dig_cred::qop, QOP_AUTH, QOP_AUTHINT, qp::qop_parsed, dig_cred::realm, dig_cred::response, rh, s, _str::s, service, SIP_PORT, dig_cred::uri, use_ruri_flag, username::user, user, dig_cred::username, val::v, V_SIP_SESSION, vals, and username::whole.
Referenced by authorize().
1.5.6