Go to the documentation of this file.
10 #include "../misc/scanneraux.h"
45 #define NASL_EXEC_DESCR (1 << 0)
46 #define NASL_EXEC_PARSE_ONLY (1 << 1)
47 #define NASL_ALWAYS_SIGNED (1 << 2)
48 #define NASL_COMMAND_LINE (1 << 3)
49 #define NASL_LINT (1 << 4)
51 #define NASL_ERR_NOERR 0
52 #define NASL_ERR_ETIMEDOUT 1
53 #define NASL_ERR_ECONNRESET 2
54 #define NASL_ERR_EUNREACH 3
55 #define NASL_ERR_EUNKNOWN 99
char * nasl_extract_signature_fprs(const char *filename)
void nasl_server_recompile(char *, char *)
int add_nasl_inc_dir(const char *)
Adds the given string as directory for searching for includes.
pid_t nasl_server_start(char *, char *)
int nasl_verify_signature(const char *filename)
char * nasl_version(void)
GSList * nasl_get_all_certificates(void)
int exec_nasl_script(struct script_infos *, int)
Execute a NASL script.
void nasl_clean_inc(void)