Functions | |
int | parse_content_range (request_rec *r, apr_off_t *range_start, apr_off_t *range_end, apr_off_t *range_length) |
char * | html_escape (apr_pool_t *pool, char *s) |
char * | make_admin_footer (request_rec *r, mod_gridsite_dir_cfg *conf, int isdirectory) |
void | delegation_header (request_rec *r, mod_gridsite_dir_cfg *conf) |
int | html_format (request_rec *r, mod_gridsite_dir_cfg *conf) |
int | html_dir_list (request_rec *r, mod_gridsite_dir_cfg *conf) |
char * | make_passcode_file (request_rec *r, mod_gridsite_dir_cfg *conf, char *path, apr_time_t expires_time) |
int | http_gridhttp (request_rec *r, mod_gridsite_dir_cfg *conf) |
int | http_put_method (request_rec *r, mod_gridsite_dir_cfg *conf) |
int | http_delete_method (request_rec *r, mod_gridsite_dir_cfg *conf) |
int | http_move_method (request_rec *r, mod_gridsite_dir_cfg *conf) |
int | GRST_get_session_id (SSL *ssl, char *session_id, size_t len) |
int | GRST_load_ssl_creds (SSL *ssl, conn_rec *conn) |
void | GRST_save_ssl_creds (conn_rec *conn, GRSTx509Chain *grst_chain) |
int | GRST_callback_SSLVerify_wrapper (int ok, X509_STORE_CTX *ctx) |
void | sitecast_handle_NOP_request (server_rec *main_server, GRSThtcpMessage *htcp_mesg, int s, struct sockaddr *client_addr_ptr, socklen_t client_addr_len) |
void | sitecast_handle_TST_GET (server_rec *main_server, GRSThtcpMessage *htcp_mesg, int s, struct sockaddr *client_addr_ptr, socklen_t client_addr_len) |
void | sitecast_handle_request (server_rec *main_server, char *reqbuf, int reqbuf_len, int s, struct sockaddr *client_addr_ptr, socklen_t client_addr_len) |
void | sitecast_responder (server_rec *main_server) |
Variables | |
module AP_MODULE_DECLARE_DATA | gridsite_module |
int | gridhttpport = 0 |
char * | sessionsdir = NULL |
char * | sitecastdnlists = NULL |
char * | ocspmodes = NULL |
struct sitecast_group | sitecastgroups [GRST_SITECAST_GROUPS+1] |
struct sitecast_alias | sitecastaliases [GRST_SITECAST_ALIASES] |
int | mod_ssl_with_insecure_reneg = 0 |
void delegation_header | ( | request_rec * | r, | |
mod_gridsite_dir_cfg * | conf | |||
) |
int GRST_load_ssl_creds | ( | SSL * | ssl, | |
conn_rec * | conn | |||
) |
void GRST_save_ssl_creds | ( | conn_rec * | conn, | |
GRSTx509Chain * | grst_chain | |||
) |
int html_dir_list | ( | request_rec * | r, | |
mod_gridsite_dir_cfg * | conf | |||
) |
char* html_escape | ( | apr_pool_t * | pool, | |
char * | s | |||
) |
int html_format | ( | request_rec * | r, | |
mod_gridsite_dir_cfg * | conf | |||
) |
int http_delete_method | ( | request_rec * | r, | |
mod_gridsite_dir_cfg * | conf | |||
) |
int http_gridhttp | ( | request_rec * | r, | |
mod_gridsite_dir_cfg * | conf | |||
) |
int http_move_method | ( | request_rec * | r, | |
mod_gridsite_dir_cfg * | conf | |||
) |
int http_put_method | ( | request_rec * | r, | |
mod_gridsite_dir_cfg * | conf | |||
) |
char* make_admin_footer | ( | request_rec * | r, | |
mod_gridsite_dir_cfg * | conf, | |||
int | isdirectory | |||
) |
char* make_passcode_file | ( | request_rec * | r, | |
mod_gridsite_dir_cfg * | conf, | |||
char * | path, | |||
apr_time_t | expires_time | |||
) |
int parse_content_range | ( | request_rec * | r, | |
apr_off_t * | range_start, | |||
apr_off_t * | range_end, | |||
apr_off_t * | range_length | |||
) |
void sitecast_handle_NOP_request | ( | server_rec * | main_server, | |
GRSThtcpMessage * | htcp_mesg, | |||
int | s, | |||
struct sockaddr * | client_addr_ptr, | |||
socklen_t | client_addr_len | |||
) |
void sitecast_handle_request | ( | server_rec * | main_server, | |
char * | reqbuf, | |||
int | reqbuf_len, | |||
int | s, | |||
struct sockaddr * | client_addr_ptr, | |||
socklen_t | client_addr_len | |||
) |
void sitecast_handle_TST_GET | ( | server_rec * | main_server, | |
GRSThtcpMessage * | htcp_mesg, | |||
int | s, | |||
struct sockaddr * | client_addr_ptr, | |||
socklen_t | client_addr_len | |||
) |
void sitecast_responder | ( | server_rec * | main_server | ) |
int gridhttpport = 0 |
module AP_MODULE_DECLARE_DATA gridsite_module |
{ STANDARD20_MODULE_STUFF, create_gridsite_dir_config, merge_gridsite_dir_config, create_gridsite_srv_config, NULL, mod_gridsite_cmds, register_hooks }
char* ocspmodes = NULL |
char* sessionsdir = NULL |
struct sitecast_alias sitecastaliases[GRST_SITECAST_ALIASES] |
char* sitecastdnlists = NULL |
struct sitecast_group sitecastgroups[GRST_SITECAST_GROUPS+1] |