summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2009-08-31Properly initialize the session to prevent a crash.Tilghman Lesher
2009-08-27Ensure that we check for the special value CONFIG_STATUS_FILEINVALID.Tilghman Lesher
2009-08-18Merged revisions 212763 via svnmerge from Sean Bright
2009-08-10AST-2009-005Tilghman Lesher
2009-07-21Merged revisions 207714 via svnmerge from Mark Michelson
2009-07-11Add an API for reporting security events, and a security event logging module.Russell Bryant
2009-06-26Add timestamp to response to "Ping" manager action.Mark Michelson
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-16Don't claim a char * is a mansession object.Russell Bryant
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-31Constification and remove some unused code.Russell Bryant
2009-05-26Add ActionID to CoreShowChannel event.Sean Bright
2009-05-26Include startup and reload date in the CoreStatus manager message.Sean Bright
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-18Fix the CLI command 'manager show command' documentation and functionality.Eliel C. Sardanons
2009-05-18Rollback commit 195367.Eliel C. Sardanons
2009-05-18Avoid autocompleting passed the action name argument in the CLI command.Eliel C. Sardanons
2009-05-13Do not lock the 'sessions' container, lock the allocated 'session'.Eliel C. Sardanons
2009-05-12Fix a crash when logging out from the AMI and avoid astobj2 warning messages.Eliel C. Sardanons
2009-05-02Remove rarely-used event_log/LOG_EVENT supportKevin P. Fleming
2009-04-29Consistent SSL/TLS options across conf filesDavid Vossel
2009-04-27Fix a bug where we tried to send events out when no sessions container was pr...Joshua Colp
2009-04-24TLS/SSL private key optionDavid Vossel
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-23Support HTTP digest authentication for the http manager interface.Tilghman Lesher
2009-04-20Merged revisions 189391 via svnmerge from Doug Bailey
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listTilghman Lesher
2009-04-09Merged revisions 187428 via svnmerge from Tilghman Lesher
2009-04-07Merged revisions 186719 via svnmerge from Mark Michelson
2009-04-01Merge changes from str_substitution that are unrelated to that branch.Tilghman Lesher
2009-04-01Address Russell's comments regarding rev 185704.Mark Michelson
2009-04-01Allow the AMI Hangup command to accept a Cause header.Mark Michelson
2009-03-27Use ast_random() instead of rand() to ensure we use the best RNG available.Russell Bryant
2009-03-10Reset the thread local string buffer when handling the UserEvent action.Joshua Colp
2009-02-10Fix an fd leak that would occur in HTTP AMI sessionsMark Michelson
2009-02-06Resolve a memory leak that would occur on an invalid channel given to Action:...Russell Bryant
2009-02-02Reverting commit number 173028 as there are someMark Michelson
2009-02-02Add a CLI command to log out a manager userMark Michelson
2009-01-28Merged revisions 172030 via svnmerge from Steve Murphy
2009-01-19Merged revisions 169364 via svnmerge from Tilghman Lesher
2008-12-22Introduce ast_careful_fwrite() and use in AMI to prevent partial writes.Russell Bryant
2008-12-18(closes issue #13993)Jeff Peeler
2008-12-16Merged revisions 164806 via svnmerge from Russell Bryant
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-08Allocate enough space initially for the message.Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-03Another place this is missingJason Parker
2008-12-03Fix typo when ListCategories returns none.Jason Parker
2008-12-01Merged revisions 159976 via svnmerge from Sean Bright