From: Jan T. <de...@us...> - 2003-05-31 22:40:05
|
Update of /cvsroot/net-script/netscript2/src/perl In directory sc8-pr-cvs1:/tmp/cvs-serv4485 Modified Files: configuration netscript.pl Log Message: * finished XSLT implementation Index: configuration =================================================================== RCS file: /cvsroot/net-script/netscript2/src/perl/configuration,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** configuration 29 Oct 2002 11:55:49 -0000 1.2 --- configuration 31 May 2003 22:39:32 -0000 1.3 *************** *** 5,9 **** # NetScript and all related materials, such as documentation, # are protected under the terms and conditions of the Artistic License. ! # (C) 2000-2002 by Jan Thomä, insOMnia # mailto: ko...@in... #----------------------------------------------------------------------- --- 5,9 ---- # NetScript and all related materials, such as documentation, # are protected under the terms and conditions of the Artistic License. ! # (C) 2000-2002 by Jan Thomae, insOMnia # mailto: ko...@in... #----------------------------------------------------------------------- *************** *** 22,23 **** --- 22,32 ---- # it allows an attacker to run arbitrary code on the system. ALLOW_REMOTE_SCRIPTS=no + + # The DOM Abstraction Layer (DAL) to use. Set this according to the + # available Modules. + # + DAL=XML::DAL::LibXMLDAL + + # Use this only if you cannot find a better DOM implementation. XML::DOM2 is + # fairly slow and should be used as last resort, only + #DAL=XML::DAL::XMLDOM2DAL Index: netscript.pl =================================================================== RCS file: /cvsroot/net-script/netscript2/src/perl/netscript.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** netscript.pl 29 Oct 2002 11:54:07 -0000 1.2 --- netscript.pl 31 May 2003 22:39:32 -0000 1.3 *************** *** 6,10 **** # NetScript and all related materials, such as documentation, # are protected under the terms and conditions of the Artistic License. ! # (C) 2000-2002 by Jan Thomä, insOMnia # mailto: ko...@in... #-------------------------------------------------------- --- 6,10 ---- # NetScript and all related materials, such as documentation, # are protected under the terms and conditions of the Artistic License. ! # (C) 2000-2002 by Jan Thomae, insOMnia # mailto: ko...@in... #-------------------------------------------------------- |