aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_crypto.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-08Merged revisions 205120 via svnmerge from russell1-2/+0
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming1-1/+1
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-2/+8
2007-12-18make configuration variable const so they are not accidentallyrizzo1-1/+1
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo1-4/+4
2007-11-28Remove "old"-style CLI handler, since nothing uses it anymore.qwell1-2/+2
2007-11-22remove a number of #include <fcntl.h> which are eitherrizzo1-4/+0
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-12Doxygen fixes.qwell1-6/+6
2007-11-08improve linked-list macros in two ways:kpfleming1-2/+2
2007-10-26Correctly use defined return values in (some) load_module functions.qwell1-1/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-2/+2
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-2/+2
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-23/+41
2007-09-05Doxygen cleanups/fixes.qwell1-14/+0
2007-08-07Add another big set of doxygen documentation improvements from snuffy.russell1-0/+14
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-2/+1
2007-07-23Clean up res_crypto module. It now uses an rwlist to keep the keys and it sho...file1-167/+95
2007-07-23(closes issue #10271)russell1-8/+77
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-6/+3
2007-05-20Music on hold and crypto no longer need their symbols globally exported. They...file1-1/+1
2007-02-24Creating new doxygen macro "\extref" to create page that lists oej1-0/+3
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-2/+2
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-2/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-2/+4
2006-09-21Lots more removal of deprecated thingstilghman1-12/+2
2006-09-18merge qwell's CLI verbification workkpfleming1-8/+21
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+10
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+6
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+6
2006-04-11normalize code in preparation to module changesrizzo1-1/+1
2006-04-08a few cleanups from the last commitkpfleming1-2/+2
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-01-21- conversions to allocation wrappersrussell1-4/+1
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-2/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-16Make crypto loading optionalmarkster1-8/+17
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-08-23add count to 'show keys' (issue #5002)kpfleming1-0/+3
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessrussell1-3/+3
2005-07-10more ast_copy_string conversionsrussell1-3/+3
2005-06-06more file version tagskpfleming1-9/+13
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+0