Wed Mar 3 23:09:25 2010

Asterisk developer's documentation


utils.c File Reference

Utility functions. More...

#include "asterisk.h"
#include <ctype.h>
#include <sys/stat.h>
#include "asterisk/network.h"
#include "asterisk/lock.h"
#include "asterisk/io.h"
#include "asterisk/md5.h"
#include "asterisk/sha1.h"
#include "asterisk/cli.h"
#include "asterisk/linkedlists.h"
#include "asterisk/strings.h"
#include "asterisk/time.h"
#include "asterisk/stringfields.h"
#include "asterisk/utils.h"
#include "asterisk/threadstorage.h"
#include "asterisk/config.h"
Include dependency graph for utils.c:

Go to the source code of this file.

Data Structures

struct  thr_arg

Defines

#define AST_API_MODULE
#define AST_API_MODULE
#define AST_API_MODULE
#define AST_API_MODULE
#define AST_API_MODULE
#define AST_API_MODULE
#define AST_API_MODULE
#define ERANGE   34
#define ONE_MILLION   1000000

Functions

int __ast_str_helper (struct ast_str **buf, size_t max_len, int append, const char *fmt, va_list ap)
 Core functionality of ast_str_(set|append)_va.
ast_string_field __ast_string_field_alloc_space (struct ast_string_field_mgr *mgr, struct ast_string_field_pool **pool_head, size_t needed)
int __ast_string_field_init (struct ast_string_field_mgr *mgr, struct ast_string_field_pool **pool_head, int needed, const char *file, int lineno, const char *func)
void __ast_string_field_ptr_build (struct ast_string_field_mgr *mgr, struct ast_string_field_pool **pool_head, ast_string_field *ptr, const char *format,...)
void __ast_string_field_ptr_build_va (struct ast_string_field_mgr *mgr, struct ast_string_field_pool **pool_head, ast_string_field *ptr, const char *format, va_list ap1, va_list ap2)
int __ast_string_field_ptr_grow (struct ast_string_field_mgr *mgr, size_t needed, const ast_string_field *ptr)
int _ast_asprintf (char **ret, const char *file, int lineno, const char *func, const char *fmt,...)
static int add_string_pool (struct ast_string_field_mgr *mgr, struct ast_string_field_pool **pool_head, size_t size, const char *file, int lineno, const char *func)
 add a new block to the pool. We can only allocate from the topmost pool, so the fields in *mgr reflect the size of that only.
int ast_atomic_fetchadd_int_slow (volatile int *p, int v)
int ast_base64decode (unsigned char *dst, const char *src, int max)
 decode BASE64 encoded text
int ast_base64encode (char *dst, const unsigned char *src, int srclen, int max)
 Encode data in base64.
int ast_base64encode_full (char *dst, const unsigned char *src, int srclen, int max, int linebreaks)
 encode text to BASE64 coding
int ast_build_string (char **buffer, size_t *space, const char *fmt,...)
 Build a string in a buffer, designed to be called repeatedly.
int ast_build_string_va (char **buffer, size_t *space, const char *fmt, va_list ap)
 Build a string in a buffer, designed to be called repeatedly.
int ast_careful_fwrite (FILE *f, int fd, const char *src, size_t len, int timeoutms)
 Write data to a file stream with a timeout.
int ast_carefulwrite (int fd, char *s, int len, int timeoutms)
 Try to write string, but wait no more than ms milliseconds before timing out.
void ast_enable_packet_fragmentation (int sock)
 Disable PMTU discovery on a socket.
int ast_false (const char *s)
 Make sure something is false. Determine if a string containing a boolean value is "false". This function checks to see whether a string passed to it is an indication of an "false" value. It checks to see if the string is "no", "false", "n", "f", "off" or "0".
int ast_get_time_t (const char *src, time_t *dst, time_t _default, int *consumed)
 get values from config variables.
int ast_get_timeval (const char *src, struct timeval *dst, struct timeval _default, int *consumed)
 get values from config variables.
struct hostent * ast_gethostbyname (const char *host, struct ast_hostent *hp)
 Re-entrant (thread safe) version of gethostbyname that replaces the standard gethostbyname (which is not thread safe).
const char * ast_inet_ntoa (struct in_addr ia)
 ast_inet_ntoa: Recursive thread safe replacement of inet_ntoa
void ast_join (char *s, size_t len, char *const w[])
void ast_md5_hash (char *output, char *input)
 Produce 32 char MD5 hash of value.
int ast_mkdir (const char *path, int mode)
 Recursively create directory path.
 AST_MUTEX_DEFINE_STATIC (fetchadd_m)
 AST_MUTEX_DEFINE_STATIC (randomlock)
 glibc puts a lock inside random(3), so that the results are thread-safe. BSD libc (and others) do not.
 AST_MUTEX_DEFINE_STATIC (__mutex)
char * ast_process_quotes_and_slashes (char *start, char find, char replace_with)
 Process a string to find and replace characters.
int ast_pthread_create_detached_stack (pthread_t *thread, pthread_attr_t *attr, void *(*start_routine)(void *), void *data, size_t stacksize, const char *file, const char *caller, int line, const char *start_fn)
int ast_pthread_create_stack (pthread_t *thread, pthread_attr_t *attr, void *(*start_routine)(void *), void *data, size_t stacksize, const char *file, const char *caller, int line, const char *start_fn)
long int ast_random (void)
void ast_sha1_hash (char *output, char *input)
 Produce 40 char SHA1 hash of value.
char * ast_strip_quoted (char *s, const char *beg_quotes, const char *end_quotes)
 Strip leading/trailing whitespace and quotes from a string.
 AST_THREADSTORAGE (inet_ntoa_buf)
int ast_true (const char *s)
 Make sure something is true. Determine if a string containing a boolean value is "true". This function checks to see whether a string passed to it is an indication of an "true" value. It checks to see if the string is "yes", "true", "y", "t", "on" or "1".
struct timeval ast_tvadd (struct timeval a, struct timeval b)
 Returns the sum of two timevals a + b.
struct timeval ast_tvsub (struct timeval a, struct timeval b)
 Returns the difference of two timevals a - b.
char * ast_unescape_c (char *src)
 Convert some C escape sequences.
char * ast_unescape_semicolon (char *s)
 Strip backslash for "escaped" semicolons, the string to be stripped (will be modified).
void ast_uri_decode (char *s)
 ast_uri_decode: Decode SIP URI, URN, URL (overwrite the string)
char * ast_uri_encode (const char *string, char *outbuf, int buflen, int doreserved)
 ast_uri_encode: Turn text string to URI-encoded XX version
int ast_utils_init (void)
int ast_wait_for_input (int fd, int ms)
static int ast_wait_for_output (int fd, int timeoutms)
static void base64_init (void)
static void * dummy_start (void *data)
static int gethostbyname_r (const char *name, struct hostent *ret, char *buf, size_t buflen, struct hostent **result, int *h_errnop)
 Reentrant replacement for gethostbyname for BSD-based systems.
static struct timeval tvfix (struct timeval a)

Variables

const char __ast_string_field_empty [] = ""
static char b2a [256]
static char base64 [64]

Detailed Description

Utility functions.

Note:
These are important for portability and security, so please use them in favour of other routines. Please consult the CODING GUIDELINES for more information.

Definition in file utils.c.


Define Documentation

#define AST_API_MODULE

Definition at line 62 of file utils.c.

#define AST_API_MODULE

Definition at line 62 of file utils.c.

#define AST_API_MODULE

Definition at line 62 of file utils.c.

#define AST_API_MODULE

Definition at line 62 of file utils.c.

#define AST_API_MODULE

Definition at line 62 of file utils.c.

#define AST_API_MODULE

Definition at line 62 of file utils.c.

#define AST_API_MODULE

Definition at line 62 of file utils.c.

#define ERANGE   34

duh? ERANGE value copied from web...

Definition at line 72 of file utils.c.

Referenced by gethostbyname_r(), and reload_queue_members().

#define ONE_MILLION   1000000

Definition at line 1343 of file utils.c.

Referenced by ast_tvadd(), ast_tvsub(), and tvfix().


Function Documentation

int __ast_str_helper ( struct ast_str **  buf,
size_t  max_len,
int  append,
const char *  fmt,
va_list  ap 
)

Core functionality of ast_str_(set|append)_va.

core handler for dynamic strings. This is not meant to be called directly, but rather through the various wrapper macros ast_str_set(...) ast_str_append(...) ast_str_set_va(...) ast_str_append_va(...)

Definition at line 1763 of file utils.c.

References AST_DYNSTR_BUILD_FAILED, ast_str_make_space(), and ast_verbose.

Referenced by ast_str_set_va().

01765 {
01766    int res, need;
01767    int offset = (append && (*buf)->len) ? (*buf)->used : 0;
01768    va_list aq;
01769 
01770    do {
01771       if (max_len < 0) {
01772          max_len = (*buf)->len;  /* don't exceed the allocated space */
01773       }
01774       /*
01775        * Ask vsnprintf how much space we need. Remember that vsnprintf
01776        * does not count the final '\0' so we must add 1.
01777        */
01778       va_copy(aq, ap);
01779       res = vsnprintf((*buf)->str + offset, (*buf)->len - offset, fmt, aq);
01780 
01781       need = res + offset + 1;
01782       /*
01783        * If there is not enough space and we are below the max length,
01784        * reallocate the buffer and return a message telling to retry.
01785        */
01786       if (need > (*buf)->len && (max_len == 0 || (*buf)->len < max_len) ) {
01787          if (max_len && max_len < need) { /* truncate as needed */
01788             need = max_len;
01789          } else if (max_len == 0) { /* if unbounded, give more room for next time */
01790             need += 16 + need / 4;
01791          }
01792          if (0) { /* debugging */
01793             ast_verbose("extend from %d to %d\n", (int)(*buf)->len, need);
01794          }
01795          if (ast_str_make_space(buf, need)) {
01796             ast_verbose("failed to extend from %d to %d\n", (int)(*buf)->len, need);
01797             return AST_DYNSTR_BUILD_FAILED;
01798          }
01799          (*buf)->str[offset] = '\0';   /* Truncate the partial write. */
01800 
01801          /* Restart va_copy before calling vsnprintf() again. */
01802          va_end(aq);
01803          continue;
01804       }
01805       break;
01806    } while (1);
01807    /* update space used, keep in mind the truncation */
01808    (*buf)->used = (res + offset > (*buf)->len) ? (*buf)->len : res + offset;
01809 
01810    return res;
01811 }

ast_string_field __ast_string_field_alloc_space ( struct ast_string_field_mgr mgr,
struct ast_string_field_pool **  pool_head,
size_t  needed 
)

Definition at line 1566 of file utils.c.

References add_string_pool(), ast_string_field_mgr::last_alloc, ast_string_field_mgr::owner_file, ast_string_field_mgr::owner_func, ast_string_field_mgr::owner_line, ast_string_field_mgr::size, and ast_string_field_mgr::used.

01568 {
01569    char *result = NULL;
01570    size_t space = mgr->size - mgr->used;
01571 
01572    if (__builtin_expect(needed > space, 0)) {
01573       size_t new_size = mgr->size * 2;
01574 
01575       while (new_size < needed)
01576          new_size *= 2;
01577 
01578 #if defined(__AST_DEBUG_MALLOC)
01579       if (add_string_pool(mgr, pool_head, new_size, mgr->owner_file, mgr->owner_line, mgr->owner_func))
01580          return NULL;
01581 #else
01582       if (add_string_pool(mgr, pool_head, new_size, __FILE__, __LINE__, __FUNCTION__))
01583          return NULL;
01584 #endif
01585    }
01586 
01587    result = (*pool_head)->base + mgr->used;
01588    mgr->used += needed;
01589    mgr->last_alloc = result;
01590    return result;
01591 }

int __ast_string_field_init ( struct ast_string_field_mgr mgr,
struct ast_string_field_pool **  pool_head,
int  needed,
const char *  file,
int  lineno,
const char *  func 
)

Definition at line 1512 of file utils.c.

References __ast_string_field_empty, add_string_pool(), ast_free, ast_log(), ast_string_field_mgr::last_alloc, LOG_WARNING, ast_string_field_mgr::owner_file, ast_string_field_mgr::owner_func, ast_string_field_mgr::owner_line, ast_string_field_pool::prev, and ast_string_field_mgr::used.

01514 {
01515    const char **p = (const char **) pool_head + 1;
01516    struct ast_string_field_pool *cur = NULL;
01517    struct ast_string_field_pool *preserve = NULL;
01518 
01519    /* clear fields - this is always necessary */
01520    while ((struct ast_string_field_mgr *) p != mgr)
01521       *p++ = __ast_string_field_empty;
01522    mgr->last_alloc = NULL;
01523 #if defined(__AST_DEBUG_MALLOC)
01524    mgr->owner_file = file;
01525    mgr->owner_func = func;
01526    mgr->owner_line = lineno;
01527 #endif
01528    if (needed > 0) {    /* allocate the initial pool */
01529       *pool_head = NULL;
01530       return add_string_pool(mgr, pool_head, needed, file, lineno, func);
01531    }
01532    if (needed < 0) {    /* reset all pools */
01533       if (*pool_head == NULL) {
01534          ast_log(LOG_WARNING, "trying to reset empty pool\n");
01535          return -1;
01536       }
01537       cur = *pool_head;
01538    } else {       /* preserve the last pool */
01539       if (*pool_head == NULL) {
01540          ast_log(LOG_WARNING, "trying to reset empty pool\n");
01541          return -1;
01542       }
01543       mgr->used = 0;
01544       preserve = *pool_head;
01545       cur = preserve->prev;
01546    }
01547 
01548    if (preserve) {
01549       preserve->prev = NULL;
01550    }
01551 
01552    while (cur) {
01553       struct ast_string_field_pool *prev = cur->prev;
01554 
01555       if (cur != preserve) {
01556          ast_free(cur);
01557       }
01558       cur = prev;
01559    }
01560 
01561    *pool_head = preserve;
01562 
01563    return 0;
01564 }

void __ast_string_field_ptr_build ( struct ast_string_field_mgr mgr,
struct ast_string_field_pool **  pool_head,
ast_string_field ptr,
const char *  format,
  ... 
)

Definition at line 1672 of file utils.c.

References __ast_string_field_ptr_build_va().

01675 {
01676    va_list ap1, ap2;
01677 
01678    va_start(ap1, format);
01679    va_start(ap2, format);     /* va_copy does not exist on FreeBSD */
01680 
01681    __ast_string_field_ptr_build_va(mgr, pool_head, ptr, format, ap1, ap2);
01682 
01683    va_end(ap1);
01684    va_end(ap2);
01685 }

void __ast_string_field_ptr_build_va ( struct ast_string_field_mgr mgr,
struct ast_string_field_pool **  pool_head,
ast_string_field ptr,
const char *  format,
va_list  ap1,
va_list  ap2 
)

Definition at line 1616 of file utils.c.

References add_string_pool(), available(), ast_string_field_mgr::last_alloc, ast_string_field_mgr::owner_file, ast_string_field_mgr::owner_func, ast_string_field_mgr::owner_line, ast_string_field_mgr::size, and ast_string_field_mgr::used.

Referenced by __ast_string_field_ptr_build().

01619 {
01620    size_t needed;
01621    size_t available;
01622    size_t space = mgr->size - mgr->used;
01623    char *target;
01624 
01625    /* if the field already has space allocated, try to reuse it;
01626       otherwise, use the empty space at the end of the current
01627       pool
01628    */
01629    if ((*ptr)[0] != '\0') {
01630       target = (char *) *ptr;
01631       available = strlen(target) + 1;
01632    } else {
01633       target = (*pool_head)->base + mgr->used;
01634       available = space;
01635    }
01636 
01637    needed = vsnprintf(target, available, format, ap1) + 1;
01638 
01639    va_end(ap1);
01640 
01641    if (needed > available) {
01642       /* if the space needed can be satisfied by using the current
01643          pool (which could only occur if we tried to use the field's
01644          allocated space and failed), then use that space; otherwise
01645          allocate a new pool
01646       */
01647       if (needed > space) {
01648          size_t new_size = mgr->size * 2;
01649 
01650          while (new_size < needed)
01651             new_size *= 2;
01652          
01653 #if defined(__AST_DEBUG_MALLOC)
01654          if (add_string_pool(mgr, pool_head, new_size, mgr->owner_file, mgr->owner_line, mgr->owner_func))
01655             return;
01656 #else
01657          if (add_string_pool(mgr, pool_head, new_size, NULL, 0, NULL))
01658             return;
01659 #endif
01660       }
01661 
01662       target = (*pool_head)->base + mgr->used;
01663       vsprintf(target, format, ap2);
01664    }
01665 
01666    if (*ptr != target) {
01667       mgr->last_alloc = *ptr = target;
01668       mgr->used += needed;
01669    }
01670 }

int __ast_string_field_ptr_grow ( struct ast_string_field_mgr mgr,
size_t  needed,
const ast_string_field ptr 
)

Definition at line 1593 of file utils.c.

References ast_string_field_mgr::last_alloc, ast_string_field_mgr::size, and ast_string_field_mgr::used.

01595 {
01596    int grow = needed - (strlen(*ptr) + 1);
01597    size_t space = mgr->size - mgr->used;
01598 
01599    if (grow <= 0) {
01600       return 0;
01601    }
01602 
01603    if (*ptr != mgr->last_alloc) {
01604       return 1;
01605    }
01606 
01607    if (space < grow) {
01608       return 1;
01609    }
01610 
01611    mgr->used += grow;
01612 
01613    return 0;
01614 }

int _ast_asprintf ( char **  ret,
const char *  file,
int  lineno,
const char *  func,
const char *  fmt,
  ... 
)

Definition at line 1873 of file utils.c.

References vasprintf.

01874 {
01875    int res;
01876    va_list ap;
01877 
01878    va_start(ap, fmt);
01879    if ((res = vasprintf(ret, fmt, ap)) == -1) {
01880       MALLOC_FAILURE_MSG;
01881    }
01882    va_end(ap);
01883 
01884    return res;
01885 }

static int add_string_pool ( struct ast_string_field_mgr mgr,
struct ast_string_field_pool **  pool_head,
size_t  size,
const char *  file,
int  lineno,
const char *  func 
) [static]

add a new block to the pool. We can only allocate from the topmost pool, so the fields in *mgr reflect the size of that only.

Definition at line 1478 of file utils.c.

References __ast_calloc(), ast_calloc, ast_string_field_mgr::last_alloc, ast_string_field_pool::prev, ast_string_field_mgr::size, and ast_string_field_mgr::used.

Referenced by __ast_string_field_alloc_space(), __ast_string_field_init(), and __ast_string_field_ptr_build_va().

