Open Vulnerability and Assessment Language. More...
#include "public/oval_agent_api.h"
#include "oval_definitions_impl.h"
#include "../common/util.h"
Go to the source code of this file.
Data Structures | |
struct | oval_export_target |
Specification of XML export target. More... | |
struct | oval_import_source |
Specification of XML import source. More... | |
Defines | |
#define | OVAL_COMMON_NAMESPACE BAD_CAST "http://oval.mitre.org/XMLSchema/oval-common-5" |
#define | OVAL_SYSCHAR_NAMESPACE BAD_CAST "http://oval.mitre.org/XMLSchema/oval-system-characteristics-5" |
#define | OVAL_RESULTS_NAMESPACE BAD_CAST "http://oval.mitre.org/XMLSchema/oval-results-5" |
#define | OVAL_DEFINITIONS_NAMESPACE BAD_CAST "http://oval.mitre.org/XMLSchema/oval-definitions-5" |
#define | OVAL_DIGSIG_NAMESPACE BAD_CAST "http://www.w3.org/2000/09/xmldsig#" |
Typedefs | |
typedef bool | oval_definitions_resolver (struct oval_definition *, void *) |
typedef bool | oval_syschar_resolver (struct oval_syschar *, void *) |
typedef struct oval_export_target | oval_export_target_t |
typedef struct oval_import_source | oval_import_source_t |
Functions | |
struct oval_definition * | get_oval_definition_new (struct oval_definition_model *, char *) |
xmlNode * | oval_definitions_to_dom (struct oval_definition_model *definition_model, xmlDocPtr doc, xmlNode *parent, oval_definitions_resolver resolver, void *user_arg) |
struct oval_test * | get_oval_test_new (struct oval_definition_model *, char *) |
struct oval_object * | get_oval_object_new (struct oval_definition_model *, char *) |
struct oval_state * | get_oval_state_new (struct oval_definition_model *, char *) |
struct oval_variable * | get_oval_variable_new (struct oval_definition_model *, char *, oval_variable_type_t type) |
struct oval_definition * | oval_definition_clone (struct oval_definition *, struct oval_definition_model *) |
struct oval_test * | oval_test_clone (struct oval_test *, struct oval_definition_model *) |
struct oval_object * | oval_object_clone (struct oval_object *, struct oval_definition_model *) |
struct oval_state * | oval_state_clone (struct oval_state *, struct oval_definition_model *) |
struct oval_variable * | oval_variable_clone (struct oval_variable *, struct oval_definition_model *) |
struct oval_syschar * | get_oval_syschar_new (struct oval_syschar_model *, struct oval_object *) |
struct oval_syschar_item * | get_oval_syschar_item_new (struct oval_syschar_model *, char *) |
struct oval_sysdata * | oval_syschar_model_get_sysdata (struct oval_syschar_model *, char *) |
xmlNode * | oval_syschar_model_to_dom (struct oval_syschar_model *, xmlDocPtr, xmlNode *, oval_syschar_resolver, void *) |
struct oval_sysdata * | get_oval_sysdata_new (struct oval_syschar_model *, char *) |
void | oval_syschar_model_add_syschar (struct oval_syschar_model *model, struct oval_syschar *syschar) |
void | oval_syschar_model_add_sysdata (struct oval_syschar_model *model, struct oval_sysdata *sysdata) |
void | oval_syschar_model_set_sysinfo (struct oval_syschar_model *model, struct oval_sysinfo *sysinfo) |
void | oval_syschar_model_add_variable_binding (struct oval_syschar_model *model, struct oval_variable_binding *binding) |
Variables | |
OSCAP_HIDDEN_START | |
OSCAP_HIDDEN_END |
Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/