aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-10-25Merged revisions 46154 via svnmerge from kpfleming7-10/+35
2006-10-24Fix FastAGI to not wait for the non-existant pidmarkster1-1/+2
2006-10-24Merged revisions 46130 via svnmerge from file1-0/+2
2006-10-24i really think it is safe to commit this version, thatrizzo1-52/+153
2006-10-24correct fix for the bug i previously introduced - the stringsrizzo1-2/+2
2006-10-24Merged revisions 46093 via svnmerge from russell1-1/+3
2006-10-24Merged revisions 46080 via svnmerge from kpfleming1-20/+26
2006-10-24Merged revisions 46078 via svnmerge from tilghman1-1/+4
2006-10-24Merged revisions 46067 via svnmerge from russell2-9/+23
2006-10-24Merged revisions 46065 via svnmerge from russell1-2/+2
2006-10-24Fix a seg fault on a registration. Line 7706, in parse_register_contact,russell1-2/+2
2006-10-23Unlike ast_strdup(), ast_strdupa() does not take a NULL pointer as argument,rizzo1-5/+8
2006-10-23remove a useless check for ocseq = 0.rizzo1-2/+2
2006-10-23get_header() always returns a non-NULL value, so checkingrizzo1-7/+15
2006-10-23put another duplicated block of code in a function.rizzo1-20/+18
2006-10-23reformat a statement and comment a potentially wrongrizzo1-9/+5
2006-10-23Remove unnecessary casts from const char * to char *,rizzo1-15/+13
2006-10-23another use for parse_uri().rizzo1-28/+11
2006-10-23Merged revisions 45999 via svnmerge from russell1-1/+2
2006-10-23use autodetected support for gethostbyname_rrizzo1-1/+1
2006-10-23+ make sure parse_uri never returns NULL pointers - thisrizzo1-33/+17
2006-10-23After reading better the SIP RFC on sip URI (19.1.1)rizzo1-10/+27
2006-10-23in function get_also_info(), move argument strippingrizzo1-3/+3
2006-10-23start putting the URI parsing code in one place,rizzo1-11/+70
2006-10-23put common code in function terminate_uri() so we need torizzo1-16/+25
2006-10-23More cleanup of check_user_full with no functional changerizzo1-213/+276
2006-10-23Merged revisions 45928 via svnmerge from file1-1/+2
2006-10-22Merged revisions 45916 via svnmerge from crichter1-1/+6
2006-10-22more streamlining of check_user_fullrizzo1-13/+15
2006-10-22simplify the flow of function check_user_full()rizzo1-13/+11
2006-10-22put duplicated code in functions.rizzo1-35/+38
2006-10-22regenerate the configure script and autoconfig.h.in to reflect recent changesrussell2-1/+236
2006-10-22Fix a few issues in the previous (disabled) HTTPS code,rizzo4-25/+66
2006-10-22Implement https support.rizzo1-62/+236
2006-10-22it is useless and possibly wrong to use ast_cli() to send therizzo1-10/+12
2006-10-22Let's have build.h created a bit earlier so that func_version can use it and ...file2-6/+8
2006-10-21the default port number was erroneously stored in host order,rizzo1-2/+2
2006-10-21Merged revisions 45817 via svnmerge from file1-2/+2
2006-10-21Merged revisions 45818 via svnmerge from russell1-2/+2
2006-10-20introduce sip_pvt_lock() and sip_pvt_unlock() wrappers torizzo1-95/+109
2006-10-20Merged revisions 45775 via svnmerge from file1-1/+1
2006-10-20put the constants for whether methods can create a dialog or not in an enumrussell1-4/+6
2006-10-20minor comment changes, code rearrangement and field renamingrizzo1-29/+27
2006-10-20Let's repair the SIP attack shield :-)oej1-24/+51
2006-10-20Doxygen correctionsoej1-33/+33
2006-10-19This new function, VERSION(), created via bug report 8176, may help dialplan ...murf1-0/+118
2006-10-19astman was slightly weirding out over the new Dial and Newcallerid eventsmurf1-1/+3
2006-10-19more fixes to comments and very minor code rearrangement.rizzo1-4/+5
2006-10-19Merged revisions 45694 via svnmerge from file1-0/+1
2006-10-19Merged revisions 45692 via svnmerge from file1-2/+2