From jan-oliver.wagner at intevation.de Mon Feb 4 22:35:10 2008 From: jan-oliver.wagner at intevation.de (Jan-Oliver Wagner) Date: Mon, 4 Feb 2008 22:35:10 +0100 Subject: [Openvas-plugins] Handling for NASL_LEVEL probably needed Message-ID: <200802042235.12848.jan-oliver.wagner@intevation.de> Hello, it occurs that for allowing to use our further developed NASL scripts with good old Nessus might cause problems because we haven't changed "NASL_LEVEL" (openvas-libnasl/include/nasl.h) and thus do not allow for if-then-else conditions. AFAIU, we changed the behaviour of rsa_sign function which would have effect on ssh_func.inc to generalize for use with OpenVAS and Nessus. I am not sure how to proceed with this, perhaps we simply increase NASL_LEVEL by a considerable high number (e.g. -> 10000 (currently is 2005)) to avoid potential conflicts with updates in the proprietary Nessus. Eventually we need to find a better, more consitent solution. But I do not have a proposal at hand. If anyone has, please let us know. Else should we just apply a big number for the time being? Best Jan -- Dr. Jan-Oliver Wagner Intevation GmbH Amtsgericht Osnabr?ck, HR B 18998 http://www.intevation.de/ Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From jan-oliver.wagner at intevation.de Mon Feb 4 22:40:27 2008 From: jan-oliver.wagner at intevation.de (Jan-Oliver Wagner) Date: Mon, 4 Feb 2008 22:40:27 +0100 Subject: [Openvas-plugins] Handling for NASL_LEVEL probably needed In-Reply-To: <200802042235.12848.jan-oliver.wagner@intevation.de> References: <200802042235.12848.jan-oliver.wagner@intevation.de> Message-ID: <200802042240.29739.jan-oliver.wagner@intevation.de> On Monday 04 February 2008 22:35, Jan-Oliver Wagner wrote: > I am not sure how to proceed with this, perhaps > we simply increase NASL_LEVEL by a considerable high number > (e.g. -> 10000 (currently is 2005)) to avoid potential conflicts typo: it is currently 2205. -- Dr. Jan-Oliver Wagner Intevation GmbH Amtsgericht Osnabr?ck, HR B 18998 http://www.intevation.de/ Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner