summaryrefslogtreecommitdiff
path: root/funcs/func_db.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-11-20AST-2014-018 - func_db: DB Dialplan function permission escalation via AMI.Kevin Harwell
2013-12-16security: Inhibit execution of privilege escalating functionsDavid M. Lee
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-01-21Add DB_KEYS.Tilghman Lesher
2009-04-29Merge str_substitution branch.Tilghman Lesher
2008-11-05- Add some see-also references based on TFOT.Eliel C. Sardanons
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-30 - spaces to tabsRussell Bryant
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-01-24Doxygen updateOlle Johansson
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-06Merged revisions 37143 via svnmerge from Tilghman Lesher
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-25add DB_DELETE function for the common case of retrieving and deleting a key inRussell Bryant
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11build function modules independently (no more pbx_functions.so)Kevin P. Fleming
2006-01-23code clean up and macro implementation from Matt O'Gorman
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08issue #5648Kevin P. Fleming
2005-11-03major update to arg/option parsing APIs and documentationKevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-05-19minor doc fixesKevin P. Fleming
2005-05-19Cache result from database function reads (conf call)Mark Spencer
2005-05-18add DB_EXISTS function to be able to check if a key exists in the databaseRussell Bryant
2005-05-08Convert app_db to function variables (bug #4201)Mark Spencer