Changeset 234
- Timestamp:
- 03/14/07 16:44:40 (2 years ago)
- Files:
-
- 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) (1 diff)
- 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/Agent/Integrity/Registry.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry/Parser.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry/Parser.yp (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Manager.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/Util/Config.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Util/SOAP.pm (modified) (2 diffs)
- honeyclient/trunk/t/honeyclient_agent_driver_browser.t (modified) (1 diff)
- honeyclient/trunk/t/honeyclient_agent_driver_ff.t (modified) (1 diff)
- honeyclient/trunk/t/honeyclient_manager_fw.t (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/lib/HoneyClient/Agent.pm
r197 r234 38 38 =head1 VERSION 39 39 40 0.9 440 0.95 41 41 42 42 =head1 SYNOPSIS … … 79 79 80 80 # Set our package version. 81 $VERSION = 0.9 4;81 $VERSION = 0.95; 82 82 83 83 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Driver.pm
r197 r234 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Driver version 0.9 4.40 This documentation refers to HoneyClient::Agent::Driver version 0.95. 41 41 42 42 =head1 SYNOPSIS … … 120 120 121 121 # Set our package version. 122 $VERSION = 0.9 4;122 $VERSION = 0.95; 123 123 124 124 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser.pm
r197 r234 40 40 =head1 VERSION 41 41 42 This documentation refers to HoneyClient::Agent::Driver::Browser version 0.9 4.42 This documentation refers to HoneyClient::Agent::Driver::Browser version 0.95. 43 43 44 44 =head1 SYNOPSIS … … 155 155 156 156 # Set our package version. 157 $VERSION = 0.9 4;157 $VERSION = 0.95; 158 158 159 159 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/FF.pm
r197 r234 51 51 52 52 # Set our package version. 53 $VERSION = 0.9 4;53 $VERSION = 0.95; 54 54 55 55 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/IE.pm
r197 r234 43 43 =head1 VERSION 44 44 45 This documentation refers to HoneyClient::Agent::Driver::Browser::IE version 0.9 4.45 This documentation refers to HoneyClient::Agent::Driver::Browser::IE version 0.95. 46 46 47 47 =head1 SYNOPSIS … … 74 74 75 75 # Set our package version. 76 $VERSION = 0.9 4;76 $VERSION = 0.95; 77 77 78 78 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Integrity.pm
r197 r234 38 38 =head1 VERSION 39 39 40 0.9 440 0.95 41 41 42 42 =head1 SYNOPSIS … … 175 175 176 176 # Set our package version. 177 $VERSION = 0.9 4;177 $VERSION = 0.95; 178 178 179 179 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry.pm
r197 r234 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Integrity::Registry version 0.9 4.40 This documentation refers to HoneyClient::Agent::Integrity::Registry version 0.95. 41 41 42 42 =head1 SYNOPSIS … … 145 145 146 146 # Set our package version. 147 $VERSION = 0.9 4;147 $VERSION = 0.95; 148 148 149 149 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry/Parser.pm
r197 r234 55 55 =head1 VERSION 56 56 57 This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 0.9 4.57 This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 0.95. 58 58 59 59 =head1 SYNOPSIS … … 133 133 134 134 # Set our package version. 135 $VERSION = 0.9 4;135 $VERSION = 0.95; 136 136 137 137 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry/Parser.yp
r197 r234 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 0.9 4.40 This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 0.95. 41 41 42 42 =head1 SYNOPSIS … … 116 116 117 117 # Set our package version. 118 $VERSION = 0.9 4;118 $VERSION = 0.95; 119 119 120 120 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager.pm
r197 r234 36 36 =head1 VERSION 37 37 38 This documentation refers to HoneyClient::Manager version 0.9 4.38 This documentation refers to HoneyClient::Manager version 0.95. 39 39 40 40 =head1 SYNOPSIS … … 73 73 74 74 # Set our package version. 75 $VERSION = 0.9 4;75 $VERSION = 0.95; 76 76 77 77 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/FW.pm
r230 r234 41 41 =head1 VERSION 42 42 43 This documentation refers to HoneyClient::Manager::FW version 0.9 4.43 This documentation refers to HoneyClient::Manager::FW version 0.95. 44 44 45 45 =head1 SYNOPSIS … … 315 315 316 316 # Set our package version. 317 $VERSION = 0.9 4;317 $VERSION = 0.95; 318 318 319 319 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/VM.pm
r197 r234 39 39 =head1 VERSION 40 40 41 This documentation refers to HoneyClient::Manager:VM version 0.9 4.41 This documentation refers to HoneyClient::Manager:VM version 0.95. 42 42 43 43 =head1 SYNOPSIS … … 320 320 321 321 # Set our package version. 322 $VERSION = 0.9 4;322 $VERSION = 0.95; 323 323 324 324 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Util/Config.pm
r197 r234 37 37 =head1 VERSION 38 38 39 This documentation refers to HoneyClient::Util::Config version 0.9 4.39 This documentation refers to HoneyClient::Util::Config version 0.95. 40 40 41 41 =head1 SYNOPSIS … … 94 94 95 95 # Set our package version. 96 $VERSION = 0.9 4;96 $VERSION = 0.95; 97 97 98 98 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Util/SOAP.pm
r197 r234 37 37 =head1 VERSION 38 38 39 This documentation refers to HoneyClient::Util::SOAP version 0.9 4.39 This documentation refers to HoneyClient::Util::SOAP version 0.95. 40 40 41 41 =head1 SYNOPSIS … … 130 130 131 131 # Set our package version. 132 $VERSION = 0.9 4;132 $VERSION = 0.95; 133 133 134 134 @ISA = qw(Exporter); honeyclient/trunk/t/honeyclient_agent_driver_browser.t
r131 r234 55 55 56 56 57 # =begin testing 58 { 59 # XXX: Test this. 60 1; 61 } 62 63 64 57 65 58 66 1; honeyclient/trunk/t/honeyclient_agent_driver_ff.t
r13 r234 7 7 8 8 9 # =begin testing10 {11 # XXX: Add this.12 1;13 }14 15 16 17 # =begin testing18 {19 # XXX: Test this.20 1;21 }22 23 24 25 # =begin testing26 {27 # XXX: Test this.28 1;29 }30 31 32 33 # =begin testing34 {35 # XXX: Test this.36 1;37 }38 39 40 41 # =begin testing42 {43 # XXX: Test this.44 1;45 }46 9 47 10 honeyclient/trunk/t/honeyclient_manager_fw.t
r131 r234 107 107 my $hashref = { 108 108 109 'foo' => { 110 'targets' => { 109 'foo' => { 110 'targets' => { 111 111 'rcf.mitre.org' => { 'tcp' => [ 80 ], }, 112 112 }, … … 118 118 119 119 '00:0C:29:94:B9:15' => { 120 '10.0.0.128' => { 120 '10.0.0.128' => { 121 121 'tcp' => undef, 122 122 'udp' => [ 23, 53, '80:1024', ], … … 154 154 $som = $stub->_setAcceptPolicy(); 155 155 $som = $stub->_flushChains(); 156 156 157 157 }; 158 158 … … 165 165 fail($@); 166 166 } 167 168 167 } 169 168 … … 193 192 fail($@); 194 193 } 195 196 194 } 197 195 … … 224 222 fail($@); 225 223 } 226 227 224 } 228 225 … … 318 315 { 319 316 eval{ 320 317 321 318 $URL = HoneyClient::Manager::FW->init_fw(); 322 319 # Wait at least a second, in order to initialize the daemon.