01480 {
01481    struct ast_string_field_pool *pool;
01482 
01483 #if defined(__AST_DEBUG_MALLOC)
01484    if (!(pool = __ast_calloc(1, sizeof(*pool) + size, file, lineno, func))) {
01485       return -1;
01486    }
01487 #else
01488    if (!(pool = ast_calloc(1, sizeof(*pool) + size))) {
01489       return -1;
01490    }
01491 #endif
01492 
01493    pool->prev = *pool_head;
01494    *pool_head = pool;
01495    mgr->size = size;
01496    mgr->used = 0;
01497    mgr->last_alloc = NULL;
01498 
01499    return 0;
01500 }

int ast_atomic_fetchadd_int_slow ( volatile int *  p,
int  v 
)

Definition at line 1690 of file utils.c.

References ast_mutex_lock(), and ast_mutex_unlock().

01691 {
01692    int ret;
01693    ast_mutex_lock(&fetchadd_m);
01694    ret = *p;
01695    *p += v;
01696    ast_mutex_unlock(&fetchadd_m);
01697    return ret;
01698 }

int ast_base64decode ( unsigned char *  dst,
const char *  src,
int  max 
)

decode BASE64 encoded text

Decode data from base64.

Definition at line 264 of file utils.c.

Referenced by __ast_check_signature(), base64_decode(), and osp_validate_token().

00265 {
00266    int cnt = 0;
00267    unsigned int byte = 0;
00268    unsigned int bits = 0;
00269    int incnt = 0;
00270    while (*src && (cnt < max)) {
00271       /* Shift in 6 bits of input */
00272       byte <<= 6;
00273       byte |= (b2a[(int)(*src)]) & 0x3f;
00274       bits += 6;
00275       src++;
00276       incnt++;
00277       /* If we have at least 8 bits left over, take that character 
00278          off the top */
00279       if (bits >= 8)  {
00280          bits -= 8;
00281          *dst = (byte >> bits) & 0xff;
00282          dst++;
00283          cnt++;
00284       }
00285    }
00286    /* Dont worry about left over bits, they're extra anyway */
00287    return cnt;
00288 }

int ast_base64encode ( char *  dst,
const unsigned char *  src,
int  srclen,
int  max 
)

Encode data in base64.

Parameters:
dst the destination buffer
src the source data to be encoded
srclen the number of bytes present in the source buffer
max the maximum number of bytes to write into the destination buffer, *including* the terminating NULL character.

Definition at line 342 of file utils.c.

References ast_base64encode_full().

Referenced by __ast_sign(), aji_start_sasl(), base64_encode(), build_secret(), and osp_check_destination().

00343 {
00344    return ast_base64encode_full(dst, src, srclen, max, 0);
00345 }

int ast_base64encode_full ( char *  dst,
const unsigned char *  src,
int  srclen,
int  max,
int  linebreaks 
)

encode text to BASE64 coding

Definition at line 291 of file utils.c.

Referenced by ast_base64encode().

00292 {
00293    int cnt = 0;
00294    int col = 0;
00295    unsigned int byte = 0;
00296    int bits = 0;
00297    int cntin = 0;
00298    /* Reserve space for null byte at end of string */
00299    max--;
00300    while ((cntin < srclen) && (cnt < max)) {
00301       byte <<= 8;
00302       byte |= *(src++);
00303       bits += 8;
00304       cntin++;
00305       if ((bits == 24) && (cnt + 4 <= max)) {
00306          *dst++ = base64[(byte >> 18) & 0x3f];
00307          *dst++ = base64[(byte >> 12) & 0x3f];
00308          *dst++ = base64[(byte >> 6) & 0x3f];
00309          *dst++ = base64[byte & 0x3f];
00310          cnt += 4;
00311          col += 4;
00312          bits = 0;
00313          byte = 0;
00314       }
00315       if (linebreaks && (cnt < max) && (col == 64)) {
00316          *dst++ = '\n';
00317          cnt++;
00318          col = 0;
00319       }
00320    }
00321    if (bits && (cnt + 4 <= max)) {
00322       /* Add one last character for the remaining bits, 
00323          padding the rest with 0 */
00324       byte <<= 24 - bits;
00325       *dst++ = base64[(byte >> 18) & 0x3f];
00326       *dst++ = base64[(byte >> 12) & 0x3f];
00327       if (bits == 16)
00328          *dst++ = base64[(byte >> 6) & 0x3f];
00329       else
00330          *dst++ = '=';
00331       *dst++ = '=';
00332       cnt += 4;
00333    }
00334    if (linebreaks && (cnt < max)) {
00335       *dst++ = '\n';
00336       cnt++;
00337    }
00338    *dst = '\0';
00339    return cnt;
00340 }

int ast_build_string ( char **  buffer,
size_t *  space,
const char *  fmt,
  ... 
)

Build a string in a buffer, designed to be called repeatedly.

Note:
This method is not recommended. New code should use ast_str_*() instead.

This is a wrapper for snprintf, that properly handles the buffer pointer and buffer space available.

Parameters:
buffer current position in buffer to place string into (will be updated on return)
space remaining space in buffer (will be updated on return)
fmt printf-style format string
Return values:
0 on success
non-zero on failure.

Definition at line 1297 of file utils.c.

References ast_build_string_va().

Referenced by config_odbc(), config_pgsql(), handle_speechrecognize(), lua_func_read(), lua_pbx_exec(), pp_each_extension_exec(), and pp_each_user_exec().

01298 {
01299    va_list ap;
01300    int result;
01301 
01302    va_start(ap, fmt);
01303    result = ast_build_string_va(buffer, space, fmt, ap);
01304    va_end(ap);
01305 
01306    return result;
01307 }

int ast_build_string_va ( char **  buffer,
size_t *  space,
const char *  fmt,
va_list  ap 
)

Build a string in a buffer, designed to be called repeatedly.

This is a wrapper for snprintf, that properly handles the buffer pointer and buffer space available.

Returns:
0 on success, non-zero on failure.
Parameters:
buffer current position in buffer to place string into (will be updated on return)
space remaining space in buffer (will be updated on return)
fmt printf-style format string
ap varargs list of arguments for format

Definition at line 1278 of file utils.c.

Referenced by ast_build_string().

01279 {
01280    int result;
01281 
01282    if (!buffer || !*buffer || !space || !*space)
01283       return -1;
01284 
01285    result = vsnprintf(*buffer, *space, fmt, ap);
01286 
01287    if (result < 0)
01288       return -1;
01289    else if (result > *space)
01290       result = *space;
01291 
01292    *buffer += result;
01293    *space -= result;
01294    return 0;
01295 }

int ast_careful_fwrite ( FILE *  f,
int  fd,
const char *  s,
size_t  len,
int  timeoutms 
)

Write data to a file stream with a timeout.

Parameters:
f the file stream to write to
fd the file description to poll on to know when the file stream can be written to without blocking.
s the buffer to write from
len the number of bytes to write
timeoutms The maximum amount of time to block in this function trying to write, specified in milliseconds.
Note:
This function assumes that the associated file stream has been set up as non-blocking.
Return values:
0 success
-1 error

Definition at line 1152 of file utils.c.

References ast_log(), ast_tvdiff_ms(), ast_tvnow(), ast_wait_for_output(), errno, and LOG_ERROR.

Referenced by send_string().

01153 {
01154    struct timeval start = ast_tvnow();
01155    int n = 0;
01156    int elapsed = 0;
01157 
01158    while (len) {
01159       if (ast_wait_for_output(fd, timeoutms - elapsed)) {
01160          /* poll returned a fatal error, so bail out immediately. */
01161          return -1;
01162       }
01163 
01164       /* Clear any errors from a previous write */
01165       clearerr(f);
01166 
01167       n = fwrite(src, 1, len, f);
01168 
01169       if (ferror(f) && errno != EINTR && errno != EAGAIN) {
01170          /* fatal error from fwrite() */
01171          if (!feof(f)) {
01172             /* Don't spam the logs if it was just that the connection is closed. */
01173             ast_log(LOG_ERROR, "fwrite() returned error: %s\n", strerror(errno));
01174          }
01175          n = -1;
01176          break;
01177       }
01178 
01179       /* Update for data already written to the socket */
01180       len -= n;
01181       src += n;
01182 
01183       elapsed = ast_tvdiff_ms(ast_tvnow(), start);
01184       if (elapsed >= timeoutms) {
01185          /* We've taken too long to write 
01186           * This is only an error condition if we haven't finished writing. */
01187          n = len ? -1 : 0;
01188          break;
01189       }
01190    }
01191 
01192    while (fflush(f)) {
01193       if (errno == EAGAIN || errno == EINTR) {
01194          continue;
01195       }
01196       if (!feof(f)) {
01197          /* Don't spam the logs if it was just that the connection is closed. */
01198          ast_log(LOG_ERROR, "fflush() returned error: %s\n", strerror(errno));
01199       }
01200       n = -1;
01201       break;
01202    }
01203 
01204    return n < 0 ? -1 : 0;
01205 }

int ast_carefulwrite ( int  fd,
char *  s,
int  len,
int  timeoutms 
)

Try to write string, but wait no more than ms milliseconds before timing out.

Try to write string, but wait no more than ms milliseconds before timing out.

Note:
The code assumes that the file descriptor has NONBLOCK set, so there is only one system call made to do a write, unless we actually have a need to wait. This way, we get better performance. If the descriptor is blocking, all assumptions on the guaranteed detail do not apply anymore.

