Changeset 320

Show
Ignore:
Timestamp:
05/06/07 16:57:37 (2 years ago)
Author:
kindlund
Message:

Finished debugging driver targets; discovered that http:// and https:// URLS of the same domain are considered "relative links", which requires an integrity check between the two of them, as well as a firewall change; we may want to process each group separately in the future.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-filesystem/lib/HoneyClient/Agent.pm

    r319 r320  
    814814                    # XXX: Delete this, eventually. 
    815815                    if ($driverTargetsChanged) { 
    816                         print "Driver targets have changed!\n"; 
    817                         $Data::Dumper::Terse = 0; 
    818                         $Data::Dumper::Indent = 1; 
    819                         print "Current: " . Dumper($data->{$driverName}->{'next'}->{'targets'}) . "\n"; 
    820                         print "Next: " . Dumper($driver->next()->{'targets'}) . "\n"; 
     816                        print "Driver targets have changed.\n"; 
     817                        #$Data::Dumper::Terse = 0; 
     818                        #$Data::Dumper::Indent = 1; 
     819                        #print "Current: " . Dumper($data->{$driverName}->{'next'}->{'targets'}) . "\n"; 
     820                        #print "Next: " . Dumper($driver->next()->{'targets'}) . "\n"; 
    821821                    } 
    822822