1 /*********************************************************************
3 * File : $Source: /cvsroot/ijbswa/current/cgi.c,v $
5 * Purpose : Declares functions to intercept request, generate
6 * html or gif answers, and to compose HTTP responses.
7 * This only contains the framework functions, the
8 * actual handler functions are declared elsewhere.
10 * Copyright : Written by and Copyright (C) 2001-2020
11 * members of the Privoxy team. https://www.privoxy.org/
13 * Based on the Internet Junkbuster originally written
14 * by and Copyright (C) 1997 Anonymous Coders and
15 * Junkbusters Corporation. http://www.junkbusters.com
17 * This program is free software; you can redistribute it
18 * and/or modify it under the terms of the GNU General
19 * Public License as published by the Free Software
20 * Foundation; either version 2 of the License, or (at
21 * your option) any later version.
23 * This program is distributed in the hope that it will
24 * be useful, but WITHOUT ANY WARRANTY; without even the
25 * implied warranty of MERCHANTABILITY or FITNESS FOR A
26 * PARTICULAR PURPOSE. See the GNU General Public
27 * License for more details.
29 * The GNU General Public License should be included with
30 * this file. If not, you can view it at
31 * http://www.gnu.org/copyleft/gpl.html
32 * or write to the Free Software Foundation, Inc., 59
33 * Temple Place - Suite 330, Boston, MA 02111-1307, USA.
35 **********************************************************************/
41 #include <sys/types.h>
48 #ifdef FEATURE_COMPRESSION
60 #include "cgisimple.h"
61 #include "jbsockets.h"
62 #if defined(FEATURE_CGI_EDIT_ACTIONS) || defined(FEATURE_TOGGLE)
64 #endif /* defined(FEATURE_CGI_EDIT_ACTIONS) || defined (FEATURE_TOGGLE) */
65 #ifdef FEATURE_HTTPS_INSPECTION
69 /* loadcfg.h is for global_toggle_state only */
71 /* jcc.h is for mutex semaphore globals only */
74 static char *make_menu(const struct client_state *csp, const char *self);
77 * List of CGI functions: name, handler, description
78 * Note: Do NOT use single quotes in the description;
79 * this will break the dynamic "blocked" template!
81 static const struct cgi_dispatcher cgi_dispatchers[] = {
86 #ifdef FEATURE_GRACEFUL_TERMINATION
89 "<b>Shut down</b> - <em class=\"warning\">Do not deploy this build in a production environment, "
90 "this is a one click Denial Of Service attack!!!</em>",
95 #ifdef FEATURE_CGI_EDIT_ACTIONS
96 "View & change the current configuration",
98 "View the current configuration",
101 #ifdef FEATURE_CLIENT_TAGS
103 * This is marked as harmless because despite the description
104 * used in the menu the actual toggling is done through another
105 * path ("/toggle-client-tag").
108 cgi_show_client_tags,
109 "View or toggle the tags that can be set based on the client's address",
114 "View the request headers",
118 "Look up which actions apply to a URL and why",
120 #ifdef FEATURE_TOGGLE
123 "Toggle Privoxy on or off",
125 #endif /* def FEATURE_TOGGLE */
126 #ifdef FEATURE_CLIENT_TAGS
127 { "toggle-client-tag",
128 cgi_toggle_client_tag,
132 #ifdef FEATURE_CGI_EDIT_ACTIONS
133 { "edit-actions", /* Edit the actions list */
136 { "eaa", /* Shortcut for edit-actions-add-url-form */
137 cgi_edit_actions_add_url_form,
139 { "eau", /* Shortcut for edit-actions-url-form */
140 cgi_edit_actions_url_form,
142 { "ear", /* Shortcut for edit-actions-remove-url-form */
143 cgi_edit_actions_remove_url_form,
145 { "eal", /* Shortcut for edit-actions-list */
146 cgi_edit_actions_list,
148 { "eafu", /* Shortcut for edit-actions-for-url */
149 cgi_edit_actions_for_url,
151 { "eas", /* Shortcut for edit-actions-submit */
152 cgi_edit_actions_submit,
154 { "easa", /* Shortcut for edit-actions-section-add */
155 cgi_edit_actions_section_add,
157 { "easr", /* Shortcut for edit-actions-section-remove */
158 cgi_edit_actions_section_remove,
160 { "eass", /* Shortcut for edit-actions-section-swap */
161 cgi_edit_actions_section_swap,
163 { "edit-actions-for-url",
164 cgi_edit_actions_for_url,
165 NULL, FALSE /* Edit the actions for (a) specified URL(s) */ },
166 { "edit-actions-list",
167 cgi_edit_actions_list,
168 NULL, TRUE /* Edit the actions list */ },
169 { "edit-actions-submit",
170 cgi_edit_actions_submit,
171 NULL, FALSE /* Change the actions for (a) specified URL(s) */ },
172 { "edit-actions-url",
173 cgi_edit_actions_url,
174 NULL, FALSE /* Change a URL pattern in the actionsfile */ },
175 { "edit-actions-url-form",
176 cgi_edit_actions_url_form,
177 NULL, FALSE /* Form to change a URL pattern in the actionsfile */ },
178 { "edit-actions-add-url",
179 cgi_edit_actions_add_url,
180 NULL, FALSE /* Add a URL pattern to the actionsfile */ },
181 { "edit-actions-add-url-form",
182 cgi_edit_actions_add_url_form,
183 NULL, FALSE /* Form to add a URL pattern to the actionsfile */ },
184 { "edit-actions-remove-url",
185 cgi_edit_actions_remove_url,
186 NULL, FALSE /* Remove a URL pattern from the actionsfile */ },
187 { "edit-actions-remove-url-form",
188 cgi_edit_actions_remove_url_form,
189 NULL, FALSE /* Form to remove a URL pattern from the actionsfile */ },
190 { "edit-actions-section-add",
191 cgi_edit_actions_section_add,
192 NULL, FALSE /* Remove a section from the actionsfile */ },
193 { "edit-actions-section-remove",
194 cgi_edit_actions_section_remove,
195 NULL, FALSE /* Remove a section from the actionsfile */ },
196 { "edit-actions-section-swap",
197 cgi_edit_actions_section_swap,
198 NULL, FALSE /* Swap two sections in the actionsfile */ },
199 #endif /* def FEATURE_CGI_EDIT_ACTIONS */
200 { "error-favicon.ico",
201 cgi_send_error_favicon,
202 NULL, TRUE /* Sends the favicon image for error pages. */ },
204 cgi_send_default_favicon,
205 NULL, TRUE /* Sends the default favicon image. */ },
208 NULL, TRUE /* Sends a robots.txt file to tell robots to go away. */ },
211 NULL, TRUE /* Send a built-in image */ },
214 NULL, FALSE /* Send templates/cgi-style.css */ },
216 cgi_transparent_image,
217 NULL, TRUE /* Send a transparent image (short name) */ },
218 { "url-info-osd.xml",
219 cgi_send_url_info_osd,
220 NULL, TRUE /* Send templates/url-info-osd.xml */ },
222 cgi_send_user_manual,
223 NULL, TRUE /* Send user-manual */ },
224 { NULL, /* NULL Indicates end of list and default page */
226 NULL, TRUE /* Unknown CGI page */ }
231 * Built-in images for ad replacement
233 * Hint: You can encode your own images like this:
234 * cat your-image | perl -e 'while (read STDIN, $c, 1) { printf("\\%.3o", unpack("C", $c)); }'
237 #ifdef FEATURE_NO_GIFS
240 * Checkerboard pattern, as a PNG.
242 const char image_pattern_data[] =
243 "\211\120\116\107\015\012\032\012\000\000\000\015\111\110\104"
244 "\122\000\000\000\004\000\000\000\004\010\006\000\000\000\251"
245 "\361\236\176\000\000\000\006\142\113\107\104\000\000\000\000"
246 "\000\000\371\103\273\177\000\000\000\033\111\104\101\124\010"
247 "\327\143\140\140\140\060\377\377\377\077\003\234\106\341\060"
248 "\060\230\063\020\124\001\000\161\021\031\241\034\364\030\143"
249 "\000\000\000\000\111\105\116\104\256\102\140\202";
252 * 1x1 transparent PNG.
254 const char image_blank_data[] =
255 "\211\120\116\107\015\012\032\012\000\000\000\015\111\110\104\122"
256 "\000\000\000\001\000\000\000\001\001\003\000\000\000\045\333\126"
257 "\312\000\000\000\003\120\114\124\105\377\377\377\247\304\033\310"
258 "\000\000\000\001\164\122\116\123\000\100\346\330\146\000\000\000"
259 "\001\142\113\107\104\000\210\005\035\110\000\000\000\012\111\104"
260 "\101\124\170\001\143\140\000\000\000\002\000\001\163\165\001\030"
261 "\000\000\000\000\111\105\116\104\256\102\140\202";
265 * Checkerboard pattern, as a GIF.
267 const char image_pattern_data[] =
268 "\107\111\106\070\071\141\004\000\004\000\200\000\000\310\310"
269 "\310\377\377\377\041\376\016\111\040\167\141\163\040\141\040"
270 "\142\141\156\156\145\162\000\041\371\004\001\012\000\001\000"
271 "\054\000\000\000\000\004\000\004\000\000\002\005\104\174\147"
275 * 1x1 transparent GIF.
277 const char image_blank_data[] =
278 "GIF89a\001\000\001\000\200\000\000\377\377\377\000\000"
279 "\000!\371\004\001\000\000\000\000,\000\000\000\000\001"
280 "\000\001\000\000\002\002D\001\000;";
283 const size_t image_pattern_length = sizeof(image_pattern_data) - 1;
284 const size_t image_blank_length = sizeof(image_blank_data) - 1;
286 #ifdef FEATURE_COMPRESSION
288 * Minimum length which a buffer has to reach before
289 * we bother to (re-)compress it. Completely arbitrary.
291 const size_t LOWER_LENGTH_LIMIT_FOR_COMPRESSION = 1024U;
294 static struct http_response cgi_error_memory_response[1];
296 static struct http_response *dispatch_known_cgi(struct client_state * csp,
298 static struct map *parse_cgi_parameters(char *argstring);
301 /*********************************************************************
303 * Function : dispatch_cgi
305 * Description : Checks if a request URL has either the magical
306 * hostname CGI_SITE_1_HOST (usually http://p.p/) or
307 * matches CGI_SITE_2_HOST CGI_SITE_2_PATH (usually
308 * http://config.privoxy.org/). If so, it passes
309 * the (rest of the) path onto dispatch_known_cgi, which
310 * calls the relevant CGI handler function.
313 * 1 : csp = Current client state (buffers, headers, etc...)
315 * Returns : http_response if match, NULL if nonmatch or handler fail
317 *********************************************************************/
318 struct http_response *dispatch_cgi(struct client_state *csp)
320 const char *host = csp->http->host;
321 const char *path = csp->http->path;
324 * Should we intercept ?
327 /* Note: "example.com" and "example.com." are equivalent hostnames. */
329 /* Either the host matches CGI_SITE_1_HOST ..*/
330 if ( ( (0 == strcmpic(host, CGI_SITE_1_HOST))
331 || (0 == strcmpic(host, CGI_SITE_1_HOST ".")))
334 /* ..then the path will all be for us. Remove leading '/' */
337 /* Or it's the host part CGI_SITE_2_HOST, and the path CGI_SITE_2_PATH */
338 else if (( (0 == strcmpic(host, CGI_SITE_2_HOST))
339 || (0 == strcmpic(host, CGI_SITE_2_HOST ".")))
340 && (0 == strncmpic(path, CGI_SITE_2_PATH, strlen(CGI_SITE_2_PATH))))
342 /* take everything following CGI_SITE_2_PATH */
343 path += strlen(CGI_SITE_2_PATH);
346 /* skip the forward slash after CGI_SITE_2_PATH */
349 else if (*path != '\0')
352 * weirdness: URL is /configXXX, where XXX is some string
353 * Do *NOT* intercept.
364 if (strcmpic(csp->http->gpc, "GET")
365 && strcmpic(csp->http->gpc, "HEAD"))
367 log_error(LOG_LEVEL_ERROR,
368 "CGI request with unsupported method received: %s", csp->http->gpc);
370 * The CGI pages currently only support GET and HEAD requests.
372 * If the client used a different method, ditch any data following
373 * the current headers to reduce the likelihood of parse errors
374 * with the following request.
376 csp->client_iob->eod = csp->client_iob->cur;
380 * This is a CGI call.
383 return dispatch_known_cgi(csp, path);
387 /*********************************************************************
389 * Function : grep_cgi_referrer
391 * Description : Ugly provisorical fix that greps the value of the
392 * referer HTTP header field out of a linked list of
393 * strings like found at csp->headers. Will disappear
396 * FIXME: csp->headers ought to be csp->http->headers
397 * FIXME: Parsing all client header lines should
398 * happen right after the request is received!
401 * 1 : csp = Current client state (buffers, headers, etc...)
403 * Returns : pointer to value (no copy!), or NULL if none found.
405 *********************************************************************/
406 static char *grep_cgi_referrer(const struct client_state *csp)
408 struct list_entry *p;
409 struct list_entry *first_header =
410 #ifdef FEATURE_HTTPS_INSPECTION
411 client_use_ssl(csp) ? csp->https_headers->first :
415 for (p = first_header; p != NULL; p = p->next)
417 if (p->str == NULL) continue;
418 if (strncmpic(p->str, "Referer: ", 9) == 0)
420 return ((p->str) + 9);
428 /*********************************************************************
430 * Function : referrer_is_safe
432 * Description : Decides whether we trust the Referer for
433 * CGI pages which are only meant to be reachable
434 * through Privoxy's web interface directly.
437 * 1 : csp = Current client state (buffers, headers, etc...)
439 * Returns : TRUE if the referrer is safe, or
440 * FALSE if the referrer is unsafe or not set.
442 *********************************************************************/
443 static int referrer_is_safe(const struct client_state *csp)
446 static const char alternative_prefix[] = "http://" CGI_SITE_1_HOST "/";
447 #ifdef FEATURE_HTTPS_INSPECTION
448 static const char alt_prefix_https[] = "https://" CGI_SITE_1_HOST "/";
450 const char *trusted_cgi_referrer = csp->config->trusted_cgi_referrer;
452 referrer = grep_cgi_referrer(csp);
454 if (NULL == referrer)
456 /* No referrer, no access */
457 log_error(LOG_LEVEL_ERROR, "Denying access to %s. No referrer found.",
460 else if ((0 == strncmp(referrer, CGI_PREFIX, sizeof(CGI_PREFIX)-1))
461 #ifdef FEATURE_HTTPS_INSPECTION
462 || (0 == strncmp(referrer, CGI_PREFIX_HTTPS, sizeof(CGI_PREFIX_HTTPS)-1))
463 || (0 == strncmp(referrer, alt_prefix_https, strlen(alt_prefix_https)))
465 || (0 == strncmp(referrer, alternative_prefix, strlen(alternative_prefix))))
467 /* Trustworthy referrer */
468 log_error(LOG_LEVEL_CGI, "Granting access to %s, referrer %s is trustworthy.",
469 csp->http->url, referrer);
473 else if ((trusted_cgi_referrer != NULL) && (0 == strncmp(referrer,
474 trusted_cgi_referrer, strlen(trusted_cgi_referrer))))
477 * After some more testing this block should be merged with
478 * the previous one or the log level should bedowngraded.
480 log_error(LOG_LEVEL_INFO, "Granting access to %s based on trusted referrer %s",
481 csp->http->url, referrer);
487 /* Untrustworthy referrer */
488 log_error(LOG_LEVEL_ERROR, "Denying access to %s, referrer %s isn't trustworthy.",
489 csp->http->url, referrer);
496 /*********************************************************************
498 * Function : dispatch_known_cgi
500 * Description : Processes a CGI once dispatch_cgi has determined that
501 * it matches one of the magic prefixes. Parses the path
502 * as a cgi name plus query string, prepares a map that
503 * maps CGI parameter names to their values, initializes
504 * the http_response struct, and calls the relevant CGI
508 * 1 : csp = Current client state (buffers, headers, etc...)
509 * 2 : path = Path of CGI, with the CGI prefix removed.
510 * Should not have a leading "/".
512 * Returns : http_response, or NULL on handler failure or out of
515 *********************************************************************/
516 static struct http_response *dispatch_known_cgi(struct client_state * csp,
519 const struct cgi_dispatcher *d;
520 struct map *param_list;
521 struct http_response *rsp;
522 char *query_args_start;
526 if (NULL == (path_copy = strdup(path)))
528 return cgi_error_memory();
530 query_args_start = path_copy;
531 while (*query_args_start && *query_args_start != '?' && *query_args_start != '/')
535 if (*query_args_start == '/')
537 *query_args_start++ = '\0';
538 param_list = new_map();
539 err = map(param_list, "file", 1, url_decode(query_args_start), 0);
540 if (JB_ERR_OK != err)
544 return cgi_error_memory();
549 if (*query_args_start == '?')
551 *query_args_start++ = '\0';
553 if (NULL == (param_list = parse_cgi_parameters(query_args_start)))
556 return cgi_error_memory();
562 * path_copy = CGI call name
563 * param_list = CGI params, as map
566 /* Get mem for response or fail*/
567 if (NULL == (rsp = alloc_http_response()))
570 free_map(param_list);
571 return cgi_error_memory();
575 * Find and start the right CGI function
580 if ((d->name == NULL) || (strcmp(path_copy, d->name) == 0))
583 * If the called CGI is either harmless, or referred
584 * from a trusted source, start it.
586 if (d->harmless || referrer_is_safe(csp))
588 err = (d->handler)(csp, rsp, param_list);
593 * Else, modify toggle calls so that they only display
594 * the status, and deny all other calls.
596 if (0 == strcmp(path_copy, "toggle"))
598 unmap(param_list, "set");
599 err = (d->handler)(csp, rsp, param_list);
603 err = cgi_error_disabled(csp, rsp);
608 free_map(param_list);
610 if (err == JB_ERR_CGI_PARAMS)
612 err = cgi_error_bad_param(csp, rsp);
614 if (err && (err != JB_ERR_MEMORY))
616 /* Unexpected error! Shouldn't get here */
617 log_error(LOG_LEVEL_ERROR,
618 "Unexpected CGI error %d in top-level handler. "
619 "Please file a bug report!", err);
620 err = cgi_error_unknown(csp, rsp, err);
625 rsp->crunch_reason = CGI_CALL;
626 return finish_http_response(csp, rsp);
630 /* Error in handler, probably out-of-memory */
631 free_http_response(rsp);
632 return cgi_error_memory();
640 /*********************************************************************
642 * Function : parse_cgi_parameters
644 * Description : Parse a URL-encoded argument string into name/value
645 * pairs and store them in a struct map list.
648 * 1 : argstring = string to be parsed. Will be trashed.
650 * Returns : pointer to param list, or NULL if out of memory.
652 *********************************************************************/
653 static struct map *parse_cgi_parameters(char *argstring)
658 struct map *cgi_params;
661 * XXX: This estimate is guaranteed to be high enough as we
662 * let ssplit() ignore empty fields, but also a bit wasteful.
663 * The same hack is used in get_last_url() so it looks like
664 * a real solution is needed.
666 size_t max_segments = strlen(argstring) / 2;
667 if (max_segments == 0)
670 * XXX: If the argstring is empty, there's really
671 * no point in creating a param list, but currently
672 * other parts of Privoxy depend on the list's existence.
676 vector = malloc_or_die(max_segments * sizeof(char *));
678 cgi_params = new_map();
681 * IE 5 does, of course, violate RFC 2316 Sect 4.1 and sends
682 * the fragment identifier along with the request, so we must
683 * cut it off here, so it won't pollute the CGI params:
685 if (NULL != (p = strchr(argstring, '#')))
690 pairs = ssplit(argstring, "&", vector, max_segments);
695 free_map(cgi_params);
699 for (i = 0; i < pairs; i++)
701 if ((NULL != (p = strchr(vector[i], '='))) && (*(p+1) != '\0'))
704 if (map(cgi_params, url_decode(vector[i]), 0, url_decode(++p), 0))
707 free_map(cgi_params);
720 /*********************************************************************
722 * Function : get_char_param
724 * Description : Get a single-character parameter passed to a CGI
728 * 1 : parameters = map of cgi parameters
729 * 2 : param_name = The name of the parameter to read
731 * Returns : Uppercase character on success, '\0' on error.
733 *********************************************************************/
734 char get_char_param(const struct map *parameters,
735 const char *param_name)
742 ch = *(lookup(parameters, param_name));
743 if ((ch >= 'a') && (ch <= 'z'))
745 ch = (char)(ch - 'a' + 'A');
752 /*********************************************************************
754 * Function : get_string_param
756 * Description : Get a string parameter, to be used as an
757 * ACTION_STRING or ACTION_MULTI parameter.
758 * Validates the input to prevent stupid/malicious
759 * users from corrupting their action file.
762 * 1 : parameters = map of cgi parameters
763 * 2 : param_name = The name of the parameter to read
764 * 3 : pparam = destination for parameter. Allocated as
765 * part of the map "parameters", so don't free it.
766 * Set to NULL if not specified.
768 * Returns : JB_ERR_OK on success, or if the parameter
770 * JB_ERR_MEMORY on out-of-memory.
771 * JB_ERR_CGI_PARAMS if the parameter is not valid.
773 *********************************************************************/
774 jb_err get_string_param(const struct map *parameters,
775 const char *param_name,
788 param = lookup(parameters, param_name);
794 if (strlen(param) >= CGI_PARAM_LEN_MAX)
799 * Note that the length limit is arbitrary, it just seems
800 * sensible to limit it to *something*. There's no
801 * technical reason for any limit at all.
803 return JB_ERR_CGI_PARAMS;
806 /* Check every character to see if it's legal */
808 while ((ch = *s++) != '\0')
810 if (((unsigned char)ch < (unsigned char)' ')
813 /* Probable hack attempt, or user accidentally used '}'. */
814 return JB_ERR_CGI_PARAMS;
825 /*********************************************************************
827 * Function : get_number_param
829 * Description : Get a non-negative integer from the parameters
830 * passed to a CGI function.
833 * 1 : csp = Current client state (buffers, headers, etc...)
834 * 2 : parameters = map of cgi parameters
835 * 3 : name = Name of CGI parameter to read
836 * 4 : pvalue = destination for value.
837 * Set to -1 on error.
839 * Returns : JB_ERR_OK on success
840 * JB_ERR_MEMORY on out-of-memory
841 * JB_ERR_CGI_PARAMS if the parameter was not specified
844 *********************************************************************/
845 jb_err get_number_param(struct client_state *csp,
846 const struct map *parameters,
860 param = lookup(parameters, name);
863 return JB_ERR_CGI_PARAMS;
866 *pvalue = (unsigned int)strtol(param, &endptr, 0);
869 return JB_ERR_CGI_PARAMS;
877 /*********************************************************************
879 * Function : error_response
881 * Description : returns an http_response that explains the reason
882 * why a request failed.
885 * 1 : csp = Current client state (buffers, headers, etc...)
886 * 2 : templatename = Which template should be used for the answer
888 * Returns : A http_response. If we run out of memory, this
889 * will be cgi_error_memory().
891 *********************************************************************/
892 struct http_response *error_response(struct client_state *csp,
893 const char *templatename)
896 struct http_response *rsp;
897 struct map *exports = default_exports(csp, NULL);
902 return cgi_error_memory();
905 if (NULL == (rsp = alloc_http_response()))
908 return cgi_error_memory();
911 #ifdef FEATURE_FORCE_LOAD
912 if (csp->flags & CSP_FLAG_FORCED)
914 path = strdup(FORCE_PREFIX);
917 #endif /* def FEATURE_FORCE_LOAD */
921 err = string_append(&path, csp->http->path);
923 if (!err) err = map(exports, "host", 1, html_encode(csp->http->host), 0);
924 if (!err) err = map(exports, "hostport", 1, html_encode(csp->http->hostport), 0);
925 if (!err) err = map(exports, "path", 1, html_encode_and_free_original(path), 0);
926 if (!err) err = map(exports, "protocol", 1, csp->http->ssl ? "https://" : "http://", 1);
929 err = map(exports, "host-ip", 1, html_encode(csp->http->host_ip_addr_str), 0);
932 /* Some failures, like "404 no such domain", don't have an IP address. */
933 err = map(exports, "host-ip", 1, html_encode(csp->http->host), 0);
941 free_http_response(rsp);
942 return cgi_error_memory();
945 if (!strcmp(templatename, "no-such-domain"))
947 rsp->status = strdup("404 No such domain");
948 rsp->crunch_reason = NO_SUCH_DOMAIN;
950 else if (!strcmp(templatename, "forwarding-failed"))
952 const struct forward_spec *fwd = forward_url(csp, csp->http);
953 char *socks_type = NULL;
956 log_error(LOG_LEVEL_FATAL, "gateway spec is NULL. This shouldn't happen!");
957 /* Never get here - LOG_LEVEL_FATAL causes program exit */
961 * XXX: While the template is called forwarding-failed,
962 * it currently only handles socks forwarding failures.
965 assert(fwd->type != SOCKS_NONE);
968 * Map failure reason, forwarding type and forwarder.
970 if (NULL == csp->error_message)
973 * Either we forgot to record the failure reason,
974 * or the memory allocation failed.
976 log_error(LOG_LEVEL_ERROR, "Socks failure reason missing.");
977 csp->error_message = strdup("Failure reason missing. Check the log file for details.");
979 if (!err) err = map(exports, "gateway", 1, fwd->gateway_host, 1);
982 * XXX: this is almost the same code as in cgi_show_url_info()
983 * and thus should be factored out and shared.
988 socks_type = "socks4-";
991 socks_type = "socks4a-";
994 socks_type = "socks5-";
997 socks_type = "socks5t-";
999 case FORWARD_WEBSERVER:
1000 socks_type = "webserver-";
1003 log_error(LOG_LEVEL_FATAL, "Unknown socks type: %d.", fwd->type);
1006 if (!err) err = map(exports, "forwarding-type", 1, socks_type, 1);
1007 if (!err) err = map(exports, "error-message", 1, html_encode(csp->error_message), 0);
1008 if ((NULL == csp->error_message) || err)
1011 free_http_response(rsp);
1012 return cgi_error_memory();
1015 rsp->status = strdup("503 Forwarding failure");
1016 rsp->crunch_reason = FORWARDING_FAILED;
1018 else if (!strcmp(templatename, "connect-failed"))
1020 rsp->status = strdup("503 Connect failed");
1021 rsp->crunch_reason = CONNECT_FAILED;
1023 else if (!strcmp(templatename, "connection-timeout"))
1025 rsp->status = strdup("504 Connection timeout");
1026 rsp->crunch_reason = CONNECTION_TIMEOUT;
1028 else if (!strcmp(templatename, "no-server-data"))
1030 rsp->status = strdup("502 No data received from server or forwarder");
1031 rsp->crunch_reason = NO_SERVER_DATA;
1034 if (rsp->status == NULL)
1037 free_http_response(rsp);
1038 return cgi_error_memory();
1041 err = template_fill_for_cgi(csp, templatename, exports, rsp);
1044 free_http_response(rsp);
1045 return cgi_error_memory();
1048 return finish_http_response(csp, rsp);
1052 /*********************************************************************
1054 * Function : cgi_error_disabled
1056 * Description : CGI function that is called to generate an error
1057 * response if the actions editor or toggle CGI are
1058 * accessed despite having being disabled at compile-
1059 * or run-time, or if the user followed an untrusted link
1060 * to access a unsafe CGI feature that is only reachable
1061 * through Privoxy directly.
1064 * 1 : csp = Current client state (buffers, headers, etc...)
1065 * 2 : rsp = http_response data structure for output
1067 * CGI Parameters : none
1069 * Returns : JB_ERR_OK on success
1070 * JB_ERR_MEMORY on out-of-memory error.
1072 *********************************************************************/
1073 jb_err cgi_error_disabled(const struct client_state *csp,
1074 struct http_response *rsp)
1076 struct map *exports;
1081 rsp->status = strdup_or_die("403 Request not trusted or feature disabled");
1083 if (NULL == (exports = default_exports(csp, "cgi-error-disabled")))
1085 return JB_ERR_MEMORY;
1087 if (map(exports, "url", 1, html_encode(csp->http->url), 0))
1089 /* Not important enough to do anything */
1090 log_error(LOG_LEVEL_ERROR, "Failed to fill in url.");
1093 return template_fill_for_cgi(csp, "cgi-error-disabled", exports, rsp);
1097 /*********************************************************************
1099 * Function : cgi_init_error_messages
1101 * Description : Call at the start of the program to initialize
1102 * the error message used by cgi_error_memory().
1108 *********************************************************************/
1109 void cgi_init_error_messages(void)
1111 memset(cgi_error_memory_response, '\0', sizeof(*cgi_error_memory_response));
1112 cgi_error_memory_response->head =
1113 "HTTP/1.0 500 Internal Privoxy Error\r\n"
1114 "Content-Type: text/html\r\n"
1116 cgi_error_memory_response->body =
1119 " <title>500 Internal Privoxy Error</title>\n"
1120 " <link rel=\"shortcut icon\" href=\"" CGI_PREFIX "error-favicon.ico\" type=\"image/x-icon\">"
1123 "<h1>500 Internal Privoxy Error</h1>\n"
1124 "<p>Privoxy <b>ran out of memory</b> while processing your request.</p>\n"
1125 "<p>Please contact your proxy administrator, or try again later</p>\n"
1129 cgi_error_memory_response->head_length =
1130 strlen(cgi_error_memory_response->head);
1131 cgi_error_memory_response->content_length =
1132 strlen(cgi_error_memory_response->body);
1133 cgi_error_memory_response->crunch_reason = OUT_OF_MEMORY;
1137 /*********************************************************************
1139 * Function : cgi_error_memory
1141 * Description : Called if a CGI function runs out of memory.
1142 * Returns a statically-allocated error response.
1146 * Returns : http_response data structure for output. This is
1147 * statically allocated, for obvious reasons.
1149 *********************************************************************/
1150 struct http_response *cgi_error_memory(void)
1152 /* assert that it's been initialized. */
1153 assert(cgi_error_memory_response->head);
1155 return cgi_error_memory_response;
1159 /*********************************************************************
1161 * Function : cgi_error_no_template
1163 * Description : Almost-CGI function that is called if a template
1164 * cannot be loaded. Note this is not a true CGI,
1165 * it takes a template name rather than a map of
1169 * 1 : csp = Current client state (buffers, headers, etc...)
1170 * 2 : rsp = http_response data structure for output
1171 * 3 : template_name = Name of template that could not
1174 * Returns : JB_ERR_OK on success
1175 * JB_ERR_MEMORY on out-of-memory error.
1177 *********************************************************************/
1178 jb_err cgi_error_no_template(const struct client_state *csp,
1179 struct http_response *rsp,
1180 const char *template_name)
1182 static const char status[] =
1183 "500 Internal Privoxy Error";
1184 static const char body_prefix[] =
1187 " <title>500 Internal Privoxy Error</title>\n"
1188 " <link rel=\"shortcut icon\" href=\"" CGI_PREFIX "error-favicon.ico\" type=\"image/x-icon\">"
1191 "<h1>500 Internal Privoxy Error</h1>\n"
1192 "<p>Privoxy encountered an error while processing your request:</p>\n"
1193 "<p><b>Could not load template file <code>";
1194 static const char body_suffix[] =
1195 "</code> or one of its included components.</b></p>\n"
1196 "<p>Please contact your proxy administrator.</p>\n"
1197 "<p>If you are the proxy administrator, please put the required file(s)"
1198 "in the <code><i>(confdir)</i>/templates</code> directory. The "
1199 "location of the <code><i>(confdir)</i></code> directory "
1200 "is specified in the main Privoxy <code>config</code> "
1201 "file. (It's typically the Privoxy install directory"
1203 ", or <code>/etc/privoxy/</code>"
1204 #endif /* ndef _WIN32 */
1208 const size_t body_size = strlen(body_prefix) + strlen(template_name) + strlen(body_suffix) + 1;
1212 assert(template_name);
1214 /* Reset rsp, if needed */
1218 rsp->content_length = 0;
1219 rsp->head_length = 0;
1222 rsp->body = malloc_or_die(body_size);
1223 strlcpy(rsp->body, body_prefix, body_size);
1224 strlcat(rsp->body, template_name, body_size);
1225 strlcat(rsp->body, body_suffix, body_size);
1227 rsp->status = strdup(status);
1228 if (rsp->status == NULL)
1230 return JB_ERR_MEMORY;
1237 /*********************************************************************
1239 * Function : cgi_error_unknown
1241 * Description : Almost-CGI function that is called if an unexpected
1242 * error occurs in the top-level CGI dispatcher.
1243 * In this context, "unexpected" means "anything other
1244 * than JB_ERR_MEMORY or JB_ERR_CGI_PARAMS" - CGIs are
1245 * expected to handle all other errors internally,
1246 * since they can give more relevant error messages
1249 * Note this is not a true CGI, it takes an error
1250 * code rather than a map of parameters.
1253 * 1 : csp = Current client state (buffers, headers, etc...)
1254 * 2 : rsp = http_response data structure for output
1255 * 3 : error_to_report = Error code to report.
1257 * Returns : JB_ERR_OK on success
1258 * JB_ERR_MEMORY on out-of-memory error.
1260 *********************************************************************/
1261 jb_err cgi_error_unknown(const struct client_state *csp,
1262 struct http_response *rsp,
1263 jb_err error_to_report)
1265 static const char status[] =
1266 "500 Internal Privoxy Error";
1267 static const char body_prefix[] =
1270 " <title>500 Internal Privoxy Error</title>\n"
1271 " <link rel=\"shortcut icon\" href=\"" CGI_PREFIX "error-favicon.ico\" type=\"image/x-icon\">"
1274 "<h1>500 Internal Privoxy Error</h1>\n"
1275 "<p>Privoxy encountered an error while processing your request:</p>\n"
1276 "<p><b>Unexpected internal error: ";
1277 static const char body_suffix[] =
1280 "<a href=\"http://sourceforge.net/tracker/?group_id=11118&atid=111118\">"
1281 "file a bug report</a>.</p>\n"
1284 /* Includes room for larger error numbers in the future. */
1285 const size_t body_size = sizeof(body_prefix) + sizeof(body_suffix) + 5;
1289 /* Reset rsp, if needed */
1293 rsp->content_length = 0;
1294 rsp->head_length = 0;
1296 rsp->crunch_reason = INTERNAL_ERROR;
1298 rsp->body = malloc_or_die(body_size);
1300 snprintf(rsp->body, body_size, "%s%d%s", body_prefix, error_to_report, body_suffix);
1302 rsp->status = strdup(status);
1303 if (rsp->status == NULL)
1305 return JB_ERR_MEMORY;
1312 /*********************************************************************
1314 * Function : cgi_error_bad_param
1316 * Description : CGI function that is called if the parameters
1317 * (query string) for a CGI were wrong.
1320 * 1 : csp = Current client state (buffers, headers, etc...)
1321 * 2 : rsp = http_response data structure for output
1323 * CGI Parameters : none
1325 * Returns : JB_ERR_OK on success
1326 * JB_ERR_MEMORY on out-of-memory error.
1328 *********************************************************************/
1329 jb_err cgi_error_bad_param(const struct client_state *csp,
1330 struct http_response *rsp)
1332 struct map *exports;
1337 if (NULL == (exports = default_exports(csp, NULL)))
1339 return JB_ERR_MEMORY;
1342 return template_fill_for_cgi(csp, "cgi-error-bad-param", exports, rsp);
1346 /*********************************************************************
1348 * Function : cgi_redirect
1350 * Description : CGI support function to generate a HTTP redirect
1354 * 1 : rsp = http_response data structure for output
1355 * 2 : target = string with the target URL
1357 * CGI Parameters : None
1359 * Returns : JB_ERR_OK on success
1360 * JB_ERR_MEMORY on out-of-memory error.
1362 *********************************************************************/
1363 jb_err cgi_redirect (struct http_response * rsp, const char *target)
1370 err = enlist_unique_header(rsp->headers, "Location", target);
1372 rsp->status = strdup("302 Local Redirect from Privoxy");
1373 if (rsp->status == NULL)
1375 return JB_ERR_MEMORY;
1382 /*********************************************************************
1384 * Function : add_help_link
1386 * Description : Produce a copy of the string given as item,
1387 * embedded in an HTML link to its corresponding
1388 * section (item name in uppercase) in the actions
1389 * chapter of the user manual, (whose URL is given in
1390 * the config and defaults to our web site).
1392 * FIXME: I currently only work for actions, and would
1393 * like to be generalized for other topics.
1396 * 1 : item = item (will NOT be free()d.)
1397 * It is assumed to be HTML-safe.
1398 * 2 : config = The current configuration.
1400 * Returns : String with item embedded in link, or NULL on
1403 *********************************************************************/
1404 char *add_help_link(const char *item,
1405 struct configuration_spec *config)
1409 if (!item) return NULL;
1411 result = strdup("<a href=\"");
1412 if (!strncmpic(config->usermanual, "file://", 7) ||
1413 !strncmpic(config->usermanual, "http", 4))
1415 string_append(&result, config->usermanual);
1419 string_append(&result, "http://");
1420 string_append(&result, CGI_SITE_2_HOST);
1421 string_append(&result, "/user-manual/");
1423 string_append(&result, ACTIONS_HELP_PREFIX);
1424 string_join (&result, string_toupper(item));
1425 string_append(&result, "\">");
1426 string_append(&result, item);
1427 string_append(&result, "</a>");
1433 /*********************************************************************
1435 * Function : get_http_time
1437 * Description : Get the time in a format suitable for use in a
1438 * HTTP header - e.g.:
1439 * "Sun, 06 Nov 1994 08:49:37 GMT"
1442 * 1 : time_offset = Time returned will be current time
1443 * plus this number of seconds.
1444 * 2 : buf = Destination for result.
1445 * 3 : buffer_size = Size of the buffer above. Must be big
1446 * enough to hold 29 characters plus a
1451 *********************************************************************/
1452 void get_http_time(int time_offset, char *buf, size_t buffer_size)
1455 time_t current_time;
1456 #if defined(HAVE_GMTIME_R)
1461 assert(buffer_size > (size_t)29);
1463 time(¤t_time);
1465 current_time += time_offset;
1467 /* get and save the gmt */
1469 t = gmtime_r(¤t_time, &dummy);
1470 #elif defined(MUTEX_LOCKS_AVAILABLE)
1471 privoxy_mutex_lock(&gmtime_mutex);
1472 t = gmtime(¤t_time);
1473 privoxy_mutex_unlock(&gmtime_mutex);
1475 t = gmtime(¤t_time);
1478 strftime(buf, buffer_size, "%a, %d %b %Y %H:%M:%S GMT", t);
1482 /*********************************************************************
1484 * Function : get_locale_time
1486 * Description : Get the time in a date(1)-like format
1487 * according to the current locale - e.g.:
1488 * "Fri Aug 29 19:37:12 CEST 2008"
1490 * XXX: Should we allow the user to change the format?
1493 * 1 : buf = Destination for result.
1494 * 2 : buffer_size = Size of the buffer above. Must be big
1495 * enough to hold 29 characters plus a
1500 *********************************************************************/
1501 static void get_locale_time(char *buf, size_t buffer_size)
1504 time_t current_time;
1505 #if defined(HAVE_LOCALTIME_R)
1510 assert(buffer_size > (size_t)29);
1512 time(¤t_time);
1514 #if HAVE_LOCALTIME_R
1515 timeptr = localtime_r(¤t_time, &dummy);
1516 #elif defined(MUTEX_LOCKS_AVAILABLE)
1517 privoxy_mutex_lock(&localtime_mutex);
1518 timeptr = localtime(¤t_time);
1520 timeptr = localtime(¤t_time);
1523 strftime(buf, buffer_size, "%a %b %d %X %Z %Y", timeptr);
1525 #if !defined(HAVE_LOCALTIME_R) && defined(MUTEX_LOCKS_AVAILABLE)
1526 privoxy_mutex_unlock(&localtime_mutex);
1531 #ifdef FEATURE_COMPRESSION
1532 /*********************************************************************
1534 * Function : compress_buffer
1536 * Description : Compresses the content of a buffer with zlib's deflate
1537 * Allocates a new buffer for the result, free'ing it is
1541 * 1 : buffer = buffer whose content should be compressed
1542 * 2 : buffer_length = length of the buffer
1543 * 3 : compression_level = compression level for compress2()
1545 * Returns : NULL on error, otherwise a pointer to the compressed
1546 * content of the input buffer.
1548 *********************************************************************/
1549 char *compress_buffer(char *buffer, size_t *buffer_length, int compression_level)
1551 char *compressed_buffer;
1553 assert(-1 <= compression_level && compression_level <= 9);
1555 /* Let zlib figure out the maximum length of the compressed data */
1556 new_length = compressBound((uLongf)*buffer_length);
1558 compressed_buffer = malloc_or_die(new_length);
1560 if (Z_OK != compress2((Bytef *)compressed_buffer, &new_length,
1561 (Bytef *)buffer, *buffer_length, compression_level))
1563 log_error(LOG_LEVEL_ERROR,
1564 "compress2() failed. Buffer size: %lu, compression level: %d.",
1565 new_length, compression_level);
1566 freez(compressed_buffer);
1570 log_error(LOG_LEVEL_RE_FILTER,
1571 "Compressed content from %lu to %lu bytes. Compression level: %d",
1572 *buffer_length, new_length, compression_level);
1574 *buffer_length = (size_t)new_length;
1576 return compressed_buffer;
1582 /*********************************************************************
1584 * Function : finish_http_response
1586 * Description : Fill in the missing headers in an http response,
1587 * and flatten the headers to an http head.
1588 * For HEAD requests the body is freed once
1589 * the Content-Length header is set.
1592 * 1 : rsp = pointer to http_response to be processed
1594 * Returns : A http_response, usually the rsp parameter.
1595 * On error, free()s rsp and returns cgi_error_memory()
1597 *********************************************************************/
1598 struct http_response *finish_http_response(struct client_state *csp, struct http_response *rsp)
1600 char buf[BUFFER_SIZE];
1603 /* Special case - do NOT change this statically allocated response,
1604 * which is ready for output anyway.
1606 if (rsp == cgi_error_memory_response)
1612 * Add "Cross-origin resource sharing" (CORS) headers if enabled
1614 if (NULL != csp->config->cors_allowed_origin)
1616 enlist_unique_header(rsp->headers, "Access-Control-Allow-Origin",
1617 csp->config->cors_allowed_origin);
1618 enlist_unique_header(rsp->headers, "Access-Control-Allow-Methods", "GET,POST");
1619 enlist_unique_header(rsp->headers, "Access-Control-Allow-Headers", "X-Requested-With");
1620 enlist_unique_header(rsp->headers, "Access-Control-Max-Age", "86400");
1624 * Fill in the HTTP Status, using HTTP/1.1
1625 * unless the client asked for HTTP/1.0.
1627 snprintf(buf, sizeof(buf), "%s %s",
1628 strcmpic(csp->http->version, "HTTP/1.0") ? "HTTP/1.1" : "HTTP/1.0",
1629 rsp->status ? rsp->status : "200 OK");
1630 err = enlist_first(rsp->headers, buf);
1633 * Set the Content-Length
1635 if (rsp->content_length == 0)
1637 rsp->content_length = rsp->body ? strlen(rsp->body) : 0;
1640 #ifdef FEATURE_COMPRESSION
1641 if (!err && (csp->flags & CSP_FLAG_CLIENT_SUPPORTS_DEFLATE)
1642 && (rsp->content_length > LOWER_LENGTH_LIMIT_FOR_COMPRESSION))
1644 char *compressed_content;
1646 compressed_content = compress_buffer(rsp->body, &rsp->content_length,
1647 csp->config->compression_level);
1648 if (NULL != compressed_content)
1651 rsp->body = compressed_content;
1652 err = enlist_unique_header(rsp->headers, "Content-Encoding", "deflate");
1659 snprintf(buf, sizeof(buf), "Content-Length: %d", (int)rsp->content_length);
1661 * Signal serve() that the client will be able to figure out
1662 * the end of the response without having to close the connection.
1664 csp->flags |= CSP_FLAG_SERVER_CONTENT_LENGTH_SET;
1665 err = enlist(rsp->headers, buf);
1668 if (0 == strcmpic(csp->http->gpc, "head"))
1671 * The client only asked for the head. Dispose
1672 * the body and log an offensive message.
1674 * While it may seem to be a bit inefficient to
1675 * prepare the body if it isn't needed, it's the
1676 * only way to get the Content-Length right for
1677 * dynamic pages. We could have disposed the body
1678 * earlier, but not without duplicating the
1679 * Content-Length setting code above.
1681 log_error(LOG_LEVEL_CGI, "Preparing to give head to %s.", csp->ip_addr_str);
1683 rsp->content_length = 0;
1686 if (strncmpic(rsp->status, "302", 3))
1689 * If it's not a redirect without any content,
1690 * set the Content-Type to text/html if it's
1691 * not already specified.
1693 if (!err) err = enlist_unique(rsp->headers, "Content-Type: text/html", 13);
1697 * Fill in the rest of the default headers:
1699 * Date: set to current date/time.
1700 * Last-Modified: set to date/time the page was last changed.
1701 * Expires: set to date/time page next needs reloading.
1702 * Cache-Control: set to "no-cache" if applicable.
1704 * See http://www.w3.org/Protocols/rfc2068/rfc2068
1709 * Set Expires to about 10 min into the future so it'll get reloaded
1710 * occasionally, e.g. if Privoxy gets upgraded.
1715 get_http_time(0, buf, sizeof(buf));
1716 err = enlist_unique_header(rsp->headers, "Date", buf);
1719 /* Some date in the past. */
1720 if (!err) err = enlist_unique_header(rsp->headers, "Last-Modified", "Sat, 17 Jun 2000 12:00:00 GMT");
1724 get_http_time(10 * 60, buf, sizeof(buf)); /* 10 * 60sec = 10 minutes */
1725 err = enlist_unique_header(rsp->headers, "Expires", buf);
1728 else if (!strncmpic(rsp->status, "302", 3))
1730 get_http_time(0, buf, sizeof(buf));
1731 if (!err) err = enlist_unique_header(rsp->headers, "Date", buf);
1736 * Setting "Cache-Control" to "no-cache" and "Expires" to
1737 * the current time doesn't exactly forbid caching, it just
1738 * requires the client to revalidate the cached copy.
1740 * If a temporary problem occurs and the user tries again after
1741 * getting Privoxy's error message, a compliant browser may set the
1742 * If-Modified-Since header with the content of the error page's
1743 * Last-Modified header. More often than not, the document on the server
1744 * is older than Privoxy's error message, the server would send status code
1745 * 304 and the browser would display the outdated error message again and again.
1747 * For documents delivered with status code 403, 404 and 503 we set "Last-Modified"
1748 * to Tim Berners-Lee's birthday, which predates the age of any page on the web
1749 * and can be safely used to "revalidate" without getting a status code 304.
1751 * There is no need to let the useless If-Modified-Since header reach the
1752 * server, it is therefore stripped by client_if_modified_since in parsers.c.
1754 if (!err) err = enlist_unique_header(rsp->headers, "Cache-Control", "no-cache");
1756 get_http_time(0, buf, sizeof(buf));
1757 if (!err) err = enlist_unique_header(rsp->headers, "Date", buf);
1758 if (!strncmpic(rsp->status, "403", 3)
1759 || !strncmpic(rsp->status, "404", 3)
1760 || !strncmpic(rsp->status, "502", 3)
1761 || !strncmpic(rsp->status, "503", 3)
1762 || !strncmpic(rsp->status, "504", 3))
1764 if (!err) err = enlist_unique_header(rsp->headers, "Last-Modified", "Wed, 08 Jun 1955 12:00:00 GMT");
1768 if (!err) err = enlist_unique_header(rsp->headers, "Last-Modified", buf);
1770 if (!err) err = enlist_unique_header(rsp->headers, "Expires", "Sat, 17 Jun 2000 12:00:00 GMT");
1771 if (!err) err = enlist_unique_header(rsp->headers, "Pragma", "no-cache");
1774 if (!err && (!(csp->flags & CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE)
1775 || (csp->flags & CSP_FLAG_SERVER_SOCKET_TAINTED)))
1777 err = enlist_unique_header(rsp->headers, "Connection", "close");
1783 if (err || (NULL == (rsp->head = list_to_text(rsp->headers))))
1785 free_http_response(rsp);
1786 return cgi_error_memory();
1788 rsp->head_length = strlen(rsp->head);
1795 /*********************************************************************
1797 * Function : alloc_http_response
1799 * Description : Allocates a new http_response structure.
1803 * Returns : pointer to a new http_response, or NULL.
1805 *********************************************************************/
1806 struct http_response *alloc_http_response(void)
1808 return (struct http_response *) zalloc(sizeof(struct http_response));
1813 /*********************************************************************
1815 * Function : free_http_response
1817 * Description : Free the memory occupied by an http_response
1818 * and its depandant structures.
1821 * 1 : rsp = pointer to http_response to be freed
1825 *********************************************************************/
1826 void free_http_response(struct http_response *rsp)
1829 * Must special case cgi_error_memory_response, which is never freed.
1831 if (rsp && (rsp != cgi_error_memory_response))
1836 destroy_list(rsp->headers);
1843 /*********************************************************************
1845 * Function : template_load
1847 * Description : CGI support function that loads a given HTML
1848 * template, ignoring comment lines and following
1849 * #include statements up to a depth of 1.
1852 * 1 : csp = Current client state (buffers, headers, etc...)
1853 * 2 : template_ptr = Destination for pointer to loaded
1855 * 3 : templatename = name of the HTML template to be used
1856 * 4 : recursive = Flag set if this function calls itself
1857 * following an #include statament
1859 * Returns : JB_ERR_OK on success
1860 * JB_ERR_MEMORY on out-of-memory error.
1861 * JB_ERR_FILE if the template file cannot be read
1863 *********************************************************************/
1864 jb_err template_load(const struct client_state *csp, char **template_ptr,
1865 const char *templatename, int recursive)
1868 char *templates_dir_path;
1871 char *included_module;
1874 char buf[BUFFER_SIZE];
1877 assert(template_ptr);
1878 assert(templatename);
1880 *template_ptr = NULL;
1882 /* Validate template name. Paranoia. */
1883 for (p = templatename; *p != 0; p++)
1885 if ( ((*p < 'a') || (*p > 'z'))
1886 && ((*p < 'A') || (*p > 'Z'))
1887 && ((*p < '0') || (*p > '9'))
1891 /* Illegal character */
1897 * Generate full path using either templdir
1898 * or confdir/templates as base directory.
1900 if (NULL != csp->config->templdir)
1902 templates_dir_path = strdup(csp->config->templdir);
1906 templates_dir_path = make_path(csp->config->confdir, "templates");
1909 if (templates_dir_path == NULL)
1911 log_error(LOG_LEVEL_ERROR, "Out of memory while generating template path for %s.",
1913 return JB_ERR_MEMORY;
1916 full_path = make_path(templates_dir_path, templatename);
1917 free(templates_dir_path);
1918 if (full_path == NULL)
1920 log_error(LOG_LEVEL_ERROR, "Out of memory while generating full template path for %s.",
1922 return JB_ERR_MEMORY;
1925 /* Allocate buffer */
1927 file_buffer = strdup("");
1928 if (file_buffer == NULL)
1930 log_error(LOG_LEVEL_ERROR, "Not enough free memory to buffer %s.", full_path);
1932 return JB_ERR_MEMORY;
1935 /* Open template file */
1937 if (NULL == (fp = fopen(full_path, "r")))
1939 log_error(LOG_LEVEL_ERROR, "Cannot open template file %s: %E", full_path);
1947 * Read the file, ignoring comments, and honoring #include
1948 * statements, unless we're already called recursively.
1950 * XXX: The comment handling could break with lines lengths > sizeof(buf).
1951 * This is unlikely in practise.
1953 while (fgets(buf, sizeof(buf), fp))
1955 if (!recursive && !strncmp(buf, "#include ", 9))
1957 if (JB_ERR_OK != (err = template_load(csp, &included_module, chomp(buf + 9), 1)))
1964 if (string_join(&file_buffer, included_module))
1967 return JB_ERR_MEMORY;
1973 /* skip lines starting with '#' */
1979 if (string_append(&file_buffer, buf))
1982 return JB_ERR_MEMORY;
1987 *template_ptr = file_buffer;
1993 /*********************************************************************
1995 * Function : template_fill
1997 * Description : CGI support function that fills in a pre-loaded
1998 * HTML template by replacing @name@ with value using
1999 * pcrs, for each item in the output map.
2001 * Note that a leading '$' character in the export map's
2002 * values will be stripped and toggle on backreference
2006 * 1 : template_ptr = IN: Template to be filled out.
2008 * OUT: Filled out template.
2009 * Caller must free().
2010 * 2 : exports = map with fill in symbol -> name pairs
2012 * Returns : JB_ERR_OK on success (and for uncritical errors)
2013 * JB_ERR_MEMORY on out-of-memory error
2015 *********************************************************************/
2016 jb_err template_fill(char **template_ptr, const struct map *exports)
2018 struct map_entry *m;
2020 char buf[BUFFER_SIZE];
2021 char *tmp_out_buffer;
2027 assert(template_ptr);
2028 assert(*template_ptr);
2031 file_buffer = *template_ptr;
2032 size = strlen(file_buffer) + 1;
2035 * Assemble pcrs joblist from exports map
2037 for (m = exports->first; m != NULL; m = m->next)
2039 if (*m->name == '$')
2042 * First character of name is '$', so remove this flag
2043 * character and allow backreferences ($1 etc) in the
2044 * "replace with" text.
2046 snprintf(buf, sizeof(buf), "%s", m->name + 1);
2052 * Treat the "replace with" text as a literal string -
2053 * no quoting needed, no backreferences allowed.
2054 * ("Trivial" ['T'] flag).
2058 /* Enclose name in @@ */
2059 snprintf(buf, sizeof(buf), "@%s@", m->name);
2062 log_error(LOG_LEVEL_CGI, "Substituting: s/%s/%s/%s", buf, m->value, flags);
2064 /* Make and run job. */
2065 job = pcrs_compile(buf, m->value, flags, &error);
2068 if (error == PCRS_ERR_NOMEM)
2071 *template_ptr = NULL;
2072 return JB_ERR_MEMORY;
2076 log_error(LOG_LEVEL_ERROR, "Error compiling template fill job %s: %d", m->name, error);
2077 /* Hope it wasn't important and silently ignore the invalid job */
2082 error = pcrs_execute(job, file_buffer, size, &tmp_out_buffer, &size);
2085 if (NULL == tmp_out_buffer)
2087 *template_ptr = NULL;
2088 return JB_ERR_MEMORY;
2094 * Substitution failed, keep the original buffer,
2095 * log the problem and ignore it.
2097 * The user might see some unresolved @CGI_VARIABLES@,
2098 * but returning a special CGI error page seems unreasonable
2099 * and could mask more important error messages.
2101 free(tmp_out_buffer);
2102 log_error(LOG_LEVEL_ERROR, "Failed to execute s/%s/%s/%s. %s",
2103 buf, m->value, flags, pcrs_strerror(error));
2107 /* Substitution succeeded, use modified buffer. */
2109 file_buffer = tmp_out_buffer;
2117 *template_ptr = file_buffer;
2122 /*********************************************************************
2124 * Function : template_fill_for_cgi
2126 * Description : CGI support function that loads a HTML template
2127 * and fills it in. Handles file-not-found errors
2128 * by sending a HTML error message. For convenience,
2129 * this function also frees the passed "exports" map.
2132 * 1 : csp = Client state
2133 * 2 : templatename = name of the HTML template to be used
2134 * 3 : exports = map with fill in symbol -> name pairs.
2135 * Will be freed by this function.
2136 * 4 : rsp = Response structure to fill in.
2138 * Returns : JB_ERR_OK on success
2139 * JB_ERR_MEMORY on out-of-memory error
2141 *********************************************************************/
2142 jb_err template_fill_for_cgi(const struct client_state *csp,
2143 const char *templatename,
2144 struct map *exports,
2145 struct http_response *rsp)
2150 assert(templatename);
2154 err = template_load(csp, &rsp->body, templatename, 0);
2155 if (err == JB_ERR_FILE)
2157 err = cgi_error_no_template(csp, rsp, templatename);
2159 else if (err == JB_ERR_OK)
2161 err = template_fill(&rsp->body, exports);
2168 /*********************************************************************
2170 * Function : default_exports
2172 * Description : returns a struct map list that contains exports
2173 * which are common to all CGI functions.
2176 * 1 : csp = Current client state (buffers, headers, etc...)
2177 * 2 : caller = name of CGI who calls us and which should
2178 * be excluded from the generated menu. May be
2180 * Returns : NULL if no memory, else a new map. Caller frees.
2182 *********************************************************************/
2183 struct map *default_exports(const struct client_state *csp, const char *caller)
2187 struct map * exports;
2188 int local_help_exists = 0;
2189 char *ip_address = NULL;
2191 char *hostname = NULL;
2195 exports = new_map();
2197 if (csp->config->hostname)
2199 get_host_information(csp->cfd, &ip_address, &port, NULL);
2200 hostname = strdup(csp->config->hostname);
2204 get_host_information(csp->cfd, &ip_address, &port, &hostname);
2207 err = map(exports, "version", 1, html_encode(VERSION), 0);
2208 get_locale_time(buf, sizeof(buf));
2209 if (!err) err = map(exports, "time", 1, html_encode(buf), 0);
2210 if (!err) err = map(exports, "my-ip-address", 1, html_encode(ip_address ? ip_address : "unknown"), 0);
2212 if (!err) err = map(exports, "my-port", 1, html_encode(port ? port : "unknown"), 0);
2214 if (!err) err = map(exports, "my-hostname", 1, html_encode(hostname ? hostname : "unknown"), 0);
2216 if (!err) err = map(exports, "homepage", 1, html_encode(HOME_PAGE_URL), 0);
2219 err = map(exports, "default-cgi", 1, html_encode(
2220 #ifdef FEATURE_HTTPS_INSPECTION
2221 client_use_ssl(csp) ? CGI_PREFIX_HTTPS :
2225 if (!err) err = map(exports, "menu", 1, make_menu(csp, caller), 0);
2226 if (!err) err = map(exports, "code-status", 1, CODE_STATUS, 1);
2227 if (!strncmpic(csp->config->usermanual, "file://", 7) ||
2228 !strncmpic(csp->config->usermanual, "http", 4))
2230 /* Manual is located somewhere else, just link to it. */
2231 if (!err) err = map(exports, "user-manual", 1, html_encode(csp->config->usermanual), 0);
2235 /* Manual is delivered by Privoxy. */
2238 err = map(exports, "user-manual", 1, html_encode(
2239 #ifdef FEATURE_HTTPS_INSPECTION
2240 client_use_ssl(csp) ? CGI_PREFIX_HTTPS"user-manual/" :
2242 CGI_PREFIX"user-manual/"), 0);
2245 if (!err) err = map(exports, "actions-help-prefix", 1, ACTIONS_HELP_PREFIX ,1);
2246 #ifdef FEATURE_TOGGLE
2247 if (!err) err = map_conditional(exports, "enabled-display", global_toggle_state);
2249 if (!err) err = map_block_killer(exports, "can-toggle");
2252 if (!strcmp(CODE_STATUS, "stable"))
2254 if (!err) err = map_block_killer(exports, "unstable");
2257 if (csp->config->admin_address != NULL)
2259 if (!err) err = map(exports, "admin-address", 1, html_encode(csp->config->admin_address), 0);
2260 local_help_exists = 1;
2264 if (!err) err = map_block_killer(exports, "have-adminaddr-info");
2267 if (csp->config->proxy_info_url != NULL)
2269 if (!err) err = map(exports, "proxy-info-url", 1, html_encode(csp->config->proxy_info_url), 0);
2270 local_help_exists = 1;
2274 if (!err) err = map_block_killer(exports, "have-proxy-info");
2277 if (local_help_exists == 0)
2279 if (!err) err = map_block_killer(exports, "have-help-info");
2292 /*********************************************************************
2294 * Function : map_block_killer
2296 * Description : Convenience function.
2297 * Adds a "killer" for the conditional HTML-template
2298 * block <name>, i.e. a substitution of the regex
2299 * "if-<name>-start.*if-<name>-end" to the given
2303 * 1 : exports = map to extend
2304 * 2 : name = name of conditional block
2306 * Returns : JB_ERR_OK on success
2307 * JB_ERR_MEMORY on out-of-memory error.
2309 *********************************************************************/
2310 jb_err map_block_killer(struct map *exports, const char *name)
2312 char buf[1000]; /* Will do, since the names are hardwired */
2316 assert(strlen(name) < (size_t)490);
2318 snprintf(buf, sizeof(buf), "if-%s-start.*if-%s-end", name, name);
2319 return map(exports, buf, 1, "", 1);
2323 /*********************************************************************
2325 * Function : map_block_keep
2327 * Description : Convenience function. Removes the markers used
2328 * by map-block-killer, to save a few bytes.
2329 * i.e. removes "@if-<name>-start@" and "@if-<name>-end@"
2332 * 1 : exports = map to extend
2333 * 2 : name = name of conditional block
2335 * Returns : JB_ERR_OK on success
2336 * JB_ERR_MEMORY on out-of-memory error.
2338 *********************************************************************/
2339 jb_err map_block_keep(struct map *exports, const char *name)
2342 char buf[500]; /* Will do, since the names are hardwired */
2346 assert(strlen(name) < (size_t)490);
2348 snprintf(buf, sizeof(buf), "if-%s-start", name);
2349 err = map(exports, buf, 1, "", 1);
2356 snprintf(buf, sizeof(buf), "if-%s-end", name);
2357 return map(exports, buf, 1, "", 1);
2361 /*********************************************************************
2363 * Function : map_conditional
2365 * Description : Convenience function.
2366 * Adds an "if-then-else" for the conditional HTML-template
2367 * block <name>, i.e. a substitution of the form:
2374 * The control structure and one of the alternatives
2378 * 1 : exports = map to extend
2379 * 2 : name = name of conditional block
2380 * 3 : choose_first = nonzero for first, zero for second.
2382 * Returns : JB_ERR_OK on success
2383 * JB_ERR_MEMORY on out-of-memory error.
2385 *********************************************************************/
2386 jb_err map_conditional(struct map *exports, const char *name, int choose_first)
2388 char buf[1000]; /* Will do, since the names are hardwired */
2393 assert(strlen(name) < (size_t)480);
2395 snprintf(buf, sizeof(buf), (choose_first
2396 ? "else-not-%s@.*@endif-%s"
2397 : "if-%s-then@.*@else-not-%s"),
2400 err = map(exports, buf, 1, "", 1);
2406 snprintf(buf, sizeof(buf), (choose_first ? "if-%s-then" : "endif-%s"), name);
2407 return map(exports, buf, 1, "", 1);
2411 /*********************************************************************
2413 * Function : make_menu
2415 * Description : Returns an HTML-formatted menu of the available
2416 * unhidden CGIs, excluding the one given in <self>
2417 * and the toggle CGI if toggling is disabled.
2420 * 1 : csp = Current client state (buffers, headers, etc...)
2421 * 2 : self = name of CGI to leave out, can be NULL for
2424 * Returns : menu string, or NULL on out-of-memory error.
2426 *********************************************************************/
2427 char *make_menu(const struct client_state *csp, const char *self)
2429 const struct cgi_dispatcher *d;
2430 char *result = strdup("");
2434 self = "NO-SUCH-CGI!";
2437 /* List available unhidden CGI's and export as "other-cgis" */
2438 for (d = cgi_dispatchers; d->name; d++)
2441 #ifdef FEATURE_TOGGLE
2442 if (!(csp->config->feature_flags & RUNTIME_FEATURE_CGI_TOGGLE) && !strcmp(d->name, "toggle"))
2445 * Suppress the toggle link if remote toggling is disabled.
2449 #endif /* def FEATURE_TOGGLE */
2451 if (d->description && strcmp(d->name, self))
2453 char *html_encoded_prefix;
2456 * Line breaks would be great, but break
2457 * the "blocked" template's JavaScript.
2459 string_append(&result, "<li><a href=\"");
2460 html_encoded_prefix = html_encode(
2461 #ifdef FEATURE_HTTPS_INSPECTION
2462 client_use_ssl(csp) ? CGI_PREFIX_HTTPS :
2465 if (html_encoded_prefix == NULL)
2471 string_append(&result, html_encoded_prefix);
2472 free(html_encoded_prefix);
2474 string_append(&result, d->name);
2475 string_append(&result, "\">");
2476 string_append(&result, d->description);
2477 string_append(&result, "</a></li>");
2485 /*********************************************************************
2487 * Function : dump_map
2489 * Description : HTML-dump a map for debugging (as table)
2492 * 1 : the_map = map to dump
2494 * Returns : string with HTML
2496 *********************************************************************/
2497 char *dump_map(const struct map *the_map)
2499 struct map_entry *cur_entry;
2500 char *ret = strdup("");
2502 string_append(&ret, "<table>\n");
2504 for (cur_entry = the_map->first;
2505 (cur_entry != NULL) && (ret != NULL);
2506 cur_entry = cur_entry->next)
2508 string_append(&ret, "<tr><td><b>");
2509 string_join (&ret, html_encode(cur_entry->name));
2510 string_append(&ret, "</b></td><td>");
2511 string_join (&ret, html_encode(cur_entry->value));
2512 string_append(&ret, "</td></tr>\n");
2515 string_append(&ret, "</table>\n");