Definition at line 1111 of file utils.c.

References ast_log(), ast_tvdiff_ms(), ast_tvnow(), ast_wait_for_output(), errno, and LOG_ERROR.

Referenced by ast_agi_send(), and ast_cli().

01112 {
01113    struct timeval start = ast_tvnow();
01114    int res = 0;
01115    int elapsed = 0;
01116 
01117    while (len) {
01118       if (ast_wait_for_output(fd, timeoutms - elapsed)) {
01119          return -1;
01120       }
01121 
01122       res = write(fd, s, len);
01123 
01124       if (res < 0 && errno != EAGAIN && errno != EINTR) {
01125          /* fatal error from write() */
01126          ast_log(LOG_ERROR, "write() returned error: %s\n", strerror(errno));
01127          return -1;
01128       }
01129 
01130       if (res < 0) {
01131          /* It was an acceptable error */
01132          res = 0;
01133       }
01134 
01135       /* Update how much data we have left to write */
01136       len -= res;
01137       s += res;
01138       res = 0;
01139 
01140       elapsed = ast_tvdiff_ms(ast_tvnow(), start);
01141       if (elapsed >= timeoutms) {
01142          /* We've taken too long to write 
01143           * This is only an error condition if we haven't finished writing. */
01144          res = len ? -1 : 0;
01145          break;
01146       }
01147    }
01148 
01149    return res;
01150 }

void ast_enable_packet_fragmentation ( int  sock  ) 

Disable PMTU discovery on a socket.

Parameters:
sock The socket to manipulate
Returns:
Nothing

On Linux, UDP sockets default to sending packets with the Dont Fragment (DF) bit set. This is supposedly done to allow the application to do PMTU discovery, but Asterisk does not do this.

Because of this, UDP packets sent by Asterisk that are larger than the MTU of any hop in the path will be lost. This function can be called on a socket to ensure that the DF bit will not be set.

Definition at line 1813 of file utils.c.

References ast_log(), and LOG_WARNING.

Referenced by ast_netsock_bindaddr(), and reload_config().

01814 {
01815 #if defined(HAVE_IP_MTU_DISCOVER)
01816    int val = IP_PMTUDISC_DONT;
01817    
01818    if (setsockopt(sock, IPPROTO_IP, IP_MTU_DISCOVER, &val, sizeof(val)))
01819       ast_log(LOG_WARNING, "Unable to disable PMTU discovery. Large UDP packets may fail to be delivered when sent from this socket.\n");
01820 #endif /* HAVE_IP_MTU_DISCOVER */
01821 }

int ast_false ( const char *  val  ) 

Make sure something is false. Determine if a string containing a boolean value is "false". This function checks to see whether a string passed to it is an indication of an "false" value. It checks to see if the string is "no", "false", "n", "f", "off" or "0".

Return values:
0 if val is a NULL pointer.
-1 if "true".
0 otherwise.

Definition at line 1326 of file utils.c.

References ast_strlen_zero().

Referenced by __ast_rtp_reload(), __ast_udptl_reload(), aji_create_client(), aji_load_config(), build_peer(), build_user(), dahdi_set_dnd(), func_channel_write(), handle_common_options(), init_acf_query(), load_config(), load_odbc_config(), reload_config(), run_agi(), set_insecure_flags(), sla_build_trunk(), and strings_to_mask().

01327 {
01328    if (ast_strlen_zero(s))
01329       return 0;
01330 
01331    /* Determine if this is a false value */
01332    if (!strcasecmp(s, "no") ||
01333        !strcasecmp(s, "false") ||
01334        !strcasecmp(s, "n") ||
01335        !strcasecmp(s, "f") ||
01336        !strcasecmp(s, "0") ||
01337        !strcasecmp(s, "off"))
01338       return -1;
01339 
01340    return 0;
01341 }

int ast_get_time_t ( const char *  src,
time_t *  dst,
time_t  _default,
int *  consumed 
)

get values from config variables.

Definition at line 1730 of file utils.c.

References ast_strlen_zero().

Referenced by build_peer(), cache_lookup_internal(), handle_saydatetime(), load_password(), play_message_datetime(), process_clearcache(), realtime_peer(), and sayunixtime_exec().

01731 {
01732    long t;
01733    int scanned;
01734 
01735    if (dst == NULL)
01736       return -1;
01737 
01738    *dst = _default;
01739 
01740    if (ast_strlen_zero(src))
01741       return -1;
01742 
01743    /* only integer at the moment, but one day we could accept more formats */
01744    if (sscanf(src, "%30ld%n", &t, &scanned) == 1) {
01745       *dst = t;
01746       if (consumed)
01747          *consumed = scanned;
01748       return 0;
01749    } else
01750       return -1;
01751 }

int ast_get_timeval ( const char *  src,
struct timeval *  dst,
struct timeval  _default,
int *  consumed 
)

get values from config variables.

Definition at line 1703 of file utils.c.

References ast_strlen_zero().

Referenced by acf_strftime().

01704 {
01705    long double dtv = 0.0;
01706    int scanned;
01707 
01708    if (dst == NULL)
01709       return -1;
01710 
01711    *dst = _default;
01712 
01713    if (ast_strlen_zero(src))
01714       return -1;
01715 
01716    /* only integer at the moment, but one day we could accept more formats */
01717    if (sscanf(src, "%30Lf%n", &dtv, &scanned) > 0) {
01718       dst->tv_sec = dtv;
01719       dst->tv_usec = (dtv - dst->tv_sec) * 1000000.0;
01720       if (consumed)
01721          *consumed = scanned;
01722       return 0;
01723    } else
01724       return -1;
01725 }

struct hostent* ast_gethostbyname ( const char *  host,
struct ast_hostent hp 
) [read]

Re-entrant (thread safe) version of gethostbyname that replaces the standard gethostbyname (which is not thread safe).

Thread-safe gethostbyname function to use in Asterisk.

Definition at line 182 of file utils.c.

References ast_hostent::buf, gethostbyname_r(), ast_hostent::hp, and s.

Referenced by __ast_http_load(), __init_manager(), __set_address_from_contact(), app_exec(), ast_find_ourip(), ast_get_ip_or_srv(), ast_parse_arg(), build_peer(), check_via(), create_addr(), festival_exec(), get_ip_and_port_from_sdp(), gtalk_load_config(), gtalk_update_stun(), handle_cli_udptl_debug_deprecated(), handle_cli_udptl_set_debug(), iax_template_parse(), jingle_load_config(), jingle_update_stun(), launch_netscript(), parse_register_contact(), process_sdp(), realtime_peer(), realtime_user(), reload_config(), rpt_exec(), rtcp_do_debug_ip(), rtp_do_debug_ip(), set_config(), set_destination(), and sip_do_debug_ip().

00183 {
00184    int res;
00185    int herrno;
00186    int dots = 0;
00187    const char *s;
00188    struct hostent *result = NULL;
00189    /* Although it is perfectly legitimate to lookup a pure integer, for
00190       the sake of the sanity of people who like to name their peers as
00191       integers, we break with tradition and refuse to look up a
00192       pure integer */
00193    s = host;
00194    res = 0;
00195    while (s && *s) {
00196       if (*s == '.')
00197          dots++;
00198       else if (!isdigit(*s))
00199          break;
00200       s++;
00201    }
00202    if (!s || !*s) {
00203       /* Forge a reply for IP's to avoid octal IP's being interpreted as octal */
00204       if (dots != 3)
00205          return NULL;
00206       memset(hp, 0, sizeof(struct ast_hostent));
00207       hp->hp.h_addrtype = AF_INET;
00208       hp->hp.h_addr_list = (void *) hp->buf;
00209       hp->hp.h_addr = hp->buf + sizeof(void *);
00210       if (inet_pton(AF_INET, host, hp->hp.h_addr) > 0)
00211          return &hp->hp;
00212       return NULL;
00213       
00214    }
00215 #ifdef HAVE_GETHOSTBYNAME_R_5
00216    result = gethostbyname_r(host, &hp->hp, hp->buf, sizeof(hp->buf), &herrno);
00217 
00218    if (!result || !hp->hp.h_addr_list || !hp->hp.h_addr_list[0])
00219       return NULL;
00220 #else
00221    res = gethostbyname_r(host, &hp->hp, hp->buf, sizeof(hp->buf), &result, &herrno);
00222 
00223    if (res || !result || !hp->hp.h_addr_list || !hp->hp.h_addr_list[0])
00224       return NULL;
00225 #endif
00226    return &hp->hp;
00227 }

const char* ast_inet_ntoa ( struct in_addr  ia  ) 

ast_inet_ntoa: Recursive thread safe replacement of inet_ntoa

thread-safe replacement for inet_ntoa().

Definition at line 431 of file utils.c.

References ast_threadstorage_get(), and buf.

