summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-15Fix remotely exploitable stack overflow in HTTP managerMatthew Jordan
2012-03-15Add options PreDial options 'b' and 'B' to app_dialMark Murawki
2012-03-15Fix remotely exploitable stack overrun in MilliwattMatthew Jordan
2012-03-15Remove unused variable ‘srch’Paul Belanger
2012-03-15Add missing connected line macro calls to initial dial for Dial and Queue apps.Richard Mudgett
2012-03-15Remove some dead code found in _sip_show_peers()Paul Belanger
2012-03-15chan_iax2: Fix use of uninitialized sockaddr_in in try_transfer().Russell Bryant
2012-03-15chan_gtalk: Fix potential use of uninitialized variable.Russell Bryant
2012-03-14app_chanisavail: Fix use of uninitialized variable.Russell Bryant
2012-03-14udptl: Ensure fec[] in udptl_build_packet() is initialized.Russell Bryant
2012-03-14app.h: Always initialize AST_DECLARE_APP_ARGS().Russell Bryant
2012-03-14Fix deadlock potential with some ast_indicate/ast_indicate_data calls.Richard Mudgett
2012-03-14Add tests for main/jitterbuf.cMatthew Jordan
2012-03-14Three copies of the file contents in channel_internal.h are a bit excessive.Richard Mudgett
2012-03-14Fix incorrect jitter buffer overflow due to missed resynchronizationsMatthew Jordan
2012-03-14Fix Dial m and r options and forked calls generating warnings for voice frames.Richard Mudgett
2012-03-14Force non-inlining of ao2_iterator_destroy when TEST_FRAMEWORK is enabledMatthew Jordan
2012-03-14Fix bogus reads/writes of console log levels in asterisk.c Russell Bryant
2012-03-14Fix invalid reads/writes due to incorrect sizeof().Russell Bryant
2012-03-14Fix inaccurate sizeof() in sched.c.Russell Bryant
2012-03-14Fix incorrect sizeof() in astman.Russell Bryant
2012-03-14Fix incorrect usage of sizeof() in res_crypto.Russell Bryant
2012-03-14Fix broken usage of sizeof() in res_adsi.Russell Bryant
2012-03-14Fix incorrect sizeof() usage in features.c.Russell Bryant
2012-03-14Fix incorrect sizeof() on a pointer in MD5Final().Russell Bryant
2012-03-14Don't use a buffer after it goes out of scope.Russell Bryant
2012-03-13Blocked revisions 359054Russell Bryant
2012-03-13Remove chan_usbradio and app_rpt.Russell Bryant
2012-03-13Add missing channel_internal.hTerry Wilson
2012-03-13Add ability for chan_dahdi ISDN to block connected line updates per span.Richard Mudgett
2012-03-13Fix setting CDR variables in the hangup extensionTerry Wilson
2012-03-13Make hints for invalid SIP devices return Unavail, not idleTerry Wilson
2012-03-13Fix IMAP storage compilation after opaquification changesTerry Wilson
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-13Fix crash caused by opaquification change -r356042.Richard Mudgett
2012-03-13Use struct copy instead of memcpy().Richard Mudgett
2012-03-13Enable macros in 1.8 to find the next highest "h" extension in a context, lik...Tilghman Lesher
2012-03-12Massive changes in chan_unistim channel driver. Include many fixes in channel...Igor Goncharovskiy
2012-03-10Transition app_page to using app_confbridge internally for the conference bri...Joshua Colp
2012-03-08Resolve a few more cases of variable shadowing.Sean Bright
2012-03-08Eliminate a bunch of shadow warnings.Sean Bright
2012-03-08Add some underscores in a few of our llist macros to reduce name collisions.Sean Bright
2012-03-08Make transfer not ignore port information with SIP.Jonathan Rose
2012-03-08Add --enable-dev-mode=strict to configure.Sean Bright
2012-03-08Whitespace only change to the MakefileSean Bright
2012-03-07Handle numeric columns for eventtype properly in cel_odbcTerry Wilson
2012-03-07Change directly setting _softhangup in sig_ss7.c to use ast_softhangup_nolock().Richard Mudgett
2012-03-07Return g729 and g723.1 frames with the number of samples set properly.Sean Bright
2012-03-07Set snarkiness = 0 in cdr_adaptive_odbc.conf.sampleTerry Wilson
2012-03-07Add detection for ODBC WCHAR fieldsTerry Wilson