aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-15Move event processing into do_message so that it gets executed again when eve...file1-7/+6
2007-01-12We need to check for res being 0 in do_message itself, otherwise our headers ...file1-4/+4
2007-01-05ast_func_read() needs a writable copy of the function name to be passedkpfleming1-1/+3
2007-01-05don't 'consume' the params list before we try to use it againkpfleming1-3/+3
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming1-139/+149
2006-12-27since these variables all have static duration, none of them need initializer...kpfleming1-5/+5
2006-12-07Here lies the fixes that killed bug 8423 -- OriginateSuccess and OriginateErr...murf1-6/+9
2006-11-27Remove a couple of unused variables (issue #8380, casper)russell1-12/+0
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-8/+8
2006-10-26Fix config comment code preservation code (thanks murf!)markster1-2/+2
2006-10-12fix a silly typo in a comment that I saw while reading the commit listrussell1-1/+1
2006-10-12append_event must be called while holding the session locknadi1-2/+1
2006-10-06make sure sockets are blocking when they should be blocking.rizzo1-0/+3
2006-10-04update thread creation code a bitkpfleming1-2/+2
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-4/+5
2006-09-19Commit the changes from issue #5240.qwell1-2/+195
2006-09-19After discussing this with other people, we decided we'd like to try to do th...qwell1-327/+153
2006-09-195240 updateanthonyl1-153/+327
2006-09-18merge qwell's CLI verbification workkpfleming1-23/+42
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-0/+7
2006-08-21- simplify and improve astmm by using thread storage instead of a dynamicrussell1-152/+119
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+2630