summaryrefslogtreecommitdiff
path: root/res/res_crypto.c
AgeCommit message (Expand)Author
2007-12-18make configuration variable const so they are not accidentallyLuigi Rizzo
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.Luigi Rizzo
2007-11-28Remove "old"-style CLI handler, since nothing uses it anymore.Jason Parker
2007-11-22remove a number of #include <fcntl.h> which are eitherLuigi Rizzo
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-12Doxygen fixes.Jason Parker
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-10-26Correctly use defined return values in (some) load_module functions.Jason Parker
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-09-05Doxygen cleanups/fixes.Jason Parker
2007-08-07Add another big set of doxygen documentation improvements from snuffy.Russell Bryant
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-23Clean up res_crypto module. It now uses an rwlist to keep the keys and it sho...Joshua Colp
2007-07-23(closes issue #10271)Russell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-05-20Music on hold and crypto no longer need their symbols globally exported. They...Joshua Colp
2007-02-24Creating new doxygen macro "\extref" to create page that lists Olle Johansson
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-21Lots more removal of deprecated thingsTilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11normalize code in preparation to module changesLuigi Rizzo
2006-04-08a few cleanups from the last commitKevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-01-21- conversions to allocation wrappersRussell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-16Make crypto loading optionalMark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-08-23add count to 'show keys' (issue #5002)Kevin P. Fleming
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessRussell Bryant
2005-07-10more ast_copy_string conversionsRussell Bryant
2005-06-06more file version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-01-21update copyright headers for 2005Russell Bryant
2004-11-15Make res crypto less chatty (bug #2857)Mark Spencer
2004-10-16Minor improvements to debug output (bug #2644)Mark Spencer