Referenced by __attempt_transmit(), __find_callno(), __iax2_show_peers(), __sip_xmit(), _sip_show_peer(), _sip_show_peers(), acf_channel_read(), action_login(), add_sdp(), ast_append_ha(), ast_apply_ha(), ast_netsock_bindaddr(), ast_parse_arg(), ast_rtcp_read(), ast_rtcp_write_rr(), ast_rtcp_write_sr(), ast_rtp_raw_write(), ast_rtp_read(), ast_rtp_sendcng(), ast_rtp_senddigit_begin(), ast_rtp_senddigit_continuation(), ast_rtp_senddigit_end(), ast_sip_ouraddrfor(), ast_tcptls_client_start(), ast_tcptls_server_start(), ast_udptl_bridge(), ast_udptl_read(), ast_udptl_write(), authenticate(), bridge_native_loop(), bridge_p2p_rtp_write(), build_callid_pvt(), build_callid_registry(), build_contact(), build_peer(), build_reply_digest(), build_rpid(), build_via(), calltoken_required(), check_access(), check_peer_ok(), check_via(), copy_via_headers(), create_addr_from_peer(), create_client(), dnsmgr_refresh(), dump_addr(), dump_ipaddr(), dundi_rexmit(), dundi_show_peer(), dundi_show_peers(), dundi_show_trans(), dundi_showframe(), dundi_xmit(), external_rtp_create(), find_command(), find_peer(), find_subchannel_and_lock(), find_tpeer(), function_iaxpeer(), function_sipchaninfo_read(), function_sippeer(), generic_http_callback(), get_input(), gtalk_create_candidates(), gtalk_update_stun(), handle_call_token(), handle_cli_iax2_set_debug(), handle_cli_iax2_show_callno_limits(), handle_cli_iax2_show_channels(), handle_cli_iax2_show_peer(), handle_cli_iax2_show_registry(), handle_cli_udptl_debug_deprecated(), handle_cli_udptl_set_debug(), handle_command_response(), handle_error(), handle_incoming(), handle_mgcp_show_endpoints(), handle_open_receive_channel_ack_message(), handle_request(), handle_request_bye(), handle_request_do(), handle_request_register(), handle_request_subscribe(), handle_response(), handle_response_notify(), handle_response_refer(), handle_show_http(), handle_showmanconn(), handle_skinny_show_device(), handle_skinny_show_devices(), handle_skinny_show_settings(), httpstatus_callback(), iax2_ack_registry(), iax2_prov_app(), iax2_trunk_queue(), iax_server(), iax_showframe(), initreqprep(), jingle_create_candidates(), load_module(), manager_iax2_show_peer_list(), mgcpsock_read(), oh323_addrcmp_str(), oh323_call(), oh323_set_rtp_peer(), parse_register_contact(), parsing(), peercnt_add(), peercnt_modify(), peercnt_remove(), phoneprov_callback(), process_request(), process_rfc3389(), process_sdp(), purge_sessions(), raw_hangup(), realtime_peer(), realtime_update_peer(), realtime_user(), reg_source_db(), register_verify(), registry_rerequest(), reload_config(), resend_response(), retrans_pkt(), rpt_exec(), rtcp_do_debug_ip(), rtp_do_debug_ip(), sched_delay_remove(), send_dtmf(), send_packet(), send_raw_client(), send_request(), send_response(), send_trunk(), session_do(), set_config(), set_destination(), set_peercnt_limit(), setup_incoming_call(), show_channels_cb(), show_chanstats_cb(), show_main_page(), sip_do_debug_ip(), sip_do_debug_peer(), sip_poke_peer(), sip_set_rtp_peer(), sip_set_udptl_peer(), sip_show_channel(), sip_show_settings(), sip_show_tcp(), skinny_session(), skinny_set_rtp_peer(), socket_process(), socket_process_meta(), start_rtp(), timing_read(), transmit_notify_with_mwi(), unistim_info(), unistimsock_read(), and update_registry().

00432 {
00433    char *buf;
00434 
00435    if (!(buf = ast_threadstorage_get(&inet_ntoa_buf, INET_ADDRSTRLEN)))
00436       return "";
00437 
00438    return inet_ntop(AF_INET, &ia, buf, INET_ADDRSTRLEN);
00439 }

void ast_join ( char *  s,
size_t  len,
char *const   w[] 
)

Definition at line 1449 of file utils.c.

Referenced by __ast_cli_generator(), ast_agi_register(), ast_agi_unregister(), cli_console_sendtext(), console_sendtext(), find_best(), handle_cli_agi_show(), handle_help(), help1(), help_workhorse(), set_full_cmd(), and write_htmldump().

01450 {
01451    int x, ofs = 0;
01452    const char *src;
01453 
01454    /* Join words into a string */
01455    if (!s)
01456       return;
01457    for (x = 0; ofs < len && w[x]; x++) {
01458       if (x > 0)
01459          s[ofs++] = ' ';
01460       for (src = w[x]; *src && ofs < len; src++)
01461          s[ofs++] = *src;
01462    }
01463    if (ofs == len)
01464       ofs--;
01465    s[ofs] = '\0';
01466 }

void ast_md5_hash ( char *  output,
char *  input 
)

Produce 32 char MD5 hash of value.

Produces MD5 hash based on input string.

Definition at line 230 of file utils.c.

References MD5Final(), MD5Init(), and MD5Update().

Referenced by auth_exec(), build_reply_digest(), check_auth(), and md5().

00231 {
00232    struct MD5Context md5;
00233    unsigned char digest[16];
00234    char *ptr;
00235    int x;
00236 
00237    MD5Init(&md5);
00238    MD5Update(&md5, (unsigned char *)input, strlen(input));
00239    MD5Final(digest, &md5);
00240    ptr = output;
00241    for (x = 0; x < 16; x++)
00242       ptr += sprintf(ptr, "%2.2x", digest[x]);
00243 }

int ast_mkdir ( const char *  path,
int  mode 
)

Recursively create directory path.

Parameters:
path The directory path to create
mode The permissions with which to try to create the directory
Returns:
0 on success or an error code otherwise

Creates a directory path, creating parent directories as needed.

Definition at line 1823 of file utils.c.

References ast_strdupa, errno, and len().

Referenced by ast_monitor_change_fname(), ast_monitor_start(), conf_run(), create_dirpath(), dictate_exec(), init_logger(), load_module(), mixmonitor_exec(), record_exec(), reload_logger(), remove_from_queue(), setup_privacy_args(), sms_nextoutgoing(), sms_writefile(), testclient_exec(), testserver_exec(), and write_history().

01824 {
01825    char *ptr;
01826    int len = strlen(path), count = 0, x, piececount = 0;
01827    char *tmp = ast_strdupa(path);
01828    char **pieces;
01829    char *fullpath = alloca(len + 1);
01830    int res = 0;
01831 
01832    for (ptr = tmp; *ptr; ptr++) {
01833       if (*ptr == '/')
01834          count++;
01835    }
01836 
01837    /* Count the components to the directory path */
01838    pieces = alloca(count * sizeof(*pieces));
01839    for (ptr = tmp; *ptr; ptr++) {
01840       if (*ptr == '/') {
01841          *ptr = '\0';
01842          pieces[piececount++] = ptr + 1;
01843       }
01844    }
01845 
01846    *fullpath = '\0';
01847    for (x = 0; x < piececount; x++) {
01848       /* This looks funky, but the buffer is always ideally-sized, so it's fine. */
01849       strcat(fullpath, "/");
01850       strcat(fullpath, pieces[x]);
01851       res = mkdir(fullpath, mode);
01852       if (res && errno != EEXIST)
01853          return errno;
01854    }
01855    return 0;
01856 }

AST_MUTEX_DEFINE_STATIC ( fetchadd_m   ) 
AST_MUTEX_DEFINE_STATIC ( randomlock   ) 

glibc puts a lock inside random(3), so that the results are thread-safe. BSD libc (and others) do not.

AST_MUTEX_DEFINE_STATIC ( __mutex   ) 
char* ast_process_quotes_and_slashes ( char *  start,
char  find,
char  replace_with 
)

Process a string to find and replace characters.

Parameters:
start The string to analyze
find The character to find
replace_with The character that will replace the one we are looking for

Definition at line 1423 of file utils.c.

01424 {
01425    char *dataPut = start;
01426    int inEscape = 0;
01427    int inQuotes = 0;
01428 
01429    for (; *start; start++) {
01430       if (inEscape) {
01431          *dataPut++ = *start;       /* Always goes verbatim */
01432          inEscape = 0;
01433       } else {
01434          if (*start == '\\') {
01435             inEscape = 1;      /* Do not copy \ into the data */
01436          } else if (*start == '\'') {
01437             inQuotes = 1 - inQuotes;   /* Do not copy ' into the data */
01438          } else {
01439             /* Replace , with |, unless in quotes */
01440             *dataPut++ = inQuotes ? *start : ((*start == find) ? replace_with : *start);
01441          }
01442       }
01443    }
01444    if (start != dataPut)
01445       *dataPut = 0;
01446    return dataPut;
01447 }

int ast_pthread_create_detached_stack ( pthread_t *  thread,
pthread_attr_t *  attr,
void *(*)(void *)  start_routine,
void *  data,
size_t  stacksize,
const char *  file,
const char *  caller,
int  line,
const char *  start_fn 
)

Definition at line 1026 of file utils.c.

References ast_log(), ast_pthread_create_stack(), errno, LOG_WARNING, and thr_arg::start_routine.

01029 {
01030    unsigned char attr_destroy = 0;
01031    int res;
01032 
01033    if (!attr) {
01034       attr = alloca(sizeof(*attr));
01035       pthread_attr_init(attr);
01036       attr_destroy = 1;
01037    }
01038 
01039    if ((errno = pthread_attr_setdetachstate(attr, PTHREAD_CREATE_DETACHED)))
01040       ast_log(LOG_WARNING, "pthread_attr_setdetachstate: %s\n", strerror(errno));
01041 
01042    res = ast_pthread_create_stack(thread, attr, start_routine, data, 
01043                                   stacksize, file, caller, line, start_fn);
01044 
01045    if (attr_destroy)
01046       pthread_attr_destroy(attr);
01047 
01048    return res;
01049 }

