/home/pvrabec/project/openscap/openscap-0.6.0/src/OVAL/oval_affected.c File Reference

Open Vulnerability and Assessment Language. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "oval_definitions_impl.h"
#include "oval_collection_impl.h"
#include "oval_parser_impl.h"
#include "oval_string_map_impl.h"
#include "common/util.h"
#include "common/debug_priv.h"
#include "common/_error.h"

Data Structures

struct  oval_affected
 Each OVAL Definition specifies certain type of affected system(s). More...

Typedefs

typedef struct oval_affected oval_affected_t

Functions

bool oval_affected_iterator_has_more (struct oval_affected_iterator *oc_affected)
struct oval_affectedoval_affected_iterator_next (struct oval_affected_iterator *oc_affected)
void oval_affected_iterator_free (struct oval_affected_iterator *oc_affected)
oval_affected_family_t oval_affected_get_family (struct oval_affected *affected)
struct oval_string_iteratoroval_affected_get_platforms (struct oval_affected *affected)
struct oval_string_iteratoroval_affected_get_products (struct oval_affected *affected)
struct oval_affectedoval_affected_new (struct oval_definition_model *model)
bool oval_affected_is_valid (struct oval_affected *affected)
bool oval_affected_is_locked (struct oval_affected *affected)
struct oval_affectedoval_affected_clone (struct oval_definition_model *new_model, struct oval_affected *old_affected)
void oval_affected_free (struct oval_affected *affected)
void oval_affected_set_family (struct oval_affected *affected, oval_affected_family_t family)
void oval_affected_add_platform (struct oval_affected *affected, char *platform)
void oval_affected_add_product (struct oval_affected *affected, char *product)
const char * oval_affected_family_get_text (oval_affected_family_t family)
int oval_affected_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, oval_affected_consumer consumer, void *user)
void oval_affected_to_print (struct oval_affected *affected, char *indent, int idx)

Detailed Description

Open Vulnerability and Assessment Language.

See more details at http://oval.mitre.org/


Generated on 14 Jul 2010 for Open SCAP Library by  doxygen 1.6.1