Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Data Structures | |
struct | WAPPushUser |
struct | WAPPushUserList |
Macros | |
#define | ADDITION 0.1 |
Typedefs | |
typedef struct WAPPushUser | WAPPushUser |
typedef struct WAPPushUserList | WAPPushUserList |
Enumerations | |
enum | { NO_USERNAME = -1, NO_PASSWORD = 0, HEADER_AUTHENTICATION = 1 } |
Variables | |
static WAPPushUserList * | users = NULL |
static Dict * | next_try = NULL |
#define ADDITION 0.1 |
Definition at line 192 of file wap_push_ppg_pushuser.c.
Referenced by wap_push_ppg_pushuser_authenticate().
typedef struct WAPPushUser WAPPushUser |
Definition at line 101 of file wap_push_ppg_pushuser.c.
typedef struct WAPPushUserList WAPPushUserList |
Definition at line 112 of file wap_push_ppg_pushuser.c.
anonymous enum |
Enumerator | |
---|---|
NO_USERNAME | |
NO_PASSWORD | |
HEADER_AUTHENTICATION |
Definition at line 186 of file wap_push_ppg_pushuser.c.
|
static |
Definition at line 977 of file wap_push_ppg_pushuser.c.
References WAPPushUser::black_list, WAPPushUser::black_list_regex, number, and numhash_find_number().
Referenced by wap_push_ppg_pushuser_client_phone_number_acceptable().
|
static |
Definition at line 839 of file wap_push_ppg_pushuser.c.
References get_official_name(), http_create_empty_headers(), http_destroy_headers(), http_header_add(), http_send_reply(), HTTP_UNAUTHORIZED, octstr_append(), octstr_destroy(), octstr_format(), octstr_format_append(), octstr_get_cstr, and octstr_imm().
Referenced by wap_push_ppg_pushuser_authenticate().
Definition at line 1022 of file wap_push_ppg_pushuser.c.
References octstr_delete(), octstr_get_many_chars(), octstr_insert_data(), octstr_len(), octstr_ncompare(), and start.
Referenced by prefix_allowed().
|
static |
Definition at line 451 of file wap_push_ppg_pushuser.c.
References WAPPushUser::allowed_prefix, WAPPushUser::allowed_prefix_regex, WAPPushUser::black_list, WAPPushUser::black_list_regex, cfg_get, WAPPushUser::country_prefix, WAPPushUser::default_smsc_id, WAPPushUser::denied_prefix, WAPPushUser::denied_prefix_regex, destroy_oneuser(), WAPPushUser::dlr_url, error(), WAPPushUser::name, numhash_create(), octstr_destroy(), octstr_get_cstr, octstr_imm(), oneuser_dump(), panic, WAPPushUser::password, WAPPushUser::smsbox_id, WAPPushUser::smsc_id, WAPPushUser::user_allow_ip, WAPPushUser::user_deny_ip, WAPPushUser::username, warning(), WAPPushUser::white_list, and WAPPushUser::white_list_regex.
Referenced by oneuser_add().
|
static |
Definition at line 1057 of file wap_push_ppg_pushuser.c.
References WAPPushUser::default_smsc_id.
Referenced by create_onetrans(), and wap_push_ppg_pushuser_smsc_id_get().
|
static |
Definition at line 559 of file wap_push_ppg_pushuser.c.
References WAPPushUser::allowed_prefix, WAPPushUser::allowed_prefix_regex, WAPPushUser::black_list, WAPPushUser::black_list_regex, WAPPushUser::country_prefix, WAPPushUser::default_smsc_id, WAPPushUser::denied_prefix, WAPPushUser::denied_prefix_regex, WAPPushUser::name, numhash_destroy(), octstr_destroy(), WAPPushUser::password, WAPPushUser::smsc_id, WAPPushUser::user_allow_ip, WAPPushUser::user_deny_ip, WAPPushUser::username, WAPPushUser::white_list, and WAPPushUser::white_list_regex.
Referenced by create_oneuser(), and wap_push_ppg_pushuser_list_destroy().
|
static |
Definition at line 431 of file wap_push_ppg_pushuser.c.
References gwlist_destroy().
Referenced by pushusers_create().
|
static |
Definition at line 1052 of file wap_push_ppg_pushuser.c.
References WAPPushUser::smsc_id.
Referenced by create_onetrans(), and wap_push_ppg_pushuser_smsc_id_get().
|
static |
Definition at line 702 of file wap_push_ppg_pushuser.c.
References octstr_compare(), octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_imm(), WAPPushUser::user_allow_ip, WAPPushUser::user_deny_ip, WAPPushUser::username, wap_push_ppg_pushuser_search_ip_from_wildcarded_list(), and warning().
Referenced by wap_push_ppg_pushuser_authenticate().
|
static |
Definition at line 619 of file wap_push_ppg_pushuser.c.
References create_oneuser(), dict_get(), dict_put(), gwlist_append(), gwlist_create, WAPPushUserList::list, WAPPushUserList::names, WAPPushUser::username, and users.
Referenced by wap_push_ppg_pushuser_list_add().
|
static |
Definition at line 587 of file wap_push_ppg_pushuser.c.
References WAPPushUser::allowed_prefix, WAPPushUser::country_prefix, debug(), WAPPushUser::default_smsc_id, WAPPushUser::denied_prefix, WAPPushUser::name, octstr_dump, WAPPushUser::smsc_id, WAPPushUser::user_allow_ip, WAPPushUser::user_deny_ip, and WAPPushUser::username.
Referenced by create_oneuser().
Definition at line 1006 of file wap_push_ppg_pushuser.c.
References http_cgi_variable(), octstr_duplicate, and password.
Referenced by wap_push_ppg_pushuser_authenticate().
Definition at line 994 of file wap_push_ppg_pushuser.c.
References http_cgi_variable(), octstr_duplicate, and username.
Referenced by wap_push_ppg_pushuser_authenticate().
|
static |
Definition at line 660 of file wap_push_ppg_pushuser.c.
References octstr_compare(), WAPPushUser::password, and password.
Referenced by wap_push_ppg_pushuser_authenticate().
|
static |
Definition at line 883 of file wap_push_ppg_pushuser.c.
References WAPPushUser::allowed_prefix, WAPPushUser::allowed_prefix_regex, compare_octstr_sequence(), WAPPushUser::country_prefix, WAPPushUser::denied_prefix, WAPPushUser::denied_prefix_regex, gwlist_destroy(), gwlist_get(), gwlist_len(), number, octstr_destroy_item(), octstr_imm(), octstr_insert(), and octstr_split().
Referenced by wap_push_ppg_pushuser_client_phone_number_acceptable().
|
static |
Definition at line 436 of file wap_push_ppg_pushuser.c.
References destroy_users_list(), dict_create(), gwlist_create, WAPPushUserList::list, WAPPushUserList::names, number_of_users, and users.
Referenced by wap_push_ppg_pushuser_list_add().
|
static |
Definition at line 863 of file wap_push_ppg_pushuser.c.
References http_create_empty_headers(), http_destroy_headers(), HTTP_FORBIDDEN, http_send_reply(), and octstr_imm().
Referenced by bb_smscconn_send_failed(), bb_smscconn_sent(), cgw_handle_op(), cimd2_request(), create_dlr_from_msg(), emi2_handle_smscreq(), handle_operation(), handle_reply(), handle_split(), httpd_add_smsc(), httpd_flush_dlr(), httpd_graceful_restart(), httpd_isolate(), httpd_loglevel(), httpd_reload_lists(), httpd_remove_message(), httpd_remove_smsc(), httpd_restart(), httpd_restart_smsc(), httpd_resume(), httpd_serve(), httpd_shutdown(), httpd_status(), httpd_stop_smsc(), httpd_store_status(), httpd_suspend(), obey_request_thread(), oisd_request(), and wap_push_ppg_pushuser_authenticate().
Definition at line 769 of file wap_push_ppg_pushuser.c.
References debug(), gwlist_destroy(), gwlist_get(), gwlist_len(), HEADER_AUTHENTICATION, http_header_find_first, http_header_remove_all(), NO_PASSWORD, NO_USERNAME, octstr_base64_to_binary(), octstr_delete(), octstr_destroy(), octstr_destroy_item(), octstr_duplicate, octstr_imm(), octstr_len(), octstr_ncompare(), octstr_split(), octstr_strip_blanks(), password, and username.
Referenced by build_response(), cimd2_send_response(), http_send_reply(), oisd_send_response(), soap_parse_dlr(), soap_parse_mo(), wap_push_ppg_pushuser_authenticate(), xmlrpc_doc_create_faultresponse(), xmlrpc_is_fault(), xmlrpc_response_add_param(), xmlrpc_response_destroy(), xmlrpc_response_is_fault(), and xmlrpc_response_print().
|
static |
Definition at line 639 of file wap_push_ppg_pushuser.c.
References dict_get(), gwlist_get(), gwlist_len(), WAPPushUserList::list, WAPPushUserList::names, octstr_compare(), WAPPushUser::username, username, and users.
Referenced by wap_push_ppg_pushuser_authenticate(), wap_push_ppg_pushuser_client_phone_number_acceptable(), wap_push_ppg_pushuser_dlr_url_get(), wap_push_ppg_pushuser_smsbox_id_get(), and wap_push_ppg_pushuser_smsc_id_get().
int wap_push_ppg_pushuser_authenticate | ( | HTTPClient * | c, |
List * | cgivars, | ||
Octstr * | ip, | ||
List * | push_headers, | ||
Octstr ** | username | ||
) |
Definition at line 223 of file wap_push_ppg_pushuser.c.
References ADDITION, challenge(), dict_get(), dict_put(), dict_remove(), error(), ip_allowed_by_user(), next_try, NO_USERNAME, octstr_destroy(), octstr_duplicate, octstr_format(), octstr_get_cstr, octstr_parse_long(), parse_cgivars_for_password(), parse_cgivars_for_username(), password, password_matches(), reply(), response(), user_find_by_username(), and username.
Referenced by pap_request_thread().
Definition at line 312 of file wap_push_ppg_pushuser.c.
References blacklisted(), error(), number, octstr_get_cstr, prefix_allowed(), user_find_by_username(), username, and whitelisted().
Referenced by pap_request_thread().
Definition at line 400 of file wap_push_ppg_pushuser.c.
References WAPPushUser::dlr_url, dlr_url, octstr_duplicate, user_find_by_username(), and username.
Referenced by set_dlr_url().
int wap_push_ppg_pushuser_list_add | ( | List * | list, |
long | number_of_pushes, | ||
long | number_of_users | ||
) |
Definition at line 156 of file wap_push_ppg_pushuser.c.
References dict_create(), gw_assert(), gwlist_destroy(), gwlist_extract_first(), WAPPushUserList::list, next_try, number_of_pushes, number_of_users, octstr_destroy_item(), oneuser_add(), pushusers_create(), and users.
Referenced by read_ppg_config().
void wap_push_ppg_pushuser_list_destroy | ( | void | ) |
Definition at line 175 of file wap_push_ppg_pushuser.c.
References destroy_oneuser(), dict_destroy(), gwlist_destroy(), WAPPushUserList::list, WAPPushUserList::names, next_try, and users.
Referenced by wap_push_ppg_shutdown().
int wap_push_ppg_pushuser_search_ip_from_wildcarded_list | ( | Octstr * | haystack, |
Octstr * | needle, | ||
Octstr * | gwlist_sep, | ||
Octstr * | ip_sep | ||
) |
Definition at line 339 of file wap_push_ppg_pushuser.c.
References found, gw_assert(), gwlist_destroy(), gwlist_get(), gwlist_len(), octstr_destroy_item(), octstr_search(), octstr_search_char(), octstr_split(), and wildcarded_ip_found().
Referenced by ip_allowed_by_ppg(), and ip_allowed_by_user().
Definition at line 414 of file wap_push_ppg_pushuser.c.
References octstr_duplicate, WAPPushUser::smsbox_id, smsbox_id, user_find_by_username(), and username.
Referenced by set_smsbox_id().
Definition at line 380 of file wap_push_ppg_pushuser.c.
References default_smsc(), forced_smsc(), octstr_duplicate, smsc_id, user_find_by_username(), and username.
Referenced by set_smsc_id().
|
static |
Definition at line 964 of file wap_push_ppg_pushuser.c.
References number, numhash_find_number(), WAPPushUser::white_list, and WAPPushUser::white_list_regex.
Referenced by wap_push_ppg_pushuser_client_phone_number_acceptable().
Definition at line 668 of file wap_push_ppg_pushuser.c.
References gw_assert(), gwlist_destroy(), gwlist_get(), gwlist_len(), octstr_compare(), octstr_destroy_item(), octstr_imm(), and octstr_split().
Referenced by wap_push_ppg_pushuser_search_ip_from_wildcarded_list().
|
static |
Definition at line 119 of file wap_push_ppg_pushuser.c.
Referenced by wap_push_ppg_pushuser_authenticate(), wap_push_ppg_pushuser_list_add(), and wap_push_ppg_pushuser_list_destroy().
|
static |
Definition at line 114 of file wap_push_ppg_pushuser.c.
Referenced by oneuser_add(), pushusers_create(), user_find_by_username(), wap_push_ppg_pushuser_list_add(), and wap_push_ppg_pushuser_list_destroy().