int ast_pthread_create_stack ( pthread_t *  thread,
pthread_attr_t *  attr,
void *(*)(void *)  start_routine,
void *  data,
size_t  stacksize,
const char *  file,
const char *  caller,
int  line,
const char *  start_fn 
)

Definition at line 977 of file utils.c.

References asprintf, ast_log(), ast_malloc, AST_STACKSIZE, thr_arg::data, dummy_start(), errno, LOG_WARNING, thr_arg::name, pthread_create, and thr_arg::start_routine.

Referenced by ast_pthread_create_detached_stack().

00980 {
00981 #if !defined(LOW_MEMORY)
00982    struct thr_arg *a;
00983 #endif
00984 
00985    if (!attr) {
00986       attr = alloca(sizeof(*attr));
00987       pthread_attr_init(attr);
00988    }
00989 
00990 #ifdef __linux__
00991    /* On Linux, pthread_attr_init() defaults to PTHREAD_EXPLICIT_SCHED,
00992       which is kind of useless. Change this here to
00993       PTHREAD_INHERIT_SCHED; that way the -p option to set realtime
00994       priority will propagate down to new threads by default.
00995       This does mean that callers cannot set a different priority using
00996       PTHREAD_EXPLICIT_SCHED in the attr argument; instead they must set
00997       the priority afterwards with pthread_setschedparam(). */
00998    if ((errno = pthread_attr_setinheritsched(attr, PTHREAD_INHERIT_SCHED)))
00999       ast_log(LOG_WARNING, "pthread_attr_setinheritsched: %s\n", strerror(errno));
01000 #endif
01001 
01002    if (!stacksize)
01003       stacksize = AST_STACKSIZE;
01004 
01005    if ((errno = pthread_attr_setstacksize(attr, stacksize ? stacksize : AST_STACKSIZE)))
01006       ast_log(LOG_WARNING, "pthread_attr_setstacksize: %s\n", strerror(errno));
01007 
01008 #if !defined(LOW_MEMORY)
01009    if ((a = ast_malloc(sizeof(*a)))) {
01010       a->start_routine = start_routine;
01011       a->data = data;
01012       start_routine = dummy_start;
01013       if (asprintf(&a->name, "%-20s started at [%5d] %s %s()",
01014               start_fn, line, file, caller) < 0) {
01015          ast_log(LOG_WARNING, "asprintf() failed: %s\n", strerror(errno));
01016          a->name = NULL;
01017       }
01018       data = a;
01019    }
01020 #endif /* !LOW_MEMORY */
01021 
01022    return pthread_create(thread, attr, start_routine, data); /* We're in ast_pthread_create, so it's okay */
01023 }

long int ast_random ( void   ) 

Definition at line 1399 of file utils.c.

References ast_mutex_lock(), and ast_mutex_unlock().

Referenced by acf_rand_exec(), action_challenge(), add_sdp(), agent_new(), agi_handle_command(), ast_lock_path_lockfile(), ast_moh_files_next(), ast_rtp_new_init(), ast_rtp_new_with_bindaddr(), ast_udptl_new_with_bindaddr(), authenticate_request(), build_gateway(), build_iv(), build_rand_pad(), build_reply_digest(), calc_metric(), calc_rxstamp(), callno_hash(), dahdi_new(), generate_random_string(), generic_http_callback(), get_trans_id(), gtalk_alloc(), gtalk_create_candidates(), gtalk_new(), handle_response_invite(), iax2_key_rotate(), iax2_start_transfer(), jingle_alloc(), jingle_create_candidates(), jingle_new(), load_module(), local_new(), make_email_file(), make_our_tag(), moh_files_alloc(), ogg_vorbis_rewrite(), osp_create_uuid(), page_exec(), park_space_reserve(), process_weights(), reg_source_db(), registry_authrequest(), reqprep(), say_periodic_announcement(), sendmail(), set_nonce_randdata(), sip_alloc(), socket_read(), start_rtp(), stun_req_id(), transmit_invite(), transmit_register(), transmit_response_using_temp(), try_calling(), and try_firmware().

01400 {
01401    long int res;
01402 #ifdef HAVE_DEV_URANDOM
01403    if (dev_urandom_fd >= 0) {
01404       int read_res = read(dev_urandom_fd, &res, sizeof(res));
01405       if (read_res > 0) {
01406          long int rm = RAND_MAX;
01407          res = res < 0 ? ~res : res;
01408          rm++;
01409          return res % rm;
01410       }
01411    }
01412 #endif
01413 #ifdef linux
01414    res = random();
01415 #else
01416    ast_mutex_lock(&randomlock);
01417    res = random();
01418    ast_mutex_unlock(&randomlock);
01419 #endif
01420    return res;
01421 }

void ast_sha1_hash ( char *  output,
char *  input 
)

Produce 40 char SHA1 hash of value.

Produces SHA1 hash based on input string.

Definition at line 246 of file utils.c.

References SHA1Input(), SHA1Reset(), and SHA1Result().

Referenced by aji_act_hook(), handle_call_token(), jabber_make_auth(), and sha1().

00247 {
00248    struct SHA1Context sha;
00249    char *ptr;
00250    int x;
00251    uint8_t Message_Digest[20];
00252 
00253    SHA1Reset(&sha);
00254    
00255    SHA1Input(&sha, (const unsigned char *) input, strlen(input));
00256 
00257    SHA1Result(&sha, Message_Digest);
00258    ptr = output;
00259    for (x = 0; x < 20; x++)
00260       ptr += sprintf(ptr, "%2.2x", Message_Digest[x]);
00261 }

char* ast_strip_quoted ( char *  s,
const char *  beg_quotes,
const char *  end_quotes 
)

Strip leading/trailing whitespace and quotes from a string.

Parameters:
s The string to be stripped (will be modified).
beg_quotes The list of possible beginning quote characters.
end_quotes The list of matching ending quote characters.
Returns:
The stripped string.

This functions strips all leading and trailing whitespace characters from the input string, and returns a pointer to the resulting string. The string is modified in place.

It can also remove beginning and ending quote (or quote-like) characters, in matching pairs. If the first character of the string matches any character in beg_quotes, and the last character of the string is the matching character in end_quotes, then they are removed from the string.

Examples:

  ast_strip_quoted(buf, "\"", "\"");
  ast_strip_quoted(buf, "'", "'");
  ast_strip_quoted(buf, "[{(", "]})");

Definition at line 1207 of file utils.c.

References ast_strip().

Referenced by ast_register_file_version(), get_rdnis(), iftime(), load_values_config(), parse_cookies(), and parse_dial_string().

01208 {
01209    char *e;
01210    char *q;
01211 
01212    s = ast_strip(s);
01213    if ((q = strchr(beg_quotes, *s)) && *q != '\0') {
01214       e = s + strlen(s) - 1;
01215       if (*e == *(end_quotes + (q - beg_quotes))) {
01216          s++;
01217          *e = '\0';
01218       }
01219    }
01220 
01221    return s;
01222 }

AST_THREADSTORAGE ( inet_ntoa_buf   ) 
int ast_true ( const char *  val  ) 

Make sure something is true. Determine if a string containing a boolean value is "true". This function checks to see whether a string passed to it is an indication of an "true" value. It checks to see if the string is "yes", "true", "y", "t", "on" or "1".

Return values:
0 if val is a NULL pointer.
-1 if "true".
0 otherwise.

Definition at line 1309 of file utils.c.

References ast_strlen_zero().

Referenced by __ast_http_load(), __ast_rtp_reload(), __ast_udptl_reload(), __init_manager(), _parse(), action_agent_logoff(), action_bridge(), action_originate(), action_updateconfig(), aji_create_client(), aji_load_config(), apply_general_options(), apply_option(), apply_outgoing(), ast_jb_read_conf(), ast_readconfig(), build_device(), build_gateway(), build_peer(), build_user(), connect_link(), dahdi_set_dnd(), do_reload(), do_timelimit(), festival_exec(), func_channel_write(), func_inheritance_write(), get_encrypt_methods(), gtalk_load_config(), handle_common_options(), handle_logger_set_level(), init_logger_chain(), jingle_load_config(), load_config(), load_config_meetme(), load_module(), load_modules(), load_moh_classes(), load_odbc_config(), load_rpt_vars(), local_ast_moh_start(), login_exec(), manager_add_queue_member(), manager_pause_queue_member(), message_template_build(), misdn_answer(), odbc_load_module(), osp_load(), parse_config(), pbx_load_config(), pbx_load_users(), process_dahdi(), process_echocancel(), queue_set_param(), read_agent_config(), realtime_directory(), reload_config(), reload_queues(), run_startup_commands(), search_directory(), set_active(), set_config(), sla_load_config(), smdi_load(), speex_write(), start_monitor_action(), strings_to_mask(), and update_common_options().

01310 {
01311    if (ast_strlen_zero(s))
01312       return 0;
01313 
01314    /* Determine if this is a true value */
01315    if (!strcasecmp(s, "yes") ||
01316        !strcasecmp(s, "true") ||
01317        !strcasecmp(s, "y") ||
01318        !strcasecmp(s, "t") ||
01319        !strcasecmp(s, "1") ||
01320        !strcasecmp(s, "on"))
01321       return -1;
01322 
01323    return 0;
01324 }

