summaryrefslogtreecommitdiff
path: root/res/res_crypto.c
AgeCommit message (Expand)Author
2018-01-24Remove redundant module checks and references.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-01-09res_crypto: Perform cleanup at shutdown.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-03-14Fix incorrect usage of sizeof() in res_crypto.Russell Bryant
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-05Merged revisions 317474 via svnmerge from Russell Bryant
2010-07-28Merged revisions 280058 via svnmerge from Russell Bryant
2010-07-21Remove built-in AES code and use optional_api insteadTerry Wilson
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-14Remove the old stub files, preferring the optional_api method.Tilghman Lesher
2009-07-08Move OpenSSL initialization to a single place, make library usage thread-safe.Russell Bryant
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
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