Commit Graph

699 Commits (11)

Author SHA1 Message Date
Corey Farrell e918cb2b1e AST-2017-006: Fix app_minivm application MinivmNotify command injection
8 years ago
Corey Farrell 238a55b126 Unit tests: Use AST_TEST_DEFINE in conditional code only.
9 years ago
George Joseph 95d8b05760 BuildSystem: Fix a few issues hightlighted by gcc 6.x
9 years ago
Gianluca Merlo 91bdaa9251 func_aes: fix misuse of strlen on binary data
9 years ago
Sean Bright 9c83062c31 func_iconv: Ensure output strings are properly terminated.
9 years ago
Walter Doekes 8fd2b60e1a func_callerid: Document that CALLERID(pres) is available.
10 years ago
Ivan Poddubny 966265dd70 func_presencestate: Return "not_set" when no data is set in AstDB
10 years ago
Matthew Jordan 7c4efc490a clang compiler warnings: Fix autological comparisons
10 years ago
Matthew Jordan dc63b9fcbc clang compiler warnings: Fix sometimes-initialized warning in func_math
10 years ago
Matthew Jordan 29e6597f0b clang compiler warnings: Fix a variety of "unused" warnings
10 years ago
Matthew Jordan 1e130f9297 funcs/func_env: Fix regression caused in FILE read operation
10 years ago
Joshua Colp 15ed15bf9f func_curl: Don't hold exclusive lock when performing HTTP request.
10 years ago
Matthew Jordan f1a712e3fd FILE: fix retrieval of file contents when offset is specified
10 years ago
Mark Michelson ff775a17cf Fix compilation error from previous patch.
10 years ago
Mark Michelson c9f0b565c8 Mitigate possible HTTP injection attacks using CURL() function in Asterisk.
10 years ago
Walter Doekes 08efda063a Fix typo's (retrieve, specified, address).
10 years ago
Matthew Jordan 6d5f0a0db9 funcs/func_curl: Fix memory leak when CURLOPT channel datastore is destroyed
10 years ago
Kevin Harwell 31d0fc0ecc AST-2014-018 - func_db: DB Dialplan function permission escalation via AMI.
11 years ago
Corey Farrell 0b55748232 func_jitterbuffer: fix frame leaks.
11 years ago
George Joseph 9498a686f3 func_config: Change 'Not Found' message from ERROR to DEBUG
11 years ago
Richard Mudgett c2e464699f datastores: Audit ast_channel_datastore_remove usage.
11 years ago
Jonathan Rose 3d419e8796 func_uri: URIENCODE/URIDECODE - allow empty strings as argument
11 years ago
Mark Michelson cc7bc40c2a Allow the PUSH and UNSHIFT functions to set inheritable channel variables.
11 years ago
Walter Doekes fb0754681a func_odbc: Fix fixed size buffers fix (r414968).
11 years ago
Joshua Colp 80237dcf5b res_config_odbc: Use dynamically sized buffers to store row data so values do not get truncated.
11 years ago
Scott Griepentrog 7d1a06a5dd pbx.c: prevent potential crash from recursive replace()
11 years ago
Kinsey Moore 79d3c5bac1 Fix 32bit build for func_env
11 years ago
Kinsey Moore abac3330cf Allow Asterisk to compile under GCC 4.10
11 years ago
Corey Farrell 8fe29356ac Fix dialplan function NULL channel safety issues
11 years ago
Mark Michelson 185257db13 Fix documentation for PRESENCE_STATE to properly illustrate how to create a presence hint.
11 years ago
Michael L. Young 506bfece74 func_audiohookinheritance: Check If A Channel Was Specified
11 years ago
Richard Mudgett f90a045a36 verbosity: Fix performance of console verbose messages.
11 years ago
Scott Griepentrog 0abb5b9e18 func_strings: use memmove to prevent overlapping memory on strcpy
11 years ago
Rusty Newton acaa978d71 func_strings: Documentation fix for QUOTE()
12 years ago
David M. Lee a9ee948e90 security: Inhibit execution of privilege escalating functions
12 years ago
Jonathan Rose bab6b3610a memory leaks: Memory leak cleanup patch by Corey Farrell (first set)
12 years ago
Kinsey Moore 09df02a03e Fix func_config list entry allocation
12 years ago
Richard Mudgett d8b4adb590 Fix incorrect usages of ast_realloc().
12 years ago
Walter Doekes 9dfb4be39d Check result of ast_var_assign() calls for memory allocation failure (2).
12 years ago
Walter Doekes 5c8ba4c4d6 Check result of ast_var_assign() calls for memory allocation failure.
12 years ago
Matthew Jordan 5b3d9a9b20 Clean up documentation
12 years ago
Matthew Jordan 4c8e75bcf0 Clarify documentation for function PASSTHRU
12 years ago
Matthew Jordan 50cdbaa94d Update documentation for CHANNEL function
12 years ago
Walter Doekes 476659a5ec Have func_curl log a warning when a curl request fails.
12 years ago
Walter Doekes 9e9a75408d Minor cleanup in func_curl near hashcompat code.
12 years ago
Jonathan Rose 7a353badc5 PRESENCE_STATE: Provide better documentation for the 'e' option.
12 years ago
Matthew Jordan 31d1bd4cd8 Fix crash in PresenceState AMI action when specifying an invalid provider
12 years ago
Matthew Jordan 7eb9a846d8 Prevent crashes from occurring when reading from data sources with large values
13 years ago
Matthew Jordan eda6664de0 Prevent exhaustion of system resources through exploitation of event cache
13 years ago
Sean Bright 258edecea8 Minor spelling fix to the VOLUME documentation.
13 years ago