struct timeval ast_tvadd ( struct timeval  a,
struct timeval  b 
) [read]

Returns the sum of two timevals a + b.

Definition at line 1363 of file utils.c.

References ONE_MILLION, and tvfix().

Referenced by __get_from_jb(), agent_hangup(), agent_read(), ast_audiohook_trigger_wait(), ast_channel_bridge(), ast_channel_cmpwhentohangup_tv(), ast_channel_setwhentohangup_tv(), ast_generic_bridge(), ast_rtp_sendcng(), ast_rtp_senddigit_begin(), ast_rtp_senddigit_end(), ast_sched_runq(), ast_smoother_read(), ast_translate(), calc_timestamp(), cli_tps_ping(), conf_run(), dial_exec_full(), do_cdr(), do_timing(), iax2_process_thread(), jb_get_and_deliver(), mb_poll_thread(), monmp3thread(), mp3_exec(), mwi_monitor_handler(), NBScat_exec(), sched_settime(), sched_thread(), schedule_delivery(), sla_process_timers(), smdi_message_wait(), and timeout_write().

01364 {
01365    /* consistency checks to guarantee usec in 0..999999 */
01366    a = tvfix(a);
01367    b = tvfix(b);
01368    a.tv_sec += b.tv_sec;
01369    a.tv_usec += b.tv_usec;
01370    if (a.tv_usec >= ONE_MILLION) {
01371       a.tv_sec++;
01372       a.tv_usec -= ONE_MILLION;
01373    }
01374    return a;
01375 }

struct timeval ast_tvsub ( struct timeval  a,
struct timeval  b 
) [read]

Returns the difference of two timevals a - b.

Definition at line 1377 of file utils.c.

References ONE_MILLION, and tvfix().

Referenced by ast_channel_bridge(), ast_rwlock_timedrdlock(), ast_rwlock_timedwrlock(), ast_sched_dump(), ast_translate(), ast_waitfor_nandfds(), calc_rxstamp(), calc_timestamp(), cli_tps_ping(), conf_run(), handle_showcalls(), handle_showuptime(), and pri_dchannel().

01378 {
01379    /* consistency checks to guarantee usec in 0..999999 */
01380    a = tvfix(a);
01381    b = tvfix(b);
01382    a.tv_sec -= b.tv_sec;
01383    a.tv_usec -= b.tv_usec;
01384    if (a.tv_usec < 0) {
01385       a.tv_sec-- ;
01386       a.tv_usec += ONE_MILLION;
01387    }
01388    return a;
01389 }

char* ast_unescape_c ( char *  s  ) 

Convert some C escape sequences.

(\b\f\n\r\t) 

into the equivalent characters. The string to be converted (will be modified).

Returns:
The converted string.

Definition at line 1243 of file utils.c.

01244 {
01245    char c, *ret, *dst;
01246 
01247    if (src == NULL)
01248       return NULL;
01249    for (ret = dst = src; (c = *src++); *dst++ = c ) {
01250       if (c != '\\')
01251          continue;   /* copy char at the end of the loop */
01252       switch ((c = *src++)) {
01253       case '\0':  /* special, trailing '\' */
01254          c = '\\';
01255          break;
01256       case 'b':   /* backspace */
01257          c = '\b';
01258          break;
01259       case 'f':   /* form feed */
01260          c = '\f';
01261          break;
01262       case 'n':
01263          c = '\n';
01264          break;
01265       case 'r':
01266          c = '\r';
01267          break;
01268       case 't':
01269          c = '\t';
01270          break;
01271       }
01272       /* default, use the char literally */
01273    }
01274    *dst = '\0';
01275    return ret;
01276 }

char* ast_unescape_semicolon ( char *  s  ) 

Strip backslash for "escaped" semicolons, the string to be stripped (will be modified).

Returns:
The stripped string.

Definition at line 1224 of file utils.c.

Referenced by transmit_invite(), and transmit_notify_custom().

01225 {
01226    char *e;
01227    char *work = s;
01228 
01229    while ((e = strchr(work, ';'))) {
01230       if ((e > work) && (*(e-1) == '\\')) {
01231          memmove(e - 1, e, strlen(e) + 1);
01232          work = e;
01233       } else {
01234          work = e + 1;
01235       }
01236    }
01237 
01238    return s;
01239 }

void ast_uri_decode ( char *  s  ) 

ast_uri_decode: Decode SIP URI, URN, URL (overwrite the string)

Decode URI, URN, URL (overwrite string).

Definition at line 414 of file utils.c.

Referenced by check_user_full(), config_curl(), get_also_info(), get_destination(), get_refer_info(), handle_request_invite(), http_decode(), realtime_curl(), realtime_multi_curl(), register_verify(), sip_new(), and uridecode().

00415 {
00416    char *o;
00417    unsigned int tmp;
00418 
00419    for (o = s; *s; s++, o++) {
00420       if (*s == '%' && strlen(s) > 2 && sscanf(s + 1, "%2x", &tmp) == 1) {
00421          /* have '%', two chars and correct parsing */
00422          *o = tmp;
00423          s += 2;  /* Will be incremented once more when we break out */
00424       } else /* all other cases, just copy */
00425          *o = *s;
00426    }
00427    *o = '\0';
00428 }

char* ast_uri_encode ( const char *  string,
char *  outbuf,
int  buflen,
int  doreserved 
)

ast_uri_encode: Turn text string to URI-encoded XX version

Turn text string to URI-encoded XX version.

Note:
At this point, we're converting from ISO-8859-x (8-bit), not UTF8 as in the SIP protocol spec If doreserved == 1 we will convert reserved characters also. RFC 2396, section 2.4 outbuf needs to have more memory allocated than the instring to have room for the expansion. Every char that is converted is replaced by three ASCII characters.

Note: The doreserved option is needed for replaces header in SIP transfers.

Definition at line 383 of file utils.c.

References ast_copy_string(), and buf.

Referenced by config_curl(), destroy_curl(), initreqprep(), launch_asyncagi(), realtime_curl(), realtime_multi_curl(), require_curl(), store_curl(), update_curl(), and uriencode().

00384 {
00385    char *reserved = ";/?:@&=+$,# "; /* Reserved chars */
00386 
00387    const char *ptr  = string; /* Start with the string */
00388    char *out = NULL;
00389    char *buf = NULL;
00390 
00391    ast_copy_string(outbuf, string, buflen);
00392 
00393    /* If there's no characters to convert, just go through and don't do anything */
00394    while (*ptr) {
00395       if ((*ptr < 32 || (unsigned char) *ptr) > 127 || (doreserved && strchr(reserved, *ptr)) ) {
00396          /* Oops, we need to start working here */
00397          if (!buf) {
00398             buf = outbuf;
00399             out = buf + (ptr - string) ;  /* Set output ptr */
00400          }
00401          out += sprintf(out, "%%%02x", (unsigned char) *ptr);
00402       } else if (buf) {
00403          *out = *ptr;   /* Continue copying the string */
00404          out++;
00405       } 
00406       ptr++;
00407    }
00408    if (buf)
00409       *out = '\0';
00410    return outbuf;
00411 }

int ast_utils_init ( void   ) 

Definition at line 1858 of file utils.c.

References ARRAY_LEN, ast_cli_register_multiple(), and base64_init().

Referenced by main().

01859 {
01860 #ifdef HAVE_DEV_URANDOM
01861    dev_urandom_fd = open("/dev/urandom", O_RDONLY);
01862 #endif
01863    base64_init();
01864 #ifdef DEBUG_THREADS
01865 #if !defined(LOW_MEMORY)
01866    ast_cli_register_multiple(utils_cli, ARRAY_LEN(utils_cli));
01867 #endif
01868 #endif
01869    return 0;
01870 }

int ast_wait_for_input ( int  fd,
int  ms 
)

Definition at line 1051 of file utils.c.

References ast_poll.

Referenced by _sip_tcp_helper_thread(), action_waitevent(), ast_tcptls_server_root(), dahdi_test_timer(), get_input(), and moh_class_destructor().

01052 {
01053    struct pollfd pfd[1];
01054    memset(pfd, 0, sizeof(pfd));
01055    pfd[0].fd = fd;
01056    pfd[0].events = POLLIN|POLLPRI;
01057    return ast_poll(pfd, 1, ms);
01058 }

static int ast_wait_for_output ( int  fd,
int  timeoutms 
) [static]

Definition at line 1060 of file utils.c.

References ast_log(), ast_poll, ast_tvdiff_ms(), ast_tvnow(), errno, LOG_ERROR, and LOG_NOTICE.

Referenced by ast_careful_fwrite(), and ast_carefulwrite().

01061 {
01062    struct pollfd pfd = {
01063       .fd = fd,
01064       .events = POLLOUT,
01065    };
01066    int res;
01067    struct timeval start = ast_tvnow();
01068    int elapsed = 0;
01069 
01070    /* poll() until the fd is writable without blocking */
01071    while ((res = ast_poll(&pfd, 1, timeoutms - elapsed)) <= 0) {
01072       if (res == 0) {
01073          /* timed out. */
01074          ast_log(LOG_NOTICE, "Timed out trying to write\n");
01075          return -1;
01076       } else if (res == -1) {
01077          /* poll() returned an error, check to see if it was fatal */
01078 
01079          if (errno == EINTR || errno == EAGAIN) {
01080             elapsed = ast_tvdiff_ms(ast_tvnow(), start);
01081             if (elapsed >= timeoutms) {
01082                return -1;
01083             }
01084             /* This was an acceptable error, go back into poll() */
01085             continue;
01086          }
01087 
01088          /* Fatal error, bail. */
01089          ast_log(LOG_ERROR, "poll returned error: %s\n", strerror(errno));
01090 
01091          return -1;
01092       }
01093       elapsed = ast_tvdiff_ms(ast_tvnow(), start);
01094       if (elapsed >= timeoutms) {
01095          return -1;
01096       }
01097    }
01098 
01099    return 0;
01100 }

