Commit Graph

7217 Commits (fd9f2351cdbe1be6f4c47ab2fdbd6c3634afb91b)

Author SHA1 Message Date
Matthew Jordan fd9f2351cd AST-2012-008: Fix remote crash vulnerability in chan_skinny
13 years ago
Richard Mudgett be10342c3f AST-2012-007: Fix IAX receiving HOLD without suggested MOH class crash.
13 years ago
Michael L. Young 20b362fa4b Fix pvt_sip for inbound call to use peer's allowtransfer setting
13 years ago
Matthew Jordan f26d22b563 Update a peer's LastMsgsSent when the peer is notified of waiting messages
13 years ago
Terry Wilson c191395381 Resolve crash in subscribing for MWI notifications
13 years ago
Mark Michelson 3ddfb50fe4 Address MISSING_BREAK static analysis reports some more.
13 years ago
Mark Michelson eef4c09787 Fix memory leak of SSL_CTX structures in TLS core.
13 years ago
Matthew Jordan 67268d9198 Fix more memory leaks
13 years ago
Kinsey Moore 3bdb733c5d Reorder and renumber tests appropriately
13 years ago
Matthew Jordan 3edf245601 Fix a variety of memory leaks
13 years ago
Jonathan Rose a7733c579b chan_sip: Fix missed locking of opposing pvt for directmedia acl from r366547
13 years ago
Matthew Jordan 7eb528fbf1 Fix checking bounds of array index after using it; improper sizeof
13 years ago
Mark Michelson 5e7f34fa05 Correct misuse of ast_strip_quoted() when getting a Diversion header's reason parameter.
13 years ago
Jonathan Rose 923a66d764 chan_sip: Check the right channel's host address for directmediapermit/deny
13 years ago
Mark Michelson fd520e0d19 Fix broken reinvite glare scenario.
13 years ago
Kinsey Moore a94fcae21b Resolve FORWARD_NULL static analysis warnings
13 years ago
Jonathan Rose ae528efea3 Coverity Report: Fix issues for error type CHECKED_RETURN for core
13 years ago
Mark Michelson 965dd3a7d8 Close the proper tcptls_session when session creation fails.
13 years ago
Mark Michelson 3a9a0b9cea Prevent sip_pvt refleak when an ast_channel outlasts its corresponding sip_pvt.
13 years ago
Mark Michelson 2cb787371c Send more accurate identification information in dialog-info SIP NOTIFYs.
13 years ago
Mark Michelson eafb430562 Fix findings 0-3, 5, and 8 for Coverity MISSING_BREAK errors.
13 years ago
Kinsey Moore 83d3444284 Fix many issues from the NULL_RETURNS Coverity report
13 years ago
Richard Mudgett 186a89e99c Fix local channel chains optimizing themselves out of a call.
13 years ago
Terry Wilson c068460b12 Don't leak a ref if out of memory and can't link the linkedid
13 years ago
Terry Wilson 7da21c68c4 Fix a CEL LINKEDID_END race and local channel linkedids
13 years ago
Richard Mudgett fde9505a95 * Fix error path resouce leak in local_request().
13 years ago
Mark Michelson dba70c1340 Revert improved identities sent in dialog-info NOTIFY requests in r360862
13 years ago
Mark Michelson 139a7459cd Don't attempt to make use of the dynamic_exclude_static ACL if DNS lookup fails.
13 years ago
Kinsey Moore 0536634ff1 Allow SIP pvts involved in Replaces transfers to fall out of reference sooner
13 years ago
Matthew Jordan 3ef885b576 Allow for reloading SRTP crypto keys within the same SIP dialog
13 years ago
Kinsey Moore c4ed0550e8 Fix reference leaks involving SIP Replaces transfers
13 years ago
Alec L Davis 2ecce90e93 chan_sip: [general] maxforwards, not checked for a value greater than 255
13 years ago
Richard Mudgett 1302d291c7 Make DAHDISendCallreroutingFacility wait 5 seconds for a reply before disconnecting the call.
13 years ago
Richard Mudgett 74a9fcd6c4 Clear ISDN channel resetting state if the peer continues to use it.
13 years ago
Matthew Jordan 88f80c1d54 AST-2012-006: Fix crash in UPDATE handling when no channel owner exists
13 years ago
Matthew Jordan 9a3120c0c8 AST-2012-005: Fix remotely exploitable heap overflow in keypad button handling
13 years ago
Matthew Jordan 0e488d7cc4 Fix a variety of potential buffer overflows
13 years ago
Richard Mudgett e9a0da476a Add ability to ignore layer 1 alarms for BRI PTMP lines.
13 years ago
Michael L. Young d84e70a95c Turn off warning message when bind address is set to any.
13 years ago
Matthew Jordan 7a72dc706a Fix negative return handling in channel drivers
13 years ago
Kinsey Moore 7a33e9ba9d Make trunkfreq take effect when set
13 years ago
Richard Mudgett b856533029 Prevent invalid access of free'd memory if DAHDI channel during an MWI event
13 years ago
Matthew Jordan 246ad9bf0d Prevent invalid access of free'd memory if DAHDI channel during an MWI event
13 years ago
Kinsey Moore 4148e51555 Add missing newlines to CLI logging
13 years ago
Matthew Jordan 5c318b19c2 Fix a typo in the warning messages for an ignored media stream
13 years ago
Jonathan Rose ed76cdda72 Replace GNU old-style field designator extensions to fix clang warnings
13 years ago
Kinsey Moore 063aa93c46 Stop sending out RTCP if RTP is inactive
13 years ago
Mark Michelson 58565827e6 Improve accuracy of identifying information sent in dialog-info SIP NOTIFY requests.
13 years ago
Terry Wilson d58fe85724 Destroy configs when they are no longer used
13 years ago
Mark Michelson 390e8c1f73 Make a debug message regarding subscription changes more accurate.
13 years ago