summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2008-03-26Add the "config reload <conffile>" command, which allows you to tell AsteriskTilghman Lesher
2008-03-26This ensures that the manager interface is not enabled by default. Prior to thisMark Michelson
2008-03-19actually implement HTTP request dispatching based on both URI and method; red...Kevin P. Fleming
2008-03-18start the process of changing HTTP request dispatching to do it based on *bot...Kevin P. Fleming
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-18Make sure values are interpreted as character strings and not format strings.Joshua Colp
2008-03-13Make this compileMark Michelson
2008-03-13Fixing a potential buffer overflow in the manager command ModuleCheck.Mark Michelson
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains toRussell Bryant
2008-03-05Adding the Atxfer manager command. With this, you may initiateMark Michelson
2008-03-04There are several places in manager.c where BUFSIZ is used for a bufferMark Michelson
2008-03-04Whitespace changes onlyTilghman Lesher
2008-03-04add a destroy API call for a server instanceRussell Bryant
2008-03-04More public API name changes to use an appropriate ast_ prefixRussell Bryant
2008-03-04Rename public object server_instance to ast_tcptls_server_instanceRussell Bryant
2008-02-27Merged revisions 104704 via svnmerge from Tilghman Lesher
2008-02-26Rename version.h to ast_version.h. Next, I will be re-adding version.h as anRussell Bryant
2008-02-22Move Originate to a separate privilege and require the additional System priv...Tilghman Lesher
2008-02-21Merged revisions 104015 via svnmerge from Kevin P. Fleming
2008-02-12Even more sane permissions. This should be handled via a umask, like in many...Jason Parker
2008-02-12Use slight more sane permissionsJason Parker
2008-02-12Fix build on *BSD. These permissions constants are not available there.Russell Bryant
2008-02-12Requested changes from Pari, reviewed by Russell.Jeff Peeler
2008-02-11Just some minor coding style cleanup...Joshua Colp
2008-02-03CoreSettings and CoreStatus are missing the terminating "\r\n". Also, someTilghman Lesher
2008-01-18Merge changes from team/group/sip-tcptlsRussell Bryant
2008-01-14Make sure the user's manager secret exists, even if it is blank.Joshua Colp
2008-01-12Conversion to load manager.conf into memory did not convert the passwordTilghman Lesher
2008-01-10oops, missed the case of a 0 permission (which should mean everybody is allow...Tilghman Lesher
2008-01-10Several manager changes:Tilghman Lesher
2008-01-07Move ModuleLoad and ModuleCheck manager commands from loader.c to manager.c. ...Joshua Colp
2008-01-05Now that the version.h file was getting properly regenerated every time the svnRussell Bryant
2007-12-27Merged revisions 94824 via svnmerge from Kevin P. Fleming
2007-12-26Merged revisions 94808 via svnmerge from Tilghman Lesher
2007-12-16Adding a new CLI command for "manager reload", which is important now thatOlle Johansson
2007-12-16Change manager so that registered accounts are stored in memory. This opens f...Olle Johansson
2007-12-14I needed to increment the numbers used on the VERBOSITY_ATLEAST calls by 1.Mark Michelson
2007-12-14Changed VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be more accurate.Mark Michelson
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...Mark Michelson
2007-12-06- The Ping ActionOlle Johansson
2007-12-06Change description of new manager commandOlle Johansson
2007-12-06Add manager command for showing all current channels.Olle Johansson
2007-12-05Change cdr_manager to use a "CDR" level, rather than the (overcrowded) "call"...Tilghman Lesher
2007-11-30Merged revisions 90348 via svnmerge from Russell Bryant
2007-11-29restore behavior from the 1.4 branch... manager users created via users.conf ...Kevin P. Fleming
2007-11-28Merged revisions 90098 via svnmerge from Kevin P. Fleming
2007-11-23Merged revisions 89536 via svnmerge from Tilghman Lesher
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-20move internal function declarations to include/asterisk/_private.hLuigi Rizzo