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.
Defines | |
#define | OVAL_ENUMERATION_INVALID (-1) |
#define | OVAL_DEFAULT_VERSION "5.5" |
#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#" |
#define | OVAL_VARIABLES_NAMESPACE BAD_CAST "http://oval.mitre.org/XMLSchema/oval-variables-5" |
#define | OVAL_DEF_SCHEMA_LOCATION "http://oval.mitre.org/XMLSchema/oval-definitions-5 http://oval.mitre.org/language/download/schema/version5.5/ovaldefinition/complete/oval-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#independent http://oval.mitre.org/language/download/schema/version5.5/ovaldefinition/complete/independent-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#unix http://oval.mitre.org/language/download/schema/version5.5/ovaldefinition/complete/unix-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#linux http://oval.mitre.org/language/download/schema/version5.5/ovaldefinition/complete/linux-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-common-5 http://oval.mitre.org/language/download/schema/version5.5/ovaldefinition/complete/linux-common-schema.xsd" |
#define | OVAL_SYS_SCHEMA_LOCATION "http://oval.mitre.org/XMLSchema/oval-system-characteristics-5 http://oval.mitre.org/language/version5.5/ovalsc/complete/oval-system-characteristics-schema.xsd http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#independent http://oval.mitre.org/language/version5.5/ovalsc/complete/independent-system-characteristics-schema.xsd http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#unix http://oval.mitre.org/language/version5.5/ovalsc/complete/unix-system-characteristics-schema.xsd http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#linux http://oval.mitre.org/language/version5.5/ovalsc/complete/linux-system-characteristics-schema.xsd http://oval.mitre.org/XMLSchema/oval-common-5 http://oval.mitre.org/language/version5.5/ovalsc/complete/oval-common-schema.xsd" |
#define | OVAL_RES_SCHEMA_LOCATION "http://oval.mitre.org/XMLSchema/oval-results-5 http://oval.mitre.org/language/version5.5/ovalresults/complete/oval-results-schema.xsd http://oval.mitre.org/XMLSchema/oval-common-5 http://oval.mitre.org/language/version5.5/ovalresults/complete/oval-common-schema.xsd" |
#define | OVAL_XMLNS_XSI BAD_CAST "http://www.w3.org/2001/XMLSchema-instance" |
Typedefs | |
typedef bool | oval_definitions_resolver (struct oval_definition *, void *) |
typedef bool | oval_syschar_resolver (struct oval_syschar *, void *) |
Functions | |
const char * | oval_definition_model_get_schema (struct oval_definition_model *model) |
void | oval_definition_model_set_schema (struct oval_definition_model *model, const char *version) |
void | oval_syschar_model_set_schema (struct oval_syschar_model *model, const char *schema) |
const char * | oval_syschar_model_get_schema (struct oval_syschar_model *model) |
struct oval_definition * | oval_definition_get_new (struct oval_definition_model *, const char *) |
xmlNode * | oval_definitions_to_dom (struct oval_definition_model *definition_model, xmlDocPtr doc, xmlNode *parent) |
struct oval_test * | oval_test_get_new (struct oval_definition_model *, const char *) |
struct oval_object * | oval_object_get_new (struct oval_definition_model *, const char *) |
struct oval_state * | oval_state_get_new (struct oval_definition_model *, const char *) |
struct oval_variable * | oval_variable_get_new (struct oval_definition_model *, const char *, oval_variable_type_t type) |
struct oval_syschar * | oval_syschar_get_new (struct oval_syschar_model *, struct oval_object *) |
struct oval_syschar_item * | oval_syschar_item_get_new (struct oval_syschar_model *, const char *) |
struct oval_sysdata * | oval_sysdata_get_new (struct oval_syschar_model *model, const char *id) |
xmlNode * | oval_syschar_model_to_dom (struct oval_syschar_model *, xmlDocPtr, xmlNode *, oval_syschar_resolver, void *) |
Variables | |
OSCAP_HIDDEN_START | |
OSCAP_HIDDEN_END |
Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/