#include "../../parser/msg_parser.h"


Go to the source code of this file.
Functions | |
| int | auth_db_bind (const str *db_url) |
| void | auth_db_close (void) |
| int | auth_db_init (const str *db_url) |
| int | proxy_authorize (struct sip_msg *_msg, char *_realm, char *_table) |
| int | www_authorize (struct sip_msg *_msg, char *_realm, char *_table) |
| int auth_db_bind | ( | const str * | db_url | ) |
| void auth_db_close | ( | void | ) |
| int auth_db_init | ( | const str * | db_url | ) |
| int proxy_authorize | ( | struct sip_msg * | _msg, | |
| char * | _realm, | |||
| char * | _table | |||
| ) |
| int www_authorize | ( | struct sip_msg * | _msg, | |
| char * | _realm, | |||
| char * | _table | |||
| ) |
Definition at line 285 of file auth_db/authorize.c.
References authorize(), and HDR_AUTHORIZATION_T.
1.5.6