aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-18Corrected patch applied in revision r82887. dbailey1-10/+7
2007-09-18Fixed a bug where http manager sessions prevented the eventq from being clean...dbailey1-10/+16
2007-09-18Fix a memory leak that can occur on systems under higher load. The issue isrussell1-7/+5
2007-07-20Eliminate a compiler warning with gcc 4.2 by constifying a char *qwell1-2/+2
2007-07-02Remove a bogus comment and add proper locking to the handler function for therussell1-1/+2
2007-06-29Issue 10055 - Change memory allocation to use the heap for a command, since t...tilghman1-8/+17
2007-06-24Merged revisions 71288 via svnmerge from tilghman1-6/+1
2007-05-24Add the ability to blacklist certain commands from being executed using the C...file1-1/+13
2007-05-11Hide manager password from "manager show user foo".qwell1-1/+1
2007-05-11When MD5 authentication is not possible because there is no challenge present,russell1-0/+5
2007-05-10Strip terminal escape sequences from CLI command output that is going to berussell1-3/+7
2007-05-02Backport the change that only went in to trunk that fixes the command managerrussell1-1/+14
2007-04-27Issue #9608 - fix some annoying DEBUG messages not controlled by option_debu...oej1-1/+2
2007-04-24Merged revisions 61786 via svnmerge from russell1-1/+2
2007-04-20Fix the UpdateConfig manager action to properly treat "variables" and "objects"russell1-2/+8
2007-04-19Bug 9557 - simple reason why reading a function always returned NULLtilghman1-1/+2
2007-04-06To be able to achieve the things that we would like to achieve with therussell1-0/+37
2007-04-04Merged revisions 60134 via svnmerge from russell1-2/+2
2007-03-07Merged revisions 58164 via svnmerge from russell1-0/+11
2007-02-06Merged revisions 53245 via svnmerge from tilghman1-1/+1
2007-01-31Merged revisions 53045 via svnmerge from russell1-0/+1
2007-01-29Remove a recursive lock of the manager session. This was pointed out by russell1-2/+0
2007-01-29The session lock can not be held while calling action callbacks. If so, thenrussell1-40/+33
2007-01-27Have the manager interface send back an "Already logged in" message instead o...file1-13/+20
2007-01-23Fix some bugs in process_message(). The manager session lock needs to be heldrussell1-0/+12
2007-01-23When traversing the list of manager actions, the iterator needs to berussell1-21/+22
2007-01-18Make the "hasmanager" option in users.conf actually have an effect.russell1-0/+34