Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "gwlib/gwlib.h"
Go to the source code of this file.
Functions | |
int | wap_push_ppg_pushuser_list_add (List *l, long number_of_pushes, long number_of_users) |
void | wap_push_ppg_pushuser_list_destroy (void) |
int | wap_push_ppg_pushuser_authenticate (HTTPClient *client, List *cgivars, Octstr *ip, List *headers, Octstr **username) |
int | wap_push_ppg_pushuser_client_phone_number_acceptable (Octstr *username, Octstr *number) |
int | wap_push_ppg_pushuser_search_ip_from_wildcarded_list (Octstr *haystack, Octstr *needle, Octstr *gwlist_sep, Octstr *ip_sep) |
Octstr * | wap_push_ppg_pushuser_smsc_id_get (Octstr *username) |
Octstr * | wap_push_ppg_pushuser_dlr_url_get (Octstr *username) |
Octstr * | wap_push_ppg_pushuser_smsbox_id_get (Octstr *username) |
int wap_push_ppg_pushuser_authenticate | ( | HTTPClient * | client, |
List * | cgivars, | ||
Octstr * | ip, | ||
List * | 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 * | l, |
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().