Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <errno.h>
#include <signal.h>
#include <unistd.h>
#include "gwlib/gwlib.h"
#include "bearerbox.h"
Go to the source code of this file.
Data Structures | |
struct | httpd_command |
Functions | |
static Octstr * | httpd_check_authorization (List *cgivars, int status) |
static Octstr * | httpd_check_status (void) |
static Octstr * | httpd_status (List *cgivars, int status_type) |
static Octstr * | httpd_store_status (List *cgivars, int status_type) |
static Octstr * | httpd_loglevel (List *cgivars, int status_type) |
static Octstr * | httpd_shutdown (List *cgivars, int status_type) |
static Octstr * | httpd_isolate (List *cgivars, int status_type) |
static Octstr * | httpd_suspend (List *cgivars, int status_type) |
static Octstr * | httpd_resume (List *cgivars, int status_type) |
static Octstr * | httpd_restart (List *cgivars, int status_type) |
static Octstr * | httpd_graceful_restart (List *cgivars, int status_type) |
static Octstr * | httpd_flush_dlr (List *cgivars, int status_type) |
static Octstr * | httpd_stop_smsc (List *cgivars, int status_type) |
static Octstr * | httpd_remove_smsc (List *cgivars, int status_type) |
static Octstr * | httpd_add_smsc (List *cgivars, int status_type) |
static Octstr * | httpd_restart_smsc (List *cgivars, int status_type) |
static Octstr * | httpd_reload_lists (List *cgivars, int status_type) |
static Octstr * | httpd_remove_message (List *cgivars, int status_type) |
static void | httpd_serve (HTTPClient *client, Octstr *ourl, List *headers, Octstr *body, List *cgivars) |
static void | httpadmin_run (void *arg) |
int | httpadmin_start (Cfg *cfg) |
void | httpadmin_stop (void) |
Variables | |
volatile sig_atomic_t | bb_status |
static volatile sig_atomic_t | httpadmin_running |
static long | ha_port |
static Octstr * | ha_interface |
static Octstr * | ha_password |
static Octstr * | ha_status_pw |
static Octstr * | ha_allow_ip |
static Octstr * | ha_deny_ip |
static struct httpd_command | httpd_commands [] |
|
static |
Definition at line 525 of file bb_http.c.
References BB_DEAD, BB_SHUTDOWN, bb_shutdown(), bb_status, client(), ha_allow_ip, ha_deny_ip, ha_port, http_accept_request(), http_close_client(), httpadmin_running, httpd_serve(), info(), is_allowed_ip(), octstr_destroy(), octstr_get_cstr, and url.
Referenced by httpadmin_start(), and httpadmin_stop().
int httpadmin_start | ( | Cfg * | cfg | ) |
Definition at line 557 of file bb_http.c.
References cfg, cfg_get, cfg_get_bool(), cfg_get_integer(), cfg_get_single_group(), gwthread_create, ha_allow_ip, ha_deny_ip, ha_interface, ha_password, ha_port, ha_status_pw, http_open_port_if(), httpadmin_run(), httpadmin_running, octstr_destroy(), octstr_imm(), panic, and ssl.
Referenced by init_bearerbox().
void httpadmin_stop | ( | void | ) |
Definition at line 618 of file bb_http.c.
References gwthread_join_every(), ha_allow_ip, ha_deny_ip, ha_interface, ha_password, ha_status_pw, http_close_all_ports(), httpadmin_run(), and octstr_destroy().
Referenced by main().
Definition at line 304 of file bb_http.c.
References bb_add_smsc(), http_cgi_variable(), httpd_check_authorization(), httpd_check_status(), octstr_create, octstr_format(), octstr_get_cstr, and reply().
Definition at line 98 of file bb_http.c.
References gwthread_sleep(), ha_password, ha_status_pw, http_cgi_variable(), octstr_compare(), octstr_create, and password.
Referenced by 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_shutdown(), httpd_status(), httpd_stop_smsc(), httpd_store_status(), and httpd_suspend().
|
static |
Definition at line 132 of file bb_http.c.
References BB_DEAD, BB_SHUTDOWN, bb_status, and octstr_create.
Referenced by 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_stop_smsc(), and httpd_suspend().
Definition at line 256 of file bb_http.c.
References bb_flush_dlr(), httpd_check_authorization(), httpd_check_status(), octstr_create, and reply().
Definition at line 239 of file bb_http.c.
References BB_DEAD, bb_graceful_restart(), bb_restart(), BB_SHUTDOWN, bb_status, httpd_check_authorization(), httpd_check_status(), octstr_create, and reply().
Definition at line 188 of file bb_http.c.
References bb_isolate(), httpd_check_authorization(), httpd_check_status(), octstr_create, and reply().
Definition at line 154 of file bb_http.c.
References http_cgi_variable(), httpd_check_authorization(), httpd_check_status(), log_set_log_level(), octstr_create, octstr_format(), octstr_get_cstr, and reply().
Definition at line 340 of file bb_http.c.
References bb_reload_lists(), httpd_check_authorization(), httpd_check_status(), octstr_create, and reply().
Definition at line 352 of file bb_http.c.
References bb_remove_message(), http_cgi_variable(), httpd_check_authorization(), httpd_check_status(), octstr_create, octstr_format(), octstr_get_cstr, octstr_len(), reply(), and UUID_STR_LEN.
Definition at line 286 of file bb_http.c.
References bb_remove_smsc(), http_cgi_variable(), httpd_check_authorization(), httpd_check_status(), octstr_create, octstr_format(), octstr_get_cstr, and reply().
Definition at line 224 of file bb_http.c.
References BB_DEAD, bb_restart(), BB_SHUTDOWN, bb_status, gwthread_wakeup_all(), httpd_check_authorization(), httpd_check_status(), octstr_create, and reply().
Definition at line 322 of file bb_http.c.
References bb_restart_smsc(), http_cgi_variable(), httpd_check_authorization(), httpd_check_status(), octstr_create, octstr_format(), octstr_get_cstr, and reply().
Definition at line 212 of file bb_http.c.
References bb_resume(), httpd_check_authorization(), httpd_check_status(), octstr_create, and reply().
|
static |
Definition at line 396 of file bb_http.c.
References bb_status_linebreak(), BBSTATUS_HTML, BBSTATUS_TEXT, BBSTATUS_WML, BBSTATUS_XML, client(), httpd_command::command, content_type, httpd_command::function, gw_assert(), gwlist_create, http_destroy_cgiargs(), http_destroy_headers(), http_header_add(), HTTP_OK, http_send_reply(), http_type_accepted(), httpd_commands, octstr_append(), octstr_append_cstr(), octstr_copy, octstr_create, octstr_delete(), octstr_destroy(), octstr_duplicate, octstr_format(), octstr_format_append(), octstr_get_char(), octstr_imm(), octstr_len(), octstr_search(), octstr_search_char(), octstr_str_compare(), reply(), and url.
Referenced by httpadmin_run().
Definition at line 175 of file bb_http.c.
References BB_DEAD, BB_SHUTDOWN, bb_shutdown(), bb_status, gwthread_wakeup(), httpd_check_authorization(), MAIN_THREAD_ID, octstr_create, and reply().
Definition at line 140 of file bb_http.c.
References bb_print_status(), httpd_check_authorization(), and reply().
Definition at line 268 of file bb_http.c.
References bb_stop_smsc(), http_cgi_variable(), httpd_check_authorization(), httpd_check_status(), octstr_create, octstr_format(), octstr_get_cstr, and reply().
Definition at line 147 of file bb_http.c.
References httpd_check_authorization(), reply(), and store_status().
Definition at line 200 of file bb_http.c.
References bb_suspend(), httpd_check_authorization(), httpd_check_status(), octstr_create, and reply().
volatile sig_atomic_t bb_status |
Definition at line 132 of file bearerbox.c.
Referenced by httpadmin_run(), httpd_check_status(), httpd_graceful_restart(), httpd_restart(), and httpd_shutdown().
|
static |
Definition at line 86 of file bb_http.c.
Referenced by httpadmin_run(), httpadmin_start(), and httpadmin_stop().
|
static |
Definition at line 87 of file bb_http.c.
Referenced by httpadmin_run(), httpadmin_start(), and httpadmin_stop().
|
static |
Definition at line 83 of file bb_http.c.
Referenced by httpadmin_start(), and httpadmin_stop().
|
static |
Definition at line 84 of file bb_http.c.
Referenced by httpadmin_start(), httpadmin_stop(), and httpd_check_authorization().
|
static |
Definition at line 82 of file bb_http.c.
Referenced by httpadmin_run(), and httpadmin_start().
|
static |
Definition at line 85 of file bb_http.c.
Referenced by httpadmin_start(), httpadmin_stop(), and httpd_check_authorization().
|
static |
Definition at line 80 of file bb_http.c.
Referenced by httpadmin_run(), and httpadmin_start().
|
static |
Referenced by httpd_serve().