Fix: No "Go there anyway" for SSL
[privoxy.git] / filters.c
1 const char filters_rcs[] = "$Id: filters.c,v 1.54 2002/04/02 14:55:56 oes Exp $";
2 /*********************************************************************
3  *
4  * File        :  $Source: /cvsroot/ijbswa/current/filters.c,v $
5  *
6  * Purpose     :  Declares functions to parse/crunch headers and pages.
7  *                Functions declared include:
8  *                   `acl_addr', `add_stats', `block_acl', `block_imageurl',
9  *                   `block_url', `url_actions', `domain_split',
10  *                   `filter_popups', `forward_url', 'redirect_url',
11  *                   `ij_untrusted_url', `intercept_url', `pcrs_filter_respose',
12  *                   'ijb_send_banner', and `trust_url'
13  *
14  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
15  *                Privoxy team. http://www.privoxy.org/
16  *
17  *                Based on the Internet Junkbuster originally written
18  *                by and Copyright (C) 1997 Anonymous Coders and
19  *                Junkbusters Corporation.  http://www.junkbusters.com
20  *
21  *                This program is free software; you can redistribute it
22  *                and/or modify it under the terms of the GNU General
23  *                Public License as published by the Free Software
24  *                Foundation; either version 2 of the License, or (at
25  *                your option) any later version.
26  *
27  *                This program is distributed in the hope that it will
28  *                be useful, but WITHOUT ANY WARRANTY; without even the
29  *                implied warranty of MERCHANTABILITY or FITNESS FOR A
30  *                PARTICULAR PURPOSE.  See the GNU General Public
31  *                License for more details.
32  *
33  *                The GNU General Public License should be included with
34  *                this file.  If not, you can view it at
35  *                http://www.gnu.org/copyleft/gpl.html
36  *                or write to the Free Software Foundation, Inc., 59
37  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
38  *
39  * Revisions   :
40  *    $Log: filters.c,v $
41  *    Revision 1.54  2002/04/02 14:55:56  oes
42  *    Bugfix: is_untrusted_url() now depends on FEATURE_TRUST, not FEATURE_COOKIE_JAR
43  *
44  *    Revision 1.53  2002/03/26 22:29:54  swa
45  *    we have a new homepage!
46  *
47  *    Revision 1.52  2002/03/24 16:35:57  jongfoster
48  *    Removing logo
49  *
50  *    Revision 1.51  2002/03/24 15:23:33  jongfoster
51  *    Name changes
52  *
53  *    Revision 1.50  2002/03/24 13:25:43  swa
54  *    name change related issues
55  *
56  *    Revision 1.49  2002/03/16 20:29:14  oes
57  *    Cosmetics
58  *
59  *    Revision 1.48  2002/03/13 20:25:34  oes
60  *    Better logging for content filters
61  *
62  *    Revision 1.47  2002/03/13 00:30:52  jongfoster
63  *    Killing warnings
64  *    Added option of always sending redirect for imageblock,
65  *    currently disabled with #if 0.
66  *
67  *    Revision 1.46  2002/03/12 01:42:49  oes
68  *    Introduced modular filters
69  *
70  *    Revision 1.45  2002/03/08 16:47:50  oes
71  *    Added choice beween GIF and PNG built-in images
72  *
73  *    Revision 1.44  2002/03/07 03:49:31  oes
74  *     - Fixed compiler warnings etc
75  *     - Changed built-in images from GIF to PNG
76  *       (with regard to Unisys patent issue)
77  *     - Added a 4x4 pattern PNG which is less intrusive
78  *       than the logo but also clearly marks the deleted banners
79  *
80  *    Revision 1.43  2002/01/22 23:51:59  jongfoster
81  *    Replacing strsav() with the safer string_append().
82  *
83  *    Adding missing html_encode() to error message generators.  Where encoded
84  *    and unencoded versions of a string were provided, removing the unencoded
85  *    one.
86  *
87  *    Revision 1.42  2002/01/17 21:00:32  jongfoster
88  *    Moving all our URL and URL pattern parsing code to urlmatch.c.
89  *
90  *    Using a single, simple url_match(pattern,url) function - rather than
91  *    the 3-line match routine which was repeated all over the place.
92  *
93  *    Renaming free_url to free_url_spec, since it frees a struct url_spec.
94  *
95  *    Using parse_http_url() to parse URLs without faking a HTTP
96  *    request line for parse_http_request().
97  *
98  *    Revision 1.41  2001/11/13 00:14:07  jongfoster
99  *    Fixing stupid bug now I've figured out what || means.
100  *    (It always returns 0 or 1, not one of it's paramaters.)
101  *
102  *    Revision 1.40  2001/10/26 17:37:55  oes
103  *    - Re-enabled Netscape 200/404 bug workaround in block_url():
104  *      - Removed OS/2 special case
105  *      - Made block_url() independant from sed() having been run
106  *    - Made trust_url independant from sed() having been run
107  *    - Made is_imageurl independant from sed() having been run.
108  *      It now checks User-Agent: and Accept: by itself.
109  *
110  *
111  *    Revision 1.39  2001/10/25 03:40:48  david__schmidt
112  *    Change in porting tactics: OS/2's EMX porting layer doesn't allow multiple
113  *    threads to call select() simultaneously.  So, it's time to do a real, live,
114  *    native OS/2 port.  See defines for __EMX__ (the porting layer) vs. __OS2__
115  *    (native). Both versions will work, but using __OS2__ offers multi-threading.
116  *
117  *    Revision 1.38  2001/10/23 21:32:33  jongfoster
118  *    Adding error-checking to selected functions
119  *
120  *    Revision 1.37  2001/10/22 15:33:56  david__schmidt
121  *    Special-cased OS/2 out of the Netscape-abort-on-404-in-js problem in
122  *    filters.c.  Added a FIXME in front of the offending code.  I'll gladly
123  *    put in a better/more robust fix for all parties if one is presented...
124  *    It seems that just returning 200 instead of 404 would pretty much fix
125  *    it for everyone, but I don't know all the history of the problem.
126  *
127  *    Revision 1.36  2001/10/10 16:44:16  oes
128  *    Added match_portlist function
129  *
130  *    Revision 1.35  2001/10/07 15:41:23  oes
131  *    Replaced 6 boolean members of csp with one bitmap (csp->flags)
132  *
133  *    New function remove_chunked_transfer_coding that strips chunked
134  *      transfer coding to plain and is called by pcrs_filter_response
135  *      and gif_deanimate_response if neccessary
136  *
137  *    Improved handling of zero-change re_filter runs
138  *
139  *    pcrs_filter_response and gif_deanimate_response now remove
140  *      chunked transfer codeing before processing the body.
141  *
142  *    Revision 1.34  2001/09/20 15:49:36  steudten
143  *
144  *    Fix BUG: Change int size to size_t size in pcrs_filter_response().
145  *    See cgi.c fill_template().
146  *
147  *    Revision 1.33  2001/09/16 17:05:14  jongfoster
148  *    Removing unused #include showarg.h
149  *
150  *    Revision 1.32  2001/09/16 13:21:27  jongfoster
151  *    Changes to use new list functions.
152  *
153  *    Revision 1.31  2001/09/16 11:38:02  jongfoster
154  *    Splitting fill_template() into 2 functions:
155  *    template_load() loads the file
156  *    template_fill() performs the PCRS regexps.
157  *    This is because the CGI edit interface has a "table row"
158  *    template which is used many times in the page - this
159  *    change means it's only loaded from disk once.
160  *
161  *    Revision 1.30  2001/09/16 11:00:10  jongfoster
162  *    New function alloc_http_response, for symmetry with free_http_response
163  *
164  *    Revision 1.29  2001/09/13 23:32:40  jongfoster
165  *    Moving image data to cgi.c rather than cgi.h
166  *    Fixing a GPF under Win32 (and any other OS that protects global
167  *    constants from being written to).
168  *
169  *    Revision 1.28  2001/09/10 10:18:51  oes
170  *    Silenced compiler warnings
171  *
172  *    Revision 1.27  2001/08/05 16:06:20  jongfoster
173  *    Modifiying "struct map" so that there are now separate header and
174  *    "map_entry" structures.  This means that functions which modify a
175  *    map no longer need to return a pointer to the modified map.
176  *    Also, it no longer reverses the order of the entries (which may be
177  *    important with some advanced template substitutions).
178  *
179  *    Revision 1.26  2001/07/30 22:08:36  jongfoster
180  *    Tidying up #defines:
181  *    - All feature #defines are now of the form FEATURE_xxx
182  *    - Permanently turned off WIN_GUI_EDIT
183  *    - Permanently turned on WEBDAV and SPLIT_PROXY_ARGS
184  *
185  *    Revision 1.25  2001/07/26 10:09:46  oes
186  *    Made browser detection a little less naive
187  *
188  *    Revision 1.24  2001/07/25 17:22:51  oes
189  *    Added workaround for Netscape bug that prevents display of page when loading a component fails.
190  *
191  *    Revision 1.23  2001/07/23 13:40:12  oes
192  *    Fixed bug that caused document body to be dropped when pcrs joblist was empty.
193  *
194  *    Revision 1.22  2001/07/18 12:29:34  oes
195  *    - Made gif_deanimate_response respect
196  *      csp->action->string[ACTION_STRING_DEANIMATE]
197  *    - Logging cosmetics
198  *
199  *    Revision 1.21  2001/07/13 13:59:53  oes
200  *     - Introduced gif_deanimate_response which shares the
201  *       generic content modification interface of pcrs_filter_response
202  *       and acts as a wrapper to deanimate.c:gif_deanimate()
203  *     - Renamed re_process_buffer to pcrs_filter_response
204  *     - pcrs_filter_response now returns NULL on failiure
205  *     - Removed all #ifdef PCRS
206  *
207  *    Revision 1.20  2001/07/01 17:01:04  oes
208  *    Added comments and missing return statement in is_untrusted_url()
209  *
210  *    Revision 1.19  2001/06/29 21:45:41  oes
211  *    Indentation, CRLF->LF, Tab-> Space
212  *
213  *    Revision 1.18  2001/06/29 13:27:38  oes
214  *    - Cleaned up, renamed and reorderd functions
215  *      and improved comments
216  *
217  *    - block_url:
218  *      - Ported to CGI platform. Now delivers
219  *        http_response or NULL
220  *      - Unified HTML and GIF generation (moved image detection
221  *        and GIF generation here from jcc.c:chat())
222  *      - Fixed HTTP status to:
223  *       -  403 (Forbidden) for the "blocked" HTML message
224  *       -  200 (OK) for GIF answers
225  *       -  302 (Redirect) for redirect to GIF
226  *
227  *    - trust_url:
228  *      - Ported to CGI platform. Now delivers
229  *        http_response or NULL
230  *      - Separated detection of untrusted URL into
231  *        (bool)is_untrusted_url
232  *      - Added enforcement of untrusted requests
233  *
234  *    - Moved redirect_url() from cgi.c to here
235  *      and ported it to the CGI platform
236  *
237  *    - Removed logentry from cancelled commit
238  *
239  *    Revision 1.17  2001/06/09 10:55:28  jongfoster
240  *    Changing BUFSIZ ==> BUFFER_SIZE
241  *
242  *    Revision 1.16  2001/06/07 23:10:26  jongfoster
243  *    Allowing unanchored domain patterns to back off and retry
244  *    if they partially match.  Optimized right-anchored patterns.
245  *    Moving ACL and forward files into config file.
246  *    Replacing struct gateway with struct forward_spec
247  *
248  *    Revision 1.15  2001/06/03 19:12:00  oes
249  *    extracted-CGI relevant stuff
250  *
251  *    Revision 1.14  2001/06/01 10:30:55  oes
252  *    Added optional left-anchoring to domaincmp
253  *
254  *    Revision 1.13  2001/05/31 21:21:30  jongfoster
255  *    Permissionsfile / actions file changes:
256  *    - Changed "permission" to "action" throughout
257  *    - changes to file format to allow string parameters
258  *    - Moved helper functions to actions.c
259  *
260  *    Revision 1.12  2001/05/31 17:35:20  oes
261  *
262  *     - Enhanced domain part globbing with infix and prefix asterisk
263  *       matching and optional unanchored operation
264  *
265  *    Revision 1.11  2001/05/29 11:53:23  oes
266  *    "See why" link added to "blocked" page
267  *
268  *    Revision 1.10  2001/05/29 09:50:24  jongfoster
269  *    Unified blocklist/imagelist/permissionslist.
270  *    File format is still under discussion, but the internal changes
271  *    are (mostly) done.
272  *
273  *    Also modified interceptor behaviour:
274  *    - We now intercept all URLs beginning with one of the following
275  *      prefixes (and *only* these prefixes):
276  *        * http://i.j.b/
277  *        * http://ijbswa.sf.net/config/
278  *        * http://ijbswa.sourceforge.net/config/
279  *    - New interceptors "home page" - go to http://i.j.b/ to see it.
280  *    - Internal changes so that intercepted and fast redirect pages
281  *      are not replaced with an image.
282  *    - Interceptors now have the option to send a binary page direct
283  *      to the client. (i.e. ijb-send-banner uses this)
284  *    - Implemented show-url-info interceptor.  (Which is why I needed
285  *      the above interceptors changes - a typical URL is
286  *      "http://i.j.b/show-url-info?url=www.somesite.com/banner.gif".
287  *      The previous mechanism would not have intercepted that, and
288  *      if it had been intercepted then it then it would have replaced
289  *      it with an image.)
290  *
291  *    Revision 1.9  2001/05/27 22:17:04  oes
292  *
293  *    - re_process_buffer no longer writes the modified buffer
294  *      to the client, which was very ugly. It now returns the
295  *      buffer, which it is then written by chat.
296  *
297  *    - content_length now adjusts the Content-Length: header
298  *      for modified documents rather than crunch()ing it.
299  *      (Length info in csp->content_length, which is 0 for
300  *      unmodified documents)
301  *
302  *    - For this to work, sed() is called twice when filtering.
303  *
304  *    Revision 1.8  2001/05/26 17:13:28  jongfoster
305  *    Filled in a function comment.
306  *
307  *    Revision 1.7  2001/05/26 15:26:15  jongfoster
308  *    ACL feature now provides more security by immediately dropping
309  *    connections from untrusted hosts.
310  *
311  *    Revision 1.6  2001/05/26 00:28:36  jongfoster
312  *    Automatic reloading of config file.
313  *    Removed obsolete SIGHUP support (Unix) and Reload menu option (Win32).
314  *    Most of the global variables have been moved to a new
315  *    struct configuration_spec, accessed through csp->config->globalname
316  *    Most of the globals remaining are used by the Win32 GUI.
317  *
318  *    Revision 1.5  2001/05/25 22:34:30  jongfoster
319  *    Hard tabs->Spaces
320  *
321  *    Revision 1.4  2001/05/22 18:46:04  oes
322  *
323  *    - Enabled filtering banners by size rather than URL
324  *      by adding patterns that replace all standard banner
325  *      sizes with the "Junkbuster" gif to the re_filterfile
326  *
327  *    - Enabled filtering WebBugs by providing a pattern
328  *      which kills all 1x1 images
329  *
330  *    - Added support for PCRE_UNGREEDY behaviour to pcrs,
331  *      which is selected by the (nonstandard and therefore
332  *      capital) letter 'U' in the option string.
333  *      It causes the quantifiers to be ungreedy by default.
334  *      Appending a ? turns back to greedy (!).
335  *
336  *    - Added a new interceptor ijb-send-banner, which
337  *      sends back the "Junkbuster" gif. Without imagelist or
338  *      MSIE detection support, or if tinygif = 1, or the
339  *      URL isn't recognized as an imageurl, a lame HTML
340  *      explanation is sent instead.
341  *
342  *    - Added new feature, which permits blocking remote
343  *      script redirects and firing back a local redirect
344  *      to the browser.
345  *      The feature is conditionally compiled, i.e. it
346  *      can be disabled with --disable-fast-redirects,
347  *      plus it must be activated by a "fast-redirects"
348  *      line in the config file, has its own log level
349  *      and of course wants to be displayed by show-proxy-args
350  *      Note: Boy, all the #ifdefs in 1001 locations and
351  *      all the fumbling with configure.in and acconfig.h
352  *      were *way* more work than the feature itself :-(
353  *
354  *    - Because a generic redirect template was needed for
355  *      this, tinygif = 3 now uses the same.
356  *
357  *    - Moved GIFs, and other static HTTP response templates
358  *      to project.h
359  *
360  *    - Some minor fixes
361  *
362  *    - Removed some >400 CRs again (Jon, you really worked
363  *      a lot! ;-)
364  *
365  *    Revision 1.3  2001/05/20 16:44:47  jongfoster
366  *    Removing last hardcoded JunkBusters.com URLs.
367  *
368  *    Revision 1.2  2001/05/20 01:21:20  jongfoster
369  *    Version 2.9.4 checkin.
370  *    - Merged popupfile and cookiefile, and added control over PCRS
371  *      filtering, in new "permissionsfile".
372  *    - Implemented LOG_LEVEL_FATAL, so that if there is a configuration
373  *      file error you now get a message box (in the Win32 GUI) rather
374  *      than the program exiting with no explanation.
375  *    - Made killpopup use the PCRS MIME-type checking and HTTP-header
376  *      skipping.
377  *    - Removed tabs from "config"
378  *    - Moved duplicated url parsing code in "loaders.c" to a new funcition.
379  *    - Bumped up version number.
380  *
381  *    Revision 1.1.1.1  2001/05/15 13:58:52  oes
382  *    Initial import of version 2.9.3 source tree
383  *
384  *
385  *********************************************************************/
386 \f
387
388 #include "config.h"
389
390 #include <stdio.h>
391 #include <sys/types.h>
392 #include <stdlib.h>
393 #include <ctype.h>
394 #include <string.h>
395 #include <assert.h>
396
397 #ifndef _WIN32
398 #ifndef __OS2__
399 #include <unistd.h>
400 #endif /* ndef __OS2__ */
401 #include <netinet/in.h>
402 #else
403 #include <winsock2.h>
404 #endif /* ndef _WIN32 */
405
406 #ifdef __OS2__
407 #include <utils.h>
408 #endif /* def __OS2__ */
409
410 #include "project.h"
411 #include "filters.h"
412 #include "encode.h"
413 #include "parsers.h"
414 #include "ssplit.h"
415 #include "errlog.h"
416 #include "jbsockets.h"
417 #include "miscutil.h"
418 #include "actions.h"
419 #include "cgi.h"
420 #include "list.h"
421 #include "deanimate.h"
422 #include "urlmatch.h"
423
424 #ifdef _WIN32
425 #include "win32.h"
426 #endif
427
428 const char filters_h_rcs[] = FILTERS_H_VERSION;
429
430 /* Fix a problem with Solaris.  There should be no effect on other
431  * platforms.
432  * Solaris's isspace() is a macro which uses it's argument directly
433  * as an array index.  Therefore we need to make sure that high-bit
434  * characters generate +ve values, and ideally we also want to make
435  * the argument match the declared parameter type of "int".
436  */
437 #define ijb_isdigit(__X) isdigit((int)(unsigned char)(__X))
438
439
440 #ifdef FEATURE_ACL
441 /*********************************************************************
442  *
443  * Function    :  block_acl
444  *
445  * Description :  Block this request?
446  *                Decide yes or no based on ACL file.
447  *
448  * Parameters  :
449  *          1  :  dst = The proxy or gateway address this is going to.
450  *                      Or NULL to check all possible targets.
451  *          2  :  csp = Current client state (buffers, headers, etc...)
452  *                      Also includes the client IP address.
453  *
454  * Returns     : 0 = FALSE (don't block) and 1 = TRUE (do block)
455  *
456  *********************************************************************/
457 int block_acl(struct access_control_addr *dst, struct client_state *csp)
458 {
459    struct access_control_list *acl = csp->config->acl;
460
461    /* if not using an access control list, then permit the connection */
462    if (acl == NULL)
463    {
464       return(0);
465    }
466
467    /* search the list */
468    while (acl != NULL)
469    {
470       if ((csp->ip_addr_long & acl->src->mask) == acl->src->addr)
471       {
472          if (dst == NULL)
473          {
474             /* Just want to check if they have any access */
475             if (acl->action == ACL_PERMIT)
476             {
477                return(0);
478             }
479          }
480          else if ( ((dst->addr & acl->dst->mask) == acl->dst->addr)
481            && ((dst->port == acl->dst->port) || (acl->dst->port == 0)))
482          {
483             if (acl->action == ACL_PERMIT)
484             {
485                return(0);
486             }
487             else
488             {
489                return(1);
490             }
491          }
492       }
493       acl = acl->next;
494    }
495
496    return(1);
497
498 }
499
500
501 /*********************************************************************
502  *
503  * Function    :  acl_addr
504  *
505  * Description :  Called from `load_config' to parse an ACL address.
506  *
507  * Parameters  :
508  *          1  :  aspec = String specifying ACL address.
509  *          2  :  aca = struct access_control_addr to fill in.
510  *
511  * Returns     :  0 => Ok, everything else is an error.
512  *
513  *********************************************************************/
514 int acl_addr(char *aspec, struct access_control_addr *aca)
515 {
516    int i, masklength, port;
517    char *p;
518
519    masklength = 32;
520    port       =  0;
521
522    if ((p = strchr(aspec, '/')) != NULL)
523    {
524       *p++ = '\0';
525
526       if (ijb_isdigit(*p) == 0)
527       {
528          return(-1);
529       }
530       masklength = atoi(p);
531    }
532
533    if ((masklength < 0) || (masklength > 32))
534    {
535       return(-1);
536    }
537
538    if ((p = strchr(aspec, ':')) != NULL)
539    {
540       *p++ = '\0';
541
542       if (ijb_isdigit(*p) == 0)
543       {
544          return(-1);
545       }
546       port = atoi(p);
547    }
548
549    aca->port = port;
550
551    aca->addr = ntohl(resolve_hostname_to_ip(aspec));
552
553    if (aca->addr == INADDR_NONE)
554    {
555       return(-1);
556    }
557
558    /* build the netmask */
559    aca->mask = 0;
560    for (i=1; i <= masklength ; i++)
561    {
562       aca->mask |= (1 << (32 - i));
563    }
564
565    /* now mask off the host portion of the ip address
566     * (i.e. save on the network portion of the address).
567     */
568    aca->addr = aca->addr & aca->mask;
569
570    return(0);
571
572 }
573 #endif /* def FEATURE_ACL */
574
575
576 /*********************************************************************
577  *
578  * Function    :  match_portlist
579  *
580  * Description :  Check if a given number is covered by a comma
581  *                separated list of numbers and ranges (a,b-c,d,..)
582  *
583  * Parameters  :
584  *          1  :  portlist = String with list
585  *          2  :  port = port to check
586  *
587  * Returns     :  0 => no match
588  *                1 => match
589  *
590  *********************************************************************/
591 int match_portlist(const char *portlist, int port)
592 {
593    char *min, *max, *next, *portlist_copy;
594
595    min = next = portlist_copy = strdup(portlist);
596
597    /*
598     * Zero-terminate first item and remember offset for next
599     */
600    if (NULL != (next = strchr(portlist_copy, (int) ',')))
601    {
602       *next++ = '\0';
603    }
604
605    /*
606     * Loop through all items, checking for match
607     */
608    while(min)
609    {
610       if (NULL == (max = strchr(min, (int) '-')))
611       {
612          /*
613           * No dash, check for equality
614           */
615          if (port == atoi(min))
616          {
617             free(portlist_copy);
618             return(1);
619          }
620       }
621       else
622       {
623          /*
624           * This is a range, so check if between min and max,
625           * or, if max was omitted, between min and 65K
626           */
627          *max++ = '\0';
628          if(port >= atoi(min) && port <= (atoi(max) ? atoi(max) : 65535))
629          {
630             free(portlist_copy);
631             return(1);
632          }
633
634       }
635
636       /*
637        * Jump to next item
638        */
639       min = next;
640
641       /*
642        * Zero-terminate next item and remember offset for n+1
643        */
644       if ((NULL != next) && (NULL != (next = strchr(next, (int) ','))))
645       {
646          *next++ = '\0';
647       }
648    }
649
650    free(portlist_copy);
651    return 0;
652
653 }
654
655
656 /*********************************************************************
657  *
658  * Function    :  block_url
659  *
660  * Description :  Called from `chat'.  Check to see if we need to block this.
661  *
662  * Parameters  :
663  *          1  :  csp = Current client state (buffers, headers, etc...)
664  *
665  * Returns     :  NULL => unblocked, else HTTP block response
666  *
667  *********************************************************************/
668 struct http_response *block_url(struct client_state *csp)
669 {
670 #ifdef FEATURE_IMAGE_BLOCKING
671    char *p;
672 #endif /* def FEATURE_IMAGE_BLOCKING */
673    struct http_response *rsp;
674
675    /*
676     * If it's not blocked, don't block it ;-)
677     */
678    if ((csp->action->flags & ACTION_BLOCK) == 0)
679    {
680       return NULL;
681    }
682
683    /*
684     * Else, prepare a response
685     */
686    if (NULL == (rsp = alloc_http_response()))
687    {
688       return cgi_error_memory();
689    }
690
691    /*
692     * If it's an image-url, send back an image or redirect
693     * as specified by the relevant +image action
694     */
695 #ifdef FEATURE_IMAGE_BLOCKING
696    if (((csp->action->flags & ACTION_IMAGE_BLOCKER) != 0)
697         && is_imageurl(csp))
698    {
699       /* determine HOW images should be blocked */
700       p = csp->action->string[ACTION_STRING_IMAGE_BLOCKER];
701
702 #if 1 /* Two alternative strategies, use this one for now: */
703
704       /* and handle accordingly: */
705       if ((p == NULL) || (0 == strcmpic(p, "pattern")))
706       {
707          rsp->body = bindup(image_pattern_data, image_pattern_length);
708          if (rsp->body == NULL)
709          {
710             free_http_response(rsp);
711             return cgi_error_memory();
712          }
713          rsp->content_length = image_pattern_length;
714
715          if (enlist_unique_header(rsp->headers, "Content-Type", BUILTIN_IMAGE_MIMETYPE))
716          {
717             free_http_response(rsp);
718             return cgi_error_memory();
719          }
720       }
721
722       else if (0 == strcmpic(p, "blank"))
723       {
724          rsp->body = bindup(image_blank_data, image_blank_length);
725          if (rsp->body == NULL)
726          {
727             free_http_response(rsp);
728             return cgi_error_memory();
729          }
730          rsp->content_length = image_blank_length;
731
732          if (enlist_unique_header(rsp->headers, "Content-Type", BUILTIN_IMAGE_MIMETYPE))
733          {
734             free_http_response(rsp);
735             return cgi_error_memory();
736          }
737       }
738
739       else
740       {
741          rsp->status = strdup("302 Local Redirect from Privoxy");
742          if (rsp->status == NULL)
743          {
744             free_http_response(rsp);
745             return cgi_error_memory();
746          }
747
748          if (enlist_unique_header(rsp->headers, "Location", p))
749          {
750             free_http_response(rsp);
751             return cgi_error_memory();
752          }
753       }
754
755 #else /* Following code is disabled for now */
756
757       /* and handle accordingly: */
758       if ((p == NULL) || (0 == strcmpic(p, "pattern")))
759       {
760          p = CGI_PREFIX "send-banner?type=pattern";
761       }
762       else if (0 == strcmpic(p, "blank"))
763       {
764          p = CGI_PREFIX "send-banner?type=blank";
765       }
766       rsp->status = strdup("302 Local Redirect from Privoxy");
767       if (rsp->status == NULL)
768       {
769          free_http_response(rsp);
770          return cgi_error_memory();
771       }
772
773       if (enlist_unique_header(rsp->headers, "Location", p))
774       {
775          free_http_response(rsp);
776          return cgi_error_memory();
777       }
778 #endif /* Preceeding code is disabled for now */
779    }
780    else
781 #endif /* def FEATURE_IMAGE_BLOCKING */
782
783    /*
784     * Else, generate an HTML "blocked" message:
785     */
786    {
787       jb_err err;
788       struct map * exports;
789
790       /*
791        * Workaround for stupid Netscape bug which prevents
792        * pages from being displayed if loading a referenced
793        * JavaScript or style sheet fails. So make it appear
794        * as if it succeeded.
795        */
796       if ( NULL != (p = get_header_value(csp->headers, "User-Agent:"))
797            && !strncmpic(p, "mozilla", 7) /* Catch Netscape but */
798            && !strstr(p, "Gecko")         /* save Mozilla, */
799            && !strstr(p, "compatible")    /* MSIE */
800            && !strstr(p, "Opera"))        /* and Opera. */
801       {
802          rsp->status = strdup("200 Request for blocked URL");
803       }
804       else
805       {
806          rsp->status = strdup("404 Request for blocked URL");
807       }
808
809       if (rsp->status == NULL)
810       {
811          free_http_response(rsp);
812          return cgi_error_memory();
813       }
814
815       exports = default_exports(csp, NULL);
816       if (exports == NULL)
817       {
818          free_http_response(rsp);
819          return cgi_error_memory();
820       }
821
822 #ifdef FEATURE_FORCE_LOAD
823       err = map(exports, "force-prefix", 1, FORCE_PREFIX, 1);
824       if (csp->http->ssl != 0)
825 #endif /* ndef FEATURE_FORCE_LOAD */
826       {
827          err = map_block_killer(exports, "force-support");
828       }
829
830       if (!err) err = map(exports, "hostport", 1, html_encode(csp->http->hostport), 0);
831       if (!err) err = map(exports, "path", 1, html_encode(csp->http->path), 0);
832
833       if (err)
834       {
835          free_map(exports);
836          free_http_response(rsp);
837          return cgi_error_memory();
838       }
839
840       err = template_fill_for_cgi(csp, "blocked", exports, rsp);
841       if (err)
842       {
843          free_http_response(rsp);
844          return cgi_error_memory();
845       }
846    }
847
848    return finish_http_response(rsp);
849
850 }
851
852
853 #ifdef FEATURE_TRUST
854 /*********************************************************************
855  *
856  * Function    :  trust_url FIXME: I should be called distrust_url
857  *
858  * Description :  Calls is_untrusted_url to determine if the URL is trusted
859  *                and if not, returns a HTTP 304 response with a reject message.
860  *
861  * Parameters  :
862  *          1  :  csp = Current client state (buffers, headers, etc...)
863  *
864  * Returns     :  NULL => trusted, else http_response.
865  *
866  *********************************************************************/
867 struct http_response *trust_url(struct client_state *csp)
868 {
869    struct http_response *rsp;
870    struct map * exports;
871    char buf[BUFFER_SIZE];
872    char *p;
873    struct url_spec **tl;
874    struct url_spec *t;
875    jb_err err;
876
877    /*
878     * Don't bother to work on trusted URLs
879     */
880    if (!is_untrusted_url(csp))
881    {
882       return NULL;
883    }
884
885    /*
886     * Else, prepare a response:
887     */
888    if (NULL == (rsp = alloc_http_response()))
889    {
890       return cgi_error_memory();
891    }
892
893    exports = default_exports(csp, NULL);
894    if (exports == NULL)
895    {
896       free_http_response(rsp);
897       return cgi_error_memory();
898    }
899
900    /*
901     * Export the host, port, and referrer information
902     */
903    err = map(exports, "hostport", 1, csp->http->hostport, 1);
904    if (!err) err = map(exports, "path", 1, csp->http->path, 1);
905
906    if (NULL != (p = get_header_value(csp->headers, "Referer:")))
907    {
908       if (!err) err = map(exports, "referrer", 1, html_encode(p), 0);
909    }
910    else
911    {
912       if (!err) err = map(exports, "referrer", 1, "unknown", 1);
913    }
914
915    if (err)
916    {
917       free_map(exports);
918       free_http_response(rsp);
919       return cgi_error_memory();
920    }
921
922    /*
923     * Export the trust list
924     */
925    p = strdup("");
926    for (tl = csp->config->trust_list; (t = *tl) != NULL ; tl++)
927    {
928       sprintf(buf, "<li>%s</li>\n", t->spec);
929       string_append(&p, buf);
930    }
931    err = map(exports, "trusted-referrers", 1, p, 0);
932
933    if (err)
934    {
935       free_map(exports);
936       free_http_response(rsp);
937       return cgi_error_memory();
938    }
939
940    /*
941     * Export the trust info, if available
942     */
943    if (csp->config->trust_info->first)
944    {
945       struct list_entry *l;
946
947       p = strdup("");
948       for (l = csp->config->trust_info->first; l ; l = l->next)
949       {
950          sprintf(buf, "<li> <a href=%s>%s</a><br>\n",l->str, l->str);
951          string_append(&p, buf);
952       }
953       err = map(exports, "trust-info", 1, p, 0);
954    }
955    else
956    {
957       err = map_block_killer(exports, "have-trust-info");
958    }
959
960    if (err)
961    {
962       free_map(exports);
963       free_http_response(rsp);
964       return cgi_error_memory();
965    }
966
967    /*
968     * Export the force prefix or the force conditional block killer
969     */
970 #ifdef FEATURE_FORCE_LOAD
971    err = map(exports, "force-prefix", 1, FORCE_PREFIX, 1);
972 #else /* ifndef FEATURE_FORCE_LOAD */
973    err = map_block_killer(exports, "force-support");
974 #endif /* ndef FEATURE_FORCE_LOAD */
975
976    if (err)
977    {
978       free_map(exports);
979       free_http_response(rsp);
980       return cgi_error_memory();
981    }
982
983    /*
984     * Build the response
985     */
986    err = template_fill_for_cgi(csp, "untrusted", exports, rsp);
987    if (err)
988    {
989       free_http_response(rsp);
990       return cgi_error_memory();
991    }
992
993    return finish_http_response(rsp);
994 }
995 #endif /* def FEATURE_TRUST */
996
997
998 #ifdef FEATURE_FAST_REDIRECTS
999 /*********************************************************************
1000  *
1001  * Function    :  redirect_url
1002  *
1003  * Description :  Checks for redirection URLs and returns a HTTP redirect
1004  *                to the destination URL, if necessary
1005  *
1006  * Parameters  :
1007  *          1  :  csp = Current client state (buffers, headers, etc...)
1008  *
1009  * Returns     :  NULL if URL was clean, HTTP redirect otherwise.
1010  *
1011  *********************************************************************/
1012 struct http_response *redirect_url(struct client_state *csp)
1013 {
1014    char *p, *q;
1015    struct http_response *rsp;
1016
1017    p = q = csp->http->path;
1018    log_error(LOG_LEVEL_REDIRECTS, "checking path for redirects: %s", p);
1019
1020    /*
1021     * find the last URL encoded in the request
1022     */
1023    while ((p = strstr(p, "http://")) != NULL)
1024    {
1025       q = p++;
1026    }
1027
1028    /*
1029     * if there was any, generate and return a HTTP redirect
1030     */
1031    if (q != csp->http->path)
1032    {
1033       log_error(LOG_LEVEL_REDIRECTS, "redirecting to: %s", q);
1034
1035       if (NULL == (rsp = alloc_http_response()))
1036       {
1037          return cgi_error_memory();
1038       }
1039
1040       if ( enlist_unique_header(rsp->headers, "Location", q)
1041         || (NULL == (rsp->status = strdup("302 Local Redirect from Privoxy"))) )
1042       {
1043          free_http_response(rsp);
1044          return cgi_error_memory();
1045       }
1046
1047       return finish_http_response(rsp);
1048    }
1049    else
1050    {
1051       return NULL;
1052    }
1053
1054 }
1055 #endif /* def FEATURE_FAST_REDIRECTS */
1056
1057
1058 #ifdef FEATURE_IMAGE_BLOCKING
1059 /*********************************************************************
1060  *
1061  * Function    :  is_imageurl
1062  *
1063  * Description :  Given a URL, decide whether it is an image or not,
1064  *                using either the info from a previous +image action
1065  *                or, #ifdef FEATURE_IMAGE_DETECT_MSIE, the info from
1066  *                the browser's accept header.
1067  *
1068  * Parameters  :
1069  *          1  :  csp = Current client state (buffers, headers, etc...)
1070  *
1071  * Returns     :  True (nonzero) if URL is an image, false (0)
1072  *                otherwise
1073  *
1074  *********************************************************************/
1075 int is_imageurl(struct client_state *csp)
1076 {
1077 #ifdef FEATURE_IMAGE_DETECT_MSIE
1078    char *tmp;
1079
1080    tmp = get_header_value(csp->headers, "User-Agent:");
1081    if (tmp && strstr(tmp, "MSIE"))
1082    {
1083       tmp = get_header_value(csp->headers, "Accept:");
1084       if (tmp && strstr(tmp, "image/gif"))
1085       {
1086          /* Client will accept HTML.  If this seems counterintuitive,
1087           * blame Microsoft.
1088           */
1089          return(0);
1090       }
1091       else
1092       {
1093          return(1);
1094       }
1095    }
1096 #endif /* def FEATURE_IMAGE_DETECT_MSIE */
1097
1098    return ((csp->action->flags & ACTION_IMAGE) != 0);
1099
1100 }
1101 #endif /* def FEATURE_IMAGE_BLOCKING */
1102
1103
1104 #ifdef FEATURE_TRUST
1105 /*********************************************************************
1106  *
1107  * Function    :  is_untrusted_url
1108  *
1109  * Description :  Should we "distrust" this URL (and block it)?
1110  *
1111  *                Yes if it matches a line in the trustfile, or if the
1112  *                    referrer matches a line starting with "+" in the
1113  *                    trustfile.
1114  *                No  otherwise.
1115  *
1116  * Parameters  :
1117  *          1  :  csp = Current client state (buffers, headers, etc...)
1118  *
1119  * Returns     :  0 => trusted, 1 => untrusted
1120  *
1121  *********************************************************************/
1122 int is_untrusted_url(struct client_state *csp)
1123 {
1124    struct file_list *fl;
1125    struct block_spec *b;
1126    struct url_spec **trusted_url;
1127    struct http_request rhttp[1];
1128    const char * referer;
1129    jb_err err;
1130
1131    /*
1132     * If we don't have a trustlist, we trust everybody
1133     */
1134    if (((fl = csp->tlist) == NULL) || ((b  = fl->f) == NULL))
1135    {
1136       return 0;
1137    }
1138
1139    memset(rhttp, '\0', sizeof(*rhttp));
1140
1141    /*
1142     * Do we trust the request URL itself?
1143     */
1144    for (b = b->next; b ; b = b->next)
1145    {
1146       if (url_match(b->url, csp->http))
1147       {
1148          return b->reject;
1149       }
1150    }
1151
1152    if (NULL == (referer = get_header_value(csp->headers, "Referer:")))
1153    {
1154       /* no referrer was supplied */
1155       return 1;
1156    }
1157
1158
1159    /*
1160     * If not, do we maybe trust its referrer?
1161     */
1162    err = parse_http_url(referer, rhttp, csp);
1163    if (err)
1164    {
1165       return 1;
1166    }
1167
1168    for (trusted_url = csp->config->trust_list; *trusted_url != NULL; trusted_url++)
1169    {
1170       if (url_match(*trusted_url, rhttp))
1171       {
1172          /* if the URL's referrer is from a trusted referrer, then
1173           * add the target spec to the trustfile as an unblocked
1174           * domain and return NULL (which means it's OK).
1175           */
1176
1177          FILE *fp;
1178
1179          if (NULL != (fp = fopen(csp->config->trustfile, "a")))
1180          {
1181             char * path;
1182             char * path_end;
1183             char * new_entry = strdup("~");
1184
1185             string_append(&new_entry, csp->http->hostport);
1186
1187             path = csp->http->path;
1188             if ( (path[0] == '/')
1189               && (path[1] == '~')
1190               && ((path_end = strchr(path + 2, '/')) != NULL))
1191             {
1192                /* since this path points into a user's home space
1193                 * be sure to include this spec in the trustfile.
1194                 */
1195                int path_len = path_end - path; /* save offset */
1196                path = strdup(path); /* Copy string */
1197                if (path != NULL)
1198                {
1199                   path_end = path + path_len; /* regenerate ptr to new buffer */
1200                   *(path_end + 1) = '\0'; /* Truncate path after '/' */
1201                }
1202                string_join(&new_entry, path);
1203             }
1204
1205             if (new_entry != NULL)
1206             {
1207                fprintf(fp, "%s\n", new_entry);
1208                free(new_entry);
1209             }
1210             else
1211             {
1212                /* FIXME: No way to handle out-of memory, so mostly ignoring it */
1213                log_error(LOG_LEVEL_ERROR, "Out of memory adding pattern to trust file");
1214             }
1215
1216             fclose(fp);
1217          }
1218          return 0;
1219       }
1220    }
1221    return 1;
1222 }
1223 #endif /* def FEATURE_TRUST */
1224
1225
1226 /*********************************************************************
1227  *
1228  * Function    :  pcrs_filter_response
1229  *
1230  * Description :  Ecexute all text substitutions from all applying
1231  *                +filter actions on the text buffer that's been accumulated
1232  *                in csp->iob->buf. If this changes the contents, set
1233  *                csp->content_length to the modified size and raise the
1234  *                CSP_FLAG_MODIFIED flag.
1235  *
1236  * Parameters  :
1237  *          1  :  csp = Current client state (buffers, headers, etc...)
1238  *
1239  * Returns     :  a pointer to the (newly allocated) modified buffer.
1240  *                or NULL if there were no hits or something went wrong
1241  *
1242  *********************************************************************/
1243 char *pcrs_filter_response(struct client_state *csp)
1244 {
1245    int hits=0;
1246    size_t size;
1247
1248    char *old = csp->iob->cur, *new = NULL;
1249    pcrs_job *job;
1250
1251    struct file_list *fl;
1252    struct re_filterfile_spec *b;
1253    struct list_entry *filtername;
1254
1255    /* 
1256     * Sanity first
1257     */
1258    if (csp->iob->cur >= csp->iob->eod)
1259    {
1260       return(NULL);
1261    }
1262    size = csp->iob->eod - csp->iob->cur;
1263
1264    if ( ( NULL == (fl = csp->rlist) ) || ( NULL == fl->f) )
1265    {
1266       log_error(LOG_LEVEL_ERROR, "Unable to get current state of regexp filtering.");
1267       return(NULL);
1268    }
1269
1270    /*
1271     * If the body has a "chunked" transfer-encoding,
1272     * get rid of it first, adjusting size and iob->eod
1273     */
1274    if (csp->flags & CSP_FLAG_CHUNKED)
1275    {
1276       log_error(LOG_LEVEL_RE_FILTER, "Need to de-chunk first");
1277       if (0 == (size = remove_chunked_transfer_coding(csp->iob->cur, size)))
1278       {
1279          return(NULL);
1280       }
1281       csp->iob->eod = csp->iob->cur + size;
1282       csp->flags |= CSP_FLAG_MODIFIED;
1283    }
1284
1285    /*
1286     * For all applying +filter actions, look if a filter by that
1287     * name exists and if yes, execute it's pcrs_joblist on the
1288     * buffer.
1289     */
1290    for (b = fl->f; b; b = b->next)
1291    {
1292       for (filtername = csp->action->multi[ACTION_MULTI_FILTER]->first;
1293            filtername ; filtername = filtername->next)
1294       {
1295          if (strcmp(b->name, filtername->str) == 0)
1296          {
1297             int current_hits = 0;
1298
1299             if ( NULL == b->joblist )
1300             {
1301                log_error(LOG_LEVEL_RE_FILTER, "Filter %s has empty joblist. Nothing to do.", b->name);
1302                return(NULL);
1303             }
1304
1305             log_error(LOG_LEVEL_RE_FILTER, "re_filtering %s%s (size %d) with filter %s...",
1306                       csp->http->hostport, csp->http->path, size, b->name);
1307
1308             /* Apply all jobs from the joblist */
1309             for (job = b->joblist; NULL != job; job = job->next)
1310             {
1311                current_hits += pcrs_execute(job, old, size, &new, &size);
1312                if (old != csp->iob->cur) free(old);
1313                old=new;
1314             }
1315
1316             log_error(LOG_LEVEL_RE_FILTER, " ...produced %d hits (new size %d).", current_hits, size);
1317             hits += current_hits;
1318          }
1319       }
1320    }
1321
1322    /*
1323     * If there were no hits, destroy our copy and let
1324     * chat() use the original in csp->iob
1325     */
1326    if (!hits)
1327    {
1328       free(new);
1329       return(NULL);
1330    }
1331
1332    csp->flags |= CSP_FLAG_MODIFIED;
1333    csp->content_length = size;
1334    IOB_RESET(csp);
1335
1336    return(new);
1337
1338 }
1339
1340
1341 /*********************************************************************
1342  *
1343  * Function    :  gif_deanimate_response
1344  *
1345  * Description :  Deanimate the GIF image that has been accumulated in
1346  *                csp->iob->buf, set csp->content_length to the modified
1347  *                size and raise the CSP_FLAG_MODIFIED flag.
1348  *
1349  * Parameters  :
1350  *          1  :  csp = Current client state (buffers, headers, etc...)
1351  *
1352  * Returns     :  a pointer to the (newly allocated) modified buffer.
1353  *                or NULL in case something went wrong.
1354  *
1355  *********************************************************************/
1356 char *gif_deanimate_response(struct client_state *csp)
1357 {
1358    struct binbuffer *in, *out;
1359    char *p;
1360    size_t size = csp->iob->eod - csp->iob->cur;
1361
1362    /*
1363     * If the body has a "chunked" transfer-encoding,
1364     * get rid of it first, adjusting size and iob->eod
1365     */
1366    if (csp->flags & CSP_FLAG_CHUNKED)
1367    {
1368       log_error(LOG_LEVEL_DEANIMATE, "Need to de-chunk first");
1369       if (0 == (size = remove_chunked_transfer_coding(csp->iob->cur, size)))
1370       {
1371          return(NULL);
1372       }
1373       csp->iob->eod = csp->iob->cur + size;
1374       csp->flags |= CSP_FLAG_MODIFIED;
1375    }
1376
1377    if (  (NULL == (in =  (struct binbuffer *)zalloc(sizeof *in )))
1378       || (NULL == (out = (struct binbuffer *)zalloc(sizeof *out))) )
1379    {
1380       log_error(LOG_LEVEL_DEANIMATE, "failed! (no mem)");
1381       return NULL;
1382    }
1383
1384    in->buffer = csp->iob->cur;
1385    in->size = size;
1386
1387    if (gif_deanimate(in, out, strncmp("last", csp->action->string[ACTION_STRING_DEANIMATE], 4)))
1388    {
1389       log_error(LOG_LEVEL_DEANIMATE, "failed! (gif parsing)");
1390       free(in);
1391       buf_free(out);
1392       return(NULL);
1393    }
1394    else
1395    {
1396       if ((int)size == out->offset)
1397       {
1398          log_error(LOG_LEVEL_DEANIMATE, "GIF not changed.");
1399       }
1400       else
1401       {
1402          log_error(LOG_LEVEL_DEANIMATE, "Success! GIF shrunk from %d bytes to %d.", size, out->offset);
1403       }
1404       csp->content_length = out->offset;
1405       csp->flags |= CSP_FLAG_MODIFIED;
1406       p = out->buffer;
1407       free(in);
1408       free(out);
1409       return(p);
1410    }
1411
1412 }
1413
1414
1415 /*********************************************************************
1416  *
1417  * Function    :  remove_chunked_transfer_coding
1418  *
1419  * Description :  In-situ remove the "chunked" transfer coding as defined
1420  *                in rfc2616 from a buffer.
1421  *
1422  * Parameters  :
1423  *          1  :  buffer = Pointer to the text buffer
1424  *          2  :  size = Number of bytes to be processed
1425  *
1426  * Returns     :  The new size, i.e. the number of bytes from buffer which
1427  *                are occupied by the stripped body, or 0 in case something
1428  *                went wrong
1429  *
1430  *********************************************************************/
1431 int remove_chunked_transfer_coding(char *buffer, const size_t size)
1432 {
1433    size_t newsize = 0;
1434    unsigned int chunksize = 0;
1435    char *from_p, *to_p;
1436
1437    assert(buffer);
1438    from_p = to_p = buffer;
1439
1440    if (sscanf(buffer, "%x", &chunksize) != 1)
1441    {
1442       log_error(LOG_LEVEL_ERROR, "Invalid first chunksize while stripping \"chunked\" transfer coding");
1443       return(0);
1444    }
1445
1446    while (chunksize > 0)
1447    {
1448       if (NULL == (from_p = strstr(from_p, "\r\n")))
1449       {
1450          log_error(LOG_LEVEL_ERROR, "Parse error while stripping \"chunked\" transfer coding");
1451          return(0);
1452       }
1453       newsize += chunksize;
1454       from_p += 2;
1455
1456       memmove(to_p, from_p, (size_t) chunksize);
1457       to_p = buffer + newsize;
1458       from_p += chunksize + 2;
1459
1460       if (sscanf(from_p, "%x", &chunksize) != 1)
1461       {
1462          log_error(LOG_LEVEL_ERROR, "Parse error while stripping \"chunked\" transfer coding");
1463          return(0);
1464       }
1465    }
1466
1467    /* FIXME: Should this get its own loglevel? */
1468    log_error(LOG_LEVEL_RE_FILTER, "De-chunking successful. Shrunk from %d to %d\n", size, newsize);
1469    return(newsize);
1470
1471 }
1472
1473
1474 /*********************************************************************
1475  *
1476  * Function    :  url_actions
1477  *
1478  * Description :  Gets the actions for this URL.
1479  *
1480  * Parameters  :
1481  *          1  :  http = http_request request for blocked URLs
1482  *          2  :  csp = Current client state (buffers, headers, etc...)
1483  *
1484  * Returns     :  N/A
1485  *
1486  *********************************************************************/
1487 void url_actions(struct http_request *http,
1488                  struct client_state *csp)
1489 {
1490    struct file_list *fl;
1491    struct url_actions *b;
1492
1493    init_current_action(csp->action);
1494
1495    if (((fl = csp->actions_list) == NULL) || ((b = fl->f) == NULL))
1496    {
1497       return;
1498    }
1499
1500    apply_url_actions(csp->action, http, b);
1501
1502 }
1503
1504
1505 /*********************************************************************
1506  *
1507  * Function    :  apply_url_actions
1508  *
1509  * Description :  Applies a list of URL actions.
1510  *
1511  * Parameters  :
1512  *          1  :  action = Destination.
1513  *          2  :  http = Current URL
1514  *          3  :  b = list of URL actions to apply
1515  *
1516  * Returns     :  N/A
1517  *
1518  *********************************************************************/
1519 void apply_url_actions(struct current_action_spec *action,
1520                        struct http_request *http,
1521                        struct url_actions *b)
1522 {
1523    if (b == NULL)
1524    {
1525       /* Should never happen */
1526       return;
1527    }
1528
1529    for (b = b->next; NULL != b; b = b->next)
1530    {
1531       if (url_match(b->url, http))
1532       {
1533          merge_current_action(action, b->action);
1534       }
1535    }
1536 }
1537
1538
1539 /*********************************************************************
1540  *
1541  * Function    :  forward_url
1542  *
1543  * Description :  Should we forward this to another proxy?
1544  *
1545  * Parameters  :
1546  *          1  :  http = http_request request for current URL
1547  *          2  :  csp = Current client state (buffers, headers, etc...)
1548  *
1549  * Returns     :  Pointer to forwarding information.
1550  *
1551  *********************************************************************/
1552 const struct forward_spec * forward_url(struct http_request *http,
1553                                         struct client_state *csp)
1554 {
1555    static const struct forward_spec fwd_default[1] = { FORWARD_SPEC_INITIALIZER };
1556    struct forward_spec *fwd = csp->config->forward;
1557
1558    if (fwd == NULL)
1559    {
1560       return fwd_default;
1561    }
1562
1563    while (fwd != NULL)
1564    {
1565       if (url_match(fwd->url, http))
1566       {
1567          return fwd;
1568       }
1569       fwd = fwd->next;
1570    }
1571
1572    return fwd_default;
1573 }
1574
1575
1576 /*
1577   Local Variables:
1578   tab-width: 3
1579   end:
1580 */