asterisk/funcs
Terry Wilson b02bc230af Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not
actual problems, per se.  I also added format attributes to any printf wrapper functions I found that didn't have them.  -Wsecurity and -Wmissing-format-attribute added to --enable-dev-mode.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109447 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-18 15:43:34 +00:00
..
Makefile Merged revisions 93180 via svnmerge from 2007-12-17 07:25:35 +00:00
func_base64.c remove some unnecessary includes. 2007-11-19 20:42:06 +00:00
func_blacklist.c remove some useless includes 2007-11-22 02:30:58 +00:00
func_callerid.c Merged revisions 90145 via svnmerge from 2007-11-29 00:28:10 +00:00
func_cdr.c Merged revisions 103683 via svnmerge from 2008-02-14 19:52:21 +00:00
func_channel.c Context tracing for channels 2008-02-18 04:43:33 +00:00
func_config.c - Add Tilghman to the copyright info ... he wrote the hard part :) 2008-03-12 17:06:37 +00:00
func_curl.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
func_cut.c Reset default CUT delimiter back to '-' 2008-01-18 02:06:27 +00:00
func_db.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
func_devstate.c Add a "devstate change" CLI command to control custom device states. Also, 2008-03-01 00:53:25 +00:00
func_dialgroup.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_dialplan.c This function checks more than just contexts... 2007-12-27 09:13:07 +00:00
func_enum.c Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not 2008-03-18 15:43:34 +00:00
func_env.c Merged revisions 95470 via svnmerge from 2007-12-31 20:33:21 +00:00
func_extstate.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_global.c Fix the SHARED() read callback to properly unlock the channel. This function 2008-03-05 00:45:39 +00:00
func_groupcount.c Merged revisions 97697 via svnmerge from 2008-01-10 15:12:08 +00:00
func_iconv.c implement "configure" checks for libiconv, and add the 2008-01-01 22:08:32 +00:00
func_lock.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
func_logic.c another bunch of include removals (errno.h and asterisk/logger.h) 2007-11-19 19:09:03 +00:00
func_math.c another bunch of include removals (errno.h and asterisk/logger.h) 2007-11-19 19:09:03 +00:00
func_md5.c remove some useless includes 2007-11-22 02:30:58 +00:00
func_module.c remove some useless includes 2007-11-22 02:30:58 +00:00
func_odbc.c Merged revisions 106552 via svnmerge from 2008-03-07 06:54:47 +00:00
func_rand.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
func_realtime.c Add REALTIME_STORE and REALTIME_DESTROY dialplan functions provided by sergee. 2008-02-06 16:23:22 +00:00
func_sha1.c remove some useless includes 2007-11-22 02:30:58 +00:00
func_shell.c another bunch of include removals (errno.h and asterisk/logger.h) 2007-11-19 19:09:03 +00:00
func_strings.c Merged revisions 106552 via svnmerge from 2008-03-07 06:54:47 +00:00
func_sysinfo.c Make the SYSINFO documentation reflect which options were compiled in 2007-11-19 23:03:02 +00:00
func_timeout.c I needed to increment the numbers used on the VERBOSITY_ATLEAST calls by 1. 2007-12-14 19:19:07 +00:00
func_uri.c another bunch of include removals (errno.h and asterisk/logger.h) 2007-11-19 19:09:03 +00:00
func_version.c Simplify a trivial snprintf() with ast_copy_string() 2008-03-04 04:57:29 +00:00
func_vmcount.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
func_volume.c remove some unnecessary includes. 2007-11-19 20:42:06 +00:00