Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #---AUTOPRAGMASTART---
    ...
    } else {
        print "***** FAIL *****\n";
    }
    
  2. or download this
    diff -rupN Authen-Radius-0.20_old/Radius.pm Authen-Radius-0.20/Radius.
    +pm
    --- Authen-Radius-0.20_old/Radius.pm    2012-03-18 20:17:49.313819745 
    ++0100
    ...
            $dict_vendor_name{$vendor_name}{'id'} : 'not defined';
        return $vendor_id;
         }
    
  3. or download this
    diff -rupN RADIUS-1.0_old/RADIUS/Packet.pm RADIUS-1.0/RADIUS/Packet.pm
    --- RADIUS-1.0_old/RADIUS/Packet.pm 2012-03-18 19:37:52.083326134 +010
    +0
    ...
         my $val = &{$unpacker{$dict->attr_numtype($type)}}($value, $type)
    +;
         $self->set_attr($dict->attr_name($type), $val);
         substr($attrdat, 0, $length) = "";
    
  4. or download this
    #!/usr/bin/perl -w
    #---AUTOPRAGMASTART---
    ...
    );
    
    $server->run();
    
  5. or download this
    package Rader;
    #---AUTOPRAGMASTART---
    ...
    }
    
    1;
    
  6. or download this
    package OATHusers;
    #---AUTOPRAGMASTART---
    ...
    
    
    1;