1 const char errlog_rcs[] = "$Id: errlog.c,v 1.87 2009/03/01 18:28:24 fabiankeil Exp $";
2 /*********************************************************************
4 * File : $Source: /cvsroot/ijbswa/current/errlog.c,v $
6 * Purpose : Log errors to a designated destination in an elegant,
9 * Copyright : Written by and Copyright (C) 2001-2009 the SourceForge
10 * Privoxy team. http://www.privoxy.org/
12 * Based on the Internet Junkbuster originally written
13 * by and Copyright (C) 1997 Anonymous Coders and
14 * Junkbusters Corporation. http://www.junkbusters.com
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.
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.
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.
36 * Revision 1.87 2009/03/01 18:28:24 fabiankeil
37 * Help clang understand that we aren't dereferencing
40 * Revision 1.86 2009/02/09 21:21:15 fabiankeil
41 * Now that init_log_module() is called earlier, call show_version()
42 * later on from main() directly so it doesn't get called for --help
45 * Revision 1.85 2009/02/06 17:51:38 fabiankeil
46 * Be prepared if I break the log module initialization again.
48 * Revision 1.84 2008/12/14 15:46:22 fabiankeil
49 * Give crunched requests their own log level.
51 * Revision 1.83 2008/12/04 18:14:32 fabiankeil
52 * Fix some cparser warnings.
54 * Revision 1.82 2008/11/23 16:06:58 fabiankeil
55 * Update a log message I missed in 1.80.
57 * Revision 1.81 2008/11/23 15:59:27 fabiankeil
58 * - Update copyright range.
59 * - Remove stray line breaks in a log message
60 * nobody is supposed to see anyway.
62 * Revision 1.80 2008/11/23 15:49:49 fabiankeil
63 * In log_error(), don't surround the thread id with "Privoxy(" and ")".
65 * Revision 1.79 2008/10/20 17:09:25 fabiankeil
66 * Update init_error_log() description to match reality.
68 * Revision 1.78 2008/09/07 16:59:31 fabiankeil
69 * Update a comment to reflect that we
70 * have mutex support on mingw32 now.
72 * Revision 1.77 2008/09/07 12:43:44 fabiankeil
73 * Move the LogPutString() call in log_error() into the locked
74 * region so the Windows GUI log is consistent with the logfile.
76 * Revision 1.76 2008/09/07 12:35:05 fabiankeil
77 * Add mutex lock support for _WIN32.
79 * Revision 1.75 2008/09/04 08:13:58 fabiankeil
80 * Prepare for critical sections on Windows by adding a
81 * layer of indirection before the pthread mutex functions.
83 * Revision 1.74 2008/08/06 18:33:36 fabiankeil
84 * If the "close fd first" workaround doesn't work,
85 * the fatal error message will be lost, so we better
86 * explain the consequences while we still can.
88 * Revision 1.73 2008/08/04 19:06:55 fabiankeil
89 * Add a lame workaround for the "can't open an already open
90 * logfile on OS/2" problem reported by Maynard in #2028842
91 * and describe what a real solution would look like.
93 * Revision 1.72 2008/07/27 12:04:28 fabiankeil
96 * Revision 1.71 2008/06/28 17:17:15 fabiankeil
97 * Remove another stray semicolon.
99 * Revision 1.70 2008/06/28 17:10:29 fabiankeil
100 * Remove stray semicolon in get_log_timestamp().
101 * Reported by Jochen Voss in #2005221.
103 * Revision 1.69 2008/05/30 15:55:25 fabiankeil
104 * Declare variable "debug" static and complain about its name.
106 * Revision 1.68 2008/04/27 16:50:46 fabiankeil
107 * Remove an incorrect assertion. The value of debug may change if
108 * the configuration is reloaded in another thread. While we could
109 * cache the initial value, the assertion doesn't seem worth it.
111 * Revision 1.67 2008/03/27 18:27:23 fabiankeil
112 * Remove kill-popups action.
114 * Revision 1.66 2008/01/31 15:38:14 fabiankeil
115 * - Make the logfp assertion more strict. As of 1.63, the "||" could
116 * have been an "&&", which means we can use two separate assertions
117 * and skip on of them on Windows.
118 * - Break a long commit message line in two.
120 * Revision 1.65 2008/01/31 14:44:33 fabiankeil
121 * Use (a != b) instead of !(a == b) so the sanity check looks less insane.
123 * Revision 1.64 2008/01/21 18:56:46 david__schmidt
124 * Swap #def from negative to positive, re-joined it so it didn't
125 * span an assertion (compilation failure on OS/2)
127 * Revision 1.63 2007/12/15 19:49:32 fabiankeil
128 * Stop overloading logfile to control the mingw32 log window as well.
129 * It's no longer necessary now that we disable all debug lines by default
130 * and at least one user perceived it as a regression (added in 1.55).
132 * Revision 1.62 2007/11/30 15:33:46 fabiankeil
133 * Unbreak LOG_LEVEL_FATAL. It wasn't fatal with logging disabled
134 * and on mingw32 fatal log messages didn't end up in the log file.
136 * Revision 1.61 2007/11/04 19:03:01 fabiankeil
137 * Fix another deadlock Hal spotted and that mysteriously didn't affect FreeBSD.
139 * Revision 1.60 2007/11/03 19:03:31 fabiankeil
140 * - Prevent the Windows GUI from showing the version two times in a row.
141 * - Stop using the imperative in the "(Re-)Open logfile" message.
142 * - Ditch the "Switching to daemon mode" message as the detection
143 * whether or not we're already in daemon mode doesn't actually work.
145 * Revision 1.59 2007/11/01 12:50:56 fabiankeil
146 * Here's looking at you, deadlock.
148 * Revision 1.58 2007/10/28 19:04:21 fabiankeil
149 * Don't mention daemon mode in "Logging disabled" message. Some
150 * platforms call it differently and it's not really relevant anyway.
152 * Revision 1.57 2007/10/27 13:02:26 fabiankeil
153 * Relocate daemon-mode-related log messages to make sure
154 * they aren't shown again in case of configuration reloads.
156 * Revision 1.56 2007/10/14 14:26:56 fabiankeil
157 * Remove the old log_error() version.
159 * Revision 1.55 2007/10/14 14:12:41 fabiankeil
160 * When in daemon mode, close stderr after the configuration file has been
161 * parsed the first time. If logfile isn't set, stop logging. Fixes BR#897436.
163 * Revision 1.54 2007/09/22 16:15:34 fabiankeil
164 * - Let it compile with pcc.
165 * - Move our includes below system includes to prevent macro conflicts.
167 * Revision 1.53 2007/08/05 13:53:14 fabiankeil
168 * #1763173 from Stefan Huehner: declare some more functions
169 * static and use void instead of empty parameter lists.
171 * Revision 1.52 2007/07/14 07:28:47 fabiankeil
172 * Add translation function for JB_ERR_FOO codes.
174 * Revision 1.51 2007/05/11 11:51:34 fabiankeil
175 * Fix a type mismatch warning.
177 * Revision 1.50 2007/04/11 10:55:44 fabiankeil
178 * Enforce some assertions that could be triggered
179 * on mingw32 and other systems where we use threads
182 * Revision 1.49 2007/04/08 16:44:15 fabiankeil
183 * We need <sys/time.h> for gettimeofday(), not <time.h>.
185 * Revision 1.48 2007/03/31 13:33:28 fabiankeil
186 * Add alternative log_error() with timestamps
187 * that contain milliseconds and without using
188 * strcpy(), strcat() or sprintf().
190 * Revision 1.47 2006/11/28 15:25:15 fabiankeil
191 * Only unlink the pidfile if it's actually used.
193 * Revision 1.46 2006/11/13 19:05:51 fabiankeil
194 * Make pthread mutex locking more generic. Instead of
195 * checking for OSX and OpenBSD, check for FEATURE_PTHREAD
196 * and use mutex locking unless there is an _r function
197 * available. Better safe than sorry.
199 * Fixes "./configure --disable-pthread" and should result
200 * in less threading-related problems on pthread-using platforms,
201 * but it still doesn't fix BR#1122404.
203 * Revision 1.45 2006/08/21 11:15:54 david__schmidt
204 * MS Visual C++ build updates
206 * Revision 1.44 2006/08/18 16:03:16 david__schmidt
207 * Tweak for OS/2 build happiness.
209 * Revision 1.43 2006/08/03 02:46:41 david__schmidt
210 * Incorporate Fabian Keil's patch work:
211 * http://www.fabiankeil.de/sourcecode/privoxy/
213 * Revision 1.42 2006/07/18 14:48:46 david__schmidt
214 * Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
215 * with what was really the latest development (the v_3_0_branch branch)
217 * Revision 1.40.2.4 2005/04/03 20:10:50 david__schmidt
218 * Thanks to Jindrich Makovicka for a race condition fix for the log
219 * file. The race condition remains for non-pthread implementations.
220 * Reference patch #1175720.
222 * Revision 1.40.2.3 2003/03/07 03:41:04 david__schmidt
223 * Wrapping all *_r functions (the non-_r versions of them) with mutex
224 * semaphores for OSX. Hopefully this will take care of all of those pesky
227 * Revision 1.40.2.2 2002/09/28 00:30:57 david__schmidt
228 * Update error logging to give sane values for thread IDs on Mach kernels.
229 * It's still a hack, but at least it looks farily normal. We print the
230 * absolute value of the first 4 bytes of the pthread_t modded with 1000.
232 * Revision 1.40.2.1 2002/09/25 12:47:42 oes
233 * Make log_error safe against NULL string arguments
235 * Revision 1.40 2002/05/22 01:27:27 david__schmidt
237 * Add os2_socket_strerr mirroring w32_socket_strerr.
239 * Revision 1.39 2002/04/03 17:15:27 gliptak
240 * zero padding thread ids in log
242 * Revision 1.38 2002/03/31 17:18:59 jongfoster
243 * Win32 only: Enabling STRICT to fix a VC++ compile warning.
245 * Revision 1.37 2002/03/27 14:32:43 david__schmidt
246 * More compiler warning message maintenance
248 * Revision 1.36 2002/03/26 22:29:54 swa
249 * we have a new homepage!
251 * Revision 1.35 2002/03/24 15:23:33 jongfoster
254 * Revision 1.34 2002/03/24 13:25:43 swa
255 * name change related issues
257 * Revision 1.33 2002/03/13 00:27:04 jongfoster
260 * Revision 1.32 2002/03/07 03:46:17 oes
261 * Fixed compiler warnings
263 * Revision 1.31 2002/03/06 23:02:57 jongfoster
266 * Revision 1.30 2002/03/05 22:43:45 david__schmidt
267 * - Better error reporting on OS/2
268 * - Fix double-slash comment (oops)
270 * Revision 1.29 2002/03/04 23:45:13 jongfoster
271 * Printing thread ID if using Win32 native threads
273 * Revision 1.28 2002/03/04 17:59:59 oes
274 * Deleted deletePidFile(), cosmetics
276 * Revision 1.27 2002/03/04 02:08:01 david__schmidt
277 * Enable web editing of actions file on OS/2 (it had been broken all this time!)
279 * Revision 1.26 2002/01/09 19:05:45 steudten
280 * Fix big memory leak.
282 * Revision 1.25 2002/01/09 14:32:08 oes
283 * Added support for gmtime_r and localtime_r.
285 * Revision 1.24 2001/12/30 14:07:32 steudten
286 * - Add signal handling (unix)
287 * - Add SIGHUP handler (unix)
288 * - Add creation of pidfile (unix)
289 * - Add action 'top' in rc file (RH)
290 * - Add entry 'SIGNALS' to manpage
291 * - Add exit message to logfile (unix)
293 * Revision 1.23 2001/11/07 00:02:13 steudten
294 * Add line number in error output for lineparsing for
295 * actionsfile and configfile.
296 * Special handling for CLF added.
298 * Revision 1.22 2001/11/05 23:43:05 steudten
299 * Add time+date to log files.
301 * Revision 1.21 2001/10/25 03:40:47 david__schmidt
302 * Change in porting tactics: OS/2's EMX porting layer doesn't allow multiple
303 * threads to call select() simultaneously. So, it's time to do a real, live,
304 * native OS/2 port. See defines for __EMX__ (the porting layer) vs. __OS2__
305 * (native). Both versions will work, but using __OS2__ offers multi-threading.
307 * Revision 1.20 2001/09/16 23:04:34 jongfoster
310 * Revision 1.19 2001/09/13 20:08:06 jongfoster
311 * Adding support for LOG_LEVEL_CGI
313 * Revision 1.18 2001/09/10 11:27:24 oes
314 * Declaration of w32_socket_strerr now conditional
316 * Revision 1.17 2001/09/10 10:17:13 oes
317 * Removed unused variable; Fixed sprintf format
319 * Revision 1.16 2001/07/30 22:08:36 jongfoster
320 * Tidying up #defines:
321 * - All feature #defines are now of the form FEATURE_xxx
322 * - Permanently turned off WIN_GUI_EDIT
323 * - Permanently turned on WEBDAV and SPLIT_PROXY_ARGS
325 * Revision 1.15 2001/07/29 17:41:10 jongfoster
326 * Now prints thread ID for each message (pthreads only)
328 * Revision 1.14 2001/07/19 19:03:48 haroon
329 * - Added case for LOG_LEVEL_POPUPS
331 * Revision 1.13 2001/07/13 13:58:58 oes
332 * - Added case for LOG_LEVEL_DEANIMATE
333 * - Removed all #ifdef PCRS
335 * Revision 1.12 2001/06/09 10:55:28 jongfoster
336 * Changing BUFSIZ ==> BUFFER_SIZE
338 * Revision 1.11 2001/06/01 18:14:49 jongfoster
339 * Changing the calls to strerr() to check HAVE_STRERR (which is defined
340 * in config.h if appropriate) rather than the NO_STRERR macro.
342 * Revision 1.10 2001/05/29 11:52:21 oes
343 * Conditional compilation of w32_socket_error
345 * Revision 1.9 2001/05/28 16:15:17 jongfoster
346 * Improved reporting of errors under Win32.
348 * Revision 1.8 2001/05/26 17:25:14 jongfoster
349 * Added support for CLF (Common Log Format) and fixed LOG_LEVEL_LOG
351 * Revision 1.7 2001/05/26 15:21:28 jongfoster
352 * Activity animation in Win32 GUI now works even if debug==0
354 * Revision 1.6 2001/05/25 21:55:08 jongfoster
355 * Now cleans up properly on FATAL (removes taskbar icon etc)
357 * Revision 1.5 2001/05/22 18:46:04 oes
359 * - Enabled filtering banners by size rather than URL
360 * by adding patterns that replace all standard banner
361 * sizes with the "Junkbuster" gif to the re_filterfile
363 * - Enabled filtering WebBugs by providing a pattern
364 * which kills all 1x1 images
366 * - Added support for PCRE_UNGREEDY behaviour to pcrs,
367 * which is selected by the (nonstandard and therefore
368 * capital) letter 'U' in the option string.
369 * It causes the quantifiers to be ungreedy by default.
370 * Appending a ? turns back to greedy (!).
372 * - Added a new interceptor ijb-send-banner, which
373 * sends back the "Junkbuster" gif. Without imagelist or
374 * MSIE detection support, or if tinygif = 1, or the
375 * URL isn't recognized as an imageurl, a lame HTML
376 * explanation is sent instead.
378 * - Added new feature, which permits blocking remote
379 * script redirects and firing back a local redirect
381 * The feature is conditionally compiled, i.e. it
382 * can be disabled with --disable-fast-redirects,
383 * plus it must be activated by a "fast-redirects"
384 * line in the config file, has its own log level
385 * and of course wants to be displayed by show-proxy-args
386 * Note: Boy, all the #ifdefs in 1001 locations and
387 * all the fumbling with configure.in and acconfig.h
388 * were *way* more work than the feature itself :-(
390 * - Because a generic redirect template was needed for
391 * this, tinygif = 3 now uses the same.
393 * - Moved GIFs, and other static HTTP response templates
398 * - Removed some >400 CRs again (Jon, you really worked
401 * Revision 1.4 2001/05/21 19:32:54 jongfoster
402 * Added another #ifdef _WIN_CONSOLE
404 * Revision 1.3 2001/05/20 01:11:40 jongfoster
405 * Added support for LOG_LEVEL_FATAL
406 * Renamed LOG_LEVEL_FRC to LOG_LEVEL_FORCE,
407 * and LOG_LEVEL_REF to LOG_LEVEL_RE_FILTER
409 * Revision 1.2 2001/05/17 22:42:01 oes
410 * - Cleaned CRLF's from the sources and related files
411 * - Repaired logging for REF and FRC
413 * Revision 1.1.1.1 2001/05/15 13:58:51 oes
414 * Initial import of version 2.9.3 source tree
417 *********************************************************************/
426 #include "miscutil.h"
428 /* For gettimeofday() */
429 #include <sys/time.h>
431 #if !defined(_WIN32) && !defined(__OS2__)
433 #endif /* !defined(_WIN32) && !defined(__OS2__) */
445 #endif /* ndef _WIN_CONSOLE */
446 #endif /* def _WIN32 */
448 #define inline __inline
449 #endif /* def _MSC_VER */
452 #include <sys/socket.h> /* For sock_errno */
461 const char errlog_h_rcs[] = ERRLOG_H_VERSION;
465 * LOG_LEVEL_FATAL cannot be turned off. (There are
466 * some exceptional situations where we need to get a
467 * message to the user).
469 #define LOG_LEVEL_MINIMUM LOG_LEVEL_FATAL
471 /* where to log (default: stderr) */
472 static FILE *logfp = NULL;
474 /* logging detail level. XXX: stupid name. */
475 static int debug = (LOG_LEVEL_FATAL | LOG_LEVEL_ERROR | LOG_LEVEL_INFO);
477 /* static functions */
478 static void fatal_error(const char * error_message);
480 static char *w32_socket_strerr(int errcode, char *tmp_buf);
483 static char *os2_socket_strerr(int errcode, char *tmp_buf);
486 #ifdef MUTEX_LOCKS_AVAILABLE
487 static inline void lock_logfile(void)
489 privoxy_mutex_lock(&log_mutex);
491 static inline void unlock_logfile(void)
493 privoxy_mutex_unlock(&log_mutex);
495 static inline void lock_loginit(void)
497 privoxy_mutex_lock(&log_init_mutex);
499 static inline void unlock_loginit(void)
501 privoxy_mutex_unlock(&log_init_mutex);
503 #else /* ! MUTEX_LOCKS_AVAILABLE */
505 * FIXME we need a cross-platform locking mechanism.
506 * The locking/unlocking functions below should be
507 * fleshed out for non-pthread implementations.
509 static inline void lock_logfile() {}
510 static inline void unlock_logfile() {}
511 static inline void lock_loginit() {}
512 static inline void unlock_loginit() {}
515 /*********************************************************************
517 * Function : fatal_error
519 * Description : Displays a fatal error to standard error (or, on
520 * a WIN32 GUI, to a dialog box), and exits Privoxy
521 * with status code 1.
524 * 1 : error_message = The error message to display.
526 * Returns : Does not return.
528 *********************************************************************/
529 static void fatal_error(const char *error_message)
531 #if defined(_WIN32) && !defined(_WIN_CONSOLE)
532 /* Skip timestamp and thread id for the message box. */
533 const char *box_message = strstr(error_message, "Fatal error");
534 if (NULL == box_message)
536 /* Shouldn't happen but ... */
537 box_message = error_message;
539 MessageBox(g_hwndLogFrame, box_message, "Privoxy Error",
540 MB_OK | MB_ICONERROR | MB_TASKMODAL | MB_SETFOREGROUND | MB_TOPMOST);
542 /* Cleanup - remove taskbar icon etc. */
544 #endif /* defined(_WIN32) && !defined(_WIN_CONSOLE) */
548 fputs(error_message, logfp);
562 /*********************************************************************
564 * Function : show_version
566 * Description : Logs the Privoxy version and the program name.
569 * 1 : prog_name = The program name.
573 *********************************************************************/
574 void show_version(const char *prog_name)
576 log_error(LOG_LEVEL_INFO, "Privoxy version " VERSION);
577 if (prog_name != NULL)
579 log_error(LOG_LEVEL_INFO, "Program name: %s", prog_name);
584 /*********************************************************************
586 * Function : init_log_module
588 * Description : Initializes the logging module to log to stderr.
589 * Can only be called while stderr hasn't been closed
590 * yet and is only supposed to be called once.
593 * 1 : prog_name = The program name.
597 *********************************************************************/
598 void init_log_module(void)
603 set_debug_level(debug);
607 /*********************************************************************
609 * Function : set_debug_level
611 * Description : Sets the debug level to the provided value
612 * plus LOG_LEVEL_MINIMUM.
614 * XXX: we should only use the LOG_LEVEL_MINIMUM
615 * until the first time the configuration file has
618 * Parameters : 1: debug_level = The debug level to set.
622 *********************************************************************/
623 void set_debug_level(int debug_level)
625 debug = debug_level | LOG_LEVEL_MINIMUM;
629 /*********************************************************************
631 * Function : disable_logging
633 * Description : Disables logging.
639 *********************************************************************/
640 void disable_logging(void)
644 log_error(LOG_LEVEL_INFO,
645 "No logfile configured. Please enable it before reporting any problems.");
654 /*********************************************************************
656 * Function : init_error_log
658 * Description : Initializes the logging module to log to a file.
660 * XXX: should be renamed.
663 * 1 : prog_name = The program name.
664 * 2 : logfname = The logfile to (re)open.
668 *********************************************************************/
669 void init_error_log(const char *prog_name, const char *logfname)
673 assert(NULL != logfname);
679 log_error(LOG_LEVEL_INFO, "(Re-)Opening logfile \'%s\'", logfname);
682 /* set the designated log file */
683 fp = fopen(logfname, "a");
684 if ((NULL == fp) && (logfp != NULL))
687 * Some platforms (like OS/2) don't allow us to open
688 * the same file twice, therefore we give it another
689 * shot after closing the old file descriptor first.
691 * We don't do it right away because it prevents us
692 * from logging the "can't open logfile" message to
695 * XXX: this is a lame workaround and once the next
696 * release is out we should stop bothering reopening
697 * the logfile unless we have to.
699 * Currently we reopen it every time the config file
700 * has been reloaded, but actually we only have to
701 * reopen it if the file name changed or if the
702 * configuration reloas was caused by a SIGHUP.
704 log_error(LOG_LEVEL_INFO, "Failed to reopen logfile: \'%s\'. "
705 "Retrying after closing the old file descriptor first. If that "
706 "doesn't work, Privoxy will exit without being able to log a message.",
712 fp = fopen(logfname, "a");
717 log_error(LOG_LEVEL_FATAL, "init_error_log(): can't open logfile: \'%s\'", logfname);
720 /* set logging to be completely unbuffered */
733 * Prevent the Windows GUI from showing the version two
734 * times in a row on startup. It already displayed the show_version()
735 * call from main() that other systems write to stderr.
737 * This means mingw32 users will never see the version in their
738 * log file, but I assume they wouldn't look for it there anyway
739 * and simply use the "Help/About Privoxy" menu.
741 show_version(prog_name);
742 #endif /* def unix */
746 } /* init_error_log */
749 /*********************************************************************
751 * Function : get_thread_id
753 * Description : Returns a number that is different for each thread.
755 * XXX: Should be moved elsewhere (miscutil.c?)
759 * Returns : thread_id
761 *********************************************************************/
762 static long get_thread_id(void)
764 long this_thread = 1; /* was: pthread_t this_thread;*/
768 APIRET ulrc; /* XXX: I have no clue what this does */
771 /* FIXME get current thread id */
772 #ifdef FEATURE_PTHREAD
773 this_thread = (long)pthread_self();
776 * Mac OSX (and perhaps other Mach instances) doesn't have a debuggable
777 * value at the first 4 bytes of pthread_self()'s return value, a pthread_t.
778 * pthread_t is supposed to be opaque... but it's fairly random, though, so
779 * we make it mostly presentable.
781 this_thread = abs(this_thread % 1000);
782 #endif /* def __MACH__ */
783 #elif defined(_WIN32)
784 this_thread = GetCurrentThreadId();
785 #elif defined(__OS2__)
786 ulrc = DosGetInfoBlocks(&ptib, NULL);
788 this_thread = ptib -> tib_ptib2 -> tib2_ultid;
789 #endif /* def FEATURE_PTHREAD */
795 /*********************************************************************
797 * Function : get_log_timestamp
799 * Description : Generates the time stamp for the log message prefix.
802 * 1 : buffer = Storage buffer
803 * 2 : buffer_size = Size of storage buffer
805 * Returns : Number of written characters or 0 for error.
807 *********************************************************************/
808 static inline size_t get_log_timestamp(char *buffer, size_t buffer_size)
813 struct timeval tv_now; /* XXX: stupid name */
815 int msecs_length = 0;
817 gettimeofday(&tv_now, NULL);
818 msecs = tv_now.tv_usec / 1000;
822 #ifdef HAVE_LOCALTIME_R
823 tm_now = *localtime_r(&now, &tm_now);
824 #elif FEATURE_PTHREAD
825 privoxy_mutex_lock(&localtime_mutex);
826 tm_now = *localtime(&now);
827 privoxy_mutex_unlock(&localtime_mutex);
829 tm_now = *localtime(&now);
832 length = strftime(buffer, buffer_size, "%b %d %H:%M:%S", &tm_now);
833 if (length > (size_t)0)
835 msecs_length = snprintf(buffer+length, buffer_size - length, ".%.3ld", msecs);
837 if (msecs_length > 0)
839 length += (size_t)msecs_length;
850 /*********************************************************************
852 * Function : get_clf_timestamp
854 * Description : Generates a Common Log Format time string.
857 * 1 : buffer = Storage buffer
858 * 2 : buffer_size = Size of storage buffer
860 * Returns : Number of written characters or 0 for error.
862 *********************************************************************/
863 static inline size_t get_clf_timestamp(char *buffer, size_t buffer_size)
866 * Complex because not all OSs have tm_gmtoff or
867 * the %z field in strftime()
872 #ifdef HAVE_LOCALTIME_R
881 gmt = *gmtime_r(&now, &gmt);
882 #elif FEATURE_PTHREAD
883 privoxy_mutex_lock(&gmtime_mutex);
885 privoxy_mutex_unlock(&gmtime_mutex);
889 #ifdef HAVE_LOCALTIME_R
890 tm_now = localtime_r(&now, &dummy);
891 #elif FEATURE_PTHREAD
892 privoxy_mutex_lock(&localtime_mutex);
893 tm_now = localtime(&now);
894 privoxy_mutex_unlock(&localtime_mutex);
896 tm_now = localtime(&now);
898 days = tm_now->tm_yday - gmt.tm_yday;
899 hrs = ((days < -1 ? 24 : 1 < days ? -24 : days * 24) + tm_now->tm_hour - gmt.tm_hour);
900 mins = hrs * 60 + tm_now->tm_min - gmt.tm_min;
902 length = strftime(buffer, buffer_size, "%d/%b/%Y:%H:%M:%S ", tm_now);
904 if (length > (size_t)0)
906 tz_length = snprintf(buffer+length, buffer_size-length,
907 "%+03d%02d", mins / 60, abs(mins) % 60);
911 length += (size_t)tz_length;
922 /*********************************************************************
924 * Function : get_log_level_string
926 * Description : Translates a numerical loglevel into a string.
929 * 1 : loglevel = LOG_LEVEL_FOO
931 * Returns : Log level string.
933 *********************************************************************/
934 static inline const char *get_log_level_string(int loglevel)
936 char *log_level_string = NULL;
938 assert(0 < loglevel);
942 case LOG_LEVEL_ERROR:
943 log_level_string = "Error";
945 case LOG_LEVEL_FATAL:
946 log_level_string = "Fatal error";
949 log_level_string = "Request";
951 case LOG_LEVEL_CONNECT:
952 log_level_string = "Connect";
955 log_level_string = "Writing";
957 case LOG_LEVEL_HEADER:
958 log_level_string = "Header";
961 log_level_string = "Info";
963 case LOG_LEVEL_RE_FILTER:
964 log_level_string = "Re-Filter";
966 #ifdef FEATURE_FORCE_LOAD
967 case LOG_LEVEL_FORCE:
968 log_level_string = "Force";
970 #endif /* def FEATURE_FORCE_LOAD */
971 #ifdef FEATURE_FAST_REDIRECTS
972 case LOG_LEVEL_REDIRECTS:
973 log_level_string = "Redirect";
975 #endif /* def FEATURE_FAST_REDIRECTS */
976 case LOG_LEVEL_DEANIMATE:
977 log_level_string = "Gif-Deanimate";
979 case LOG_LEVEL_CRUNCH:
980 log_level_string = "Crunch";
983 log_level_string = "CGI";
986 log_level_string = "Unknown log level";
989 assert(NULL != log_level_string);
991 return log_level_string;
995 /*********************************************************************
997 * Function : log_error
999 * Description : This is the error-reporting and logging function.
1002 * 1 : loglevel = the type of message to be logged
1003 * 2 : fmt = the main string we want logged, printf-like
1004 * 3 : ... = arguments to be inserted in fmt (printf-like).
1008 *********************************************************************/
1009 void log_error(int loglevel, const char *fmt, ...)
1012 char *outbuf = NULL;
1013 static char *outbuf_save = NULL;
1014 char tempbuf[BUFFER_SIZE];
1016 const char * src = fmt;
1020 * XXX: Make this a config option,
1021 * why else do we allocate instead of using
1024 size_t log_buffer_size = BUFFER_SIZE;
1026 #if defined(_WIN32) && !defined(_WIN_CONSOLE)
1028 * Irrespective of debug setting, a GET/POST/CONNECT makes
1029 * the taskbar icon animate. (There is an option to disable
1030 * this but checking that is handled inside LogShowActivity()).
1032 if ((loglevel == LOG_LEVEL_GPC) || (loglevel == LOG_LEVEL_CRUNCH))
1036 #endif /* defined(_WIN32) && !defined(_WIN_CONSOLE) */
1039 * verify that the loglevel applies to current
1040 * settings and that logging is enabled.
1041 * Bail out otherwise.
1043 if ((0 == (loglevel & debug))
1049 if (loglevel == LOG_LEVEL_FATAL)
1051 fatal_error("Fatal error. You're not supposed to"
1052 "see this message. Please file a bug report.");
1057 thread_id = get_thread_id();
1058 get_log_timestamp(timestamp, sizeof(timestamp));
1060 /* protect the whole function because of the static buffer (outbuf) */
1063 if (NULL == outbuf_save)
1065 outbuf_save = (char*)zalloc(log_buffer_size + 1); /* +1 for paranoia */
1066 if (NULL == outbuf_save)
1068 snprintf(tempbuf, sizeof(tempbuf),
1069 "%s %08lx Fatal error: Out of memory in log_error().",
1070 timestamp, thread_id);
1071 fatal_error(tempbuf); /* Exit */
1075 outbuf = outbuf_save;
1078 * Memsetting the whole buffer to zero (in theory)
1079 * makes things easier later on.
1081 memset(outbuf, 0, log_buffer_size);
1083 /* Add prefix for everything but Common Log Format messages */
1084 if (loglevel != LOG_LEVEL_CLF)
1086 length = (size_t)snprintf(outbuf, log_buffer_size, "%s %08lx %s: ",
1087 timestamp, thread_id, get_log_level_string(loglevel));
1090 /* get ready to scan var. args. */
1093 /* build formatted message from fmt and var-args */
1094 while ((*src) && (length < log_buffer_size-2))
1096 const char *sval = NULL; /* %N string */
1097 int ival; /* %N string length or an error code */
1098 unsigned uval; /* %u value */
1099 long lval; /* %l value */
1100 unsigned long ulval; /* %ul value */
1102 const char *format_string = tempbuf;
1107 outbuf[length++] = ch;
1109 * XXX: Only necessary on platforms where multiple threads
1110 * can write to the buffer at the same time because we
1111 * don't support mutexes (OS/2 for example).
1113 outbuf[length] = '\0';
1116 outbuf[length] = '\0';
1124 ival = va_arg( ap, int );
1125 snprintf(tempbuf, sizeof(tempbuf), "%d", ival);
1128 uval = va_arg( ap, unsigned );
1129 snprintf(tempbuf, sizeof(tempbuf), "%u", uval);
1132 /* this is a modifier that must be followed by u or d */
1136 lval = va_arg( ap, long );
1137 snprintf(tempbuf, sizeof(tempbuf), "%ld", lval);
1141 ulval = va_arg( ap, unsigned long );
1142 snprintf(tempbuf, sizeof(tempbuf), "%lu", ulval);
1146 snprintf(tempbuf, sizeof(tempbuf), "Bad format string: \"%s\"", fmt);
1147 loglevel = LOG_LEVEL_FATAL;
1152 * Note that char paramaters are converted to int, so we need to
1153 * pass "int" to va_arg. (See K&R, 2nd ed, section A7.3.2, page 202)
1155 tempbuf[0] = (char) va_arg(ap, int);
1159 format_string = va_arg(ap, char *);
1160 if (format_string == NULL)
1162 format_string = "[null]";
1167 * Non-standard: Print a counted unterminated string.
1168 * Takes 2 parameters: int length, const char * string.
1170 ival = va_arg(ap, int);
1171 sval = va_arg(ap, char *);
1174 format_string = "[null]";
1180 /* That's ok (but stupid) */
1186 * That's not ok (and even more stupid)
1189 format_string = "[counted string lenght < 0]";
1192 else if ((size_t)ival >= sizeof(tempbuf))
1195 * String is too long, copy as much as possible.
1196 * It will be further truncated later.
1198 memcpy(tempbuf, sval, sizeof(tempbuf)-1);
1199 tempbuf[sizeof(tempbuf)-1] = '\0';
1203 memcpy(tempbuf, sval, (size_t) ival);
1204 tempbuf[ival] = '\0';
1208 /* Non-standard: Print error code from errno */
1210 ival = WSAGetLastError();
1211 format_string = w32_socket_strerr(ival, tempbuf);
1213 ival = sock_errno();
1216 format_string = os2_socket_strerr(ival, tempbuf);
1221 format_string = strerror(ival);
1223 #else /* ifndef _WIN32 */
1225 #ifdef HAVE_STRERROR
1226 format_string = strerror(ival);
1227 #else /* ifndef HAVE_STRERROR */
1228 format_string = NULL;
1229 #endif /* ndef HAVE_STRERROR */
1232 snprintf(tempbuf, sizeof(tempbuf), "(errno = %d)", ival);
1234 #endif /* ndef _WIN32 */
1237 /* Non-standard: Print a Common Log File timestamp */
1238 get_clf_timestamp(tempbuf, sizeof(tempbuf));
1241 snprintf(tempbuf, sizeof(tempbuf), "Bad format string: \"%s\"", fmt);
1242 loglevel = LOG_LEVEL_FATAL;
1246 assert(length < log_buffer_size);
1247 length += strlcpy(outbuf + length, format_string, log_buffer_size - length);
1249 if (length >= log_buffer_size-2)
1251 static char warning[] = "... [too long, truncated]";
1253 length = log_buffer_size - sizeof(warning) - 1;
1254 length += strlcpy(outbuf + length, warning, log_buffer_size - length);
1255 assert(length < log_buffer_size);
1259 } /* for( p ... ) */
1261 /* done with var. args */
1264 assert(length < log_buffer_size);
1265 length += strlcpy(outbuf + length, "\n", log_buffer_size - length);
1267 /* Some sanity checks */
1268 if ((length >= log_buffer_size)
1269 || (outbuf[log_buffer_size-1] != '\0')
1270 || (outbuf[log_buffer_size] != '\0')
1273 /* Repeat as assertions */
1274 assert(length < log_buffer_size);
1275 assert(outbuf[log_buffer_size-1] == '\0');
1277 * outbuf's real size is log_buffer_size+1,
1278 * so while this looks like an off-by-one,
1279 * we're only checking our paranoia byte.
1281 assert(outbuf[log_buffer_size] == '\0');
1283 snprintf(outbuf, log_buffer_size,
1284 "%s %08lx Fatal error: log_error()'s sanity checks failed."
1285 "length: %d. Exiting.",
1286 timestamp, thread_id, (int)length);
1287 loglevel = LOG_LEVEL_FATAL;
1292 * On Windows this is acceptable in case
1293 * we are logging to the GUI window only.
1295 assert(NULL != logfp);
1298 if (loglevel == LOG_LEVEL_FATAL)
1300 fatal_error(outbuf_save);
1301 /* Never get here */
1305 fputs(outbuf_save, logfp);
1308 #if defined(_WIN32) && !defined(_WIN_CONSOLE)
1309 /* Write to display */
1310 LogPutString(outbuf_save);
1311 #endif /* defined(_WIN32) && !defined(_WIN_CONSOLE) */
1318 /*********************************************************************
1320 * Function : jb_err_to_string
1322 * Description : Translates JB_ERR_FOO codes into strings.
1324 * XXX: the type of error codes is jb_err
1325 * but the typedef'inition is currently not
1326 * visible to all files that include errlog.h.
1329 * 1 : error = a valid jb_err code
1331 * Returns : A string with the jb_err translation
1333 *********************************************************************/
1334 const char *jb_err_to_string(int error)
1339 return "Success, no error";
1341 return "Out of memory";
1342 case JB_ERR_CGI_PARAMS:
1343 return "Missing or corrupt CGI parameters";
1345 return "Error opening, reading or writing a file";
1347 return "Parse error";
1348 case JB_ERR_MODIFIED:
1349 return "File has been modified outside of the CGI actions editor.";
1350 case JB_ERR_COMPRESS:
1351 return "(De)compression failure";
1354 return "Unknown error";
1357 return "Internal error";
1361 /*********************************************************************
1363 * Function : w32_socket_strerr
1365 * Description : Translate the return value from WSAGetLastError()
1369 * 1 : errcode = The return value from WSAGetLastError().
1370 * 2 : tmp_buf = A temporary buffer that might be used to
1373 * Returns : String representing the error code. This may be
1374 * a global string constant or a string stored in
1377 *********************************************************************/
1378 static char *w32_socket_strerr(int errcode, char *tmp_buf)
1380 #define TEXT_FOR_ERROR(code,text) \
1381 if (errcode == code) \
1383 return #code " - " text; \
1386 TEXT_FOR_ERROR(WSAEACCES, "Permission denied")
1387 TEXT_FOR_ERROR(WSAEADDRINUSE, "Address already in use.")
1388 TEXT_FOR_ERROR(WSAEADDRNOTAVAIL, "Cannot assign requested address.");
1389 TEXT_FOR_ERROR(WSAEAFNOSUPPORT, "Address family not supported by protocol family.");
1390 TEXT_FOR_ERROR(WSAEALREADY, "Operation already in progress.");
1391 TEXT_FOR_ERROR(WSAECONNABORTED, "Software caused connection abort.");
1392 TEXT_FOR_ERROR(WSAECONNREFUSED, "Connection refused.");
1393 TEXT_FOR_ERROR(WSAECONNRESET, "Connection reset by peer.");
1394 TEXT_FOR_ERROR(WSAEDESTADDRREQ, "Destination address required.");
1395 TEXT_FOR_ERROR(WSAEFAULT, "Bad address.");
1396 TEXT_FOR_ERROR(WSAEHOSTDOWN, "Host is down.");
1397 TEXT_FOR_ERROR(WSAEHOSTUNREACH, "No route to host.");
1398 TEXT_FOR_ERROR(WSAEINPROGRESS, "Operation now in progress.");
1399 TEXT_FOR_ERROR(WSAEINTR, "Interrupted function call.");
1400 TEXT_FOR_ERROR(WSAEINVAL, "Invalid argument.");
1401 TEXT_FOR_ERROR(WSAEISCONN, "Socket is already connected.");
1402 TEXT_FOR_ERROR(WSAEMFILE, "Too many open sockets.");
1403 TEXT_FOR_ERROR(WSAEMSGSIZE, "Message too long.");
1404 TEXT_FOR_ERROR(WSAENETDOWN, "Network is down.");
1405 TEXT_FOR_ERROR(WSAENETRESET, "Network dropped connection on reset.");
1406 TEXT_FOR_ERROR(WSAENETUNREACH, "Network is unreachable.");
1407 TEXT_FOR_ERROR(WSAENOBUFS, "No buffer space available.");
1408 TEXT_FOR_ERROR(WSAENOPROTOOPT, "Bad protocol option.");
1409 TEXT_FOR_ERROR(WSAENOTCONN, "Socket is not connected.");
1410 TEXT_FOR_ERROR(WSAENOTSOCK, "Socket operation on non-socket.");
1411 TEXT_FOR_ERROR(WSAEOPNOTSUPP, "Operation not supported.");
1412 TEXT_FOR_ERROR(WSAEPFNOSUPPORT, "Protocol family not supported.");
1413 TEXT_FOR_ERROR(WSAEPROCLIM, "Too many processes.");
1414 TEXT_FOR_ERROR(WSAEPROTONOSUPPORT, "Protocol not supported.");
1415 TEXT_FOR_ERROR(WSAEPROTOTYPE, "Protocol wrong type for socket.");
1416 TEXT_FOR_ERROR(WSAESHUTDOWN, "Cannot send after socket shutdown.");
1417 TEXT_FOR_ERROR(WSAESOCKTNOSUPPORT, "Socket type not supported.");
1418 TEXT_FOR_ERROR(WSAETIMEDOUT, "Connection timed out.");
1419 TEXT_FOR_ERROR(WSAEWOULDBLOCK, "Resource temporarily unavailable.");
1420 TEXT_FOR_ERROR(WSAHOST_NOT_FOUND, "Host not found.");
1421 TEXT_FOR_ERROR(WSANOTINITIALISED, "Successful WSAStartup not yet performed.");
1422 TEXT_FOR_ERROR(WSANO_DATA, "Valid name, no data record of requested type.");
1423 TEXT_FOR_ERROR(WSANO_RECOVERY, "This is a non-recoverable error.");
1424 TEXT_FOR_ERROR(WSASYSNOTREADY, "Network subsystem is unavailable.");
1425 TEXT_FOR_ERROR(WSATRY_AGAIN, "Non-authoritative host not found.");
1426 TEXT_FOR_ERROR(WSAVERNOTSUPPORTED, "WINSOCK.DLL version out of range.");
1427 TEXT_FOR_ERROR(WSAEDISCON, "Graceful shutdown in progress.");
1429 * The following error codes are documented in the Microsoft WinSock
1430 * reference guide, but don't actually exist.
1432 * TEXT_FOR_ERROR(WSA_INVALID_HANDLE, "Specified event object handle is invalid.");
1433 * TEXT_FOR_ERROR(WSA_INVALID_PARAMETER, "One or more parameters are invalid.");
1434 * TEXT_FOR_ERROR(WSAINVALIDPROCTABLE, "Invalid procedure table from service provider.");
1435 * TEXT_FOR_ERROR(WSAINVALIDPROVIDER, "Invalid service provider version number.");
1436 * TEXT_FOR_ERROR(WSA_IO_PENDING, "Overlapped operations will complete later.");
1437 * TEXT_FOR_ERROR(WSA_IO_INCOMPLETE, "Overlapped I/O event object not in signaled state.");
1438 * TEXT_FOR_ERROR(WSA_NOT_ENOUGH_MEMORY, "Insufficient memory available.");
1439 * TEXT_FOR_ERROR(WSAPROVIDERFAILEDINIT, "Unable to initialize a service provider.");
1440 * TEXT_FOR_ERROR(WSASYSCALLFAILURE, "System call failure.");
1441 * TEXT_FOR_ERROR(WSA_OPERATION_ABORTED, "Overlapped operation aborted.");
1444 sprintf(tmp_buf, "(error number %d)", errcode);
1447 #endif /* def _WIN32 */
1451 /*********************************************************************
1453 * Function : os2_socket_strerr
1455 * Description : Translate the return value from sock_errno()
1459 * 1 : errcode = The return value from sock_errno().
1460 * 2 : tmp_buf = A temporary buffer that might be used to
1463 * Returns : String representing the error code. This may be
1464 * a global string constant or a string stored in
1467 *********************************************************************/
1468 static char *os2_socket_strerr(int errcode, char *tmp_buf)
1470 #define TEXT_FOR_ERROR(code,text) \
1471 if (errcode == code) \
1473 return #code " - " text; \
1476 TEXT_FOR_ERROR(SOCEPERM , "Not owner.")
1477 TEXT_FOR_ERROR(SOCESRCH , "No such process.")
1478 TEXT_FOR_ERROR(SOCEINTR , "Interrupted system call.")
1479 TEXT_FOR_ERROR(SOCENXIO , "No such device or address.")
1480 TEXT_FOR_ERROR(SOCEBADF , "Bad file number.")
1481 TEXT_FOR_ERROR(SOCEACCES , "Permission denied.")
1482 TEXT_FOR_ERROR(SOCEFAULT , "Bad address.")
1483 TEXT_FOR_ERROR(SOCEINVAL , "Invalid argument.")
1484 TEXT_FOR_ERROR(SOCEMFILE , "Too many open files.")
1485 TEXT_FOR_ERROR(SOCEPIPE , "Broken pipe.")
1486 TEXT_FOR_ERROR(SOCEWOULDBLOCK , "Operation would block.")
1487 TEXT_FOR_ERROR(SOCEINPROGRESS , "Operation now in progress.")
1488 TEXT_FOR_ERROR(SOCEALREADY , "Operation already in progress.")
1489 TEXT_FOR_ERROR(SOCENOTSOCK , "Socket operation on non-socket.")
1490 TEXT_FOR_ERROR(SOCEDESTADDRREQ , "Destination address required.")
1491 TEXT_FOR_ERROR(SOCEMSGSIZE , "Message too long.")
1492 TEXT_FOR_ERROR(SOCEPROTOTYPE , "Protocol wrong type for socket.")
1493 TEXT_FOR_ERROR(SOCENOPROTOOPT , "Protocol not available.")
1494 TEXT_FOR_ERROR(SOCEPROTONOSUPPORT, "Protocol not supported.")
1495 TEXT_FOR_ERROR(SOCESOCKTNOSUPPORT, "Socket type not supported.")
1496 TEXT_FOR_ERROR(SOCEOPNOTSUPP , "Operation not supported.")
1497 TEXT_FOR_ERROR(SOCEPFNOSUPPORT , "Protocol family not supported.")
1498 TEXT_FOR_ERROR(SOCEAFNOSUPPORT , "Address family not supported by protocol family.")
1499 TEXT_FOR_ERROR(SOCEADDRINUSE , "Address already in use.")
1500 TEXT_FOR_ERROR(SOCEADDRNOTAVAIL , "Can't assign requested address.")
1501 TEXT_FOR_ERROR(SOCENETDOWN , "Network is down.")
1502 TEXT_FOR_ERROR(SOCENETUNREACH , "Network is unreachable.")
1503 TEXT_FOR_ERROR(SOCENETRESET , "Network dropped connection on reset.")
1504 TEXT_FOR_ERROR(SOCECONNABORTED , "Software caused connection abort.")
1505 TEXT_FOR_ERROR(SOCECONNRESET , "Connection reset by peer.")
1506 TEXT_FOR_ERROR(SOCENOBUFS , "No buffer space available.")
1507 TEXT_FOR_ERROR(SOCEISCONN , "Socket is already connected.")
1508 TEXT_FOR_ERROR(SOCENOTCONN , "Socket is not connected.")
1509 TEXT_FOR_ERROR(SOCESHUTDOWN , "Can't send after socket shutdown.")
1510 TEXT_FOR_ERROR(SOCETOOMANYREFS , "Too many references: can't splice.")
1511 TEXT_FOR_ERROR(SOCETIMEDOUT , "Operation timed out.")
1512 TEXT_FOR_ERROR(SOCECONNREFUSED , "Connection refused.")
1513 TEXT_FOR_ERROR(SOCELOOP , "Too many levels of symbolic links.")
1514 TEXT_FOR_ERROR(SOCENAMETOOLONG , "File name too long.")
1515 TEXT_FOR_ERROR(SOCEHOSTDOWN , "Host is down.")
1516 TEXT_FOR_ERROR(SOCEHOSTUNREACH , "No route to host.")
1517 TEXT_FOR_ERROR(SOCENOTEMPTY , "Directory not empty.")
1518 TEXT_FOR_ERROR(SOCEOS2ERR , "OS/2 Error.")
1520 sprintf(tmp_buf, "(error number %d)", errcode);
1523 #endif /* def __OS2__ */