Changeset 1319
- Timestamp:
- 03/03/08 22:26:09 (7 months ago)
- Files:
-
- honeyclient/trunk/etc/honeyclient.xml (modified) (1 diff)
- honeyclient/trunk/lib/HoneyClient/Agent.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Driver.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/FF.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/IE.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Integrity.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Manager.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Manager/Database.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Manager/FW.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Manager/VM.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Manager/VM/Clone.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Util/Config.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Util/SOAP.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/etc/honeyclient.xml
r1312 r1319 189 189 <!-- TODO: Update this. --> 190 190 <url description="The URL of the local Ruby web service, which interfaces with the local HoneyClient database."> 191 http://1 72.16.164.1:3000/hc_database/api191 http://127.0.0.1:3000/hc_database/api 192 192 </url> 193 193 </Database> honeyclient/trunk/lib/HoneyClient/Agent.pm
r1289 r1319 38 38 =head1 VERSION 39 39 40 1.0 140 1.02 41 41 42 42 =head1 SYNOPSIS … … 79 79 80 80 # Set our package version. 81 $VERSION = 1.0 1;81 $VERSION = 1.02; 82 82 83 83 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Driver.pm
r1289 r1319 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Driver version 1.0 1.40 This documentation refers to HoneyClient::Agent::Driver version 1.02. 41 41 42 42 =head1 SYNOPSIS … … 120 120 121 121 # Set our package version. 122 $VERSION = 1.0 1;122 $VERSION = 1.02; 123 123 124 124 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser.pm
r1301 r1319 40 40 =head1 VERSION 41 41 42 This documentation refers to HoneyClient::Agent::Driver::Browser version 1.0 1.42 This documentation refers to HoneyClient::Agent::Driver::Browser version 1.02. 43 43 44 44 =head1 SYNOPSIS … … 161 161 162 162 # Set our package version. 163 $VERSION = 1.0 1;163 $VERSION = 1.02; 164 164 165 165 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/FF.pm
r1289 r1319 41 41 =head1 VERSION 42 42 43 This documentation refers to HoneyClient::Agent::Driver::Browser::FF version 1.0 1.43 This documentation refers to HoneyClient::Agent::Driver::Browser::FF version 1.02. 44 44 45 45 =head1 SYNOPSIS … … 160 160 161 161 # Set our package version. 162 $VERSION = 1.0 1;162 $VERSION = 1.02; 163 163 164 164 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/IE.pm
r1289 r1319 41 41 =head1 VERSION 42 42 43 This documentation refers to HoneyClient::Agent::Driver::Browser::IE version 1.0 1.43 This documentation refers to HoneyClient::Agent::Driver::Browser::IE version 1.02. 44 44 45 45 =head1 SYNOPSIS … … 160 160 161 161 # Set our package version. 162 $VERSION = 1.0 1;162 $VERSION = 1.02; 163 163 164 164 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Integrity.pm
r1289 r1319 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Integrity version 1.0 1.40 This documentation refers to HoneyClient::Agent::Integrity version 1.02. 41 41 42 42 =head1 SYNOPSIS … … 148 148 149 149 # Set our package version. 150 $VERSION = 1.0 1;150 $VERSION = 1.02; 151 151 152 152 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager.pm
r1301 r1319 37 37 =head1 VERSION 38 38 39 This documentation refers to HoneyClient::Manager version 1.0 1.39 This documentation refers to HoneyClient::Manager version 1.02. 40 40 41 41 =head1 SYNOPSIS … … 132 132 133 133 # Set our package version. 134 $VERSION = 1.0 1;134 $VERSION = 1.02; 135 135 136 136 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/Database.pm
r1289 r1319 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Manager::Database version 1.0 1.40 This documentation refers to HoneyClient::Manager::Database version 1.02. 41 41 42 42 =head1 SYNOPSIS … … 69 69 70 70 # Set our package version. 71 $VERSION = 1.0 1;71 $VERSION = 1.02; 72 72 73 73 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/FW.pm
r1289 r1319 41 41 =head1 VERSION 42 42 43 This documentation refers to HoneyClient::Manager::FW version 1.0 1.43 This documentation refers to HoneyClient::Manager::FW version 1.02. 44 44 45 45 =head1 SYNOPSIS … … 319 319 320 320 # Set our package version. 321 $VERSION = 1.0 1;321 $VERSION = 1.02; 322 322 323 323 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/VM.pm
r1301 r1319 39 39 =head1 VERSION 40 40 41 This documentation refers to HoneyClient::Manager::VM version 1.0 1.41 This documentation refers to HoneyClient::Manager::VM version 1.02. 42 42 43 43 =head1 SYNOPSIS … … 317 317 318 318 # Set our package version. 319 $VERSION = 1.0 1;319 $VERSION = 1.02; 320 320 321 321 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/VM/Clone.pm
r1289 r1319 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Manager::VM::Clone version 1.0 1.40 This documentation refers to HoneyClient::Manager::VM::Clone version 1.02. 41 41 42 42 =head1 SYNOPSIS … … 144 144 145 145 # Set our package version. 146 $VERSION = 1.0 1;146 $VERSION = 1.02; 147 147 148 148 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Util/Config.pm
r1289 r1319 37 37 =head1 VERSION 38 38 39 This documentation refers to HoneyClient::Util::Config version 1.0 1.39 This documentation refers to HoneyClient::Util::Config version 1.02. 40 40 41 41 =head1 SYNOPSIS … … 96 96 97 97 # Set our package version. 98 $VERSION = 1.0 1;98 $VERSION = 1.02; 99 99 100 100 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Util/SOAP.pm
r1289 r1319 37 37 =head1 VERSION 38 38 39 This documentation refers to HoneyClient::Util::SOAP version 1.0 1.39 This documentation refers to HoneyClient::Util::SOAP version 1.02. 40 40 41 41 =head1 SYNOPSIS … … 130 130 131 131 # Set our package version. 132 $VERSION = 1.0 1;132 $VERSION = 1.02; 133 133 134 134 @ISA = qw(Exporter);