static void base64_init ( void   )  [static]

Definition at line 347 of file utils.c.

Referenced by ast_utils_init().

00348 {
00349    int x;
00350    memset(b2a, -1, sizeof(b2a));
00351    /* Initialize base-64 Conversion table */
00352    for (x = 0; x < 26; x++) {
00353       /* A-Z */
00354       base64[x] = 'A' + x;
00355       b2a['A' + x] = x;
00356       /* a-z */
00357       base64[x + 26] = 'a' + x;
00358       b2a['a' + x] = x + 26;
00359       /* 0-9 */
00360       if (x < 10) {
00361          base64[x + 52] = '0' + x;
00362          b2a['0' + x] = x + 52;
00363       }
00364    }
00365    base64[62] = '+';
00366    base64[63] = '/';
00367    b2a[(int)'+'] = 62;
00368    b2a[(int)'/'] = 63;
00369 }

static void* dummy_start ( void *  data  )  [static]

Definition at line 933 of file utils.c.

References ast_free, AST_LIST_INSERT_TAIL, AST_MUTEX_KIND, ast_register_thread(), ast_threadstorage_get(), ast_unregister_thread(), thr_arg::data, thr_arg::name, pthread_mutex_init, pthread_mutex_lock, pthread_mutex_unlock, thr_arg::start_routine, and strdup.

Referenced by ast_pthread_create_stack().

00934 {
00935    void *ret;
00936    struct thr_arg a = *((struct thr_arg *) data);  /* make a local copy */
00937 #ifdef DEBUG_THREADS
00938    struct thr_lock_info *lock_info;
00939    pthread_mutexattr_t mutex_attr;
00940 #endif
00941 
00942    /* note that even though data->name is a pointer to allocated memory,
00943       we are not freeing it here because ast_register_thread is going to
00944       keep a copy of the pointer and then ast_unregister_thread will
00945       free the memory
00946    */
00947    ast_free(data);
00948    ast_register_thread(a.name);
00949    pthread_cleanup_push(ast_unregister_thread, (void *) pthread_self());
00950 
00951 #ifdef DEBUG_THREADS
00952    if (!(lock_info = ast_threadstorage_get(&thread_lock_info, sizeof(*lock_info))))
00953       return NULL;
00954 
00955    lock_info->thread_id = pthread_self();
00956    lock_info->thread_name = strdup(a.name);
00957 
00958    pthread_mutexattr_init(&mutex_attr);
00959    pthread_mutexattr_settype(&mutex_attr, AST_MUTEX_KIND);
00960    pthread_mutex_init(&lock_info->lock, &mutex_attr);
00961    pthread_mutexattr_destroy(&mutex_attr);
00962 
00963    pthread_mutex_lock(&lock_infos_lock.mutex); /* Intentionally not the wrapper */
00964    AST_LIST_INSERT_TAIL(&lock_infos, lock_info, entry);
00965    pthread_mutex_unlock(&lock_infos_lock.mutex); /* Intentionally not the wrapper */
00966 #endif /* DEBUG_THREADS */
00967 
00968    ret = a.start_routine(a.data);
00969 
00970    pthread_cleanup_pop(1);
00971 
00972    return ret;
00973 }

static int gethostbyname_r ( const char *  name,
struct hostent *  ret,
char *  buf,
size_t  buflen,
struct hostent **  result,
int *  h_errnop 
) [static]

Reentrant replacement for gethostbyname for BSD-based systems.

Note:
This routine is derived from code originally written and placed in the public domain by Enzo Michelangeli <em@em.no-ip.com>

Definition at line 82 of file utils.c.

References ast_mutex_lock(), ast_mutex_unlock(), ERANGE, and gethostbyname.

Referenced by ast_gethostbyname().

00085 {
00086    int hsave;
00087    struct hostent *ph;
00088    ast_mutex_lock(&__mutex); /* begin critical area */
00089    hsave = h_errno;
00090 
00091    ph = gethostbyname(name);
00092    *h_errnop = h_errno; /* copy h_errno to *h_herrnop */
00093    if (ph == NULL) {
00094       *result = NULL;
00095    } else {
00096       char **p, **q;
00097       char *pbuf;
00098       int nbytes = 0;
00099       int naddr = 0, naliases = 0;
00100       /* determine if we have enough space in buf */
00101 
00102       /* count how many addresses */
00103       for (p = ph->h_addr_list; *p != 0; p++) {
00104          nbytes += ph->h_length; /* addresses */
00105          nbytes += sizeof(*p); /* pointers */
00106          naddr++;
00107       }
00108       nbytes += sizeof(*p); /* one more for the terminating NULL */
00109 
00110       /* count how many aliases, and total length of strings */
00111       for (p = ph->h_aliases; *p != 0; p++) {
00112          nbytes += (strlen(*p)+1); /* aliases */
00113          nbytes += sizeof(*p);  /* pointers */
00114          naliases++;
00115       }
00116       nbytes += sizeof(*p); /* one more for the terminating NULL */
00117 
00118       /* here nbytes is the number of bytes required in buffer */
00119       /* as a terminator must be there, the minimum value is ph->h_length */
00120       if (nbytes > buflen) {
00121          *result = NULL;
00122          ast_mutex_unlock(&__mutex); /* end critical area */
00123          return ERANGE; /* not enough space in buf!! */
00124       }
00125 
00126       /* There is enough space. Now we need to do a deep copy! */
00127       /* Allocation in buffer:
00128          from [0] to [(naddr-1) * sizeof(*p)]:
00129          pointers to addresses
00130          at [naddr * sizeof(*p)]:
00131          NULL
00132          from [(naddr+1) * sizeof(*p)] to [(naddr+naliases) * sizeof(*p)] :
00133          pointers to aliases
00134          at [(naddr+naliases+1) * sizeof(*p)]:
00135          NULL
00136          then naddr addresses (fixed length), and naliases aliases (asciiz).
00137       */
00138 
00139       *ret = *ph;   /* copy whole structure (not its address!) */
00140 
00141       /* copy addresses */
00142       q = (char **)buf; /* pointer to pointers area (type: char **) */
00143       ret->h_addr_list = q; /* update pointer to address list */
00144       pbuf = buf + ((naddr + naliases + 2) * sizeof(*p)); /* skip that area */
00145       for (p = ph->h_addr_list; *p != 0; p++) {
00146          memcpy(pbuf, *p, ph->h_length); /* copy address bytes */
00147          *q++ = pbuf; /* the pointer is the one inside buf... */
00148          pbuf += ph->h_length; /* advance pbuf */
00149       }
00150       *q++ = NULL; /* address list terminator */
00151 
00152       /* copy aliases */
00153       ret->h_aliases = q; /* update pointer to aliases list */
00154       for (p = ph->h_aliases; *p != 0; p++) {
00155          strcpy(pbuf, *p); /* copy alias strings */
00156          *q++ = pbuf; /* the pointer is the one inside buf... */
00157          pbuf += strlen(*p); /* advance pbuf */
00158          *pbuf++ = 0; /* string terminator */
00159       }
00160       *q++ = NULL; /* terminator */
00161 
00162       strcpy(pbuf, ph->h_name); /* copy alias strings */
00163       ret->h_name = pbuf;
00164       pbuf += strlen(ph->h_name); /* advance pbuf */
00165       *pbuf++ = 0; /* string terminator */
00166 
00167       *result = ret;  /* and let *result point to structure */
00168 
00169    }
00170    h_errno = hsave;  /* restore h_errno */
00171    ast_mutex_unlock(&__mutex); /* end critical area */
00172 
00173    return (*result == NULL); /* return 0 on success, non-zero on error */
00174 }

static struct timeval tvfix ( struct timeval  a  )  [static, read]

Definition at line 1348 of file utils.c.

References ast_log(), LOG_WARNING, and ONE_MILLION.

Referenced by ast_tvadd(), and ast_tvsub().

01349 {
01350    if (a.tv_usec >= ONE_MILLION) {
01351       ast_log(LOG_WARNING, "warning too large timestamp %ld.%ld\n",
01352          (long)a.tv_sec, (long int) a.tv_usec);
01353       a.tv_sec += a.tv_usec / ONE_MILLION;
01354       a.tv_usec %= ONE_MILLION;
01355    } else if (a.tv_usec < 0) {
01356       ast_log(LOG_WARNING, "warning negative timestamp %ld.%ld\n",
01357          (long)a.tv_sec, (long int) a.tv_usec);
01358       a.tv_usec = 0;
01359    }
01360    return a;
01361 }


Variable Documentation

const char __ast_string_field_empty[] = ""

the empty string

Definition at line 1472 of file utils.c.

Referenced by __ast_string_field_init().

char b2a[256] [static]

Definition at line 66 of file utils.c.

char base64[64] [static]

Definition at line 65 of file utils.c.

Referenced by aji_start_sasl().


Generated on 3 Mar 2010 for Asterisk - the Open Source PBX by  doxygen 1.6.1