38f9fc047d6e5c25276b3a746053a636786a0b26
[privoxy.git] / miscutil.c
1 const char miscutil_rcs[] = "$Id: miscutil.c,v 1.47 2007/03/17 11:52:15 fabiankeil Exp $";
2 /*********************************************************************
3  *
4  * File        :  $Source: /cvsroot/ijbswa/current/miscutil.c,v $
5  *
6  * Purpose     :  zalloc, hash_string, safe_strerror, strcmpic,
7  *                strncmpic, chomp, and MinGW32 strdup
8  *                functions. 
9  *                These are each too small to deserve their own file
10  *                but don't really fit in any other file.
11  *
12  * Copyright   :  Written by and Copyright (C) 2001-2007
13  *                the SourceForge Privoxy team. http://www.privoxy.org/
14  *
15  *                Based on the Internet Junkbuster originally written
16  *                by and Copyright (C) 1997 Anonymous Coders and 
17  *                Junkbusters Corporation.  http://www.junkbusters.com
18  *
19  *                The timegm replacement function was taken from GnuPG,
20  *                Copyright (C) 2004 Free Software Foundation, Inc.
21  *
22  *                The snprintf replacement function is written by
23  *                Mark Martinec who also holds the copyright. It can be
24  *                used under the terms of the GPL or the terms of the
25  *                "Frontier Artistic License".
26  *
27  *                This program is free software; you can redistribute it 
28  *                and/or modify it under the terms of the GNU General
29  *                Public License as published by the Free Software
30  *                Foundation; either version 2 of the License, or (at
31  *                your option) any later version.
32  *
33  *                This program is distributed in the hope that it will
34  *                be useful, but WITHOUT ANY WARRANTY; without even the
35  *                implied warranty of MERCHANTABILITY or FITNESS FOR A
36  *                PARTICULAR PURPOSE.  See the GNU General Public
37  *                License for more details.
38  *
39  *                The GNU General Public License should be included with
40  *                this file.  If not, you can view it at
41  *                http://www.gnu.org/copyleft/gpl.html
42  *                or write to the Free Software Foundation, Inc., 59
43  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
44  *
45  * Revisions   :
46  *    $Log: miscutil.c,v $
47  *    Revision 1.47  2007/03/17 11:52:15  fabiankeil
48  *    - Use snprintf instead of sprintf.
49  *    - Mention copyright for the replacement
50  *      functions in the copyright header.
51  *
52  *    Revision 1.46  2007/01/18 15:03:20  fabiankeil
53  *    Don't include replacement timegm() if
54  *    putenv() or tzset() isn't available.
55  *
56  *    Revision 1.45  2006/12/26 17:31:41  fabiankeil
57  *    Mutex protect rand() if POSIX threading
58  *    is used, warn the user if that's not possible
59  *    and stop using it on _WIN32 where it could
60  *    cause crashes.
61  *
62  *    Revision 1.44  2006/11/07 12:46:43  fabiankeil
63  *    Silence compiler warning on NetBSD 3.1.
64  *
65  *    Revision 1.43  2006/09/23 13:26:38  roro
66  *    Replace TABs by spaces in source code.
67  *
68  *    Revision 1.42  2006/09/09 14:01:45  fabiankeil
69  *    Integrated Oliver Yeoh's domain pattern fix
70  *    to make sure *x matches xx. Closes Patch 1217393
71  *    and Bug 1170767.
72  *
73  *    Revision 1.41  2006/08/18 16:03:17  david__schmidt
74  *    Tweak for OS/2 build happiness.
75  *
76  *    Revision 1.40  2006/08/17 17:15:10  fabiankeil
77  *    - Back to timegm() using GnuPG's replacement if necessary.
78  *      Using mktime() and localtime() could add a on hour offset if
79  *      the randomize factor was big enough to lead to a summer/wintertime
80  *      switch.
81  *
82  *    - Removed now-useless Privoxy 3.0.3 compatibility glue.
83  *
84  *    - Moved randomization code into pick_from_range().
85  *
86  *    - Changed parse_header_time definition.
87  *      time_t isn't guaranteed to be signed and
88  *      if it isn't, -1 isn't available as error code.
89  *      Changed some variable types in client_if_modified_since()
90  *      because of the same reason.
91  *
92  *    Revision 1.39  2006/07/18 14:48:46  david__schmidt
93  *    Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
94  *    with what was really the latest development (the v_3_0_branch branch)
95  *
96  *    Revision 1.37.2.4  2003/12/01 14:45:14  oes
97  *    Fixed two more problems with wildcarding in simplematch()
98  *
99  *    Revision 1.37.2.3  2003/11/20 11:39:24  oes
100  *    Bugfix: The "?" wildcard for domain names had never been implemented. Ooops\!
101  *
102  *    Revision 1.37.2.2  2002/11/12 14:28:18  oes
103  *    Proper backtracking in simplematch; fixes bug #632888
104  *
105  *    Revision 1.37.2.1  2002/09/25 12:58:51  oes
106  *    Made strcmpic and strncmpic safe against NULL arguments
107  *    (which are now treated as empty strings).
108  *
109  *    Revision 1.37  2002/04/26 18:29:43  jongfoster
110  *    Fixing this Visual C++ warning:
111  *    miscutil.c(710) : warning C4090: '=' : different 'const' qualifiers
112  *
113  *    Revision 1.36  2002/04/26 12:55:38  oes
114  *    New function string_toupper
115  *
116  *    Revision 1.35  2002/03/26 22:29:55  swa
117  *    we have a new homepage!
118  *
119  *    Revision 1.34  2002/03/24 13:25:43  swa
120  *    name change related issues
121  *
122  *    Revision 1.33  2002/03/07 03:46:53  oes
123  *    Fixed compiler warnings etc
124  *
125  *    Revision 1.32  2002/03/06 23:02:57  jongfoster
126  *    Removing tabs
127  *
128  *    Revision 1.31  2002/03/05 04:52:42  oes
129  *    Deleted non-errlog debugging code
130  *
131  *    Revision 1.30  2002/03/04 18:27:42  oes
132  *    - Deleted deletePidFile
133  *    - Made write_pid_file use the --pidfile option value
134  *      (or no PID file, if the option was absent)
135  *    - Played styleguide police
136  *
137  *    Revision 1.29  2002/03/04 02:08:02  david__schmidt
138  *    Enable web editing of actions file on OS/2 (it had been broken all this time!)
139  *
140  *    Revision 1.28  2002/03/03 09:18:03  joergs
141  *    Made jumbjuster work on AmigaOS again.
142  *
143  *    Revision 1.27  2002/01/21 00:52:32  jongfoster
144  *    Adding string_join()
145  *
146  *    Revision 1.26  2001/12/30 14:07:32  steudten
147  *    - Add signal handling (unix)
148  *    - Add SIGHUP handler (unix)
149  *    - Add creation of pidfile (unix)
150  *    - Add action 'top' in rc file (RH)
151  *    - Add entry 'SIGNALS' to manpage
152  *    - Add exit message to logfile (unix)
153  *
154  *    Revision 1.25  2001/11/13 00:16:38  jongfoster
155  *    Replacing references to malloc.h with the standard stdlib.h
156  *    (See ANSI or K&R 2nd Ed)
157  *
158  *    Revision 1.24  2001/11/05 21:41:43  steudten
159  *    Add changes to be a real daemon just for unix os.
160  *    (change cwd to /, detach from controlling tty, set
161  *    process group and session leader to the own process.
162  *    Add DBG() Macro.
163  *    Add some fatal-error log message for failed malloc().
164  *    Add '-d' if compiled with 'configure --with-debug' to
165  *    enable debug output.
166  *
167  *    Revision 1.23  2001/10/29 03:48:10  david__schmidt
168  *    OS/2 native needed a snprintf() routine.  Added one to miscutil, brackedted
169  *    by and __OS2__ ifdef.
170  *
171  *    Revision 1.22  2001/10/26 17:39:38  oes
172  *    Moved ijb_isspace and ijb_tolower to project.h
173  *
174  *    Revision 1.21  2001/10/23 21:27:50  jongfoster
175  *    Standardising error codes in string_append
176  *    make_path() no longer adds '\\' if the dir already ends in '\\' (this
177  *    is just copying a UNIX-specific fix to the Windows-specific part)
178  *
179  *    Revision 1.20  2001/10/22 15:33:56  david__schmidt
180  *    Special-cased OS/2 out of the Netscape-abort-on-404-in-js problem in
181  *    filters.c.  Added a FIXME in front of the offending code.  I'll gladly
182  *    put in a better/more robust fix for all parties if one is presented...
183  *    It seems that just returning 200 instead of 404 would pretty much fix
184  *    it for everyone, but I don't know all the history of the problem.
185  *
186  *    Revision 1.19  2001/10/14 22:02:57  jongfoster
187  *    New function string_append() which is like strsav(), but running
188  *    out of memory isn't automatically FATAL.
189  *
190  *    Revision 1.18  2001/09/20 13:33:43  steudten
191  *
192  *    change long to int as return value in hash_string(). Remember the wraparound
193  *    for int = long = sizeof(4) - thats maybe not what we want.
194  *
195  *    Revision 1.17  2001/09/13 20:51:29  jongfoster
196  *    Fixing potential problems with characters >=128 in simplematch()
197  *    This was also a compiler warning.
198  *
199  *    Revision 1.16  2001/09/10 10:56:59  oes
200  *    Silenced compiler warnings
201  *
202  *    Revision 1.15  2001/07/13 14:02:24  oes
203  *    Removed vim-settings
204  *
205  *    Revision 1.14  2001/06/29 21:45:41  oes
206  *    Indentation, CRLF->LF, Tab-> Space
207  *
208  *    Revision 1.13  2001/06/29 13:32:14  oes
209  *    Removed logentry from cancelled commit
210  *
211  *    Revision 1.12  2001/06/09 10:55:28  jongfoster
212  *    Changing BUFSIZ ==> BUFFER_SIZE
213  *
214  *    Revision 1.11  2001/06/07 23:09:19  jongfoster
215  *    Cosmetic indentation changes.
216  *
217  *    Revision 1.10  2001/06/07 14:51:38  joergs
218  *    make_path() no longer adds '/' if the dir already ends in '/'.
219  *
220  *    Revision 1.9  2001/06/07 14:43:17  swa
221  *    slight mistake in make_path, unix path style is /.
222  *
223  *    Revision 1.8  2001/06/05 22:32:01  jongfoster
224  *    New function make_path() to splice directory and file names together.
225  *
226  *    Revision 1.7  2001/06/03 19:12:30  oes
227  *    introduced bindup()
228  *
229  *    Revision 1.6  2001/06/01 18:14:49  jongfoster
230  *    Changing the calls to strerr() to check HAVE_STRERR (which is defined
231  *    in config.h if appropriate) rather than the NO_STRERR macro.
232  *
233  *    Revision 1.5  2001/06/01 10:31:51  oes
234  *    Added character class matching to trivimatch; renamed to simplematch
235  *
236  *    Revision 1.4  2001/05/31 17:32:31  oes
237  *
238  *     - Enhanced domain part globbing with infix and prefix asterisk
239  *       matching and optional unanchored operation
240  *
241  *    Revision 1.3  2001/05/29 23:10:09  oes
242  *
243  *
244  *     - Introduced chomp()
245  *     - Moved strsav() from showargs to miscutil
246  *
247  *    Revision 1.2  2001/05/29 09:50:24  jongfoster
248  *    Unified blocklist/imagelist/permissionslist.
249  *    File format is still under discussion, but the internal changes
250  *    are (mostly) done.
251  *
252  *    Also modified interceptor behaviour:
253  *    - We now intercept all URLs beginning with one of the following
254  *      prefixes (and *only* these prefixes):
255  *        * http://i.j.b/
256  *        * http://ijbswa.sf.net/config/
257  *        * http://ijbswa.sourceforge.net/config/
258  *    - New interceptors "home page" - go to http://i.j.b/ to see it.
259  *    - Internal changes so that intercepted and fast redirect pages
260  *      are not replaced with an image.
261  *    - Interceptors now have the option to send a binary page direct
262  *      to the client. (i.e. ijb-send-banner uses this)
263  *    - Implemented show-url-info interceptor.  (Which is why I needed
264  *      the above interceptors changes - a typical URL is
265  *      "http://i.j.b/show-url-info?url=www.somesite.com/banner.gif".
266  *      The previous mechanism would not have intercepted that, and
267  *      if it had been intercepted then it then it would have replaced
268  *      it with an image.)
269  *
270  *    Revision 1.1.1.1  2001/05/15 13:59:00  oes
271  *    Initial import of version 2.9.3 source tree
272  *
273  *
274  *********************************************************************/
275 \f
276
277 #include "config.h"
278
279 #include <stdio.h>
280 #include <sys/types.h>
281 #include <stdlib.h>
282 #if !defined(_WIN32) && !defined(__OS2__)
283 #include <unistd.h>
284 #endif /* #if !defined(_WIN32) && !defined(__OS2__) */
285 #include <string.h>
286 #include <ctype.h>
287 #include <assert.h>
288
289 #if !defined(HAVE_TIMEGM) && defined(HAVE_TZSET) && defined(HAVE_PUTENV)
290 #include <time.h>
291 #endif /* !defined(HAVE_TIMEGM) && defined(HAVE_TZSET) && defined(HAVE_PUTENV) */
292
293 #include "project.h"
294 #include "miscutil.h"
295 #include "errlog.h"
296 #include "jcc.h"
297
298 const char miscutil_h_rcs[] = MISCUTIL_H_VERSION;
299
300 /*********************************************************************
301  *
302  * Function    :  zalloc
303  *
304  * Description :  Malloc some memory and set it to '\0'.
305  *                The way calloc() ought to be -acjc
306  *
307  * Parameters  :
308  *          1  :  size = Size of memory chunk to return.
309  *
310  * Returns     :  Pointer to newly malloc'd memory chunk.
311  *
312  *********************************************************************/
313 void *zalloc(size_t size)
314 {
315    void * ret;
316
317    if ((ret = (void *)malloc(size)) != NULL)
318    {
319       memset(ret, 0, size);
320    }
321
322    return(ret);
323
324 }
325
326
327 #if defined(unix)
328 /*********************************************************************
329  *
330  * Function    :  write_pid_file 
331  *
332  * Description :  Writes a pid file with the pid of the main process 
333  *
334  * Parameters  :  None
335  *
336  * Returns     :  N/A 
337  *
338  *********************************************************************/
339 void write_pid_file(void)
340 {
341    FILE   *fp;
342    
343    /*
344     * If no --pidfile option was given,
345     * we can live without one.
346     */
347    if (pidfile == NULL) return;
348
349    if ((fp = fopen(pidfile, "w")) == NULL)
350    {
351       log_error(LOG_LEVEL_INFO, "can't open pidfile '%s': %E", pidfile);
352    }
353    else
354    {
355       fprintf(fp, "%u\n", (unsigned int) getpid());
356       fclose (fp);
357    }
358    return;
359
360 }
361 #endif /* def unix */
362
363
364 /*********************************************************************
365  *
366  * Function    :  hash_string
367  *
368  * Description :  Take a string and compute a (hopefuly) unique numeric
369  *                integer value.  This has several uses, but being able
370  *                to "switch" a string the one of my favorites.
371  *
372  * Parameters  :
373  *          1  :  s : string to be hashed.
374  *
375  * Returns     :  an unsigned long variable with the hashed value.
376  *
377  *********************************************************************/
378 unsigned int hash_string( const char* s )
379 {
380    unsigned int h = 0; 
381
382    for ( ; *s; ++s )
383    {
384       h = 5 * h + (unsigned int)*s;
385    }
386
387    return (h);
388
389 }
390
391
392 #ifdef __MINGW32__
393 /*********************************************************************
394  *
395  * Function    :  strdup
396  *
397  * Description :  For some reason (which is beyond me), gcc and WIN32
398  *                don't like strdup.  When a "free" is executed on a
399  *                strdup'd ptr, it can at times freez up!  So I just
400  *                replaced it and problem was solved.
401  *
402  * Parameters  :
403  *          1  :  s = string to duplicate
404  *
405  * Returns     :  Pointer to newly malloc'ed copy of the string.
406  *
407  *********************************************************************/
408 char *strdup( const char *s )
409 {
410    char * result = (char *)malloc( strlen(s)+1 );
411
412    if (result != NULL)
413    {
414       strcpy( result, s );
415    }
416
417    return( result );
418 }
419
420 #endif /* def __MINGW32__ */
421
422
423
424 /*********************************************************************
425  *
426  * Function    :  safe_strerror
427  *
428  * Description :  Variant of the library routine strerror() which will
429  *                work on systems without the library routine, and
430  *                which should never return NULL.
431  *
432  * Parameters  :
433  *          1  :  err = the `errno' of the last operation.
434  *
435  * Returns     :  An "English" string of the last `errno'.  Allocated
436  *                with strdup(), so caller frees.  May be NULL if the
437  *                system is out of memory.
438  *
439  *********************************************************************/
440 char *safe_strerror(int err)
441 {
442    char *s = NULL;
443    char buf[BUFFER_SIZE];
444
445
446 #ifdef HAVE_STRERROR
447    s = strerror(err);
448 #endif /* HAVE_STRERROR */
449
450    if (s == NULL)
451    {
452       snprintf(buf, sizeof(buf), "(errno = %d)", err);
453       s = buf;
454    }
455
456    return(strdup(s));
457
458 }
459
460
461 /*********************************************************************
462  *
463  * Function    :  strcmpic
464  *
465  * Description :  Case insensitive string comparison
466  *
467  * Parameters  :
468  *          1  :  s1 = string 1 to compare
469  *          2  :  s2 = string 2 to compare
470  *
471  * Returns     :  0 if s1==s2, Negative if s1<s2, Positive if s1>s2
472  *
473  *********************************************************************/
474 int strcmpic(const char *s1, const char *s2)
475 {
476    if (!s1) s1 = "";
477    if (!s2) s2 = "";
478
479    while (*s1 && *s2)
480    {
481       if ( ( *s1 != *s2 ) && ( ijb_tolower(*s1) != ijb_tolower(*s2) ) )
482       {
483          break;
484       }
485       s1++, s2++;
486    }
487    return(ijb_tolower(*s1) - ijb_tolower(*s2));
488
489 }
490
491
492 /*********************************************************************
493  *
494  * Function    :  strncmpic
495  *
496  * Description :  Case insensitive string comparison (upto n characters)
497  *
498  * Parameters  :
499  *          1  :  s1 = string 1 to compare
500  *          2  :  s2 = string 2 to compare
501  *          3  :  n = maximum characters to compare
502  *
503  * Returns     :  0 if s1==s2, Negative if s1<s2, Positive if s1>s2
504  *
505  *********************************************************************/
506 int strncmpic(const char *s1, const char *s2, size_t n)
507 {
508    if (n <= 0) return(0);
509    if (!s1) s1 = "";
510    if (!s2) s2 = "";
511    
512    while (*s1 && *s2)
513    {
514       if ( ( *s1 != *s2 ) && ( ijb_tolower(*s1) != ijb_tolower(*s2) ) )
515       {
516          break;
517       }
518
519       if (--n <= 0) break;
520
521       s1++, s2++;
522    }
523    return(ijb_tolower(*s1) - ijb_tolower(*s2));
524
525 }
526
527
528 /*********************************************************************
529  *
530  * Function    :  chomp
531  *
532  * Description :  In-situ-eliminate all leading and trailing whitespace
533  *                from a string.
534  *
535  * Parameters  :
536  *          1  :  s : string to be chomped.
537  *
538  * Returns     :  chomped string
539  *
540  *********************************************************************/
541 char *chomp(char *string)
542 {
543    char *p, *q, *r;
544
545    /* 
546     * strip trailing whitespace
547     */
548    p = string + strlen(string);
549    while (p > string && ijb_isspace(*(p-1)))
550    {
551       p--;
552    }
553    *p = '\0';
554
555    /* 
556     * find end of leading whitespace 
557     */
558    q = r = string;
559    while (*q && ijb_isspace(*q))
560    {
561       q++;
562    }
563
564    /*
565     * if there was any, move the rest forwards
566     */
567    if (q != string)
568    {
569       while (q <= p)
570       {
571          *r++ = *q++;
572       }
573    }
574
575    return(string);
576
577 }
578
579
580 /*********************************************************************
581  *
582  * Function    :  strsav
583  *
584  * Description :  Reallocate "old" and append text to it.  This makes
585  *                it easier to append to malloc'd strings.
586  *                Running out of memory is a FATAL error.
587  *
588  * Parameters  :
589  *          1  :  old = Old text that is to be extended.  Will be
590  *                free()d by this routine.  May be NULL.
591  *          2  :  text_to_append = Text to be appended to old.
592  *                May be NULL.
593  *
594  * Returns     :  Pointer to newly malloc'ed appended string.
595  *                If there is no text to append, return old.  Caller
596  *                must free().
597  *
598  *********************************************************************/
599 char *strsav(char *old, const char *text_to_append)
600 {
601    size_t old_len, new_len = 0;
602    char *p;
603
604    if ((text_to_append == NULL) || (*text_to_append == '\0'))
605    {
606       return(old);
607    }
608
609    if (NULL == old)
610    {
611       if ((p = strdup(text_to_append)) == NULL)
612       {
613          log_error(LOG_LEVEL_FATAL, "strdup() failed!");
614          /* Never get here - LOG_LEVEL_FATAL causes program exit */
615       }
616       return p;
617    }
618
619    old_len = strlen(old);
620    new_len = old_len + strlen(text_to_append) + 1;
621
622    if ((p = realloc(old, new_len)) == NULL)
623    {
624       log_error(LOG_LEVEL_FATAL, "realloc(%d) bytes failed!", new_len);
625       /* Never get here - LOG_LEVEL_FATAL causes program exit */
626    }
627
628    strcpy(p + old_len, text_to_append);
629    return(p);
630 }
631
632
633 /*********************************************************************
634  *
635  * Function    :  string_append
636  *
637  * Description :  Reallocate target_string and append text to it.  
638  *                This makes it easier to append to malloc'd strings.
639  *                This is similar to the (removed) strsav(), but
640  *                running out of memory isn't catastrophic.
641  *
642  *                Programming style:
643  *
644  *                The following style provides sufficient error
645  *                checking for this routine, with minimal clutter
646  *                in the source code.  It is recommended if you
647  *                have many calls to this function:
648  *
649  *                char * s = strdup(...); // don't check for error
650  *                string_append(&s, ...);  // don't check for error
651  *                string_append(&s, ...);  // don't check for error
652  *                string_append(&s, ...);  // don't check for error
653  *                if (NULL == s) { ... handle error ... }
654  *
655  *                OR, equivalently:
656  *
657  *                char * s = strdup(...); // don't check for error
658  *                string_append(&s, ...);  // don't check for error
659  *                string_append(&s, ...);  // don't check for error
660  *                if (string_append(&s, ...)) {... handle error ...}
661  *
662  * Parameters  :
663  *          1  :  target_string = Pointer to old text that is to be
664  *                extended.  *target_string will be free()d by this
665  *                routine.  target_string must be non-NULL.
666  *                If *target_string is NULL, this routine will
667  *                do nothing and return with an error - this allows
668  *                you to make many calls to this routine and only
669  *                check for errors after the last one.
670  *          2  :  text_to_append = Text to be appended to old.
671  *                Must not be NULL.
672  *
673  * Returns     :  JB_ERR_OK on success, and sets *target_string
674  *                   to newly malloc'ed appended string.  Caller
675  *                   must free(*target_string).
676  *                JB_ERR_MEMORY on out-of-memory.  (And free()s
677  *                   *target_string and sets it to NULL).
678  *                JB_ERR_MEMORY if *target_string is NULL.
679  *
680  *********************************************************************/
681 jb_err string_append(char **target_string, const char *text_to_append)
682 {
683    size_t old_len;
684    char *new_string;
685
686    assert(target_string);
687    assert(text_to_append);
688
689    if (*target_string == NULL)
690    {
691       return JB_ERR_MEMORY;
692    }
693
694    if (*text_to_append == '\0')
695    {
696       return JB_ERR_OK;
697    }
698
699    old_len = strlen(*target_string);
700
701    if (NULL == (new_string = realloc(*target_string,
702           strlen(text_to_append) + old_len + 1)))
703    {
704       free(*target_string);
705
706       *target_string = NULL;
707       return JB_ERR_MEMORY;
708    }
709
710    strcpy(new_string + old_len, text_to_append);
711
712    *target_string = new_string;
713    return JB_ERR_OK;
714 }
715
716
717 /*********************************************************************
718  *
719  * Function    :  string_join
720  *
721  * Description :  Join two strings together.  Frees BOTH the original
722  *                strings.  If either or both input strings are NULL,
723  *                fails as if it had run out of memory.
724  *
725  *                For comparison, string_append requires that the
726  *                second string is non-NULL, and doesn't free it.
727  *
728  *                Rationale: Too often, we want to do
729  *                string_append(s, html_encode(s2)).  That assert()s
730  *                if s2 is NULL or if html_encode() runs out of memory.
731  *                It also leaks memory.  Proper checking is cumbersome.
732  *                The solution: string_join(s, html_encode(s2)) is safe,
733  *                and will free the memory allocated by html_encode().
734  *
735  * Parameters  :
736  *          1  :  target_string = Pointer to old text that is to be
737  *                extended.  *target_string will be free()d by this
738  *                routine.  target_string must be non-NULL.
739  *          2  :  text_to_append = Text to be appended to old.
740  *
741  * Returns     :  JB_ERR_OK on success, and sets *target_string
742  *                   to newly malloc'ed appended string.  Caller
743  *                   must free(*target_string).
744  *                JB_ERR_MEMORY on out-of-memory, or if
745  *                   *target_string or text_to_append is NULL.  (In
746  *                   this case, frees *target_string and text_to_append,
747  *                   sets *target_string to NULL).
748  *
749  *********************************************************************/
750 jb_err string_join(char **target_string, char *text_to_append)
751 {
752    jb_err err;
753
754    assert(target_string);
755
756    if (text_to_append == NULL)
757    {
758       freez(*target_string);
759       return JB_ERR_MEMORY;
760    }
761
762    err = string_append(target_string, text_to_append);
763
764    free(text_to_append);
765
766    return err;
767 }
768
769
770 /*********************************************************************
771  *
772  * Function    :  string_toupper
773  *
774  * Description :  Produce a copy of string with all convertible
775  *                characters converted to uppercase.
776  *
777  * Parameters  :
778  *          1  :  string = string to convert
779  *
780  * Returns     :  Uppercase copy of string if possible, 
781  *                NULL on out-of-memory or if string was NULL.
782  *
783  *********************************************************************/
784 char *string_toupper(const char *string)
785 {
786    char *result, *p;
787    const char *q;
788
789    if (!string || ((result = (char *) zalloc(strlen(string) + 1)) == NULL))
790    {
791       return NULL;
792    }
793    
794    q = string;
795    p = result;
796
797    while (*q != '\0')
798    {
799       *p++ = toupper((int) *q++);
800    }
801
802    return result;
803
804 }
805
806
807 /*********************************************************************
808  *
809  * Function    :  simplematch
810  *
811  * Description :  String matching, with a (greedy) '*' wildcard that
812  *                stands for zero or more arbitrary characters and
813  *                character classes in [], which take both enumerations
814  *                and ranges.
815  *
816  * Parameters  :
817  *          1  :  pattern = pattern for matching
818  *          2  :  text    = text to be matched
819  *
820  * Returns     :  0 if match, else nonzero
821  *
822  *********************************************************************/
823 int simplematch(char *pattern, char *text)
824 {
825    unsigned char *pat = (unsigned char *) pattern;
826    unsigned char *txt = (unsigned char *) text;
827    unsigned char *fallback = pat; 
828    int wildcard = 0;
829   
830    unsigned char lastchar = 'a';
831    unsigned i;
832    unsigned char charmap[32];
833   
834    while (*txt)
835    {
836
837       /* EOF pattern but !EOF text? */
838       if (*pat == '\0')
839       {
840          if (wildcard)
841          {
842             pat = fallback;
843          }
844          else
845          {
846             return 1;
847          }
848       }
849
850       /* '*' in the pattern?  */
851       if (*pat == '*') 
852       {
853      
854          /* The pattern ends afterwards? Speed up the return. */
855          if (*++pat == '\0')
856          {
857             return 0;
858          }
859      
860          /* Else, set wildcard mode and remember position after '*' */
861          wildcard = 1;
862          fallback = pat;
863       }
864
865       /* Character range specification? */
866       if (*pat == '[')
867       {
868          memset(charmap, '\0', sizeof(charmap));
869
870          while (*++pat != ']')
871          {
872             if (!*pat)
873             { 
874                return 1;
875             }
876             else if (*pat == '-')
877             {
878                if ((*++pat == ']') || *pat == '\0')
879                {
880                   return(1);
881                }
882                for(i = lastchar; i <= *pat; i++)
883                {
884                   charmap[i / 8] |= (1 << (i % 8));
885                } 
886             }
887             else
888             {
889                charmap[*pat / 8] |= (1 << (*pat % 8));
890                lastchar = *pat;
891             }
892          }
893       } /* -END- if Character range specification */
894
895
896       /* 
897        * Char match, or char range match? 
898        */
899       if ( (*pat == *txt)
900       ||   (*pat == '?')
901       ||   ((*pat == ']') && (charmap[*txt / 8] & (1 << (*txt % 8)))) )
902       {
903          /* 
904           * Sucess: Go ahead
905           */
906          pat++;
907       }
908       else if (!wildcard)
909       {
910          /* 
911           * No match && no wildcard: No luck
912           */
913          return 1;
914       }
915       else if (pat != fallback)
916       {
917          /*
918           * Increment text pointer if in char range matching
919           */
920          if (*pat == ']')
921          {
922             txt++;
923          }
924          /*
925           * Wildcard mode && nonmatch beyond fallback: Rewind pattern
926           */
927          pat = fallback;
928          /*
929           * Restart matching from current text pointer
930           */
931          continue;
932       }
933       txt++;
934    }
935
936    /* Cut off extra '*'s */
937    if(*pat == '*')  pat++;
938
939    /* If this is the pattern's end, fine! */
940    return(*pat);
941
942 }
943
944
945 /*********************************************************************
946  *
947  * Function    :  bindup
948  *
949  * Description :  Duplicate the first n characters of a string that may
950  *                contain '\0' characters.
951  *
952  * Parameters  :
953  *          1  :  string = string to be duplicated
954  *          2  :  len = number of bytes to duplicate
955  *
956  * Returns     :  pointer to copy, or NULL if failiure
957  *
958  *********************************************************************/
959 char *bindup(const char *string, size_t len)
960 {
961    char *duplicate;
962
963    if (NULL == (duplicate = (char *)malloc(len)))
964    {
965       return NULL;
966    }
967    else
968    {
969      memcpy(duplicate, string, len);
970    }
971
972    return duplicate;
973
974 }
975
976
977 /*********************************************************************
978  *
979  * Function    :  make_path
980  *
981  * Description :  Takes a directory name and a file name, returns 
982  *                the complete path.  Handles windows/unix differences.
983  *                If the file name is already an absolute path, or if
984  *                the directory name is NULL or empty, it returns 
985  *                the filename. 
986  *
987  * Parameters  :
988  *          1  :  dir: Name of directory or NULL for none.
989  *          2  :  file: Name of file.  Should not be NULL or empty.
990  *
991  * Returns     :  "dir/file" (Or on windows, "dir\file").
992  *                It allocates the string on the heap.  Caller frees.
993  *                Returns NULL in error (i.e. NULL file or out of
994  *                memory) 
995  *
996  *********************************************************************/
997 char * make_path(const char * dir, const char * file)
998 {
999 #ifdef AMIGA
1000    char path[512];
1001
1002    if(dir)
1003    {
1004       if(dir[0] == '.')
1005       {
1006          if(dir[1] == '/')
1007          {
1008             strncpy(path,dir+2,512);
1009          }
1010          else
1011          {
1012             strncpy(path,dir+1,512);
1013          }
1014       }
1015       else
1016       {
1017          strncpy(path,dir,512);
1018       }
1019       path[511]=0;
1020    } else {
1021       path[0]=0;
1022    }
1023    if(AddPart(path,file,512))
1024    {
1025       return strdup(path);
1026    } else {
1027       return NULL;
1028    }
1029 #else /* ndef AMIGA */
1030
1031    if ((file == NULL) || (*file == '\0'))
1032    {
1033       return NULL; /* Error */
1034    }
1035
1036    if ((dir == NULL) || (*dir == '\0') /* No directory specified */
1037 #if defined(_WIN32) || defined(__OS2__)
1038       || (*file == '\\') || (file[1] == ':') /* Absolute path (DOS) */
1039 #else /* ifndef _WIN32 || __OS2__ */
1040       || (*file == '/') /* Absolute path (U*ix) */
1041 #endif /* ifndef _WIN32 || __OS2__  */
1042       )
1043    {
1044       return strdup(file);
1045    }
1046    else
1047    {
1048       char * path;
1049
1050 #if defined(unix)
1051       if ( *dir != '/' && basedir && *basedir )
1052       {
1053          path = malloc( strlen( basedir ) + strlen(dir) + strlen(file) + 3);
1054          if (!path ) log_error(LOG_LEVEL_FATAL, "malloc failed!");
1055          strcpy(path, basedir);
1056          strcat(path, "/");
1057          strcat(path, dir);
1058       }
1059       else
1060       {
1061          path = malloc(strlen(dir) + strlen(file) + 2);
1062          if (!path ) log_error(LOG_LEVEL_FATAL, "malloc failed!");
1063          strcpy(path, dir);
1064       }
1065 #else
1066
1067       path = malloc(strlen(dir) + strlen(file) + 2);
1068       if (!path ) log_error(LOG_LEVEL_FATAL, "malloc failed!");
1069       strcpy(path, dir);
1070
1071 #endif /* defined unix */
1072
1073 #if defined(_WIN32) || defined(__OS2__)
1074       if(path[strlen(path)-1] != '\\')
1075       {
1076          strcat(path, "\\");
1077       }
1078 #else /* ifndef _WIN32 || __OS2__ */
1079       if(path[strlen(path)-1] != '/')
1080       {
1081          strcat(path, "/");
1082       }
1083 #endif /* ifndef _WIN32 || __OS2__ */
1084       strcat(path, file);
1085
1086       return path;
1087    }
1088 #endif /* ndef AMIGA */
1089 }
1090
1091
1092 /*********************************************************************
1093  *
1094  * Function    :  pick_from_range
1095  *
1096  * Description :  Pick a positive number out of a given range.
1097  *                Should only be used if randomness would be nice,
1098  *                but isn't really necessary.
1099  *
1100  * Parameters  :
1101  *          1  :  range: Highest possible number to pick.
1102  *
1103  * Returns     :  Picked number. 
1104  *
1105  *********************************************************************/
1106
1107 long int pick_from_range(long int range)
1108 {
1109    long int number;
1110 #ifdef HAVE_RANDOM
1111    number = random() % range + 1; 
1112 #elif defined(FEATURE_PTHREAD)
1113    pthread_mutex_lock(&rand_mutex);
1114    number = rand() % (long int)(range + 1);
1115    pthread_mutex_unlock(&rand_mutex);
1116 #else
1117 #ifdef _WIN32
1118    /*
1119     * On Windows and mingw32 srand() has to be called in every
1120     * rand()-using thread, but can cause crashes if it's not
1121     * mutex protected.
1122     *
1123     * Currently we don't have mutexes for mingw32, and for
1124     * our purpose this cludge is probably preferable to crashes.
1125     */
1126    log_error(LOG_LEVEL_INFO, "No thread-safe PRNG available? Using weak \'randomization\' factor.");
1127    number = (range + GetCurrentThreadId() % range) / 2;
1128 #else
1129    /*
1130     * XXX: Which platforms reach this and are there
1131     * better options than just using rand() and hoping
1132     * that it's safe?
1133     */
1134    log_error(LOG_LEVEL_INFO, "No thread-safe PRNG available? Header time randomization might cause "
1135       "crashes, predictable results or even combine these fine options.");
1136    number = rand() % (long int)(range + 1);
1137 #endif /* def _WIN32 */ 
1138
1139 #endif /* (def HAVE_RANDOM) */
1140
1141    return (number);
1142 }
1143
1144
1145 #if !defined(HAVE_TIMEGM) && defined(HAVE_TZSET) && defined(HAVE_PUTENV)
1146 /*********************************************************************
1147  *
1148  * Function    :  timegm
1149  *
1150  * Description :  libc replacement function for the inverse of gmtime()
1151  *                Copyright (C) 2004 Free Software Foundation, Inc.
1152  *                Code copied from GnuPG with minor style changes.
1153  *
1154  * Parameters  :
1155  *          1  :  tm: Broken-down time struct.
1156  *
1157  * Returns     :  tm converted into time_t seconds. 
1158  *
1159  *********************************************************************/
1160
1161 time_t timegm(struct tm *tm)
1162 {
1163    time_t answer;
1164    char *zone;
1165
1166    zone=getenv("TZ");
1167    putenv("TZ=UTC");
1168    tzset();
1169    answer=mktime(tm);
1170    if(zone)
1171    {
1172       char *old_zone;
1173
1174       old_zone=malloc(3+strlen(zone)+1);
1175       if(old_zone)
1176       {
1177          strcpy(old_zone,"TZ=");
1178          strcat(old_zone,zone);
1179          putenv(old_zone);
1180       }
1181    }
1182    else
1183    {
1184 #ifdef HAVE_UNSETENV
1185       unsetenv("TZ");
1186 #else
1187       putenv("TZ");
1188 #endif
1189    }
1190    tzset();
1191    return answer;
1192 }
1193 #endif /* !defined(HAVE_TIMEGM) && defined(HAVE_TZSET) && defined(HAVE_PUTENV) */
1194
1195
1196 #ifndef HAVE_SNPRINTF
1197 /*
1198  * What follows is a portable snprintf routine, written by Mark Martinec.
1199  * See: http://www.ijs.si/software/snprintf/
1200
1201                                   snprintf.c
1202                    - a portable implementation of snprintf,
1203        including vsnprintf.c, asnprintf, vasnprintf, asprintf, vasprintf
1204                                        
1205    snprintf is a routine to convert numeric and string arguments to
1206    formatted strings. It is similar to sprintf(3) provided in a system's
1207    C library, yet it requires an additional argument - the buffer size -
1208    and it guarantees never to store anything beyond the given buffer,
1209    regardless of the format or arguments to be formatted. Some newer
1210    operating systems do provide snprintf in their C library, but many do
1211    not or do provide an inadequate (slow or idiosyncratic) version, which
1212    calls for a portable implementation of this routine.
1213
1214 Author
1215
1216    Mark Martinec <mark.martinec@ijs.si>, April 1999, June 2000
1217    Copyright Â© 1999, Mark Martinec
1218
1219  */
1220
1221 #define PORTABLE_SNPRINTF_VERSION_MAJOR 2
1222 #define PORTABLE_SNPRINTF_VERSION_MINOR 2
1223
1224 #if defined(NEED_ASPRINTF) || defined(NEED_ASNPRINTF) || defined(NEED_VASPRINTF) || defined(NEED_VASNPRINTF)
1225 # if defined(NEED_SNPRINTF_ONLY)
1226 # undef NEED_SNPRINTF_ONLY
1227 # endif
1228 # if !defined(PREFER_PORTABLE_SNPRINTF)
1229 # define PREFER_PORTABLE_SNPRINTF
1230 # endif
1231 #endif
1232
1233 #if defined(SOLARIS_BUG_COMPATIBLE) && !defined(SOLARIS_COMPATIBLE)
1234 #define SOLARIS_COMPATIBLE
1235 #endif
1236
1237 #if defined(HPUX_BUG_COMPATIBLE) && !defined(HPUX_COMPATIBLE)
1238 #define HPUX_COMPATIBLE
1239 #endif
1240
1241 #if defined(DIGITAL_UNIX_BUG_COMPATIBLE) && !defined(DIGITAL_UNIX_COMPATIBLE)
1242 #define DIGITAL_UNIX_COMPATIBLE
1243 #endif
1244
1245 #if defined(PERL_BUG_COMPATIBLE) && !defined(PERL_COMPATIBLE)
1246 #define PERL_COMPATIBLE
1247 #endif
1248
1249 #if defined(LINUX_BUG_COMPATIBLE) && !defined(LINUX_COMPATIBLE)
1250 #define LINUX_COMPATIBLE
1251 #endif
1252
1253 #include <sys/types.h>
1254 #include <string.h>
1255 #include <stdlib.h>
1256 #include <stdio.h>
1257 #include <stdarg.h>
1258 #include <assert.h>
1259 #include <errno.h>
1260
1261 #ifdef isdigit
1262 #undef isdigit
1263 #endif
1264 #define isdigit(c) ((c) >= '0' && (c) <= '9')
1265
1266 /* For copying strings longer or equal to 'breakeven_point'
1267  * it is more efficient to call memcpy() than to do it inline.
1268  * The value depends mostly on the processor architecture,
1269  * but also on the compiler and its optimization capabilities.
1270  * The value is not critical, some small value greater than zero
1271  * will be just fine if you don't care to squeeze every drop
1272  * of performance out of the code.
1273  *
1274  * Small values favor memcpy, large values favor inline code.
1275  */
1276 #if defined(__alpha__) || defined(__alpha)
1277 #  define breakeven_point   2    /* AXP (DEC Alpha)     - gcc or cc or egcs */
1278 #endif
1279 #if defined(__i386__)  || defined(__i386)
1280 #  define breakeven_point  12    /* Intel Pentium/Linux - gcc 2.96 */
1281 #endif
1282 #if defined(__hppa)
1283 #  define breakeven_point  10    /* HP-PA               - gcc */
1284 #endif
1285 #if defined(__sparc__) || defined(__sparc)
1286 #  define breakeven_point  33    /* Sun Sparc 5         - gcc 2.8.1 */
1287 #endif
1288
1289 /* some other values of possible interest: */
1290 /* #define breakeven_point  8 */ /* VAX 4000          - vaxc */
1291 /* #define breakeven_point 19 */ /* VAX 4000          - gcc 2.7.0 */
1292
1293 #ifndef breakeven_point
1294 #  define breakeven_point   6    /* some reasonable one-size-fits-all value */
1295 #endif
1296
1297 #define fast_memcpy(d,s,n) \
1298   { register size_t nn = (size_t)(n); \
1299     if (nn >= breakeven_point) memcpy((d), (s), nn); \
1300     else if (nn > 0) { /* proc call overhead is worth only for large strings*/\
1301       register char *dd; register const char *ss; \
1302       for (ss=(s), dd=(d); nn>0; nn--) *dd++ = *ss++; } }
1303
1304 #define fast_memset(d,c,n) \
1305   { register size_t nn = (size_t)(n); \
1306     if (nn >= breakeven_point) memset((d), (int)(c), nn); \
1307     else if (nn > 0) { /* proc call overhead is worth only for large strings*/\
1308       register char *dd; register const int cc=(int)(c); \
1309       for (dd=(d); nn>0; nn--) *dd++ = cc; } }
1310
1311 /* prototypes */
1312
1313 #if defined(NEED_ASPRINTF)
1314 int asprintf   (char **ptr, const char *fmt, /*args*/ ...);
1315 #endif
1316 #if defined(NEED_VASPRINTF)
1317 int vasprintf  (char **ptr, const char *fmt, va_list ap);
1318 #endif
1319 #if defined(NEED_ASNPRINTF)
1320 int asnprintf  (char **ptr, size_t str_m, const char *fmt, /*args*/ ...);
1321 #endif
1322 #if defined(NEED_VASNPRINTF)
1323 int vasnprintf (char **ptr, size_t str_m, const char *fmt, va_list ap);
1324 #endif
1325
1326 #if defined(HAVE_SNPRINTF)
1327 /* declare our portable snprintf  routine under name portable_snprintf  */
1328 /* declare our portable vsnprintf routine under name portable_vsnprintf */
1329 #else
1330 /* declare our portable routines under names snprintf and vsnprintf */
1331 #define portable_snprintf snprintf
1332 #if !defined(NEED_SNPRINTF_ONLY)
1333 #define portable_vsnprintf vsnprintf
1334 #endif
1335 #endif
1336
1337 #if !defined(HAVE_SNPRINTF) || defined(PREFER_PORTABLE_SNPRINTF)
1338 int portable_snprintf(char *str, size_t str_m, const char *fmt, /*args*/ ...);
1339 #if !defined(NEED_SNPRINTF_ONLY)
1340 int portable_vsnprintf(char *str, size_t str_m, const char *fmt, va_list ap);
1341 #endif
1342 #endif
1343
1344 /* declarations */
1345
1346 static char credits[] = "\n\
1347 @(#)snprintf.c, v2.2: Mark Martinec, <mark.martinec@ijs.si>\n\
1348 @(#)snprintf.c, v2.2: Copyright 1999, Mark Martinec. Frontier Artistic License applies.\n\
1349 @(#)snprintf.c, v2.2: http://www.ijs.si/software/snprintf/\n";
1350
1351 #if defined(NEED_ASPRINTF)
1352 int asprintf(char **ptr, const char *fmt, /*args*/ ...) {
1353   va_list ap;
1354   size_t str_m;
1355   int str_l;
1356
1357   *ptr = NULL;
1358   va_start(ap, fmt);                            /* measure the required size */
1359   str_l = portable_vsnprintf(NULL, (size_t)0, fmt, ap);
1360   va_end(ap);
1361   assert(str_l >= 0);        /* possible integer overflow if str_m > INT_MAX */
1362   *ptr = (char *) malloc(str_m = (size_t)str_l + 1);
1363   if (*ptr == NULL) { errno = ENOMEM; str_l = -1; }
1364   else {
1365     int str_l2;
1366     va_start(ap, fmt);
1367     str_l2 = portable_vsnprintf(*ptr, str_m, fmt, ap);
1368     va_end(ap);
1369     assert(str_l2 == str_l);
1370   }
1371   return str_l;
1372 }
1373 #endif
1374
1375 #if defined(NEED_VASPRINTF)
1376 int vasprintf(char **ptr, const char *fmt, va_list ap) {
1377   size_t str_m;
1378   int str_l;
1379
1380   *ptr = NULL;
1381   { va_list ap2;
1382     va_copy(ap2, ap);  /* don't consume the original ap, we'll need it again */
1383     str_l = portable_vsnprintf(NULL, (size_t)0, fmt, ap2);/*get required size*/
1384     va_end(ap2);
1385   }
1386   assert(str_l >= 0);        /* possible integer overflow if str_m > INT_MAX */
1387   *ptr = (char *) malloc(str_m = (size_t)str_l + 1);
1388   if (*ptr == NULL) { errno = ENOMEM; str_l = -1; }
1389   else {
1390     int str_l2 = portable_vsnprintf(*ptr, str_m, fmt, ap);
1391     assert(str_l2 == str_l);
1392   }
1393   return str_l;
1394 }
1395 #endif
1396
1397 #if defined(NEED_ASNPRINTF)
1398 int asnprintf (char **ptr, size_t str_m, const char *fmt, /*args*/ ...) {
1399   va_list ap;
1400   int str_l;
1401
1402   *ptr = NULL;
1403   va_start(ap, fmt);                            /* measure the required size */
1404   str_l = portable_vsnprintf(NULL, (size_t)0, fmt, ap);
1405   va_end(ap);
1406   assert(str_l >= 0);        /* possible integer overflow if str_m > INT_MAX */
1407   if ((size_t)str_l + 1 < str_m) str_m = (size_t)str_l + 1;      /* truncate */
1408   /* if str_m is 0, no buffer is allocated, just set *ptr to NULL */
1409   if (str_m == 0) {  /* not interested in resulting string, just return size */
1410   } else {
1411     *ptr = (char *) malloc(str_m);
1412     if (*ptr == NULL) { errno = ENOMEM; str_l = -1; }
1413     else {
1414       int str_l2;
1415       va_start(ap, fmt);
1416       str_l2 = portable_vsnprintf(*ptr, str_m, fmt, ap);
1417       va_end(ap);
1418       assert(str_l2 == str_l);
1419     }
1420   }
1421   return str_l;
1422 }
1423 #endif
1424
1425 #if defined(NEED_VASNPRINTF)
1426 int vasnprintf (char **ptr, size_t str_m, const char *fmt, va_list ap) {
1427   int str_l;
1428
1429   *ptr = NULL;
1430   { va_list ap2;
1431     va_copy(ap2, ap);  /* don't consume the original ap, we'll need it again */
1432     str_l = portable_vsnprintf(NULL, (size_t)0, fmt, ap2);/*get required size*/
1433     va_end(ap2);
1434   }
1435   assert(str_l >= 0);        /* possible integer overflow if str_m > INT_MAX */
1436   if ((size_t)str_l + 1 < str_m) str_m = (size_t)str_l + 1;      /* truncate */
1437   /* if str_m is 0, no buffer is allocated, just set *ptr to NULL */
1438   if (str_m == 0) {  /* not interested in resulting string, just return size */
1439   } else {
1440     *ptr = (char *) malloc(str_m);
1441     if (*ptr == NULL) { errno = ENOMEM; str_l = -1; }
1442     else {
1443       int str_l2 = portable_vsnprintf(*ptr, str_m, fmt, ap);
1444       assert(str_l2 == str_l);
1445     }
1446   }
1447   return str_l;
1448 }
1449 #endif
1450
1451 /*
1452  * If the system does have snprintf and the portable routine is not
1453  * specifically required, this module produces no code for snprintf/vsnprintf.
1454  */
1455 #if !defined(HAVE_SNPRINTF) || defined(PREFER_PORTABLE_SNPRINTF)
1456
1457 #if !defined(NEED_SNPRINTF_ONLY)
1458 int portable_snprintf(char *str, size_t str_m, const char *fmt, /*args*/ ...) {
1459   va_list ap;
1460   int str_l;
1461
1462   va_start(ap, fmt);
1463   str_l = portable_vsnprintf(str, str_m, fmt, ap);
1464   va_end(ap);
1465   return str_l;
1466 }
1467 #endif
1468
1469 #if defined(NEED_SNPRINTF_ONLY)
1470 int portable_snprintf(char *str, size_t str_m, const char *fmt, /*args*/ ...) {
1471 #else
1472 int portable_vsnprintf(char *str, size_t str_m, const char *fmt, va_list ap) {
1473 #endif
1474
1475 #if defined(NEED_SNPRINTF_ONLY)
1476   va_list ap;
1477 #endif
1478   size_t str_l = 0;
1479   const char *p = fmt;
1480
1481 /* In contrast with POSIX, the ISO C99 now says
1482  * that str can be NULL and str_m can be 0.
1483  * This is more useful than the old:  if (str_m < 1) return -1; */
1484
1485 #if defined(NEED_SNPRINTF_ONLY)
1486   va_start(ap, fmt);
1487 #endif
1488   if (!p) p = "";
1489   while (*p) {
1490     if (*p != '%') {
1491    /* if (str_l < str_m) str[str_l++] = *p++;    -- this would be sufficient */
1492    /* but the following code achieves better performance for cases
1493     * where format string is long and contains few conversions */
1494       const char *q = strchr(p+1,'%');
1495       size_t n = !q ? strlen(p) : (q-p);
1496       if (str_l < str_m) {
1497         size_t avail = str_m-str_l;
1498         fast_memcpy(str+str_l, p, (n>avail?avail:n));
1499       }
1500       p += n; str_l += n;
1501     } else {
1502       const char *starting_p;
1503       size_t min_field_width = 0, precision = 0;
1504       int zero_padding = 0, precision_specified = 0, justify_left = 0;
1505       int alternate_form = 0, force_sign = 0;
1506       int space_for_positive = 1; /* If both the ' ' and '+' flags appear,
1507                                      the ' ' flag should be ignored. */
1508       char length_modifier = '\0';            /* allowed values: \0, h, l, L */
1509       char tmp[32];/* temporary buffer for simple numeric->string conversion */
1510
1511       const char *str_arg;      /* string address in case of string argument */
1512       size_t str_arg_l;         /* natural field width of arg without padding
1513                                    and sign */
1514       unsigned char uchar_arg;
1515         /* unsigned char argument value - only defined for c conversion.
1516            N.B. standard explicitly states the char argument for
1517            the c conversion is unsigned */
1518
1519       size_t number_of_zeros_to_pad = 0;
1520         /* number of zeros to be inserted for numeric conversions
1521            as required by the precision or minimal field width */
1522
1523       size_t zero_padding_insertion_ind = 0;
1524         /* index into tmp where zero padding is to be inserted */
1525
1526       char fmt_spec = '\0';
1527         /* current conversion specifier character */
1528
1529       str_arg = credits;/* just to make compiler happy (defined but not used)*/
1530       str_arg = NULL;
1531       starting_p = p; p++;  /* skip '%' */
1532    /* parse flags */
1533       while (*p == '0' || *p == '-' || *p == '+' ||
1534              *p == ' ' || *p == '#' || *p == '\'') {
1535         switch (*p) {
1536         case '0': zero_padding = 1; break;
1537         case '-': justify_left = 1; break;
1538         case '+': force_sign = 1; space_for_positive = 0; break;
1539         case ' ': force_sign = 1;
1540      /* If both the ' ' and '+' flags appear, the ' ' flag should be ignored */
1541 #ifdef PERL_COMPATIBLE
1542      /* ... but in Perl the last of ' ' and '+' applies */
1543                   space_for_positive = 1;
1544 #endif
1545                   break;
1546         case '#': alternate_form = 1; break;
1547         case '\'': break;
1548         }
1549         p++;
1550       }
1551    /* If the '0' and '-' flags both appear, the '0' flag should be ignored. */
1552
1553    /* parse field width */
1554       if (*p == '*') {
1555         int j;
1556         p++; j = va_arg(ap, int);
1557         if (j >= 0) min_field_width = j;
1558         else { min_field_width = -j; justify_left = 1; }
1559       } else if (isdigit((int)(*p))) {
1560         /* size_t could be wider than unsigned int;
1561            make sure we treat argument like common implementations do */
1562         unsigned int uj = *p++ - '0';
1563         while (isdigit((int)(*p))) uj = 10*uj + (unsigned int)(*p++ - '0');
1564         min_field_width = uj;
1565       }
1566    /* parse precision */
1567       if (*p == '.') {
1568         p++; precision_specified = 1;
1569         if (*p == '*') {
1570           int j = va_arg(ap, int);
1571           p++;
1572           if (j >= 0) precision = j;
1573           else {
1574             precision_specified = 0; precision = 0;
1575          /* NOTE:
1576           *   Solaris 2.6 man page claims that in this case the precision
1577           *   should be set to 0.  Digital Unix 4.0, HPUX 10 and BSD man page
1578           *   claim that this case should be treated as unspecified precision,
1579           *   which is what we do here.
1580           */
1581           }
1582         } else if (isdigit((int)(*p))) {
1583           /* size_t could be wider than unsigned int;
1584              make sure we treat argument like common implementations do */
1585           unsigned int uj = *p++ - '0';
1586           while (isdigit((int)(*p))) uj = 10*uj + (unsigned int)(*p++ - '0');
1587           precision = uj;
1588         }
1589       }
1590    /* parse 'h', 'l' and 'll' length modifiers */
1591       if (*p == 'h' || *p == 'l') {
1592         length_modifier = *p; p++;
1593         if (length_modifier == 'l' && *p == 'l') {   /* double l = long long */
1594 #ifdef SNPRINTF_LONGLONG_SUPPORT
1595           length_modifier = '2';                  /* double l encoded as '2' */
1596 #else
1597           length_modifier = 'l';                 /* treat it as a single 'l' */
1598 #endif
1599           p++;
1600         }
1601       }
1602       fmt_spec = *p;
1603    /* common synonyms: */
1604       switch (fmt_spec) {
1605       case 'i': fmt_spec = 'd'; break;
1606       case 'D': fmt_spec = 'd'; length_modifier = 'l'; break;
1607       case 'U': fmt_spec = 'u'; length_modifier = 'l'; break;
1608       case 'O': fmt_spec = 'o'; length_modifier = 'l'; break;
1609       default: break;
1610       }
1611    /* get parameter value, do initial processing */
1612       switch (fmt_spec) {
1613       case '%': /* % behaves similar to 's' regarding flags and field widths */
1614       case 'c': /* c behaves similar to 's' regarding flags and field widths */
1615       case 's':
1616         length_modifier = '\0';          /* wint_t and wchar_t not supported */
1617      /* the result of zero padding flag with non-numeric conversion specifier*/
1618      /* is undefined. Solaris and HPUX 10 does zero padding in this case,    */
1619      /* Digital Unix and Linux does not. */
1620 #if !defined(SOLARIS_COMPATIBLE) && !defined(HPUX_COMPATIBLE)
1621         zero_padding = 0;    /* turn zero padding off for string conversions */
1622 #endif
1623         str_arg_l = 1;
1624         switch (fmt_spec) {
1625         case '%':
1626           str_arg = p; break;
1627         case 'c': {
1628           int j = va_arg(ap, int);
1629           uchar_arg = (unsigned char) j;   /* standard demands unsigned char */
1630           str_arg = (const char *) &uchar_arg;
1631           break;
1632         }
1633         case 's':
1634           str_arg = va_arg(ap, const char *);
1635           if (!str_arg) str_arg_l = 0;
1636        /* make sure not to address string beyond the specified precision !!! */
1637           else if (!precision_specified) str_arg_l = strlen(str_arg);
1638        /* truncate string if necessary as requested by precision */
1639           else if (precision == 0) str_arg_l = 0;
1640           else {
1641        /* memchr on HP does not like n > 2^31  !!! */
1642             const char *q = memchr(str_arg, '\0',
1643                              precision <= 0x7fffffff ? precision : 0x7fffffff);
1644             str_arg_l = !q ? precision : (q-str_arg);
1645           }
1646           break;
1647         default: break;
1648         }
1649         break;
1650       case 'd': case 'u': case 'o': case 'x': case 'X': case 'p': {
1651         /* NOTE: the u, o, x, X and p conversion specifiers imply
1652                  the value is unsigned;  d implies a signed value */
1653
1654         int arg_sign = 0;
1655           /* 0 if numeric argument is zero (or if pointer is NULL for 'p'),
1656             +1 if greater than zero (or nonzero for unsigned arguments),
1657             -1 if negative (unsigned argument is never negative) */
1658
1659         int int_arg = 0;  unsigned int uint_arg = 0;
1660           /* only defined for length modifier h, or for no length modifiers */
1661
1662         long int long_arg = 0;  unsigned long int ulong_arg = 0;
1663           /* only defined for length modifier l */
1664
1665         void *ptr_arg = NULL;
1666           /* pointer argument value -only defined for p conversion */
1667
1668 #ifdef SNPRINTF_LONGLONG_SUPPORT
1669         long long int long_long_arg = 0;
1670         unsigned long long int ulong_long_arg = 0;
1671           /* only defined for length modifier ll */
1672 #endif
1673         if (fmt_spec == 'p') {
1674         /* HPUX 10: An l, h, ll or L before any other conversion character
1675          *   (other than d, i, u, o, x, or X) is ignored.
1676          * Digital Unix:
1677          *   not specified, but seems to behave as HPUX does.
1678          * Solaris: If an h, l, or L appears before any other conversion
1679          *   specifier (other than d, i, u, o, x, or X), the behavior
1680          *   is undefined. (Actually %hp converts only 16-bits of address
1681          *   and %llp treats address as 64-bit data which is incompatible
1682          *   with (void *) argument on a 32-bit system).
1683          */
1684 #ifdef SOLARIS_COMPATIBLE
1685 #  ifdef SOLARIS_BUG_COMPATIBLE
1686           /* keep length modifiers even if it represents 'll' */
1687 #  else
1688           if (length_modifier == '2') length_modifier = '\0';
1689 #  endif
1690 #else
1691           length_modifier = '\0';
1692 #endif
1693           ptr_arg = va_arg(ap, void *);
1694           if (ptr_arg != NULL) arg_sign = 1;
1695         } else if (fmt_spec == 'd') {  /* signed */
1696           switch (length_modifier) {
1697           case '\0':
1698           case 'h':
1699          /* It is non-portable to specify a second argument of char or short
1700           * to va_arg, because arguments seen by the called function
1701           * are not char or short.  C converts char and short arguments
1702           * to int before passing them to a function.
1703           */
1704             int_arg = va_arg(ap, int);
1705             if      (int_arg > 0) arg_sign =  1;
1706             else if (int_arg < 0) arg_sign = -1;
1707             break;
1708           case 'l':
1709             long_arg = va_arg(ap, long int);
1710             if      (long_arg > 0) arg_sign =  1;
1711             else if (long_arg < 0) arg_sign = -1;
1712             break;
1713 #ifdef SNPRINTF_LONGLONG_SUPPORT
1714           case '2':
1715             long_long_arg = va_arg(ap, long long int);
1716             if      (long_long_arg > 0) arg_sign =  1;
1717             else if (long_long_arg < 0) arg_sign = -1;
1718             break;
1719 #endif
1720           }
1721         } else {  /* unsigned */
1722           switch (length_modifier) {
1723           case '\0':
1724           case 'h':
1725             uint_arg = va_arg(ap, unsigned int);
1726             if (uint_arg) arg_sign = 1;
1727             break;
1728           case 'l':
1729             ulong_arg = va_arg(ap, unsigned long int);
1730             if (ulong_arg) arg_sign = 1;
1731             break;
1732 #ifdef SNPRINTF_LONGLONG_SUPPORT
1733           case '2':
1734             ulong_long_arg = va_arg(ap, unsigned long long int);
1735             if (ulong_long_arg) arg_sign = 1;
1736             break;
1737 #endif
1738           }
1739         }
1740         str_arg = tmp; str_arg_l = 0;
1741      /* NOTE:
1742       *   For d, i, u, o, x, and X conversions, if precision is specified,
1743       *   the '0' flag should be ignored. This is so with Solaris 2.6,
1744       *   Digital UNIX 4.0, HPUX 10, Linux, FreeBSD, NetBSD; but not with Perl.
1745       */
1746 #ifndef PERL_COMPATIBLE
1747         if (precision_specified) zero_padding = 0;
1748 #endif
1749         if (fmt_spec == 'd') {
1750           if (force_sign && arg_sign >= 0)
1751             tmp[str_arg_l++] = space_for_positive ? ' ' : '+';
1752          /* leave negative numbers for sprintf to handle,
1753             to avoid handling tricky cases like (short int)(-32768) */
1754 #ifdef LINUX_COMPATIBLE
1755         } else if (fmt_spec == 'p' && force_sign && arg_sign > 0) {
1756           tmp[str_arg_l++] = space_for_positive ? ' ' : '+';
1757 #endif
1758         } else if (alternate_form) {
1759           if (arg_sign != 0 && (fmt_spec == 'x' || fmt_spec == 'X') )
1760             { tmp[str_arg_l++] = '0'; tmp[str_arg_l++] = fmt_spec; }
1761          /* alternate form should have no effect for p conversion, but ... */
1762 #ifdef HPUX_COMPATIBLE
1763           else if (fmt_spec == 'p'
1764          /* HPUX 10: for an alternate form of p conversion,
1765           *          a nonzero result is prefixed by 0x. */
1766 #ifndef HPUX_BUG_COMPATIBLE
1767          /* Actually it uses 0x prefix even for a zero value. */
1768                    && arg_sign != 0
1769 #endif
1770                   ) { tmp[str_arg_l++] = '0'; tmp[str_arg_l++] = 'x'; }
1771 #endif
1772         }
1773         zero_padding_insertion_ind = str_arg_l;
1774         if (!precision_specified) precision = 1;   /* default precision is 1 */
1775         if (precision == 0 && arg_sign == 0
1776 #if defined(HPUX_BUG_COMPATIBLE) || defined(LINUX_COMPATIBLE)
1777             && fmt_spec != 'p'
1778          /* HPUX 10 man page claims: With conversion character p the result of
1779           * converting a zero value with a precision of zero is a null string.
1780           * Actually HP returns all zeroes, and Linux returns "(nil)". */
1781 #endif
1782         ) {
1783          /* converted to null string */
1784          /* When zero value is formatted with an explicit precision 0,
1785             the resulting formatted string is empty (d, i, u, o, x, X, p).   */
1786         } else {
1787           char f[5]; int f_l = 0;
1788           f[f_l++] = '%';    /* construct a simple format string for sprintf */
1789           if (!length_modifier) { }
1790           else if (length_modifier=='2') { f[f_l++] = 'l'; f[f_l++] = 'l'; }
1791           else f[f_l++] = length_modifier;
1792           f[f_l++] = fmt_spec; f[f_l++] = '\0';
1793           if (fmt_spec == 'p') str_arg_l += sprintf(tmp+str_arg_l, f, ptr_arg);
1794           else if (fmt_spec == 'd') {  /* signed */
1795             switch (length_modifier) {
1796             case '\0':
1797             case 'h': str_arg_l+=sprintf(tmp+str_arg_l, f, int_arg);  break;
1798             case 'l': str_arg_l+=sprintf(tmp+str_arg_l, f, long_arg); break;
1799 #ifdef SNPRINTF_LONGLONG_SUPPORT
1800             case '2': str_arg_l+=sprintf(tmp+str_arg_l,f,long_long_arg); break;
1801 #endif
1802             }
1803           } else {  /* unsigned */
1804             switch (length_modifier) {
1805             case '\0':
1806             case 'h': str_arg_l+=sprintf(tmp+str_arg_l, f, uint_arg);  break;
1807             case 'l': str_arg_l+=sprintf(tmp+str_arg_l, f, ulong_arg); break;
1808 #ifdef SNPRINTF_LONGLONG_SUPPORT
1809             case '2': str_arg_l+=sprintf(tmp+str_arg_l,f,ulong_long_arg);break;
1810 #endif
1811             }
1812           }
1813          /* include the optional minus sign and possible "0x"
1814             in the region before the zero padding insertion point */
1815           if (zero_padding_insertion_ind < str_arg_l &&
1816               tmp[zero_padding_insertion_ind] == '-') {
1817             zero_padding_insertion_ind++;
1818           }
1819           if (zero_padding_insertion_ind+1 < str_arg_l &&
1820               tmp[zero_padding_insertion_ind]   == '0' &&
1821              (tmp[zero_padding_insertion_ind+1] == 'x' ||
1822               tmp[zero_padding_insertion_ind+1] == 'X') ) {
1823             zero_padding_insertion_ind += 2;
1824           }
1825         }
1826         { size_t num_of_digits = str_arg_l - zero_padding_insertion_ind;
1827           if (alternate_form && fmt_spec == 'o'
1828 #ifdef HPUX_COMPATIBLE                                  /* ("%#.o",0) -> ""  */
1829               && (str_arg_l > 0)
1830 #endif
1831 #ifdef DIGITAL_UNIX_BUG_COMPATIBLE                      /* ("%#o",0) -> "00" */
1832 #else
1833               /* unless zero is already the first character */
1834               && !(zero_padding_insertion_ind < str_arg_l
1835                    && tmp[zero_padding_insertion_ind] == '0')
1836 #endif
1837           ) {        /* assure leading zero for alternate-form octal numbers */
1838             if (!precision_specified || precision < num_of_digits+1) {
1839              /* precision is increased to force the first character to be zero,
1840                 except if a zero value is formatted with an explicit precision
1841                 of zero */
1842               precision = num_of_digits+1; precision_specified = 1;
1843             }
1844           }
1845        /* zero padding to specified precision? */
1846           if (num_of_digits < precision) 
1847             number_of_zeros_to_pad = precision - num_of_digits;
1848         }
1849      /* zero padding to specified minimal field width? */
1850         if (!justify_left && zero_padding) {
1851           int n = min_field_width - (str_arg_l+number_of_zeros_to_pad);
1852           if (n > 0) number_of_zeros_to_pad += n;
1853         }
1854         break;
1855       }
1856       default: /* unrecognized conversion specifier, keep format string as-is*/
1857         zero_padding = 0;  /* turn zero padding off for non-numeric convers. */
1858 #ifndef DIGITAL_UNIX_COMPATIBLE
1859         justify_left = 1; min_field_width = 0;                /* reset flags */
1860 #endif
1861 #if defined(PERL_COMPATIBLE) || defined(LINUX_COMPATIBLE)
1862      /* keep the entire format string unchanged */
1863         str_arg = starting_p; str_arg_l = p - starting_p;
1864      /* well, not exactly so for Linux, which does something inbetween,
1865       * and I don't feel an urge to imitate it: "%+++++hy" -> "%+y"  */
1866 #else
1867      /* discard the unrecognized conversion, just keep *
1868       * the unrecognized conversion character          */
1869         str_arg = p; str_arg_l = 0;
1870 #endif
1871         if (*p) str_arg_l++;  /* include invalid conversion specifier unchanged
1872                                  if not at end-of-string */
1873         break;
1874       }
1875       if (*p) p++;      /* step over the just processed conversion specifier */
1876    /* insert padding to the left as requested by min_field_width;
1877       this does not include the zero padding in case of numerical conversions*/
1878       if (!justify_left) {                /* left padding with blank or zero */
1879         int n = min_field_width - (str_arg_l+number_of_zeros_to_pad);
1880         if (n > 0) {
1881           if (str_l < str_m) {
1882             size_t avail = str_m-str_l;
1883             fast_memset(str+str_l, (zero_padding?'0':' '), (n>avail?avail:n));
1884           }
1885           str_l += n;
1886         }
1887       }
1888    /* zero padding as requested by the precision or by the minimal field width
1889     * for numeric conversions required? */
1890       if (number_of_zeros_to_pad <= 0) {
1891      /* will not copy first part of numeric right now, *
1892       * force it to be copied later in its entirety    */
1893         zero_padding_insertion_ind = 0;
1894       } else {
1895      /* insert first part of numerics (sign or '0x') before zero padding */
1896         int n = zero_padding_insertion_ind;
1897         if (n > 0) {
1898           if (str_l < str_m) {
1899             size_t avail = str_m-str_l;
1900             fast_memcpy(str+str_l, str_arg, (n>avail?avail:n));
1901           }
1902           str_l += n;
1903         }
1904      /* insert zero padding as requested by the precision or min field width */
1905         n = number_of_zeros_to_pad;
1906         if (n > 0) {
1907           if (str_l < str_m) {
1908             size_t avail = str_m-str_l;
1909             fast_memset(str+str_l, '0', (n>avail?avail:n));
1910           }
1911           str_l += n;
1912         }
1913       }
1914    /* insert formatted string
1915     * (or as-is conversion specifier for unknown conversions) */
1916       { int n = str_arg_l - zero_padding_insertion_ind;
1917         if (n > 0) {
1918           if (str_l < str_m) {
1919             size_t avail = str_m-str_l;
1920             fast_memcpy(str+str_l, str_arg+zero_padding_insertion_ind,
1921                         (n>avail?avail:n));
1922           }
1923           str_l += n;
1924         }
1925       }
1926    /* insert right padding */
1927       if (justify_left) {          /* right blank padding to the field width */
1928         int n = min_field_width - (str_arg_l+number_of_zeros_to_pad);
1929         if (n > 0) {
1930           if (str_l < str_m) {
1931             size_t avail = str_m-str_l;
1932             fast_memset(str+str_l, ' ', (n>avail?avail:n));
1933           }
1934           str_l += n;
1935         }
1936       }
1937     }
1938   }
1939 #if defined(NEED_SNPRINTF_ONLY)
1940   va_end(ap);
1941 #endif
1942   if (str_m > 0) { /* make sure the string is null-terminated
1943                       even at the expense of overwriting the last character
1944                       (shouldn't happen, but just in case) */
1945     str[str_l <= str_m-1 ? str_l : str_m-1] = '\0';
1946   }
1947   /* Return the number of characters formatted (excluding trailing null
1948    * character), that is, the number of characters that would have been
1949    * written to the buffer if it were large enough.
1950    *
1951    * The value of str_l should be returned, but str_l is of unsigned type
1952    * size_t, and snprintf is int, possibly leading to an undetected
1953    * integer overflow, resulting in a negative return value, which is illegal.
1954    * Both XSH5 and ISO C99 (at least the draft) are silent on this issue.
1955    * Should errno be set to EOVERFLOW and EOF returned in this case???
1956    */
1957   return (int) str_l;
1958 }
1959 #endif
1960 #endif /* ndef HAVE_SNPRINTF */
1961 /*
1962   Local Variables:
1963   tab-width: 3
1964   end:
1965 */