aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-27Manager output is not always NULL-terminated, so force a NULL at the end of t...tilghman1-2/+6
2009-08-18Delay the creation of temporary files until we have a valid manager command t...seanbright1-1/+3
2009-08-10AST-2009-005tilghman1-6/+6
2009-07-21Document default timeout for AMI originations.mmichelson1-1/+1
2009-05-18Don't try to unlock a bogus channel.russell1-0/+1
2009-04-20Clean up problem with manager implementation of mmap where it was not testing...dbailey1-11/+13
2009-04-09Race condition between ast_cli_command() and 'module unload' could cause a de...tilghman1-3/+14
2009-04-08Backport resolution for file descriptor leak in 1.6.0 to 1.4.tilghman1-105/+187
2009-04-07Ensure that \r\n is printed after the ActionID in an OriginateResponse.mmichelson1-3/+4
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell1-2/+2
2009-01-28This patch fixes h-exten running misbehavior in manager-redirected murf1-2/+13
2009-01-19Truncate userevents at the end of a line, when the command exceeds the buffer.tilghman1-2/+6
2008-12-16Add "restart gracefully" to the AMI blacklist of CLI commands. russell1-0/+1
2008-12-01Get rid of the useless format string and argument in the Bogus/ manager chann...mvanbaak1-1/+1
2008-12-01make manager compile on OpenBSD.mvanbaak1-1/+1
2008-11-13Provide more space for all the data which can appear in an originatingtilghman1-1/+2
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-1/+3
2008-10-18 Using the GetVar handler in AMI is potentially dangerous (insta-crash [tm]) ...bweschke1-2/+9
2008-10-16Reverting changes from commits 150298 and 150301 sincemmichelson1-4/+1
2008-10-16And don't forget to return on the error conditionmmichelson1-0/+1
2008-10-16Don't try to call a dialplan function's read callback frommmichelson1-1/+3
2008-08-29After working on the ao2_containers branch, I noticedmmichelson1-1/+1
2008-08-25Fix a typo I made. Lesson learned, apply the patch if one exists.jpeeler1-1/+1
2008-08-22(closes issue #13359)jpeeler1-1/+1
2008-07-31Specify codecs in callfiles and manager, to allow video calls to be set uptilghman1-4/+12
2008-07-15astman_send_error does not need a newline appended -- the API takes care oftilghman1-6/+6
2008-07-13fix memory leak when originate from manager cannot create a threadmvanbaak1-0/+1
2008-06-03When listing the manager users, managers in users.conf are not shown, eventilghman1-1/+66
2008-06-02Improve CLI command blacklist checking for the command manager action. Previ...russell1-9/+50
2008-04-23Store the manager session ID explicitly as 4 byte ID instead of a ulong. Therussell1-7/+7
2008-04-18Don't destroy a manager session if poll() returns an error of EAGAIN.russell1-1/+1
2008-04-02Fix a race condition in the manager. It is possible that a new manager eventmmichelson1-0/+13
2008-03-07Safely use the strncat() function.tilghman1-2/+2
2008-02-27Ensure the session ID can't be 0.tilghman1-1/+6
2008-02-21reduce the likelihood that HTTP Manager session ids will consist of primarily...kpfleming1-1/+1
2008-01-17missed that one while revertingpari1-1/+1
2008-01-17reverting 99001 - We need the Max-Age for extending the life of cookie manse...pari1-6/+2
2008-01-17we should only send the Set-Cookie header to the browser on the first respons...kpfleming1-2/+6
2007-12-27make this comment explain the situation in an even more explicit fashionkpfleming1-5/+11
2007-12-26Workaround for what is probably a glibc bug (but we'll see this crop up againtilghman1-0/+8
2007-11-30Change the behavior of ao2_link(). Previously, in inherited a reference.russell1-2/+0
2007-11-28it is impossible to set permissions for manager accounts created by users.con...kpfleming1-2/+9
2007-11-23Up until this point, the XML output of the manager has been technicallytilghman1-3/+71
2007-11-15Undoing previous commit since I realize it was wrongmmichelson1-1/+0
2007-11-15Adding a missing mutex unlock.mmichelson1-0/+1
2007-11-07Fixing a segfault in the manager "core show channels concise" command.mmichelson1-1/+1
2007-10-05Fix a copy/paste error in the description of UpdateConfig that was pointedrussell1-2/+2
2007-10-01moved get_base_channel() code from action_redirect to ast_channel_masquerade(...dhubbard1-17/+1
2007-09-27if an Agent is redirected, the base channel should actually be redirected. T...dhubbard1-1/+17
2007-09-19Fix up another potential race condition. Do the loop decrementing use countrussell1-2/+1