Re: libnasl/include nasl.h,1.25.2.4,1.25.2.5

Jan-Oliver Wagner <[email protected]> Fri, 19 Aug 2005 09:59:44 +0200
Newsgroups gmane.comp.security.nessus.devel
Message-ID <[email protected]>
Hi,

this patch has not been applied to HEAD (but send_capture has 
been ported). Attached  the patch.

	Jan

On Tue, Jul 12, 2005 at 03:06:05PM -0400, [email protected] wrote:
> Update of /usr/local/cvs/libnasl/include
> In directory raccoon.nessus.org:/tmp/cvs-serv83225
> 
> Modified Files:
>       Tag: NESSUS_2_2
> 	nasl.h 
> Log Message:
> increased NASL_LEVEL
> 
> Index: nasl.h
> ===================================================================
> RCS file: /usr/local/cvs/libnasl/include/nasl.h,v
> retrieving revision 1.25.2.4
> retrieving revision 1.25.2.5
> diff -u -d -r1.25.2.4 -r1.25.2.5
> --- nasl.h	16 Mar 2005 20:12:15 -0000	1.25.2.4
> +++ nasl.h	12 Jul 2005 19:06:02 -0000	1.25.2.5
> @@ -54,8 +54,12 @@
>   * Level 2202
>   * Only signed scripts can write 'Secret/' entries in the KB
>   * New function: open_sock_to_kdc()
> + *
> + * Level 2203
> + * New function send_capture()
> + * Fixed shared sockets
>   */
> -#define NASL_LEVEL 2202
> +#define NASL_LEVEL 2203
>  
>  
>  int execute_nasl_script(struct arglist *, const char *, const char *, int);
> 
> _______________________________________________
> Nessus-cvs mailing list
> [email protected]
> http://mail.nessus.org/mailman/listinfo/nessus-cvs

-- 
Jan-Oliver Wagner               http://intevation.de/~jan/
Intevation GmbH                      http://intevation.de/
Kolab Konsortium               http://kolab-konsortium.de/
FreeGIS                                http://freegis.org/

_______________________________________________
Nessus-devel mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus-devel
level.patch (text/plain, 611 B)
Index: nasl.h
===================================================================
RCS file: /usr/local/cvs/libnasl/include/nasl.h,v
retrieving revision 1.30
diff -u -3 -p -r1.30 nasl.h
--- nasl.h	16 Mar 2005 20:13:28 -0000	1.30
+++ nasl.h	19 Aug 2005 07:57:32 -0000
@@ -54,8 +54,12 @@
  * Level 2202
  * Only signed scripts can write 'Secret/' entries in the KB
  * New function: open_sock_to_kdc()
+ *
+ * Level 2203
+ * New function send_capture()
+ * Fixed shared sockets
  */
-#define NASL_LEVEL 2202
+#define NASL_LEVEL 2203
 
 
 int execute_nasl_script(struct arglist *, const char *, const char *, int);