Make this compile
[asterisk/asterisk.git] / main / manager.c
2008-03-13 Mark MichelsonMake this compile
2008-03-13 Mark MichelsonFixing a potential buffer overflow in the manager comma...
2008-03-12 Russell BryantRename ast_tcptls_server_instance to session_instance...
2008-03-05 Mark MichelsonAdding the Atxfer manager command. With this, you may...
2008-03-04 Mark MichelsonThere are several places in manager.c where BUFSIZ...
2008-03-04 Tilghman LesherWhitespace changes only
2008-03-04 Russell Bryantadd a destroy API call for a server instance
2008-03-04 Russell BryantMore public API name changes to use an appropriate...
2008-03-04 Russell BryantRename public object server_instance to ast_tcptls_serv...
2008-02-27 Tilghman LesherMerged revisions 104704 via svnmerge from
2008-02-26 Russell BryantRename version.h to ast_version.h. Next, I will be...
2008-02-22 Tilghman LesherMove Originate to a separate privilege and require...
2008-02-21 Kevin P. FlemingMerged revisions 104015 via svnmerge from
2008-02-12 Jason ParkerEven more sane permissions. This should be handled...
2008-02-12 Jason ParkerUse slight more sane permissions
2008-02-12 Russell BryantFix build on *BSD. These permissions constants are...
2008-02-12 Jeff PeelerRequested changes from Pari, reviewed by Russell.
2008-02-11 Joshua ColpJust some minor coding style cleanup...
2008-02-03 Tilghman LesherCoreSettings and CoreStatus are missing the terminating...
2008-01-18 Russell BryantMerge changes from team/group/sip-tcptls
2008-01-14 Joshua ColpMake sure the user's manager secret exists, even if...
2008-01-12 Tilghman LesherConversion to load manager.conf into memory did not...
2008-01-10 Tilghman Lesheroops, missed the case of a 0 permission (which should...
2008-01-10 Tilghman LesherSeveral manager changes:
2008-01-07 Joshua ColpMove ModuleLoad and ModuleCheck manager commands from...
2008-01-05 Russell BryantNow that the version.h file was getting properly regene...
2007-12-27 Kevin P. FlemingMerged revisions 94824 via svnmerge from
2007-12-26 Tilghman LesherMerged revisions 94808 via svnmerge from
2007-12-16 Olle JohanssonAdding a new CLI command for "manager reload", which...
2007-12-16 Olle JohanssonChange manager so that registered accounts are stored...
2007-12-14 Mark MichelsonI needed to increment the numbers used on the VERBOSITY...
2007-12-14 Mark MichelsonChanged VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be...
2007-12-14 Mark MichelsonAfter reading Russell's e-mail to the dev list stating...
2007-12-06 Olle Johansson- The Ping Action
2007-12-06 Olle JohanssonChange description of new manager command
2007-12-06 Olle JohanssonAdd manager command for showing all current channels.
2007-12-05 Tilghman LesherChange cdr_manager to use a "CDR" level, rather than...
2007-11-30 Russell BryantMerged revisions 90348 via svnmerge from
2007-11-29 Kevin P. Flemingrestore behavior from the 1.4 branch... manager users...
2007-11-28 Kevin P. FlemingMerged revisions 90098 via svnmerge from
2007-11-23 Tilghman LesherMerged revisions 89536 via svnmerge from
2007-11-21 Luigi Rizzoremove a bunch of useless #include "options.h"
2007-11-20 Luigi Rizzomove asterisk/paths.h outside asterisk.h and into those...
2007-11-20 Luigi Rizzomove internal function declarations to include/asterisk...
2007-11-19 Luigi Rizzoanother bunch of include removals (errno.h and asterisk...
2007-11-17 Luigi Rizzostart using asterisk/network.h for network related...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-16 Mark MichelsonFixing a problem pointed out by Qwell
2007-11-16 Mark MichelsonAdded some locks that should have been around astman_se...
2007-11-15 Luigi Rizzoaccess channel locks through ast_channel_lock/unlock...
2007-11-15 Mark MichelsonMerged revisions 89288 via svnmerge from
2007-11-15 Mark MichelsonMerged revisions 89286 via svnmerge from
2007-11-14 Luigi Rizzomake the 'name' and 'value' fields in ast_variable...
2007-11-08 Kevin P. Flemingimprove linked-list macros in two ways:
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-05 Russell BryantMerged revisions 84742 via svnmerge from
2007-10-01 Dwayne M. HubbardMerged revisions 84274 via svnmerge from
2007-09-27 Dwayne M. HubbardMerged revisions 84018 via svnmerge from
2007-09-22 Tilghman LesherAdd the MeetmeList and Reload manager commands, which...
2007-09-19 Russell BryantMerged revisions 83121 via svnmerge from
2007-09-19 Joshua ColpExtend manager show connected with additional information.
2007-09-18 Jason Parker(issue #10724)
2007-09-18 Russell BryantMerged revisions 82867 via svnmerge from
2007-09-11 Joshua Colp(closes issue #10695)
2007-08-29 Steve MurphyThis code was in team/murf/bug8684-trunk; it should...
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-08-07 Joshua ColpUse the linkedlists.h macros for the manager action...
2007-07-30 Russell BryantRemove an XXX comment noting that it would be nice...
2007-07-26 Russell BryantDo a massive conversion for using the ast_verb() macro
2007-07-24 Joshua ColpMove manager users list over to an rwlist.
2007-07-23 Joshua ColpDon't bother calling AST_RWLIST_EMPTY on a list before...
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-07-09 Joshua ColpMake sure the idText variable is empty, and put it...
2007-07-02 Russell BryantAfter some discussion on the asterisk-dev list, we...
2007-07-02 Russell BryantAdd a CLI command to dump the built-in manager action...
2007-07-02 Russell BryantMerged revisions 72926 via svnmerge from
2007-06-29 Russell BryantMerge changes from team/russell/http_filetxfer
2007-06-29 Tilghman LesherMerged revisions 72556 via svnmerge from
2007-06-24 Russell BryantConversions to ast_debug()
2007-06-24 Tilghman LesherMerged revisions 71289 via svnmerge from
2007-06-21 Jason ParkerAdd manager events for RTCP statistics.
2007-06-14 Kevin P. FlemingMerged revisions 69392 via svnmerge from
2007-06-14 Brett BryantCouple of manager ssl options weren't loading because...
2007-06-11 Jason ParkerChange displayconnects option in manager.conf to be...
2007-06-11 Joshua ColpAdd username completion for manager show user CLI comma...
2007-06-07 Russell BryantFix a bunch of doxygen errors and document more things
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-06-06 Russell BryantMinor formatting change to test closing mantis issues...
2007-06-06 Russell BryantMinor formatting change to test closing mantis issues...
2007-06-05 Jason ParkerMake sure we default allowmultiplelogin to on/yes,...
2007-05-24 Russell BryantAdd a new API call for creating detached threads. ...
2007-05-24 Joshua ColpMerged revisions 65902 via svnmerge from
2007-05-17 Russell BryantAdd an option that lets you only allow one connection...
2007-05-11 Jason ParkerMerged revisions 63982 via svnmerge from
2007-05-11 Russell BryantMerged revisions 63886 via svnmerge from
2007-05-10 Russell BryantMerged revisions 63804 via svnmerge from
2007-05-04 Russell BryantConvert spaces to tabs for indentation.
2007-05-04 Olle JohanssonAdd "CoreStatus" - from the moremanager branch.
2007-05-04 Olle Johansson- Add manager command CoreSettings
next