Go to the documentation of this file.
19 #ifndef __LIB_NASL_H__
20 #define __LIB_NASL_H__
34 #include "../misc/arglists.h"
60 #define NASL_EXEC_DESCR (1 << 0)
61 #define NASL_EXEC_PARSE_ONLY (1 << 1)
62 #define NASL_ALWAYS_SIGNED (1 << 2)
63 #define NASL_COMMAND_LINE (1 << 3)
64 #define NASL_LINT (1 << 4)
67 #define NASL_ERR_NOERR 0
68 #define NASL_ERR_ETIMEDOUT 1
69 #define NASL_ERR_ECONNRESET 2
70 #define NASL_ERR_EUNREACH 3
71 #define NASL_ERR_EUNKNOWN 99
char * nasl_extract_signature_fprs(const char *filename)
int exec_nasl_script(struct arglist *, const char *, const char *, int)
Execute a NASL script.
Definition: exec.c:1711
void nasl_server_recompile(char *, char *)
int add_nasl_inc_dir(const char *)
pid_t nasl_server_start(char *, char *)
Definition: arglists.h:30
int nasl_verify_signature(const char *filename)
Definition: nasl_signature.c:118
char * nasl_version(void)
Definition: nasl_init.c:724
GSList * nasl_get_all_certificates(void)
int execute_preparsed_nasl_script(struct arglist *, char *, char *, int, int)
void nasl_clean_inc(void)