MITRE Honeyclient Project > HoneyClient-Manager > #

Download:
HoneyClient-Manager-0.99.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

# XXX: Fill this in.

VERSION ^

This documentation refers to HoneyClient::Manager version 0.99.

SYNOPSIS ^

CREATING THE SOAP SERVER

# XXX: Fill this in.

INTERACTING WITH THE SOAP SERVER

# XXX: Fill this in.

DESCRIPTION ^

# XXX: Fill this in.

EXPORTED FUNCTIONS ^

The following init() and destroy() functions are the only direct calls required to startup and shutdown the SOAP server.

All other interactions with this daemon should be performed as SOAP::Lite function calls, in order to ensure consistency across client sessions. See the "EXTERNAL SOAP FUNCTIONS" section, for more details.

HoneyClient::Manager->init()

Starts a new SOAP server, within a child process.

Inputs:

# XXX: Finish this.

Output:

# XXX: Finish this.

HoneyClient::Manager->destroy()

Terminates the SOAP server within the child process.

Output: True if successful, false otherwise.

EXPORTS ^

run()

# XXX: Fill this in.

Inputs: $arg is an optional argument.

driver master_vm_config start_state

Output: XXX: Fill this in.

BUGS & ASSUMPTIONS ^

# XXX: Fill this in.

SEE ALSO ^

http://www.honeyclient.org/trac

REPORTING BUGS ^

http://www.honeyclient.org/trac/newticket

ACKNOWLEDGEMENTS ^

Paul Kulchenko for developing the SOAP::Lite module.

AUTHORS ^

Kathy Wang, <knwang@mitre.org>

Thanh Truong, <ttruong@mitre.org>

Darien Kindlund, <kindlund@mitre.org>

COPYRIGHT & LICENSE ^

Copyright (C) 2007 The MITRE Corporation. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, using version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.