Stop removing rc.privoxy.orig in dh_clean.
[privoxy.git] / jcc.c
1 const char jcc_rcs[] = "$Id: jcc.c,v 1.101 2006/09/06 09:23:37 fabiankeil Exp $";
2 /*********************************************************************
3  *
4  * File        :  $Source: /cvsroot/ijbswa/current/jcc.c,v $
5  *
6  * Purpose     :  Main file.  Contains main() method, main loop, and
7  *                the main connection-handling function.
8  *
9  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
10  *                Privoxy team. http://www.privoxy.org/
11  *
12  *                Based on the Internet Junkbuster originally written
13  *                by and Copyright (C) 1997 Anonymous Coders and
14  *                Junkbusters Corporation.  http://www.junkbusters.com
15  *
16  *                This program is free software; you can redistribute it
17  *                and/or modify it under the terms of the GNU General
18  *                Public License as published by the Free Software
19  *                Foundation; either version 2 of the License, or (at
20  *                your option) any later version.
21  *
22  *                This program is distributed in the hope that it will
23  *                be useful, but WITHOUT ANY WARRANTY; without even the
24  *                implied warranty of MERCHANTABILITY or FITNESS FOR A
25  *                PARTICULAR PURPOSE.  See the GNU General Public
26  *                License for more details.
27  *
28  *                The GNU General Public License should be included with
29  *                this file.  If not, you can view it at
30  *                http://www.gnu.org/copyleft/gpl.html
31  *                or write to the Free Software Foundation, Inc., 59
32  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
33  *
34  * Revisions   :
35  *    $Log: jcc.c,v $
36  *    Revision 1.101  2006/09/06 09:23:37  fabiankeil
37  *    Make number of retries in case of forwarded-connect problems
38  *    a config file option (forwarded-connect-retries) and use 0 as
39  *    default.
40  *
41  *    Revision 1.100  2006/09/03 19:42:59  fabiankeil
42  *    Set random(3) seed.
43  *
44  *    Revision 1.99  2006/09/02 15:36:42  fabiankeil
45  *    Follow the OpenBSD port's lead and protect the resolve
46  *    functions on OpenBSD as well.
47  *
48  *    Revision 1.98  2006/08/24 11:01:34  fabiankeil
49  *    --user fix. Only use the user as group if no group is specified.
50  *    Solves BR 1492612. Thanks to Spinor S. and David Laight.
51  *
52  *    Revision 1.97  2006/08/18 15:23:17  david__schmidt
53  *    Windows service (re-)integration
54  *
55  *    The new args are:
56  *
57  *    --install[:service_name]
58  *    --uninstall[:service_name]
59  *    --service
60  *
61  *    They work as follows:
62  *    --install will create a service for you and then terminate.
63  *    By default the service name will be "privoxy" (without the quotes).
64  *    However you can run multiple services if you wish, just by adding
65  *    a colon and then a name (no spaces).
66  *
67  *    --uninstall follows the exact same rules a --install.
68  *
69  *    --service is used when the program is executed by the service
70  *    control manager, and in normal circumstances would never be
71  *    used as a command line argument.
72  *
73  *    Revision 1.96  2006/08/15 20:12:36  david__schmidt
74  *    Windows service integration
75  *
76  *    Revision 1.95  2006/08/03 02:46:41  david__schmidt
77  *    Incorporate Fabian Keil's patch work:\rhttp://www.fabiankeil.de/sourcecode/privoxy/
78  *
79  *    Revision 1.94  2006/07/18 14:48:46  david__schmidt
80  *    Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
81  *    with what was really the latest development (the v_3_0_branch branch)
82  *
83  *    Revision 1.92.2.16  2005/04/03 20:10:50  david__schmidt
84  *    Thanks to Jindrich Makovicka for a race condition fix for the log
85  *    file.  The race condition remains for non-pthread implementations.
86  *    Reference patch #1175720.
87  *
88  *    Revision 1.92.2.15  2004/10/03 12:53:32  david__schmidt
89  *    Add the ability to check jpeg images for invalid
90  *    lengths of comment blocks.  Defensive strategy
91  *    against the exploit:
92  *       Microsoft Security Bulletin MS04-028
93  *       Buffer Overrun in JPEG Processing (GDI+) Could
94  *       Allow Code Execution (833987)
95  *    Enabled with +inspect-jpegs in actions files.
96  *
97  *    Revision 1.92.2.14  2003/12/12 12:52:53  oes
98  *    - Fixed usage info for non-unix platforms
99  *    - Fixed small cmdline parsing bug
100  *
101  *    Revision 1.92.2.13  2003/11/27 19:20:27  oes
102  *    Diagnostics: Now preserve the returncode of pthread_create
103  *    in errno. Closes BR #775721. Thanks to Geoffrey Hausheer.
104  *
105  *    Revision 1.92.2.12  2003/07/11 11:34:19  oes
106  *    No longer ignore SIGCHLD. Fixes bug #769381
107  *
108  *    Revision 1.92.2.11  2003/05/14 12:32:02  oes
109  *    Close jarfile on graceful exit, remove stray line
110  *
111  *    Revision 1.92.2.10  2003/05/08 15:13:46  oes
112  *    Cosmetics: Killed a warning, a typo and an allocation left at exit
113  *
114  *    Revision 1.92.2.9  2003/04/03 15:08:42  oes
115  *    No longer rely on non-POSIX.1 extensions of getcwd().
116  *    Fixes bug #711001
117  *
118  *    Revision 1.92.2.8  2003/03/31 13:12:32  oes
119  *    Replaced setenv() by posix-compliant putenv()
120  *    Thanks to Neil McCalden (nmcc AT users.sf.net).
121  *
122  *    Revision 1.92.2.7  2003/03/17 16:48:59  oes
123  *    Added chroot ability, thanks to patch by Sviatoslav Sviridov
124  *
125  *    Revision 1.92.2.6  2003/03/11 11:55:00  oes
126  *    Clean-up and extension of improvements for forked mode:
127  *     - Child's return code now consists of flags RC_FLAG_*
128  *     - Reporting toggle to parent now properly #ifdef'ed
129  *     - Children now report blocking to parent. This enables
130  *       statistics in forked mode
131  *
132  *    Revision 1.92.2.5  2003/03/10 23:45:32  oes
133  *    Fixed bug #700381: Non-Threaded version now capable of being toggled.
134  *    Children now report having been toggled through _exit(17), parents
135  *    watch for that code and toggle themselves if found.
136  *
137  *    Revision 1.92.2.4  2003/03/07 03:41:04  david__schmidt
138  *    Wrapping all *_r functions (the non-_r versions of them) with 
139  *    mutex semaphores for OSX.  Hopefully this will take care of all 
140  *    of those pesky crash reports.
141  *
142  *    Revision 1.92.2.3  2003/02/28 12:53:06  oes
143  *    Fixed two mostly harmless mem leaks
144  *
145  *    Revision 1.92.2.2  2002/11/20 14:37:47  oes
146  *    Fix: Head of global clients list now initialized to NULL
147  *
148  *    Revision 1.92.2.1  2002/09/25 14:52:24  oes
149  *    Added basic support for OPTIONS and TRACE HTTP methods:
150  *     - New interceptor direct_response() added in chat().
151  *     - sed() moved to earlier in the process, so that the
152  *       Host: header is evaluated before actions and forwarding
153  *       are decided on.
154  *
155  *    Revision 1.92  2002/05/08 16:00:46  oes
156  *    Chat's buffer handling:
157  *     - Fixed bug with unchecked out-of-mem conditions
158  *       while reading client request & server headers
159  *     - No longer predict if the buffer limit will be exceeded
160  *       in the next read -- check add_to_iob's new
161  *       return code. If buffer couldn't be extended
162  *       (policy or out-of-mem) while
163  *       - reading from client: abort
164  *       - reading server headers: send error page
165  *       - buffering server body for filter: flush,
166  *         and if that fails: send error page
167  *
168  *    Revision 1.91  2002/04/08 20:35:58  swa
169  *    fixed JB spelling
170  *
171  *    Revision 1.90  2002/04/02 14:57:28  oes
172  *    Made sending wafers independent of FEATURE_COOKIE_JAR
173  *
174  *    Revision 1.89  2002/03/31 17:18:59  jongfoster
175  *    Win32 only: Enabling STRICT to fix a VC++ compile warning.
176  *
177  *    Revision 1.88  2002/03/27 14:32:43  david__schmidt
178  *    More compiler warning message maintenance
179  *
180  *    Revision 1.87  2002/03/26 22:29:54  swa
181  *    we have a new homepage!
182  *
183  *    Revision 1.86  2002/03/25 17:04:55  david__schmidt
184  *    Workaround for closing the jarfile before load_config() comes around again
185  *
186  *    Revision 1.85  2002/03/24 15:23:33  jongfoster
187  *    Name changes
188  *
189  *    Revision 1.84  2002/03/24 13:25:43  swa
190  *    name change related issues
191  *
192  *    Revision 1.83  2002/03/16 23:54:06  jongfoster
193  *    Adding graceful termination feature, to help look for memory leaks.
194  *    If you enable this (which, by design, has to be done by hand
195  *    editing config.h) and then go to http://i.j.b/die, then the program
196  *    will exit cleanly after the *next* request.  It should free all the
197  *    memory that was used.
198  *
199  *    Revision 1.82  2002/03/13 00:27:05  jongfoster
200  *    Killing warnings
201  *
202  *    Revision 1.81  2002/03/12 01:42:50  oes
203  *    Introduced modular filters
204  *
205  *    Revision 1.80  2002/03/11 22:07:05  david__schmidt
206  *    OS/2 port maintenance:
207  *    - Fixed EMX build - it had decayed a little
208  *    - Fixed inexplicable crash during FD_ZERO - must be due to a bad macro.
209  *      substituted a memset for now.
210  *
211  *    Revision 1.79  2002/03/09 20:03:52  jongfoster
212  *    - Making various functions return int rather than size_t.
213  *      (Undoing a recent change).  Since size_t is unsigned on
214  *      Windows, functions like read_socket that return -1 on
215  *      error cannot return a size_t.
216  *
217  *      THIS WAS A MAJOR BUG - it caused frequent, unpredictable
218  *      crashes, and also frequently caused JB to jump to 100%
219  *      CPU and stay there.  (Because it thought it had just
220  *      read ((unsigned)-1) == 4Gb of data...)
221  *
222  *    - The signature of write_socket has changed, it now simply
223  *      returns success=0/failure=nonzero.
224  *
225  *    - Trying to get rid of a few warnings --with-debug on
226  *      Windows, I've introduced a new type "jb_socket".  This is
227  *      used for the socket file descriptors.  On Windows, this
228  *      is SOCKET (a typedef for unsigned).  Everywhere else, it's
229  *      an int.  The error value can't be -1 any more, so it's
230  *      now JB_INVALID_SOCKET (which is -1 on UNIX, and in
231  *      Windows it maps to the #define INVALID_SOCKET.)
232  *
233  *    - The signature of bind_port has changed.
234  *
235  *    Revision 1.78  2002/03/08 21:35:04  oes
236  *    Added optional group supplement to --user option. Will now use default group of user if no group given
237  *
238  *    Revision 1.77  2002/03/07 03:52:06  oes
239  *     - Fixed compiler warnings etc
240  *     - Improved handling of failed DNS lookups
241  *
242  *    Revision 1.76  2002/03/06 22:54:35  jongfoster
243  *    Automated function-comment nitpicking.
244  *
245  *    Revision 1.75  2002/03/06 10:02:19  oes
246  *    Fixed stupid bug when --user was not given
247  *
248  *    Revision 1.74  2002/03/06 00:49:31  jongfoster
249  *    Fixing warning on Windows
250  *    Making #ifdefs that refer to the same variable consistently
251  *    use #ifdef unix rather than mixing #ifdef unix & #ifndef OS2
252  *
253  *    Revision 1.73  2002/03/05 23:57:30  hal9
254  *    Stray character 's' on line 1618 was breaking build.
255  *
256  *    Revision 1.72  2002/03/05 21:33:45  david__schmidt
257  *    - Re-enable OS/2 building after new parms were added
258  *    - Fix false out of memory report when resolving CGI templates when no IP
259  *      address is available of failed attempt (a la no such domain)
260  *
261  *    Revision 1.71  2002/03/05 18:13:56  oes
262  *    Added --user option
263  *
264  *    Revision 1.70  2002/03/05 04:52:42  oes
265  *    Deleted non-errlog debugging code
266  *
267  *    Revision 1.69  2002/03/04 23:50:00  jongfoster
268  *    Splitting off bind_port() call into bind_port_helper(), with
269  *    improved logging.
270  *
271  *    Revision 1.68  2002/03/04 20:17:32  oes
272  *    Fixed usage info
273  *
274  *    Revision 1.67  2002/03/04 18:18:57  oes
275  *    - Removed _DEBUG mode
276  *    - Cleand up cmdline parsing
277  *    - Introduced --no-daemon, --pidfile options
278  *    - Cleaned up signal handling:
279  *      - Terminate cleanly on INT, TERM and ABRT
280  *      - Schedule logfile for re-opening on HUP
281  *      - Ignore CHLD and PIPE
282  *      - Leave the rest with their default handlers
283  *      - Uniform handler registration
284  *    - Added usage() function
285  *    - Played styleguide police
286  *
287  *    Revision 1.66  2002/03/03 15:06:55  oes
288  *    Re-enabled automatic config reloading
289  *
290  *    Revision 1.65  2002/03/03 14:49:11  oes
291  *    Fixed CLF logging: Now uses client's original HTTP request
292  *
293  *    Revision 1.64  2002/03/03 09:18:03  joergs
294  *    Made jumbjuster work on AmigaOS again.
295  *
296  *    Revision 1.63  2002/03/02 04:14:50  david__schmidt
297  *    Clean up a little CRLF unpleasantness that suddenly appeared
298  *
299  *    Revision 1.62  2002/02/20 23:17:23  jongfoster
300  *    Detecting some out-of memory conditions and exiting with a log message.
301  *
302  *    Revision 1.61  2002/01/17 21:01:52  jongfoster
303  *    Moving all our URL and URL pattern parsing code to urlmatch.c.
304  *
305  *    Revision 1.60  2001/12/30 14:07:32  steudten
306  *    - Add signal handling (unix)
307  *    - Add SIGHUP handler (unix)
308  *    - Add creation of pidfile (unix)
309  *    - Add action 'top' in rc file (RH)
310  *    - Add entry 'SIGNALS' to manpage
311  *    - Add exit message to logfile (unix)
312  *
313  *    Revision 1.59  2001/12/13 14:07:18  oes
314  *    Fixed Bug: 503 error page now sent OK
315  *
316  *    Revision 1.58  2001/11/30 23:37:24  jongfoster
317  *    Renaming the Win32 config file to config.txt - this is almost the
318  *    same as the corresponding UNIX name "config"
319  *
320  *    Revision 1.57  2001/11/16 00:47:43  jongfoster
321  *    Changing the tty-disconnection code to use setsid().
322  *
323  *    Revision 1.56  2001/11/13 20:20:54  jongfoster
324  *    Tabs->spaces, fixing a bug with missing {} around an if()
325  *
326  *    Revision 1.55  2001/11/13 20:14:53  jongfoster
327  *    Patch for FreeBSD setpgrp() as suggested by Alexander Lazic
328  *
329  *    Revision 1.54  2001/11/07 00:03:14  steudten
330  *    Give reliable return value if an error
331  *    occurs not just 0 with new daemon mode.
332  *
333  *    Revision 1.53  2001/11/05 21:41:43  steudten
334  *    Add changes to be a real daemon just for unix os.
335  *    (change cwd to /, detach from controlling tty, set
336  *    process group and session leader to the own process.
337  *    Add DBG() Macro.
338  *    Add some fatal-error log message for failed malloc().
339  *    Add '-d' if compiled with 'configure --with-debug' to
340  *    enable debug output.
341  *
342  *    Revision 1.52  2001/10/26 20:11:20  jongfoster
343  *    Fixing type mismatch
344  *
345  *    Revision 1.51  2001/10/26 17:38:28  oes
346  *    Cosmetics
347  *
348  *    Revision 1.50  2001/10/25 03:40:48  david__schmidt
349  *    Change in porting tactics: OS/2's EMX porting layer doesn't allow multiple
350  *    threads to call select() simultaneously.  So, it's time to do a real, live,
351  *    native OS/2 port.  See defines for __EMX__ (the porting layer) vs. __OS2__
352  *    (native). Both versions will work, but using __OS2__ offers multi-threading.
353  *
354  *    Revision 1.49  2001/10/23 21:41:35  jongfoster
355  *    Added call to initialize the (statically-allocated of course)
356  *    "out of memory" CGI response.
357  *
358  *    Revision 1.48  2001/10/10 19:56:46  jongfoster
359  *    Moving some code that wasn't cookie-related out of an #ifdef
360  *    FEATURE_COOKIE_JAR
361  *
362  *    Revision 1.47  2001/10/10 16:44:36  oes
363  *    Added CONNECT destination port limitation check
364  *
365  *    Revision 1.46  2001/10/08 15:17:41  oes
366  *    Re-enabled SSL forwarding
367  *
368  *    Revision 1.45  2001/10/07 15:42:11  oes
369  *    Replaced 6 boolean members of csp with one bitmap (csp->flags)
370  *
371  *    Moved downgrading of the HTTP version from parse_http_request to
372  *      chat(), since we can't decide if it is necessary before we have
373  *      determined the actions for the URL. The HTTP command is now
374  *      *always* re-built so the repairs need no longer be special-cased.
375  *
376  *    filter_popups now gets a csp pointer so it can raise the new
377  *      CSP_FLAG_MODIFIED flag.
378  *
379  *    Bugfix
380  *
381  *    Added configurable size limit for the IOB. If the IOB grows so
382  *      large that the next read would exceed the limit, the header
383  *      is generated, and the header & unfiltered buffer are flushed
384  *      to the client. Chat then continues in non-buffering,
385  *      non-filtering body mode.
386  *
387  *    Revision 1.44  2001/10/02 18:13:57  oes
388  *    Ooops
389  *
390  *    Revision 1.43  2001/10/02 15:32:13  oes
391  *    Moved generation of hdr
392  *
393  *    Revision 1.42  2001/09/21 23:02:02  david__schmidt
394  *    Cleaning up 2 compiler warnings on OS/2.
395  *
396  *    Revision 1.41  2001/09/16 17:05:14  jongfoster
397  *    Removing unused #include showarg.h
398  *
399  *    Revision 1.40  2001/09/16 15:41:45  jongfoster
400  *    Fixing signed/unsigned comparison warning.
401  *
402  *    Revision 1.39  2001/09/16 13:21:27  jongfoster
403  *    Changes to use new list functions.
404  *
405  *    Revision 1.38  2001/09/16 13:01:46  jongfoster
406  *    Removing redundant function call that zeroed zalloc()'d memory.
407  *
408  *    Revision 1.37  2001/09/10 11:12:24  oes
409  *    Deleted unused variable
410  *
411  *    Revision 1.36  2001/09/10 10:56:15  oes
412  *    Silenced compiler warnings
413  *
414  *    Revision 1.35  2001/07/31 14:44:22  oes
415  *    Deleted unused size parameter from filter_popups()
416  *
417  *    Revision 1.34  2001/07/30 22:08:36  jongfoster
418  *    Tidying up #defines:
419  *    - All feature #defines are now of the form FEATURE_xxx
420  *    - Permanently turned off WIN_GUI_EDIT
421  *    - Permanently turned on WEBDAV and SPLIT_PROXY_ARGS
422  *
423  *    Revision 1.33  2001/07/29 19:32:00  jongfoster
424  *    Renaming _main() [mingw32 only] to real_main(), for ANSI compliance.
425  *
426  *    Revision 1.32  2001/07/29 18:47:05  jongfoster
427  *    Adding missing #include "loadcfg.h"
428  *
429  *    Revision 1.31  2001/07/29 12:17:48  oes
430  *    Applied pthread fix by Paul Lieverse
431  *
432  *    Revision 1.30  2001/07/25 22:57:13  jongfoster
433  *    __BEOS__ no longer overrides FEATURE_PTHREAD.
434  *    This is because FEATURE_PTHREAD will soon be widely used, so I
435  *    want to keep it simple.
436  *
437  *    Revision 1.29  2001/07/24 12:47:06  oes
438  *    Applied BeOS support update by Eugenia
439  *
440  *    Revision 1.28  2001/07/23 13:26:12  oes
441  *    Fixed bug in popup-killing for the first read that caused binary garbage to be sent between headers and body
442  *
443  *    Revision 1.27  2001/07/19 19:09:47  haroon
444  *    - Added code to take care of the situation where while processing the first
445  *      server response (which includes the server header), after finding the end
446  *      of the headers we were not looking past the end of the headers for
447  *      content modification. I enabled it for filter_popups.
448  *      Someone else should look to see if other similar operations should be
449  *      done to the discarded portion of the buffer.
450  *
451  *      Note 2001/07/20: No, the other content modification mechanisms will process
452  *                       the whole iob later anyway. --oes
453  *
454  *    Revision 1.26  2001/07/18 12:31:36  oes
455  *    cosmetics
456  *
457  *    Revision 1.25  2001/07/15 19:43:49  jongfoster
458  *    Supports POSIX threads.
459  *    Also removed some unused #includes.
460  *
461  *    Revision 1.24  2001/07/13 14:00:40  oes
462  *     - Generic content modification scheme:
463  *       Each feature has its own applicability flag that is set
464  *       from csp->action->flags.
465  *       Replaced the "filtering" int flag , by a function pointer
466  *       "content_filter" to the function that will do the content
467  *       modification. If it is != NULL, the document will be buffered
468  *       and processed through *content_filter, which must set
469  *       csp->content_length and return a modified copy of the body
470  *       or return NULL (on failiure).
471  *     - Changed csp->is_text to the more generic bitmap csp->content_type
472  *       which can currently take the valued CT_TEXT or CT_GIF
473  *     - Reformatting etc
474  *     - Removed all #ifdef PCRS
475  *
476  *    Revision 1.23  2001/07/02 02:28:25  iwanttokeepanon
477  *    Added "#ifdef ACL_FILES" conditional compilation to line 1291 to exclude
478  *    the `block_acl' call.  This prevents a compilation error when the user
479  *    does not wish to use the "ACL" feature.
480  *
481  *    Revision 1.22  2001/06/29 21:45:41  oes
482  *    Indentation, CRLF->LF, Tab-> Space
483  *
484  *    Revision 1.21  2001/06/29 13:29:36  oes
485  *    - Cleaned up, improved comments
486  *    - Unified all possible interceptors (CGI,
487  *      block, trust, fast_redirect) in one
488  *      place, with one (CGI) answer generation
489  *      mechansim. Much clearer now.
490  *    - Removed the GIF image generation, which
491  *      is now done in filters.c:block_url()
492  *    - Made error conditions like domain lookup
493  *      failiure or (various) problems while talking
494  *      to the server use cgi.c:error_response()
495  *      instead of generating HTML/HTTP in chat() (yuck!)
496  *    - Removed logentry from cancelled commit
497  *
498  *    Revision 1.20  2001/06/09 10:55:28  jongfoster
499  *    Changing BUFSIZ ==> BUFFER_SIZE
500  *
501  *    Revision 1.19  2001/06/07 23:12:52  jongfoster
502  *    Replacing function pointer in struct gateway with a directly
503  *    called function forwarded_connect().
504  *    Replacing struct gateway with struct forward_spec
505  *
506  *    Revision 1.18  2001/06/03 19:12:16  oes
507  *    introduced new cgi handling
508  *
509  *    Revision 1.17  2001/06/01 20:07:23  jongfoster
510  *    Now uses action +image-blocker{} rather than config->tinygif
511  *
512  *    Revision 1.16  2001/06/01 18:49:17  jongfoster
513  *    Replaced "list_share" with "list" - the tiny memory gain was not
514  *    worth the extra complexity.
515  *
516  *    Revision 1.15  2001/05/31 21:24:47  jongfoster
517  *    Changed "permission" to "action" throughout.
518  *    Removed DEFAULT_USER_AGENT - it must now be specified manually.
519  *    Moved vanilla wafer check into chat(), since we must now
520  *    decide whether or not to add it based on the URL.
521  *
522  *    Revision 1.14  2001/05/29 20:14:01  joergs
523  *    AmigaOS bugfix: PCRS needs a lot of stack, stacksize for child threads
524  *    increased.
525  *
526  *    Revision 1.13  2001/05/29 09:50:24  jongfoster
527  *    Unified blocklist/imagelist/permissionslist.
528  *    File format is still under discussion, but the internal changes
529  *    are (mostly) done.
530  *
531  *    Also modified interceptor behaviour:
532  *    - We now intercept all URLs beginning with one of the following
533  *      prefixes (and *only* these prefixes):
534  *        * http://i.j.b/
535  *        * http://ijbswa.sf.net/config/
536  *        * http://ijbswa.sourceforge.net/config/
537  *    - New interceptors "home page" - go to http://i.j.b/ to see it.
538  *    - Internal changes so that intercepted and fast redirect pages
539  *      are not replaced with an image.
540  *    - Interceptors now have the option to send a binary page direct
541  *      to the client. (i.e. ijb-send-banner uses this)
542  *    - Implemented show-url-info interceptor.  (Which is why I needed
543  *      the above interceptors changes - a typical URL is
544  *      "http://i.j.b/show-url-info?url=www.somesite.com/banner.gif".
545  *      The previous mechanism would not have intercepted that, and
546  *      if it had been intercepted then it then it would have replaced
547  *      it with an image.)
548  *
549  *    Revision 1.12  2001/05/27 22:17:04  oes
550  *
551  *    - re_process_buffer no longer writes the modified buffer
552  *      to the client, which was very ugly. It now returns the
553  *      buffer, which it is then written by chat.
554  *
555  *    - content_length now adjusts the Content-Length: header
556  *      for modified documents rather than crunch()ing it.
557  *      (Length info in csp->content_length, which is 0 for
558  *      unmodified documents)
559  *
560  *    - For this to work, sed() is called twice when filtering.
561  *
562  *    Revision 1.11  2001/05/26 17:27:53  jongfoster
563  *    Added support for CLF and fixed LOG_LEVEL_LOG.
564  *    Also did CRLF->LF fix of my previous patch.
565  *
566  *    Revision 1.10  2001/05/26 15:26:15  jongfoster
567  *    ACL feature now provides more security by immediately dropping
568  *    connections from untrusted hosts.
569  *
570  *    Revision 1.9  2001/05/26 00:28:36  jongfoster
571  *    Automatic reloading of config file.
572  *    Removed obsolete SIGHUP support (Unix) and Reload menu option (Win32).
573  *    Most of the global variables have been moved to a new
574  *    struct configuration_spec, accessed through csp->config->globalname
575  *    Most of the globals remaining are used by the Win32 GUI.
576  *
577  *    Revision 1.8  2001/05/25 22:43:18  jongfoster
578  *    Fixing minor memory leak and buffer overflow.
579  *
580  *    Revision 1.7  2001/05/25 22:34:30  jongfoster
581  *    Hard tabs->Spaces
582  *
583  *    Revision 1.6  2001/05/23 00:13:58  joergs
584  *    AmigaOS support fixed.
585  *
586  *    Revision 1.5  2001/05/22 18:46:04  oes
587  *
588  *    - Enabled filtering banners by size rather than URL
589  *      by adding patterns that replace all standard banner
590  *      sizes with the "Junkbuster" gif to the re_filterfile
591  *
592  *    - Enabled filtering WebBugs by providing a pattern
593  *      which kills all 1x1 images
594  *
595  *    - Added support for PCRE_UNGREEDY behaviour to pcrs,
596  *      which is selected by the (nonstandard and therefore
597  *      capital) letter 'U' in the option string.
598  *      It causes the quantifiers to be ungreedy by default.
599  *      Appending a ? turns back to greedy (!).
600  *
601  *    - Added a new interceptor ijb-send-banner, which
602  *      sends back the "Junkbuster" gif. Without imagelist or
603  *      MSIE detection support, or if tinygif = 1, or the
604  *      URL isn't recognized as an imageurl, a lame HTML
605  *      explanation is sent instead.
606  *
607  *    - Added new feature, which permits blocking remote
608  *      script redirects and firing back a local redirect
609  *      to the browser.
610  *      The feature is conditionally compiled, i.e. it
611  *      can be disabled with --disable-fast-redirects,
612  *      plus it must be activated by a "fast-redirects"
613  *      line in the config file, has its own log level
614  *      and of course wants to be displayed by show-proxy-args
615  *      Note: Boy, all the #ifdefs in 1001 locations and
616  *      all the fumbling with configure.in and acconfig.h
617  *      were *way* more work than the feature itself :-(
618  *
619  *    - Because a generic redirect template was needed for
620  *      this, tinygif = 3 now uses the same.
621  *
622  *    - Moved GIFs, and other static HTTP response templates
623  *      to project.h
624  *
625  *    - Some minor fixes
626  *
627  *    - Removed some >400 CRs again (Jon, you really worked
628  *      a lot! ;-)
629  *
630  *    Revision 1.4  2001/05/21 19:34:01  jongfoster
631  *    Made failure to bind() a fatal error.
632  *
633  *    Revision 1.3  2001/05/20 01:21:20  jongfoster
634  *    Version 2.9.4 checkin.
635  *    - Merged popupfile and cookiefile, and added control over PCRS
636  *      filtering, in new "permissionsfile".
637  *    - Implemented LOG_LEVEL_FATAL, so that if there is a configuration
638  *      file error you now get a message box (in the Win32 GUI) rather
639  *      than the program exiting with no explanation.
640  *    - Made killpopup use the PCRS MIME-type checking and HTTP-header
641  *      skipping.
642  *    - Removed tabs from "config"
643  *    - Moved duplicated url parsing code in "loaders.c" to a new funcition.
644  *    - Bumped up version number.
645  *
646  *    Revision 1.2  2001/05/17 22:34:44  oes
647  *     - Added hint on GIF char array generation to jcc.c
648  *     - Cleaned CRLF's from the sources and related files
649  *     - Repaired logging for REF and FRC
650  *
651  *    Revision 1.1.1.1  2001/05/15 13:58:56  oes
652  *    Initial import of version 2.9.3 source tree
653  *
654  *
655  *********************************************************************/
656 \f
657
658 #include "config.h"
659
660 #include <stdio.h>
661 #include <sys/types.h>
662 #include <stdlib.h>
663 #include <string.h>
664 #include <signal.h>
665 #include <fcntl.h>
666 #include <errno.h>
667
668 #ifdef FEATURE_PTHREAD
669 #include <pthread.h>
670 #endif /* def FEATURE_PTHREAD */
671
672 #ifdef _WIN32
673 # ifndef FEATURE_PTHREAD
674 #  ifndef STRICT
675 #   define STRICT
676 #  endif
677 #  include <windows.h>
678 #  include <process.h>
679 # endif /* ndef FEATURE_PTHREAD */
680
681 # include "win32.h"
682 # ifndef _WIN_CONSOLE
683 #  include "w32log.h"
684 # endif /* ndef _WIN_CONSOLE */
685 # include "w32svrapi.h"
686
687 #else /* ifndef _WIN32 */
688
689 # if !defined (__OS2__)
690 # include <unistd.h>
691 # include <sys/wait.h>
692 # endif /* ndef __OS2__ */
693 # include <sys/time.h>
694 # include <sys/stat.h>
695 # include <sys/ioctl.h>
696
697 #ifdef sun
698 #include <sys/termios.h>
699 #endif /* sun */
700
701 #ifdef unix
702 #include <pwd.h>
703 #include <grp.h>
704 #endif
705
706 # include <signal.h>
707
708 # ifdef __BEOS__
709 #  include <socket.h>  /* BeOS has select() for sockets only. */
710 #  include <OS.h>      /* declarations for threads and stuff. */
711 # endif
712
713 # if defined(__EMX__) || defined(__OS2__)
714 #  include <sys/select.h>  /* OS/2/EMX needs a little help with select */
715 # endif
716 # ifdef __OS2__
717 #define INCL_DOS
718 # include <os2.h>
719 #define bzero(B,N) memset(B,0x00,n)
720 # endif
721
722 # ifndef FD_ZERO
723 #  include <select.h>
724 # endif
725
726 #endif
727
728 #include "project.h"
729 #include "list.h"
730 #include "jcc.h"
731 #include "filters.h"
732 #include "loaders.h"
733 #include "parsers.h"
734 #include "killpopup.h"
735 #include "miscutil.h"
736 #include "errlog.h"
737 #include "jbsockets.h"
738 #include "gateway.h"
739 #include "actions.h"
740 #include "cgi.h"
741 #include "loadcfg.h"
742 #include "urlmatch.h"
743
744 const char jcc_h_rcs[] = JCC_H_VERSION;
745 const char project_h_rcs[] = PROJECT_H_VERSION;
746
747 int no_daemon = 0;
748 struct client_state  clients[1];
749 struct file_list     files[1];
750
751 #ifdef FEATURE_STATISTICS
752 int urls_read     = 0;     /* total nr of urls read inc rejected */
753 int urls_rejected = 0;     /* total nr of urls rejected */
754 #endif /* def FEATURE_STATISTICS */
755
756 #ifdef FEATURE_GRACEFUL_TERMINATION
757 int g_terminate = 0;
758 #endif
759
760 static void listen_loop(void);
761 static void chat(struct client_state *csp);
762 #ifdef AMIGA
763 void serve(struct client_state *csp);
764 #else /* ifndef AMIGA */
765 static void serve(struct client_state *csp);
766 #endif /* def AMIGA */
767
768 #ifdef __BEOS__
769 static int32 server_thread(void *data);
770 #endif /* def __BEOS__ */
771
772 #ifdef _WIN32
773 #define sleep(N)  Sleep(((N) * 1000))
774 #endif
775
776 #ifdef __OS2__
777 #define sleep(N)  DosSleep(((N) * 100))
778 #endif
779
780 #if defined(OSX_DARWIN) || defined(__OpenBSD__)
781 #ifdef OSX_DARWIN
782 /*
783  * Hit OSX over the head with a hammer.  Protect all *_r functions.
784  */
785 pthread_mutex_t gmtime_mutex;
786 pthread_mutex_t localtime_mutex;
787 #endif /* def OSX_DARWIN */
788 /*
789  * Protect only the resolve functions for OpenBSD.
790  */ 
791 pthread_mutex_t gethostbyaddr_mutex;
792 pthread_mutex_t gethostbyname_mutex;
793 #endif /* defined(OSX_DARWIN) || defined(__OpenBSD__) */
794
795 #ifdef FEATURE_PTHREAD
796 pthread_mutex_t log_mutex;
797 pthread_mutex_t log_init_mutex;
798 #endif /* FEATURE_PTHREAD */
799
800 #if defined(unix) || defined(__EMX__)
801 const char *basedir = NULL;
802 const char *pidfile = NULL;
803 int received_hup_signal = 0;
804 #endif /* defined unix */
805
806 /* The vanilla wafer. */
807 static const char VANILLA_WAFER[] =
808    "NOTICE=TO_WHOM_IT_MAY_CONCERN_"
809    "Do_not_send_me_any_copyrighted_information_other_than_the_"
810    "document_that_I_am_requesting_or_any_of_its_necessary_components._"
811    "In_particular_do_not_send_me_any_cookies_that_"
812    "are_subject_to_a_claim_of_copyright_by_anybody._"
813    "Take_notice_that_I_refuse_to_be_bound_by_any_license_condition_"
814    "(copyright_or_otherwise)_applying_to_any_cookie._";
815
816
817 #if !defined(_WIN32) && !defined(__OS2__) && !defined(AMIGA)
818 /*********************************************************************
819  *
820  * Function    :  sig_handler 
821  *
822  * Description :  Signal handler for different signals.
823  *                Exit gracefully on ABRT, TERM and  INT
824  *                or set a flag that will cause the errlog
825  *                to be reopened by the main thread on HUP.
826  *
827  * Parameters  :
828  *          1  :  the_signal = the signal cause this function to call
829  *
830  * Returns     :  - 
831  *
832  *********************************************************************/
833 static void sig_handler(int the_signal)
834 {
835    switch(the_signal)
836    {
837       case SIGABRT:
838       case SIGTERM:
839       case SIGINT:
840          log_error(LOG_LEVEL_INFO, "exiting by signal %d .. bye", the_signal);
841 #if defined(unix)
842          unlink(pidfile);
843 #endif /* unix */
844          exit(the_signal);
845          break;
846
847       case SIGHUP:
848          received_hup_signal = 1;
849          break;         
850
851       default:
852          /* 
853           * We shouldn't be here, unless we catch signals
854           * in main() that we can't handle here!
855           */
856          log_error(LOG_LEVEL_FATAL, "sig_handler: exiting on unexpected signal %d", the_signal);
857    }
858    return;
859
860 }
861 #endif
862
863
864 /*********************************************************************
865  *
866  * Function    :  chat
867  *
868  * Description :  Once a connection to the client has been accepted,
869  *                this function is called (via serve()) to handle the
870  *                main business of the communication.  When this
871  *                function returns, the caller must close the client
872  *                socket handle.
873  *
874  * Parameters  :
875  *          1  :  csp = Current client state (buffers, headers, etc...)
876  *
877  * Returns     :  On success, the number of bytes written are returned (zero
878  *                indicates nothing was written).  On error, -1 is returned,
879  *                and errno is set appropriately.  If count is zero and the
880  *                file descriptor refers to a regular file, 0 will be
881  *                returned without causing any other effect.  For a special
882  *                file, the results are not portable.
883  *
884  *********************************************************************/
885 static void chat(struct client_state *csp)
886 {
887 /*
888  * This next lines are a little ugly, but they simplifies the if statements
889  * below.  Basically if TOGGLE, then we want the if to test if the
890  * CSP_FLAG_TOGGLED_ON flag ist set, else we don't.  And if FEATURE_FORCE_LOAD,
891  * then we want the if to test for CSP_FLAG_FORCED , else we don't
892  */
893 #ifdef FEATURE_TOGGLE
894 #   define IS_TOGGLED_ON_AND (csp->flags & CSP_FLAG_TOGGLED_ON) &&
895 #else /* ifndef FEATURE_TOGGLE */
896 #   define IS_TOGGLED_ON_AND
897 #endif /* ndef FEATURE_TOGGLE */
898 #ifdef FEATURE_FORCE_LOAD
899 #   define IS_NOT_FORCED_AND !(csp->flags & CSP_FLAG_FORCED) &&
900 #else /* ifndef FEATURE_FORCE_LOAD */
901 #   define IS_NOT_FORCED_AND
902 #endif /* def FEATURE_FORCE_LOAD */
903
904 #define IS_ENABLED_AND   IS_TOGGLED_ON_AND IS_NOT_FORCED_AND
905
906    char buf[BUFFER_SIZE];
907    char *hdr;
908    char *p;
909    char *req;
910    fd_set rfds;
911    int n;
912    jb_socket maxfd;
913    int server_body;
914    int ms_iis5_hack = 0;
915    int byte_count = 0;
916    unsigned int forwarded_connect_retries = 0;
917    unsigned int max_forwarded_connect_retries = csp->config->forwarded_connect_retries;
918    const struct forward_spec * fwd;
919    struct http_request *http;
920    int len; /* for buffer sizes */
921 #ifdef FEATURE_KILL_POPUPS
922    int block_popups;         /* bool, 1==will block popups */
923    int block_popups_now = 0; /* bool, 1==currently blocking popups */
924 #endif /* def FEATURE_KILL_POPUPS */
925
926    int pcrs_filter;        /* bool, 1==will filter through pcrs */
927    int gif_deanimate;      /* bool, 1==will deanimate gifs */
928    int jpeg_inspect;       /* bool, 1==will inspect jpegs */
929
930    /* Function that does the content filtering for the current request */
931    char *(*content_filter)() = NULL;
932
933    /* Skeleton for HTTP response, if we should intercept the request */
934    struct http_response *rsp;
935
936    http = csp->http;
937
938    /*
939     * Read the client's request.  Note that since we're not using select() we
940     * could get blocked here if a client connected, then didn't say anything!
941     */
942
943    for (;;)
944    {
945       len = read_socket(csp->cfd, buf, sizeof(buf));
946
947       if (len <= 0) break;      /* error! */
948       
949       /*
950        * If there is no memory left for buffering the
951        * request, there is nothing we can do but hang up
952        */
953       if (add_to_iob(csp, buf, len))
954       {
955          return;
956       }
957
958       req = get_header(csp);
959
960       if (req == NULL)
961       {
962          break;    /* no HTTP request! */
963       }
964
965       if (*req == '\0')
966       {
967          continue;   /* more to come! */
968       }
969
970 #ifdef FEATURE_FORCE_LOAD
971       /* If this request contains the FORCE_PREFIX,
972        * better get rid of it now and set the force flag --oes
973        */
974
975       if (strstr(req, FORCE_PREFIX))
976       {
977          strclean(req, FORCE_PREFIX);
978          log_error(LOG_LEVEL_FORCE, "Enforcing request \"%s\".\n", req);
979          csp->flags |= CSP_FLAG_FORCED;
980       }
981
982 #endif /* def FEATURE_FORCE_LOAD */
983
984       parse_http_request(req, http, csp);
985       freez(req);
986       break;
987    }
988
989    if (http->cmd == NULL)
990    {
991       strcpy(buf, CHEADER);
992       write_socket(csp->cfd, buf, strlen(buf));
993
994       log_error(LOG_LEVEL_CLF, "%s - - [%T] \" \" 400 0", csp->ip_addr_str);
995
996       free_http_request(http);
997       return;
998    }
999
1000    if (!strncmpic(http->cmd, "GET ftp://", 10))
1001    {
1002       strcpy(buf, FTP_RESPONSE);
1003       write_socket(csp->cfd, buf, strlen(buf));
1004
1005       log_error(LOG_LEVEL_ERROR, "%s tried to use Privoxy as FTP proxy: %s",
1006          csp->ip_addr_str, http->cmd);
1007
1008       free_http_request(http);
1009       return;
1010    }
1011
1012    /* decide how to route the HTTP request */
1013
1014    if ((fwd = forward_url(http, csp)) == NULL)
1015    {
1016       log_error(LOG_LEVEL_FATAL, "gateway spec is NULL!?!?  This can't happen!");
1017       /* Never get here - LOG_LEVEL_FATAL causes program exit */
1018    }
1019
1020    /* build the http request to send to the server
1021     * we have to do one of the following:
1022     *
1023     * create = use the original HTTP request to create a new
1024     *          HTTP request that has either the path component
1025     *          without the http://domainspec (w/path) or the
1026     *          full orininal URL (w/url)
1027     *          Note that the path and/or the HTTP version may
1028     *          have been altered by now.
1029     *
1030     * connect = Open a socket to the host:port of the server
1031     *           and short-circuit server and client socket.
1032     *
1033     * pass =  Pass the request unchanged if forwarding a CONNECT
1034     *         request to a parent proxy. Note that we'll be sending
1035     *         the CFAIL message ourselves if connecting to the parent
1036     *         fails, but we won't send a CSUCCEED message if it works,
1037     *         since that would result in a double message (ours and the
1038     *         parent's). After sending the request to the parent, we simply
1039     *         tunnel.
1040     *
1041     * here's the matrix:
1042     *                        SSL
1043     *                    0        1
1044     *                +--------+--------+
1045     *                |        |        |
1046     *             0  | create | connect|
1047     *                | w/path |        |
1048     *  Forwarding    +--------+--------+
1049     *                |        |        |
1050     *             1  | create | pass   |
1051     *                | w/url  |        |
1052     *                +--------+--------+
1053     *
1054     */
1055
1056    /*
1057     * Determine the actions for this URL
1058     */
1059 #ifdef FEATURE_TOGGLE
1060    if (!(csp->flags & CSP_FLAG_TOGGLED_ON))
1061    {
1062       /* Most compatible set of actions (i.e. none) */
1063       init_current_action(csp->action);
1064    }
1065    else
1066 #endif /* ndef FEATURE_TOGGLE */
1067    {
1068       url_actions(http, csp);
1069    }
1070
1071
1072    /*
1073     * Check if a CONNECT request is allowable:
1074     * In the absence of a +limit-connect action, allow only port 443.
1075     * If there is an action, allow whatever matches the specificaton.
1076     */
1077    if(http->ssl)
1078    {
1079       if(  ( !(csp->action->flags & ACTION_LIMIT_CONNECT) && csp->http->port != 443)
1080            || (csp->action->flags & ACTION_LIMIT_CONNECT
1081               && !match_portlist(csp->action->string[ACTION_STRING_LIMIT_CONNECT], csp->http->port)) )
1082       {
1083          if (csp->action->flags & ACTION_TREAT_FORBIDDEN_CONNECTS_LIKE_BLOCKS)
1084          {
1085             /* The response will violate the specs, but makes unblocking easier. */
1086             log_error(LOG_LEVEL_ERROR, "Marking suspicious CONNECT request from %s for blocking.",
1087                csp->ip_addr_str);
1088             csp->action->flags |= ACTION_BLOCK;
1089             http->ssl = 0;
1090          }
1091          else
1092          {
1093             strcpy(buf, CFORBIDDEN);
1094             write_socket(csp->cfd, buf, strlen(buf));
1095             log_error(LOG_LEVEL_CONNECT, "Denying suspicious CONNECT request from %s", csp->ip_addr_str);
1096             log_error(LOG_LEVEL_CLF, "%s - - [%T] \" \" 403 0", csp->ip_addr_str);
1097             return;
1098          }
1099       }
1100    }
1101
1102
1103    /*
1104     * Downgrade http version from 1.1 to 1.0 if +downgrade
1105     * action applies
1106     */
1107    if ( (http->ssl == 0)
1108      && (!strcmpic(http->ver, "HTTP/1.1"))
1109      && (csp->action->flags & ACTION_DOWNGRADE))
1110    {
1111       freez(http->ver);
1112       http->ver = strdup("HTTP/1.0");
1113
1114       if (http->ver == NULL)
1115       {
1116          log_error(LOG_LEVEL_FATAL, "Out of memory downgrading HTTP version");
1117       }
1118    }
1119
1120    /* 
1121     * Save a copy of the original request for logging
1122     */
1123    http->ocmd = strdup(http->cmd);
1124
1125    if (http->ocmd == NULL)
1126    {
1127       log_error(LOG_LEVEL_FATAL, "Out of memory copying HTTP request line");
1128    }
1129
1130    /*
1131     * (Re)build the HTTP request for non-SSL requests.
1132     * If forwarding, use the whole URL, else, use only the path.
1133     */
1134    if (http->ssl == 0)
1135    {
1136       freez(http->cmd);
1137
1138       http->cmd = strdup(http->gpc);
1139       string_append(&http->cmd, " ");
1140
1141       if (fwd->forward_host)
1142       {
1143          string_append(&http->cmd, http->url);
1144       }
1145       else
1146       {
1147          string_append(&http->cmd, http->path);
1148       }
1149       string_append(&http->cmd, " ");
1150       string_append(&http->cmd, http->ver);
1151
1152       if (http->cmd == NULL)
1153       {
1154          log_error(LOG_LEVEL_FATAL, "Out of memory writing HTTP command");
1155       }
1156       log_error(LOG_LEVEL_HEADER, "New HTTP Request-Line: %s", http->cmd);
1157    }
1158    enlist(csp->headers, http->cmd);
1159
1160
1161    /*
1162     * If the user has not supplied any wafers, and the user has not
1163     * told us to suppress the vanilla wafer, then send the vanilla wafer.
1164     */
1165    if (list_is_empty(csp->action->multi[ACTION_MULTI_WAFER])
1166        && ((csp->action->flags & ACTION_VANILLA_WAFER) != 0))
1167    {
1168       enlist(csp->action->multi[ACTION_MULTI_WAFER], VANILLA_WAFER);
1169    }
1170
1171
1172 #ifdef FEATURE_KILL_POPUPS
1173    block_popups               = ((csp->action->flags & ACTION_NO_POPUPS) != 0);
1174 #endif /* def FEATURE_KILL_POPUPS */
1175
1176    pcrs_filter                = (csp->rlist != NULL) &&  /* There are expressions to be used */
1177                                 (!list_is_empty(csp->action->multi[ACTION_MULTI_FILTER]));
1178
1179    gif_deanimate              = ((csp->action->flags & ACTION_DEANIMATE) != 0);
1180
1181    jpeg_inspect               = ((csp->action->flags & ACTION_JPEG_INSPECT) != 0);
1182
1183    /* grab the rest of the client's headers */
1184
1185    for (;;)
1186    {
1187       if ( ( ( p = get_header(csp) ) != NULL) && ( *p == '\0' ) )
1188       {
1189          len = read_socket(csp->cfd, buf, sizeof(buf));
1190          if (len <= 0)
1191          {
1192             log_error(LOG_LEVEL_ERROR, "read from client failed: %E");
1193             return;
1194          }
1195          
1196          /*
1197           * If there is no memory left for buffering the
1198           * request, there is nothing we can do but hang up
1199           */
1200          if (add_to_iob(csp, buf, len))
1201          {
1202             return;
1203          }
1204          continue;
1205       }
1206
1207       if (p == NULL) break;
1208
1209       enlist(csp->headers, p);
1210       freez(p);
1211    }
1212
1213    /*
1214     * We have a request. Now, check to see if we need to
1215     * intercept it, i.e. If ..
1216     */
1217
1218    if (
1219        /* We may not forward the request by rfc2616 sect 14.31 */
1220        (NULL != (rsp = direct_response(csp)))
1221
1222        /* or a CGI call was detected and answered */
1223        || (NULL != (rsp = dispatch_cgi(csp)))
1224
1225        /* or we are enabled and... */
1226        || (IS_ENABLED_AND (
1227
1228             /* ..the request was blocked */
1229           ( NULL != (rsp = block_url(csp)))
1230
1231           /* ..or untrusted */
1232 #ifdef FEATURE_TRUST
1233           || ( NULL != (rsp = trust_url(csp)))
1234 #endif /* def FEATURE_TRUST */
1235
1236           /* ..or a fast redirect kicked in */
1237 #ifdef FEATURE_FAST_REDIRECTS
1238           || (((csp->action->flags & ACTION_FAST_REDIRECTS) != 0) &&
1239                 (NULL != (rsp = redirect_url(csp))))
1240 #endif /* def FEATURE_FAST_REDIRECTS */
1241           ))
1242       )
1243    {
1244       /* Write the answer to the client */
1245       if (write_socket(csp->cfd, rsp->head, rsp->head_length)
1246        || write_socket(csp->cfd, rsp->body, rsp->content_length))
1247       {
1248          log_error(LOG_LEVEL_ERROR, "write to: %s failed: %E", http->host);
1249       }
1250
1251 #ifdef FEATURE_STATISTICS
1252       /* Count as a rejected request */
1253       csp->flags |= CSP_FLAG_REJECTED;
1254 #endif /* def FEATURE_STATISTICS */
1255
1256       /* Log (FIXME: All intercept reasons appear as "crunch" with Status 200) */
1257       log_error(LOG_LEVEL_GPC, "%s%s crunch!", http->hostport, http->path);
1258       log_error(LOG_LEVEL_CLF, "%s - - [%T] \"%s\" 200 3", csp->ip_addr_str, http->ocmd);
1259
1260       /* Clean up and return */
1261       free_http_response(rsp);
1262       return;
1263    }
1264
1265    hdr = sed(client_patterns, add_client_headers, csp);
1266    if (hdr == NULL)
1267    {
1268       /* FIXME Should handle error properly */
1269       log_error(LOG_LEVEL_FATAL, "Out of memory parsing client header");
1270    }
1271
1272    list_remove_all(csp->headers);
1273
1274    log_error(LOG_LEVEL_GPC, "%s%s", http->hostport, http->path);
1275
1276    if (fwd->forward_host)
1277    {
1278       log_error(LOG_LEVEL_CONNECT, "via %s:%d to: %s",
1279                fwd->forward_host, fwd->forward_port, http->hostport);
1280    }
1281    else
1282    {
1283       log_error(LOG_LEVEL_CONNECT, "to %s", http->hostport);
1284    }
1285
1286    /* here we connect to the server, gateway, or the forwarder */
1287
1288    while ( (csp->sfd = forwarded_connect(fwd, http, csp))
1289          && (errno == EINVAL) && (forwarded_connect_retries++ < max_forwarded_connect_retries))
1290    {
1291                 log_error(LOG_LEVEL_ERROR, "failed request #%u to connect to %s. Trying again.",
1292                 forwarded_connect_retries, http->hostport);
1293    }
1294
1295    if (csp->sfd == JB_INVALID_SOCKET)
1296    {
1297       log_error(LOG_LEVEL_CONNECT, "connect to: %s failed: %E",
1298                 http->hostport);
1299
1300       if (errno == EINVAL)
1301       {
1302          rsp = error_response(csp, "no-such-domain", errno);
1303
1304          log_error(LOG_LEVEL_CLF, "%s - - [%T] \"%s\" 404 0",
1305                    csp->ip_addr_str, http->ocmd);
1306       }
1307       else
1308       {
1309          rsp = error_response(csp, "connect-failed", errno);
1310
1311          log_error(LOG_LEVEL_CLF, "%s - - [%T] \"%s\" 503 0",
1312                    csp->ip_addr_str, http->ocmd);
1313       }
1314
1315
1316       /* Write the answer to the client */
1317       if(rsp)
1318       {
1319          if (write_socket(csp->cfd, rsp->head, rsp->head_length)
1320           || write_socket(csp->cfd, rsp->body, rsp->content_length))
1321          {
1322             log_error(LOG_LEVEL_ERROR, "write to: %s failed: %E", http->host);
1323          }
1324       }
1325
1326       free_http_response(rsp);
1327       freez(hdr);
1328       return;
1329    }
1330
1331    log_error(LOG_LEVEL_CONNECT, "OK");
1332
1333    if (fwd->forward_host || (http->ssl == 0))
1334    {
1335       /* write the client's (modified) header to the server
1336        * (along with anything else that may be in the buffer)
1337        */
1338
1339       if (write_socket(csp->sfd, hdr, strlen(hdr))
1340        || (flush_socket(csp->sfd, csp) <  0))
1341       {
1342          log_error(LOG_LEVEL_CONNECT, "write header to: %s failed: %E",
1343                     http->hostport);
1344
1345          log_error(LOG_LEVEL_CLF, "%s - - [%T] \"%s\" 503 0",
1346                    csp->ip_addr_str, http->ocmd);
1347
1348          rsp = error_response(csp, "connect-failed", errno);
1349
1350          if(rsp)
1351          {
1352             if (write_socket(csp->cfd, rsp->head, rsp->head_length)
1353              || write_socket(csp->cfd, rsp->body, rsp->content_length))
1354             {
1355                log_error(LOG_LEVEL_ERROR, "write to: %s failed: %E", http->host);
1356             }
1357          }
1358
1359          free_http_response(rsp);
1360          freez(hdr);
1361          return;
1362       }
1363    }
1364    else
1365    {
1366       /*
1367        * We're running an SSL tunnel and we're not forwarding,
1368        * so just send the "connect succeeded" message to the
1369        * client, flush the rest, and get out of the way.
1370        */
1371       log_error(LOG_LEVEL_CLF, "%s - - [%T] \"%s\" 200 2\n",
1372                 csp->ip_addr_str, http->ocmd);
1373
1374       if (write_socket(csp->cfd, CSUCCEED, sizeof(CSUCCEED)-1))
1375       {
1376          freez(hdr);
1377          return;
1378       }
1379       IOB_RESET(csp);
1380    }
1381
1382    /* we're finished with the client's header */
1383    freez(hdr);
1384
1385    maxfd = ( csp->cfd > csp->sfd ) ? csp->cfd : csp->sfd;
1386
1387    /* pass data between the client and server
1388     * until one or the other shuts down the connection.
1389     */
1390
1391    server_body = 0;
1392
1393    for (;;)
1394    {
1395 #ifdef __OS2__
1396       /*
1397        * FD_ZERO here seems to point to an errant macro which crashes.
1398        * So do this by hand for now...
1399        */
1400       memset(&rfds,0x00,sizeof(fd_set));
1401 #else
1402       FD_ZERO(&rfds);
1403 #endif
1404       FD_SET(csp->cfd, &rfds);
1405       FD_SET(csp->sfd, &rfds);
1406
1407       n = select((int)maxfd+1, &rfds, NULL, NULL, NULL);
1408
1409       if (n < 0)
1410       {
1411          log_error(LOG_LEVEL_ERROR, "select() failed!: %E");
1412          return;
1413       }
1414
1415       /* this is the body of the browser's request
1416        * just read it and write it.
1417        */
1418
1419       if (FD_ISSET(csp->cfd, &rfds))
1420       {
1421          len = read_socket(csp->cfd, buf, sizeof(buf));
1422
1423          if (len <= 0)
1424          {
1425             break; /* "game over, man" */
1426          }
1427
1428          if (write_socket(csp->sfd, buf, (size_t)len))
1429          {
1430             log_error(LOG_LEVEL_ERROR, "write to: %s failed: %E", http->host);
1431             return;
1432          }
1433          continue;
1434       }
1435
1436       /*
1437        * The server wants to talk.  It could be the header or the body.
1438        * If `hdr' is null, then it's the header otherwise it's the body.
1439        * FIXME: Does `hdr' really mean `host'? No.
1440        */
1441
1442
1443       if (FD_ISSET(csp->sfd, &rfds))
1444       {
1445          fflush( 0 );
1446          len = read_socket(csp->sfd, buf, sizeof(buf) - 1);
1447
1448          if (len < 0)
1449          {
1450             log_error(LOG_LEVEL_ERROR, "read from: %s failed: %E", http->host);
1451
1452             log_error(LOG_LEVEL_CLF, "%s - - [%T] \"%s\" 503 0",
1453                       csp->ip_addr_str, http->ocmd);
1454
1455             rsp = error_response(csp, "connect-failed", errno);
1456
1457             if(rsp)
1458             {
1459                if (write_socket(csp->cfd, rsp->head, rsp->head_length)
1460                 || write_socket(csp->cfd, rsp->body, rsp->content_length))
1461                {
1462                   log_error(LOG_LEVEL_ERROR, "write to: %s failed: %E", http->host);
1463                }
1464             }
1465
1466             free_http_response(rsp);
1467             return;
1468          }
1469
1470          /* Add a trailing zero.  This lets filter_popups
1471           * use string operations.
1472           */
1473          buf[len] = '\0';
1474
1475 #ifdef FEATURE_KILL_POPUPS
1476          /* Filter the popups on this read. */
1477          if (block_popups_now)
1478          {
1479             filter_popups(buf, csp);
1480          }
1481 #endif /* def FEATURE_KILL_POPUPS */
1482
1483          /* Normally, this would indicate that we've read
1484           * as much as the server has sent us and we can
1485           * close the client connection.  However, Microsoft
1486           * in its wisdom has released IIS/5 with a bug that
1487           * prevents it from sending the trailing \r\n in
1488           * a 302 redirect header (and possibly other headers).
1489           * To work around this if we've haven't parsed
1490           * a full header we'll append a trailing \r\n
1491           * and see if this now generates a valid one.
1492           *
1493           * This hack shouldn't have any impacts.  If we've
1494           * already transmitted the header or if this is a
1495           * SSL connection, then we won't bother with this
1496           * hack.  So we only work on partially received
1497           * headers.  If we append a \r\n and this still
1498           * doesn't generate a valid header, then we won't
1499           * transmit anything to the client.
1500           */
1501          if (len == 0)
1502          {
1503
1504             if (server_body || http->ssl)
1505             {
1506                /*
1507                 * If we have been buffering up the document,
1508                 * now is the time to apply content modification
1509                 * and send the result to the client.
1510                 */
1511                if (content_filter)
1512                {
1513                   /*
1514                    * If the content filter fails, use the original
1515                    * buffer and length.
1516                    * (see p != NULL ? p : csp->iob->cur below)
1517                    */
1518                   if (NULL == (p = (*content_filter)(csp)))
1519                   {
1520                      csp->content_length = csp->iob->eod - csp->iob->cur;
1521                   }
1522
1523                   hdr = sed(server_patterns_light, NULL, csp);
1524
1525                   if (hdr == NULL)
1526                   {
1527                      /* FIXME Should handle error properly */
1528                      log_error(LOG_LEVEL_FATAL, "Out of memory parsing server header");
1529                   }
1530
1531                   if (write_socket(csp->cfd, hdr, strlen(hdr))
1532                    || write_socket(csp->cfd, p != NULL ? p : csp->iob->cur, csp->content_length))
1533                   {
1534                      log_error(LOG_LEVEL_ERROR, "write modified content to client failed: %E");
1535                      freez(hdr);
1536                      freez(p);
1537                      return;
1538                   }
1539
1540                   freez(hdr);
1541                   freez(p);
1542                }
1543
1544                break; /* "game over, man" */
1545             }
1546
1547             /*
1548              * This is NOT the body, so
1549              * Let's pretend the server just sent us a blank line.
1550              */
1551             len = sprintf(buf, "\r\n");
1552
1553             /*
1554              * Now, let the normal header parsing algorithm below do its
1555              * job.  If it fails, we'll exit instead of continuing.
1556              */
1557
1558             ms_iis5_hack = 1;
1559          }
1560
1561          /*
1562           * If this is an SSL connection or we're in the body
1563           * of the server document, just write it to the client,
1564           * unless we need to buffer the body for later content-filtering
1565           */
1566
1567          if (server_body || http->ssl)
1568          {
1569             if (content_filter)
1570             {
1571                /*
1572                 * If there is no memory left for buffering the content, or the buffer limit
1573                 * has been reached, switch to non-filtering mode, i.e. make & write the
1574                 * header, flush the iob and buf, and get out of the way.
1575                 */
1576                if (add_to_iob(csp, buf, len))
1577                {
1578                   size_t hdrlen;
1579                   int flushed;
1580
1581                   log_error(LOG_LEVEL_ERROR, "Flushing header and buffers. Stepping back from filtering.");
1582
1583                   hdr = sed(server_patterns, add_server_headers, csp);
1584                   if (hdr == NULL)
1585                   {
1586                      /* 
1587                       * Memory is too tight to even generate the header.
1588                       * Send our static "Out-of-memory" page.
1589                       */
1590                      log_error(LOG_LEVEL_ERROR, "Out of memory while trying to flush.");
1591                      rsp = cgi_error_memory();
1592
1593                      if (write_socket(csp->cfd, rsp->head, rsp->head_length)
1594                          || write_socket(csp->cfd, rsp->body, rsp->content_length))
1595                      {
1596                         log_error(LOG_LEVEL_ERROR, "write to: %s failed: %E", http->host);
1597                      }
1598                      return;
1599                   }
1600
1601                   hdrlen = strlen(hdr);
1602
1603                   if (write_socket(csp->cfd, hdr, hdrlen)
1604                    || ((flushed = flush_socket(csp->cfd, csp)) < 0)
1605                    || (write_socket(csp->cfd, buf, (size_t) len)))
1606                   {
1607                      log_error(LOG_LEVEL_CONNECT, "Flush header and buffers to client failed: %E");
1608
1609                      freez(hdr);
1610                      return;
1611                   }
1612
1613                   byte_count += hdrlen + flushed + len;
1614                   freez(hdr);
1615                   content_filter = NULL;
1616                   server_body = 1;
1617
1618                }
1619             }
1620             else
1621             {
1622                if (write_socket(csp->cfd, buf, (size_t)len))
1623                {
1624                   log_error(LOG_LEVEL_ERROR, "write to client failed: %E");
1625                   return;
1626                }
1627             }
1628             byte_count += len;
1629             continue;
1630          }
1631          else
1632          {
1633             /* we're still looking for the end of the
1634              * server's header ... (does that make header
1635              * parsing an "out of body experience" ?
1636              */
1637
1638             /* 
1639              * buffer up the data we just read.  If that fails, 
1640              * there's little we can do but send our static
1641              * out-of-memory page.
1642              */
1643             if (add_to_iob(csp, buf, len))
1644             {
1645                log_error(LOG_LEVEL_ERROR, "Out of memory while looking for end of server headers.");
1646                rsp = cgi_error_memory();
1647                
1648                if (write_socket(csp->cfd, rsp->head, rsp->head_length)
1649                    || write_socket(csp->cfd, rsp->body, rsp->content_length))
1650                {
1651                   log_error(LOG_LEVEL_ERROR, "write to: %s failed: %E", http->host);
1652                }
1653                return;
1654             }
1655
1656             /* get header lines from the iob */
1657
1658             while ((p = get_header(csp)) != NULL)
1659             {
1660                if (*p == '\0')
1661                {
1662                   /* see following note */
1663                   break;
1664                }
1665                enlist(csp->headers, p);
1666                freez(p);
1667             }
1668
1669             /* NOTE: there are no "empty" headers so
1670              * if the pointer `p' is not NULL we must
1671              * assume that we reached the end of the
1672              * buffer before we hit the end of the header.
1673              */
1674
1675             if (p)
1676             {
1677                if (ms_iis5_hack)
1678                {
1679                   /* Well, we tried our MS IIS/5
1680                    * hack and it didn't work.
1681                    * The header is incomplete
1682                    * and there isn't anything
1683                    * we can do about it.
1684                    */
1685                   break;
1686                }
1687                else
1688                {
1689                   /* Since we have to wait for
1690                    * more from the server before
1691                    * we can parse the headers
1692                    * we just continue here.
1693                    */
1694                   continue;
1695                }
1696             }
1697
1698             /* we have now received the entire header.
1699              * filter it and send the result to the client
1700              */
1701
1702             hdr = sed(server_patterns, add_server_headers, csp);
1703             if (hdr == NULL)
1704             {
1705                /* FIXME Should handle error properly */
1706                log_error(LOG_LEVEL_FATAL, "Out of memory parsing server header");
1707             }
1708
1709 #ifdef FEATURE_KILL_POPUPS
1710             /* Start blocking popups if appropriate. */
1711
1712             if ((csp->content_type & CT_TEXT) &&  /* It's a text / * MIME-Type */
1713                 !http->ssl    &&                  /* We talk plaintext */
1714                 block_popups)                     /* Policy allows */
1715             {
1716                block_popups_now = 1;
1717                /*
1718                 * Filter the part of the body that came in the same read
1719                 * as the last headers:
1720                 */
1721                filter_popups(csp->iob->cur, csp);
1722             }
1723
1724 #endif /* def FEATURE_KILL_POPUPS */
1725
1726             /* Buffer and pcrs filter this if appropriate. */
1727
1728             if ((csp->content_type & CT_TEXT) &&  /* It's a text / * MIME-Type */
1729                 !http->ssl    &&                  /* We talk plaintext */
1730                 pcrs_filter)                      /* Policy allows */
1731             {
1732                content_filter = pcrs_filter_response;
1733             }
1734
1735             /* Buffer and gif_deanimate this if appropriate. */
1736
1737             if ((csp->content_type & CT_GIF)  &&  /* It's an image/gif MIME-Type */
1738                 !http->ssl    &&                  /* We talk plaintext */
1739                 gif_deanimate)                    /* Policy allows */
1740             {
1741                content_filter = gif_deanimate_response;
1742             }
1743
1744             /* Buffer and jpg_inspect this if appropriate. */
1745
1746             if ((csp->content_type & CT_JPEG)  &&  /* It's an image/jpeg MIME-Type */
1747                 !http->ssl    &&                   /* We talk plaintext */
1748                 jpeg_inspect)                      /* Policy allows */
1749             {
1750                content_filter = jpeg_inspect_response;
1751             }
1752
1753             /*
1754              * Only write if we're not buffering for content modification
1755              */
1756             if (!content_filter)
1757             {
1758                /* write the server's (modified) header to
1759                 * the client (along with anything else that
1760                 * may be in the buffer)
1761                 */
1762
1763                if (write_socket(csp->cfd, hdr, strlen(hdr))
1764                 || ((len = flush_socket(csp->cfd, csp)) < 0))
1765                {
1766                   log_error(LOG_LEVEL_CONNECT, "write header to client failed: %E");
1767
1768                   /* the write failed, so don't bother
1769                    * mentioning it to the client...
1770                    * it probably can't hear us anyway.
1771                    */
1772                   freez(hdr);
1773                   return;
1774                }
1775
1776                byte_count += len;
1777             }
1778
1779             /* we're finished with the server's header */
1780
1781             freez(hdr);
1782             server_body = 1;
1783
1784             /* If this was a MS IIS/5 hack then it means
1785              * the server has already closed the
1786              * connection.  Nothing more to read.  Time
1787              * to bail.
1788              */
1789             if (ms_iis5_hack)
1790             {
1791                break;
1792             }
1793          }
1794          continue;
1795       }
1796
1797       return; /* huh? we should never get here */
1798    }
1799
1800    log_error(LOG_LEVEL_CLF, "%s - - [%T] \"%s\" 200 %d",
1801              csp->ip_addr_str, http->ocmd, byte_count);
1802 }
1803
1804
1805 /*********************************************************************
1806  *
1807  * Function    :  serve
1808  *
1809  * Description :  This is little more than chat.  We only "serve" to
1810  *                to close any socket that chat may have opened.
1811  *
1812  * Parameters  :
1813  *          1  :  csp = Current client state (buffers, headers, etc...)
1814  *
1815  * Returns     :  N/A
1816  *
1817  *********************************************************************/
1818 #ifdef AMIGA
1819 void serve(struct client_state *csp)
1820 #else /* ifndef AMIGA */
1821 static void serve(struct client_state *csp)
1822 #endif /* def AMIGA */
1823 {
1824    chat(csp);
1825    close_socket(csp->cfd);
1826
1827    if (csp->sfd != JB_INVALID_SOCKET)
1828    {
1829       close_socket(csp->sfd);
1830    }
1831
1832    csp->flags &= ~CSP_FLAG_ACTIVE;
1833
1834 }
1835
1836
1837 #ifdef __BEOS__
1838 /*********************************************************************
1839  *
1840  * Function    :  server_thread
1841  *
1842  * Description :  We only exist to call `serve' in a threaded environment.
1843  *
1844  * Parameters  :
1845  *          1  :  data = Current client state (buffers, headers, etc...)
1846  *
1847  * Returns     :  Always 0.
1848  *
1849  *********************************************************************/
1850 static int32 server_thread(void *data)
1851 {
1852    serve((struct client_state *) data);
1853    return 0;
1854
1855 }
1856 #endif
1857
1858
1859 /*********************************************************************
1860  *
1861  * Function    :  usage
1862  *
1863  * Description :  Print usage info & exit.
1864  *
1865  * Parameters  :  Pointer to argv[0] for identifying ourselves
1866  *
1867  * Returns     :  No. ,-)
1868  *
1869  *********************************************************************/
1870 void usage(const char *myname)
1871 {
1872    printf("Privoxy version " VERSION " (" HOME_PAGE_URL ")\n"
1873 #if !defined(unix)
1874            "Usage: %s [--help] [--version] [configfile]\n"
1875 #else
1876            "Usage: %s [--help] [--version] [--no-daemon] [--pidfile pidfile] [--user user[.group]] [configfile]\n"
1877 #endif
1878            "Aborting.\n", myname);
1879  
1880    exit(2);
1881
1882 }
1883
1884
1885 /*********************************************************************
1886  *
1887  * Function    :  main
1888  *
1889  * Description :  Load the config file and start the listen loop.
1890  *                This function is a lot more *sane* with the `load_config'
1891  *                and `listen_loop' functions; although it stills does
1892  *                a *little* too much for my taste.
1893  *
1894  * Parameters  :
1895  *          1  :  argc = Number of parameters (including $0).
1896  *          2  :  argv = Array of (char *)'s to the parameters.
1897  *
1898  * Returns     :  1 if : can't open config file, unrecognized directive,
1899  *                stats requested in multi-thread mode, can't open the
1900  *                log file, can't open the jar file, listen port is invalid,
1901  *                any load fails, and can't bind port.
1902  *
1903  *                Else main never returns, the process must be signaled
1904  *                to terminate execution.  Or, on Windows, use the
1905  *                "File", "Exit" menu option.
1906  *
1907  *********************************************************************/
1908 #ifdef __MINGW32__
1909 int real_main(int argc, const char *argv[])
1910 #else
1911 int main(int argc, const char *argv[])
1912 #endif
1913 {
1914    int argc_pos = 0;
1915 #ifdef HAVE_RANDOM
1916    unsigned int random_seed;
1917 #endif /* ifdef HAVE_RANDOM */
1918 #ifdef unix
1919    struct passwd *pw = NULL;
1920    struct group *grp = NULL;
1921    char *p;
1922    int do_chroot = 0;
1923 #endif
1924
1925    Argc = argc;
1926    Argv = argv;
1927
1928    configfile =
1929 #if !defined(_WIN32)
1930    "config"
1931 #else
1932    "config.txt"
1933 #endif
1934       ;
1935
1936    /*
1937     * Parse the command line arguments
1938     */
1939    while (++argc_pos < argc)
1940    {
1941 #ifdef _WIN32
1942       /* Check to see if the service must be installed or uninstalled */
1943       if (strncmp(argv[argc_pos], "--install", 9) == 0)
1944       {
1945          const char *pName = argv[argc_pos] + 9;
1946          if (*pName == ':')
1947             pName++;
1948          exit( (install_service(pName)) ? 0 : 1 );
1949       }
1950       else if (strncmp(argv[argc_pos], "--uninstall", + 11) == 0)
1951       {
1952          const char *pName = argv[argc_pos] + 11;
1953          if (*pName == ':')
1954             pName++;
1955          exit((uninstall_service(pName)) ? 0 : 1);
1956       }
1957       else if (strcmp(argv[argc_pos], "--service" ) == 0)
1958       {
1959          bRunAsService = TRUE;
1960          w32_set_service_cwd();
1961          atexit(w32_service_exit_notify);
1962       }
1963       else
1964 #endif /* defined(_WIN32) */
1965
1966
1967 #if !defined(_WIN32) || defined(_WIN_CONSOLE)
1968
1969       if (strcmp(argv[argc_pos], "--help") == 0)
1970       {
1971          usage(argv[0]);
1972       }
1973
1974       else if(strcmp(argv[argc_pos], "--version") == 0)
1975       {
1976          printf("Privoxy version " VERSION " (" HOME_PAGE_URL ")\n");
1977          exit(0);
1978       }
1979
1980 #if defined(unix)
1981
1982      else if (strcmp(argv[argc_pos], "--no-daemon" ) == 0)
1983       {
1984          no_daemon = 1;
1985       }
1986
1987       else if (strcmp(argv[argc_pos], "--pidfile" ) == 0)
1988       {
1989          if (++argc_pos == argc) usage(argv[0]);
1990          pidfile = strdup(argv[argc_pos]);
1991       }
1992
1993       else if (strcmp(argv[argc_pos], "--user" ) == 0)
1994       {
1995          if (++argc_pos == argc) usage(argv[argc_pos]);
1996
1997          if ((NULL != (p = strchr(argv[argc_pos], '.'))) && *(p + 1) != '0')
1998          {
1999             *p++ = '\0';
2000             if (NULL == (grp = getgrnam(p)))
2001             {
2002                log_error(LOG_LEVEL_FATAL, "Group %s not found.", p);
2003             }
2004          }
2005
2006          if (NULL == (pw = getpwnam(argv[argc_pos])))
2007          {
2008             log_error(LOG_LEVEL_FATAL, "User %s not found.", argv[argc_pos]);
2009          }
2010
2011          if (p != NULL) *--p = '\0';
2012       }
2013
2014       else if (strcmp(argv[argc_pos], "--chroot" ) == 0)
2015       {
2016          do_chroot = 1;
2017       }
2018
2019 #endif /* defined(unix) */
2020 #endif /* defined(_WIN32) && !defined(_WIN_CONSOLE) */
2021       {
2022          configfile = argv[argc_pos];
2023       }
2024
2025    } /* -END- while (more arguments) */
2026
2027 #if defined(unix)
2028    if ( *configfile != '/' )
2029    {
2030       char *abs_file, cwd[1024];
2031
2032       /* make config-filename absolute here */
2033       if ( !(getcwd(cwd, sizeof(cwd))))
2034       {
2035          perror("get working dir failed");
2036          exit( 1 );
2037       }
2038
2039       if (!(basedir = strdup(cwd))
2040       || (!(abs_file = malloc( strlen( basedir ) + strlen( configfile ) + 5 ))))
2041       {
2042          perror("malloc failed");
2043          exit( 1 );
2044       }
2045       strcpy( abs_file, basedir );
2046       strcat( abs_file, "/" );
2047       strcat( abs_file, configfile );
2048       configfile = abs_file;
2049    }
2050 #endif /* defined unix */
2051
2052
2053    files->next = NULL;
2054    clients->next = NULL;
2055
2056 #ifdef AMIGA
2057    InitAmiga();
2058 #elif defined(_WIN32)
2059    InitWin32();
2060 #endif
2061
2062 #if defined(OSX_DARWIN) || defined(__OpenBSD__)
2063    /*
2064     * Prepare global mutex semaphores
2065     */
2066 #ifdef OSX_DARWIN
2067    pthread_mutex_init(&gmtime_mutex,0);
2068    pthread_mutex_init(&localtime_mutex,0);
2069 #endif /* def OSX_DARWIN */
2070    pthread_mutex_init(&gethostbyaddr_mutex,0);
2071    pthread_mutex_init(&gethostbyname_mutex,0);
2072 #endif /* defined(OSX_DARWIN) || defined(__OpenBSD__) */
2073
2074 #ifdef FEATURE_PTHREAD
2075    pthread_mutex_init(&log_mutex,0);
2076    pthread_mutex_init(&log_init_mutex,0);
2077 #endif /* FEATURE_PTHREAD */
2078
2079 #ifdef HAVE_RANDOM
2080    random_seed = (unsigned int)time(NULL);
2081    srandom(random_seed);
2082 #endif /* ifdef HAVE_RANDOM */
2083
2084    /*
2085     * Unix signal handling
2086     *
2087     * Catch the abort, interrupt and terminate signals for a graceful exit
2088     * Catch the hangup signal so the errlog can be reopened.
2089     * Ignore the broken pipe signals (FIXME: Why?)
2090     */
2091 #if !defined(_WIN32) && !defined(__OS2__) && !defined(AMIGA)
2092 {
2093    int idx;
2094    const int catched_signals[] = { SIGABRT, SIGTERM, SIGINT, SIGHUP, 0 };
2095    const int ignored_signals[] = { SIGPIPE, 0 };
2096
2097    for (idx = 0; catched_signals[idx] != 0; idx++)
2098    {
2099       if (signal(catched_signals[idx], sig_handler) == SIG_ERR)
2100       {
2101          log_error(LOG_LEVEL_FATAL, "Can't set signal-handler for signal %d: %E", catched_signals[idx]);
2102       }
2103    }
2104
2105    for (idx = 0; ignored_signals[idx] != 0; idx++)
2106    {
2107       if (signal(ignored_signals[idx], SIG_IGN) == SIG_ERR)
2108       {
2109          log_error(LOG_LEVEL_FATAL, "Can't set ignore-handler for signal %d: %E", ignored_signals[idx]);
2110       }
2111    }
2112
2113 }
2114 #else /* ifdef _WIN32 */
2115 # ifdef _WIN_CONSOLE
2116    /*
2117     * We *are* in a windows console app.
2118     * Print a verbose messages about FAQ's and such
2119     */
2120    printf(win32_blurb);
2121 # endif /* def _WIN_CONSOLE */
2122 #endif /* def _WIN32 */
2123
2124
2125    /* Initialize the CGI subsystem */
2126    cgi_init_error_messages();
2127
2128    /*
2129     * If runnig on unix and without the --nodaemon
2130     * option, become a daemon. I.e. fork, detach
2131     * from tty and get process group leadership
2132     */
2133 #if defined(unix)
2134 {
2135    pid_t pid = 0;
2136 #if 0
2137    int   fd;
2138 #endif
2139
2140    if (!no_daemon)
2141    {
2142       pid  = fork();
2143
2144       if ( pid < 0 ) /* error */
2145       {
2146          perror("fork");
2147          exit( 3 );
2148       }
2149       else if ( pid != 0 ) /* parent */
2150       {
2151          int status;
2152          pid_t wpid;
2153          /*
2154           * must check for errors
2155           * child died due to missing files aso
2156           */
2157          sleep( 1 );
2158          wpid = waitpid( pid, &status, WNOHANG );
2159          if ( wpid != 0 )
2160          {
2161             exit( 1 );
2162          }
2163          exit( 0 );
2164       }
2165       /* child */
2166 #if 1
2167       /* Should be more portable, but not as well tested */
2168       setsid();
2169 #else /* !1 */
2170 #ifdef __FreeBSD__
2171       setpgrp(0,0);
2172 #else /* ndef __FreeBSD__ */
2173       setpgrp();
2174 #endif /* ndef __FreeBSD__ */
2175       fd = open("/dev/tty", O_RDONLY);
2176       if ( fd )
2177       {
2178          /* no error check here */
2179          ioctl( fd, TIOCNOTTY,0 );
2180          close ( fd );
2181       }
2182 #endif /* 1 */
2183       /* FIXME: should close stderr (fd 2) here too, but the test
2184        * for existence
2185        * and load config file is done in listen_loop() and puts
2186        * some messages on stderr there.
2187        */
2188
2189       close( 0 );
2190       close( 1 );
2191       chdir("/");
2192
2193    } /* -END- if (!no_daemon) */
2194
2195    /*
2196     * As soon as we have written the PID file, we can switch
2197     * to the user and group ID indicated by the --user option
2198     */
2199    write_pid_file();
2200    
2201    if (NULL != pw)
2202    {
2203       if (setgid((NULL != grp) ? grp->gr_gid : pw->pw_gid))
2204       {
2205          log_error(LOG_LEVEL_FATAL, "Cannot setgid(): Insufficient permissions.");
2206       }
2207       if (do_chroot)
2208       {
2209          if (!pw->pw_dir)
2210          {
2211             log_error(LOG_LEVEL_FATAL, "Home directory for %s undefined", pw->pw_name);
2212          }
2213          if (chroot(pw->pw_dir) < 0)
2214          {
2215             log_error(LOG_LEVEL_FATAL, "Cannot chroot to %s", pw->pw_dir);
2216          }
2217          if (chdir ("/"))
2218          {
2219             log_error(LOG_LEVEL_FATAL, "Cannot chdir /");
2220          }
2221       }
2222       if (setuid(pw->pw_uid))
2223       {
2224          log_error(LOG_LEVEL_FATAL, "Cannot setuid(): Insufficient permissions.");
2225       }
2226       if (do_chroot)
2227       {
2228          char putenv_dummy[64];
2229
2230          strcpy(putenv_dummy, "HOME=/");
2231          if (putenv(putenv_dummy) != 0)
2232          {
2233             log_error(LOG_LEVEL_FATAL, "Cannot putenv(): HOME");
2234          }                
2235
2236          snprintf(putenv_dummy, 64, "USER=%s", pw->pw_name);
2237          if (putenv(putenv_dummy) != 0)
2238          {
2239             log_error(LOG_LEVEL_FATAL, "Cannot putenv(): USER");
2240          }
2241       }
2242    }
2243    else if (do_chroot)
2244    {
2245       log_error(LOG_LEVEL_FATAL, "Cannot chroot without --user argument.");
2246    }
2247 }
2248 #endif /* defined unix */
2249
2250 #ifdef _WIN32
2251    /* This will be FALSE unless the command line specified --service
2252     */
2253    if (bRunAsService)
2254    {
2255       /* Yup, so now we must attempt to establish a connection 
2256        * with the service dispatcher. This will only work if this
2257        * process was launched by the service control manager to
2258        * actually run as a service. If this isn't the case, i've
2259        * known it take around 30 seconds or so for the call to return.
2260        */
2261
2262       /* The StartServiceCtrlDispatcher won't return until the service is stopping */
2263       if (w32_start_service_ctrl_dispatcher(w32ServiceDispatchTable))
2264       {
2265          /* Service has run, and at this point is now being stopped, so just return */
2266          return 0;
2267       }
2268
2269 #ifdef _WIN_CONSOLE
2270       printf("Warning: Failed to connect to Service Control Dispatcher\nwhen starting as a service!\n");
2271 #endif
2272       /* An error occurred. Usually it's because --service was wrongly specified
2273        * and we were unable to connect to the Service Control Dispatcher because
2274        * it wasn't expecting us and is therefore not listening.
2275        *
2276        * For now, just continue below to call the listen_loop function.
2277        */
2278    }
2279 #endif /* def _WIN32 */
2280
2281    listen_loop();
2282
2283    /* NOTREACHED */
2284    return(-1);
2285
2286 }
2287
2288
2289 /*********************************************************************
2290  *
2291  * Function    :  bind_port_helper
2292  *
2293  * Description :  Bind the listen port.  Handles logging, and aborts
2294  *                on failure.
2295  *
2296  * Parameters  :
2297  *          1  :  config = Privoxy configuration.  Specifies port
2298  *                         to bind to.
2299  *
2300  * Returns     :  Port that was opened.
2301  *
2302  *********************************************************************/
2303 static jb_socket bind_port_helper(struct configuration_spec * config)
2304 {
2305    int result;
2306    jb_socket bfd;
2307
2308    if ( (config->haddr != NULL)
2309      && (config->haddr[0] == '1')
2310      && (config->haddr[1] == '2')
2311      && (config->haddr[2] == '7')
2312      && (config->haddr[3] == '.') )
2313    {
2314       log_error(LOG_LEVEL_INFO, "Listening on port %d for local connections only",
2315                 config->hport);
2316    }
2317    else if (config->haddr == NULL)
2318    {
2319       log_error(LOG_LEVEL_INFO, "Listening on port %d on all IP addresses",
2320                 config->hport);
2321    }
2322    else
2323    {
2324       log_error(LOG_LEVEL_INFO, "Listening on port %d on IP address %s",
2325                 config->hport, config->haddr);
2326    }
2327
2328    result = bind_port(config->haddr, config->hport, &bfd);
2329
2330    if (result < 0)
2331    {
2332       switch(result)
2333       {
2334          case -3 :
2335             log_error(LOG_LEVEL_FATAL, "can't bind to %s:%d: "
2336                "There may be another Privoxy or some other "
2337                "proxy running on port %d",
2338                (NULL != config->haddr) ? config->haddr : "INADDR_ANY",
2339                       config->hport, config->hport);
2340
2341          case -2 :
2342             log_error(LOG_LEVEL_FATAL, "can't bind to %s:%d: " 
2343                "The hostname is not resolvable",
2344                (NULL != config->haddr) ? config->haddr : "INADDR_ANY", config->hport);
2345
2346          default :
2347             log_error(LOG_LEVEL_FATAL, "can't bind to %s:%d: because %E",
2348                (NULL != config->haddr) ? config->haddr : "INADDR_ANY", config->hport);
2349       }
2350
2351       /* shouldn't get here */
2352       return JB_INVALID_SOCKET;
2353    }
2354
2355    config->need_bind = 0;
2356
2357    return bfd;
2358 }
2359
2360
2361 #ifdef _WIN32
2362 /* Without this simple workaround we get this compiler warning from _beginthread
2363  *     warning C4028: formal parameter 1 different from declaration
2364  */
2365 void w32_service_listen_loop(void *p)
2366 {
2367    listen_loop();
2368 }
2369 #endif /* def _WIN32 */
2370
2371
2372 /*********************************************************************
2373  *
2374  * Function    :  listen_loop
2375  *
2376  * Description :  bind the listen port and enter a "FOREVER" listening loop.
2377  *
2378  * Parameters  :  N/A
2379  *
2380  * Returns     :  Never.
2381  *
2382  *********************************************************************/
2383 static void listen_loop(void)
2384 {
2385    struct client_state *csp = NULL;
2386    jb_socket bfd;
2387    struct configuration_spec * config;
2388
2389    config = load_config();
2390
2391    bfd = bind_port_helper(config);
2392
2393 #ifdef FEATURE_GRACEFUL_TERMINATION
2394    while (!g_terminate)
2395 #else
2396    for (;;)
2397 #endif
2398    {
2399 #if !defined(FEATURE_PTHREAD) && !defined(_WIN32) && !defined(__BEOS__) && !defined(AMIGA) && !defined(__OS2__)
2400       while (waitpid(-1, NULL, WNOHANG) > 0)
2401       {
2402          /* zombie children */
2403       }
2404 #endif /* !defined(FEATURE_PTHREAD) && !defined(_WIN32) && !defined(__BEOS__) && !defined(AMIGA) */
2405
2406       /*
2407        * Free data that was used by died threads
2408        */
2409       sweep();
2410
2411 #if defined(unix)
2412       /*
2413        * Re-open the errlog after HUP signal
2414        */
2415       if (received_hup_signal)
2416       {
2417          init_error_log(Argv[0], config->logfile, config->debug);
2418          received_hup_signal = 0;
2419       }
2420 #endif
2421
2422 #ifdef __OS2__
2423 #ifdef FEATURE_COOKIE_JAR
2424       /*
2425        * Need a workaround here: we have to fclose() the jarfile, or we die because it's
2426        * already open.  I think unload_configfile() is not being run, which should do
2427        * this work.  Until that can get resolved, we'll use this workaround.
2428        */
2429        if (csp)
2430          if(csp->config)
2431            if (csp->config->jar)
2432            {
2433              fclose(csp->config->jar);
2434              csp->config->jar = NULL;
2435            }
2436 #endif /* FEATURE_COOKIE_JAR */
2437 #endif /* __OS2__ */
2438
2439       if ( NULL == (csp = (struct client_state *) zalloc(sizeof(*csp))) )
2440       {
2441          log_error(LOG_LEVEL_FATAL, "malloc(%d) for csp failed: %E", sizeof(*csp));
2442          continue;
2443       }
2444
2445       csp->flags |= CSP_FLAG_ACTIVE;
2446       csp->sfd    = JB_INVALID_SOCKET;
2447
2448       csp->config = config = load_config();
2449
2450       if ( config->need_bind )
2451       {
2452          /*
2453           * Since we were listening to the "old port", we will not see
2454           * a "listen" param change until the next IJB request.  So, at
2455           * least 1 more request must be made for us to find the new
2456           * setting.  I am simply closing the old socket and binding the
2457           * new one.
2458           *
2459           * Which-ever is correct, we will serve 1 more page via the
2460           * old settings.  This should probably be a "show-proxy-args"
2461           * request.  This should not be a so common of an operation
2462           * that this will hurt people's feelings.
2463           */
2464
2465          close_socket(bfd);
2466
2467          bfd = bind_port_helper(config);
2468       }
2469
2470       log_error(LOG_LEVEL_CONNECT, "accept connection ... ");
2471
2472       if (!accept_connection(csp, bfd))
2473       {
2474          log_error(LOG_LEVEL_CONNECT, "accept failed: %E");
2475
2476 #ifdef AMIGA
2477          if(!childs)
2478          {
2479             exit(1);
2480          }
2481 #endif
2482          freez(csp);
2483          continue;
2484       }
2485       else
2486       {
2487          log_error(LOG_LEVEL_CONNECT, "OK");
2488       }
2489
2490 #ifdef FEATURE_TOGGLE
2491       if (global_toggle_state)
2492       {
2493          csp->flags |= CSP_FLAG_TOGGLED_ON;
2494       }
2495 #endif /* def FEATURE_TOGGLE */
2496
2497       if (run_loader(csp))
2498       {
2499          log_error(LOG_LEVEL_FATAL, "a loader failed - must exit");
2500          /* Never get here - LOG_LEVEL_FATAL causes program exit */
2501       }
2502
2503 #ifdef FEATURE_ACL
2504       if (block_acl(NULL,csp))
2505       {
2506          log_error(LOG_LEVEL_CONNECT, "Connection dropped due to ACL");
2507          close_socket(csp->cfd);
2508          freez(csp);
2509          continue;
2510       }
2511 #endif /* def FEATURE_ACL */
2512
2513       /* add it to the list of clients */
2514       csp->next = clients->next;
2515       clients->next = csp;
2516
2517       if (config->multi_threaded)
2518       {
2519          int child_id;
2520
2521 /* this is a switch () statment in the C preprocessor - ugh */
2522 #undef SELECTED_ONE_OPTION
2523
2524 /* Use Pthreads in preference to native code */
2525 #if defined(FEATURE_PTHREAD) && !defined(SELECTED_ONE_OPTION)
2526 #define SELECTED_ONE_OPTION
2527          {
2528             pthread_t the_thread;
2529             pthread_attr_t attrs;
2530
2531             pthread_attr_init(&attrs);
2532             pthread_attr_setdetachstate(&attrs, PTHREAD_CREATE_DETACHED);
2533             errno = pthread_create(&the_thread, &attrs,
2534                (void*)serve, csp);
2535             child_id = errno ? -1 : 0;
2536             pthread_attr_destroy(&attrs);
2537          }
2538 #endif
2539
2540 #if defined(_WIN32) && !defined(_CYGWIN) && !defined(SELECTED_ONE_OPTION)
2541 #define SELECTED_ONE_OPTION
2542          child_id = _beginthread(
2543             (void (*)(void *))serve,
2544             64 * 1024,
2545             csp);
2546 #endif
2547
2548 #if defined(__OS2__) && !defined(SELECTED_ONE_OPTION)
2549 #define SELECTED_ONE_OPTION
2550          child_id = _beginthread(
2551             (void(* _Optlink)(void*))serve,
2552             NULL,
2553             64 * 1024,
2554             csp);
2555 #endif
2556
2557 #if defined(__BEOS__) && !defined(SELECTED_ONE_OPTION)
2558 #define SELECTED_ONE_OPTION
2559          {
2560             thread_id tid = spawn_thread
2561                (server_thread, "server", B_NORMAL_PRIORITY, csp);
2562
2563             if ((tid >= 0) && (resume_thread(tid) == B_OK))
2564             {
2565                child_id = (int) tid;
2566             }
2567             else
2568             {
2569                child_id = -1;
2570             }
2571          }
2572 #endif
2573
2574 #if defined(AMIGA) && !defined(SELECTED_ONE_OPTION)
2575 #define SELECTED_ONE_OPTION
2576          csp->cfd = ReleaseSocket(csp->cfd, -1);
2577          
2578          if((child_id = (int)CreateNewProcTags(
2579             NP_Entry, (ULONG)server_thread,
2580             NP_Output, Output(),
2581             NP_CloseOutput, FALSE,
2582             NP_Name, (ULONG)"privoxy child",
2583             NP_StackSize, 200*1024,
2584             TAG_DONE)))
2585          {
2586             childs++;
2587             ((struct Task *)child_id)->tc_UserData = csp;
2588             Signal((struct Task *)child_id, SIGF_SINGLE);
2589             Wait(SIGF_SINGLE);
2590          }
2591 #endif
2592
2593 #if !defined(SELECTED_ONE_OPTION)
2594          child_id = fork();
2595
2596          /* This block is only needed when using fork().
2597           * When using threads, the server thread was
2598           * created and run by the call to _beginthread().
2599           */
2600          if (child_id == 0)   /* child */
2601          {
2602             int rc = 0;
2603 #ifdef FEATURE_TOGGLE
2604             int inherited_toggle_state = global_toggle_state;
2605 #endif /* def FEATURE_TOGGLE */
2606
2607             serve(csp);
2608
2609             /* 
2610              * If we've been toggled or we've blocked the request, tell Mom
2611              */
2612
2613 #ifdef FEATURE_TOGGLE
2614             if (inherited_toggle_state != global_toggle_state)
2615             {
2616                rc |= RC_FLAG_TOGGLED;
2617             }
2618 #endif /* def FEATURE_TOGGLE */
2619
2620 #ifdef FEATURE_STATISTICS  
2621             if (csp->flags & CSP_FLAG_REJECTED)
2622             {
2623                rc |= RC_FLAG_BLOCKED;
2624             }
2625 #endif /* ndef FEATURE_STATISTICS */
2626
2627             _exit(rc);
2628          }
2629          else if (child_id > 0) /* parent */
2630          {
2631             /* in a fork()'d environment, the parent's
2632              * copy of the client socket and the CSP
2633              * are not used.
2634              */
2635             int child_status;
2636 #if !defined(_WIN32) && !defined(__CYGWIN__)
2637
2638             wait( &child_status );
2639
2640             /* 
2641              * Evaluate child's return code: If the child has
2642              *  - been toggled, toggle ourselves
2643              *  - blocked its request, bump up the stats counter
2644              */
2645
2646 #ifdef FEATURE_TOGGLE
2647             if (WIFEXITED(child_status) && (WEXITSTATUS(child_status) & RC_FLAG_TOGGLED))
2648             {
2649                global_toggle_state = !global_toggle_state;
2650             }
2651 #endif /* def FEATURE_TOGGLE */
2652
2653 #ifdef FEATURE_STATISTICS
2654             urls_read++;
2655             if (WIFEXITED(child_status) && (WEXITSTATUS(child_status) & RC_FLAG_BLOCKED))
2656             {
2657                urls_rejected++;
2658             }
2659 #endif /* def FEATURE_STATISTICS */ 
2660
2661 #endif /* !defined(_WIN32) && defined(__CYGWIN__) */
2662             close_socket(csp->cfd);
2663             csp->flags &= ~CSP_FLAG_ACTIVE;
2664          }
2665 #endif
2666
2667 #undef SELECTED_ONE_OPTION
2668 /* end of cpp switch () */
2669
2670          if (child_id < 0) /* failed */
2671          {
2672             char buf[BUFFER_SIZE];
2673
2674             log_error(LOG_LEVEL_ERROR, "can't fork: %E");
2675
2676             sprintf(buf , "Privoxy: can't fork: errno = %d", errno);
2677
2678             write_socket(csp->cfd, buf, strlen(buf));
2679             close_socket(csp->cfd);
2680             csp->flags &= ~CSP_FLAG_ACTIVE;
2681             sleep(5);
2682             continue;
2683          }
2684       }
2685       else
2686       {
2687          serve(csp);
2688       }
2689    }
2690
2691    /* NOTREACHED unless FEATURE_GRACEFUL_TERMINATION is defined */
2692
2693    /* Clean up.  Aim: free all memory (no leaks) */
2694 #ifdef FEATURE_GRACEFUL_TERMINATION
2695
2696    log_error(LOG_LEVEL_ERROR, "Graceful termination requested");
2697
2698    unload_current_config_file();
2699    unload_current_actions_file();
2700    unload_current_re_filterfile();
2701 #ifdef FEATURE_TRUST
2702    unload_current_trust_file();
2703 #endif
2704
2705    if (config->multi_threaded)
2706    {
2707       int i = 60;
2708       do
2709       {
2710          sleep(1);
2711          sweep();
2712       } while ((clients->next != NULL) && (--i > 0));
2713
2714       if (i <= 0)
2715       {
2716          log_error(LOG_LEVEL_ERROR, "Graceful termination failed - still some live clients after 1 minute wait.");
2717       }
2718    }
2719    sweep();
2720    sweep();
2721
2722 #if defined(unix)
2723    freez(basedir);
2724 #endif
2725    freez(configfile);
2726
2727 #ifdef FEATURE_COOKIE_JAR
2728    if (NULL != config->jar)
2729    {
2730       fclose(config->jar);
2731    }
2732 #endif
2733
2734 #if defined(_WIN32) && !defined(_WIN_CONSOLE)
2735    /* Cleanup - remove taskbar icon etc. */
2736    TermLogWindow();
2737 #endif
2738
2739    exit(0);
2740 #endif /* FEATURE_GRACEFUL_TERMINATION */
2741
2742 }
2743
2744
2745 /*
2746   Local Variables:
2747   tab-width: 3
2748   end:
2749 */