Commit Graph

7648 Commits (f42ada7a25d9c604b26201328ab1c2077eddb13b)
 

Author SHA1 Message Date
Tilghman Lesher f42ada7a25 Fix for AST-2008-012
17 years ago
Sean Bright 84c5074ec3 Fix build errors on FreeBSD (uint -> unsigned int).
17 years ago
Tilghman Lesher 932f5ca647 Regression fix for last security fix. Set the iseqno correctly.
17 years ago
Tilghman Lesher 71fdd7d526 Regression fixes for Solaris
17 years ago
Russell Bryant 643879cabc Fix the IAX2 URI for calling Digium
17 years ago
Tilghman Lesher 703220f1f4 This part was not correctly patched for AST-2008-010.
17 years ago
Tilghman Lesher 27290e8976 Fixes for AST-2008-010 and AST-2008-011
17 years ago
Joshua Colp ec11516f11 Copy the From header into a variable so that pedantic SIP handling does not try to mess with a NULL pointer. (AST-2008-008)
18 years ago
Russell Bryant 43ea28d8f6 - Instead of only enforcing destination call number checking on an ACK, check
18 years ago
Russell Bryant ef549fe985 Merge changes from team/russell/iax2-another-fix-to-the-fix
18 years ago
Russell Bryant 40520cc2a4 Fix a race condition that bbryant just found while doing some IAX2 testing.
18 years ago
Russell Bryant c5c3cb32f1 Remove remnants of dlinkedlists. I didn't actually use them in the final version
18 years ago
Jason Parker 3ce33b090c read requires an argument on some non-bash shells
18 years ago
Russell Bryant f8d551bd2b Merge changes from team/russell/iax2_find_callno_1.2
18 years ago
Kevin P. Fleming a698166af0 stop script from appending source code if run multiple times
18 years ago
Russell Bryant 38419fb811 When we receive a full frame that is supposed to contain our call number,
18 years ago
Kevin P. Fleming 8f7422b931 update UPGRADE notes to document usage of the script
18 years ago
Kevin P. Fleming 1501383484 add a script to make getting the iLBC source code simple for end users
18 years ago
Kevin P. Fleming 3c780866b3 due to licensing restrictions, we cannot distribute the source code for iLBC encoding and decoding... so remove it, and add instructions on how the user can obtain it themselves
18 years ago
Russell Bryant 62766834c8 Fix some very broken code that was introduced in 1.2.26 as a part of the security
18 years ago
Terry Wilson 53ca368854 Fix character string being treated as format string
18 years ago
Jason Parker 866bf7984a Do not return with a successful authentication if the From header ends up empty.
18 years ago
Russell Bryant dd7fd5e641 Change misery.digium.com to pbx.digium.com
18 years ago
Tilghman Lesher 47b472894b Fix for fix for security fix (third time's the charm?)
18 years ago
Russell Bryant 4208af2204 Fix another potential seg fault ...
18 years ago
Russell Bryant 04e4f3d345 Fix a couple of places where it's possible to dereference a NULL pointer.
18 years ago
Tilghman Lesher 0f7afb14e4 Oops, missed this one case
18 years ago
Tilghman Lesher 1e6902b29d Fixing AST-2007-027 (Closes issue #11119)
18 years ago
Tilghman Lesher 1897d857f0 Properly escape src and dst fields (Fixes AST-2007-026)
18 years ago
Kevin P. Fleming c58235bed4 clarify the OpenSSL and OpenH323 license exceptions
18 years ago
Russell Bryant 0edee75c07 Revert patch committed for issue #9660. It broke E&M trunks.
18 years ago
Steve Murphy 726fa701da This patch hopefully solves 10141; The user is running with it, and it doesn't appear to harm asterisk's operation, and may prevent a crash. I'll store it in 1.2, as we have shut down support on 1.2, but since I developed the patch before support finished, and it might affect 1.4 and trunk, I'm going ahead with it.
18 years ago
Steve Murphy 330090142f This probably isn't super-general, but it's a first stab at using kill -11 to generate a core file instead of gcore.
18 years ago
Tilghman Lesher 2cdedcbe94 Revert change in revision 71656, even though it fixed a bug, because many people were depending upon the (broken) behavior.
18 years ago
Joshua Colp ea98dd3dfc (closes issue #10334)
18 years ago
Steve Murphy 32ade7d7fc this fixes bug 10293, where the error message because defaultzone or loadzone was not defined was confusing
18 years ago
Tilghman Lesher 325bfeeda5 Oops, res contains the error code, not errno. I was wondering why a mutex was reporting "No such file or directory"...
18 years ago
Jason Parker f95db061fd Don't create the Asterisk channel until we are starting the PBX on it.
19 years ago
Joshua Colp a62bba55d8 (closes issue #5866)
19 years ago
Joshua Colp 2405536de9 (closes issue #10236)
19 years ago
Tilghman Lesher 44b5abf39f We should not use C++ reserved words in API headers (closes issue #10266)
19 years ago
Russell Bryant 831ebbebb7 Backport a fix for a memory leak that was fixed in trunk in reivision 76221
19 years ago
Joshua Colp a7047b7ed5 (closes issue #10247)
19 years ago
Russell Bryant 9df29ba46f When processing full frames, take sequence number wraparound into account when
19 years ago
Russell Bryant 6b5a7a6f64 When traversing the queue of frames for possible retransmission after
19 years ago
Tilghman Lesher dc4a74f57f Store prior to copy (closes issue #10193)
19 years ago
Dwayne M. Hubbard dd77af3fe3 removed the word 'pissed' from ast_log(...) function call for BE-90
19 years ago
Russell Bryant d359de6edb Properly check for the length in the skinny packet to prevent an invalid memcpy.
19 years ago
Russell Bryant d0b4144eb4 Ensure that when encoding the contents of an ast_frame into an iax_frame, that
19 years ago
Russell Bryant d2cb9b0d3b After parsing information elements in IAX frames, set the data length to zero,
19 years ago