aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-7/+7
2009-07-21Merged revisions 207714 via svnmerge from mmichelson1-2/+2
2009-07-11Add an API for reporting security events, and a security event logging module.russell1-4/+263
2009-06-26Add timestamp to response to "Ping" manager action.mmichelson1-1/+2
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-1/+1
2009-06-16Don't claim a char * is a mansession object.russell1-1/+1
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-7/+7
2009-05-31Constification and remove some unused code.russell1-50/+5
2009-05-26Add ActionID to CoreShowChannel event.seanbright1-6/+7
2009-05-26Include startup and reload date in the CoreStatus manager message.seanbright1-2/+8
2009-05-22Implement a new element in AstXML for AMI actions documentation.eliel1-280/+718
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-31/+31
2009-05-18Fix the CLI command 'manager show command' documentation and functionality.eliel1-2/+2
2009-05-18Rollback commit 195367.eliel1-14/+9
2009-05-18Avoid autocompleting passed the action name argument in the CLI command.eliel1-9/+14
2009-05-13Do not lock the 'sessions' container, lock the allocated 'session'.eliel1-2/+2
2009-05-12Fix a crash when logging out from the AMI and avoid astobj2 warning messages.eliel1-63/+67
2009-05-02Remove rarely-used event_log/LOG_EVENT supportkpfleming1-9/+0
2009-04-29Consistent SSL/TLS options across conf filesdvossel1-25/+8
2009-04-27Fix a bug where we tried to send events out when no sessions container was pr...file1-15/+17
2009-04-24TLS/SSL private key optiondvossel1-0/+7
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-58/+110
2009-04-23Support HTTP digest authentication for the http manager interface.tilghman1-452/+1118
2009-04-20Merged revisions 189391 via svnmerge from dbailey1-1/+3
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listtilghman1-1/+1
2009-04-09Merged revisions 187428 via svnmerge from tilghman1-6/+17
2009-04-07Merged revisions 186719 via svnmerge from mmichelson1-3/+4
2009-04-01Merge changes from str_substitution that are unrelated to that branch.tilghman1-1/+1
2009-04-01Address Russell's comments regarding rev 185704.mmichelson1-4/+2
2009-04-01Allow the AMI Hangup command to accept a Cause header.mmichelson1-1/+20
2009-03-27Use ast_random() instead of rand() to ensure we use the best RNG available.russell1-1/+1
2009-03-10Reset the thread local string buffer when handling the UserEvent action.file1-0/+3
2009-02-10Fix an fd leak that would occur in HTTP AMI sessionsmmichelson1-217/+269
2009-02-06Resolve a memory leak that would occur on an invalid channel given to Action:...russell1-0/+1
2009-02-02Reverting commit number 173028 as there are somemmichelson1-71/+0
2009-02-02Add a CLI command to log out a manager usermmichelson1-0/+71
2009-01-28Merged revisions 172030 via svnmerge from murf1-2/+13
2009-01-19Merged revisions 169364 via svnmerge from tilghman1-7/+6
2008-12-22Introduce ast_careful_fwrite() and use in AMI to prevent partial writes.russell1-24/+1
2008-12-18(closes issue #13993)jpeeler1-3/+7
2008-12-16Merged revisions 164806 via svnmerge from russell1-0/+1
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-12/+14
2008-12-08Allocate enough space initially for the message.tilghman1-2/+2
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
2008-12-03Another place this is missingqwell1-1/+1
2008-12-03Fix typo when ListCategories returns none.qwell1-1/+1
2008-12-01Merged revisions 159976 via svnmerge from seanbright1-1/+1
2008-12-01Merged revisions 159897 via svnmerge from mvanbaak1-1/+1
2008-11-26add support for event suppression for AMI-over-HTTPkpfleming1-2/+9
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-2/+2