Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 7 14:21:22 2013 +0100

    Do not dlclose module_handle if it's NULL in check_engine_plugin code

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 7 14:03:17 2013 +0100

    Changed default scap-as-rpm destination path to /usr/share/xml/scap

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 7 14:02:32 2013 +0100

    Added manpage for scap-as-rpm

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 7 13:52:06 2013 +0100

    Added scap-as-rpm to Makefile.am, it is now installed with `make install`

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 7 13:33:52 2013 +0100

    Added scap-as-rpm
    
    The script was prototyped outside the openscap repo,
    see https://github.com/mpreisler/scap-as-rpm

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Nov 7 13:38:09 2013 +0100

    [rbt] Fixed strict-aliasing related issues

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 7 13:04:14 2013 +0100

    Removed last traces of -DENABLE_SCE, the code doesn't have to know about this

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 7 12:40:59 2013 +0100

    Merge branch 'sce-separation-devel'

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 7 12:25:52 2013 +0100

    Removed leftover ENABLE_SCE macro checks

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 7 12:20:33 2013 +0100

    Removed a testing printout in session when loading plugins

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 7 11:51:53 2013 +0100

    Added --check-engine-results to the manual page

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 7 11:48:16 2013 +0100

    Added --check-engine-results CLI switch to oscap, deprecated --sce-results

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 6 20:11:26 2013 +0100

    Slight changes to plugin capabilities to make it consistent with builtin features

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 6 19:55:37 2013 +0100

    Use plugin capabilities in `oscap --version` to show loaded plugins

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 6 18:10:39 2013 +0100

    Added get_capabilities_fn to plugin struct
    
    This will allow us to display which specifications the plugins support.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 6 17:56:37 2013 +0100

    Fixed dlerror() related memory leaks

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 6 17:18:45 2013 +0100

    Call oscap_clearerr in case SCE plugin fails to load

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 6 16:27:00 2013 +0100

    Removed SCE from openscap SWIG bindings
    
    It is no longer part of the main library, keeping it there causes linker
    errors when importing the bindings.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 6 16:05:23 2013 +0100

    Introduced OSCAP_CHECK_ENGINE_PLUGIN_DIR
    
    The directory where check engine plugin shared objects are stored in.
    Optional, plugins are looked up in $PATH if not present.
    
    The openscap tradition is to to add one new obscure environment variable
    per 1000 lines of code and somebody had to do it! ;-)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 6 14:25:38 2013 +0100

    API for results export added for check engine plugins

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 5 20:02:17 2013 +0100

    Copy paste error in check_engine_plugin_cleanup
    
    Spotted by theinric, thanks!

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 5 19:24:14 2013 +0100

    Remember loaded check engine plugins, clean them up where necessary

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 5 18:50:38 2013 +0100

    Changed the check engine plugin API to be more sane (struct that's filled)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 5 14:25:29 2013 +0100

    We probably should not dlclose a module that we need symbols from...
    
    I have been debugging this for hours, thanks goes to Tomas Heinrich for
    quickly spotting this stupid mistake of mine...

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Nov 4 16:20:21 2013 +0100

    Build system changes to make the project compilable, dlopen now works

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Nov 1 16:21:35 2013 +0100

    Deprecated xccdf_session_load_sce in favor of _extra_check_engines

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Oct 31 18:06:31 2013 +0100

    Made SCE a separate shared object libopenscap_sce.so
    
    Introduced a couple of workarounds all marked with FIXME: SCE that will
    get removed later (I hope).
    
    openscap can not be compiled because of missing SCE symbols in this state
    but libopenscap_sce.so can be and that's all that matters right now.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Oct 31 12:59:03 2013 +0100

    Added a cpename with CpE as a prefix to tests because of recent regex changes

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Oct 31 11:52:47 2013 +0100

    Changed CPE name regex to be more permissive (according to spec)
    
    Previously it would accept cPE:.. and cPe:.. but not CPE:.. even though
    the spec permits this (CPE names are case insensitive)
    
    Reported by Steve Grubb, thanks!

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 31 08:40:35 2013 +0100

    Remove duplicate declarations from the file
    
    Addresssing:
    src/XCCDF/public/xccdf_benchmark.h:3340: warning: member xccdf_plain_text_iterator_reset belongs to two different groups. The second one found here will be ignored.
    src/XCCDF/public/xccdf_benchmark.h:3344: warning: member xccdf_value_instance_iterator_reset belongs to two different groups. The second one found here will be ignored.
    src/XCCDF/public/xccdf_benchmark.h:3346: warning: member xccdf_result_iterator_reset belongs to two different groups. The second one found here will be ignored.
    src/XCCDF/public/xccdf_benchmark.h:3348: warning: member xccdf_override_iterator_reset belongs to two different groups. The second one found here will be ignored.
    src/XCCDF/public/xccdf_benchmark.h:3350: warning: member xccdf_message_iterator_reset belongs to two different groups. The second one found here will be ignored.
    src/XCCDF/public/xccdf_benchmark.h:3352: warning: member xccdf_instance_iterator_reset belongs to two different groups. The second one found here will be ignored.
    src/XCCDF/public/xccdf_benchmark.h:3354: warning: member xccdf_rule_result_iterator_reset belongs to two different groups. The second one found here will be ignored.
    src/XCCDF/public/xccdf_benchmark.h:3356: warning: member xccdf_identity_iterator_reset belongs to two different groups. The second one found here will be ignored.
    src/XCCDF/public/xccdf_benchmark.h:3358: warning: member xccdf_score_iterator_reset belongs to two different groups. The second one found here will be ignored.
    src/XCCDF/public/xccdf_benchmark.h:3360: warning: member xccdf_target_fact_iterator_reset belongs to two different groups. The second one found here will be ignored.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 31 08:22:45 2013 +0100

    Documentation: Fix incorrect file names.
    
    Addressing:
    src/CVE/public/cve_nvd.h:7: warning: the name `cve.h' supplied as the second argument in the \file statement is not an input file
    src/OVAL/adt/oval_string_map.c:2: warning: the name `oval_stringMap.c' supplied as the second argument in the \file statement is not an input file

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 31 08:18:14 2013 +0100

    Correct a typos in documentation
    
    Addressing:
    src/XCCDF_POLICY/xccdf_policy_priv.h:36: warning: argument 'test_resut' of command @param is not found in the argument list of xccdf_policy::xccdf_policy_resolve_fix_substitution(struct xccdf_policy *policy, struct xccdf_fix *fix, struct xccdf_result *test_result)
    src/XCCDF_POLICY/xccdf_policy_priv.h:36: warning: The following parameters of xccdf_policy::xccdf_policy_resolve_fix_substitution(struct xccdf_policy *policy, struct xccdf_fix *fix, struct xccdf_result *test_result) are not documented:
      parameter 'test_result'
    src/XCCDF_POLICY/xccdf_policy_priv.h:113: warning: argument 'platfroms' of command @param is not found in the argument list of xccdf_policy_model::xccdf_policy_model_platforms_are_applicable(struct xccdf_policy_model *model, struct oscap_string_iterator *platforms)
    src/XCCDF_POLICY/xccdf_policy_priv.h:113: warning: The following parameters of xccdf_policy_model::xccdf_policy_model_platforms_are_applicable(struct xccdf_policy_model *model, struct oscap_string_iterator *platforms) are not documented:
      parameter 'platforms'

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 31 08:11:19 2013 +0100

    sce_engine shall not print-out errors on stdout.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 31 07:55:05 2013 +0100

    oval_enumerations shall not use stderr for warnings

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 31 07:49:07 2013 +0100

    cpedict shall not use stderr for error reporting

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 30 10:45:01 2013 +0100

    tests: Unlink oscap_debug.log.* files on `make clean`
    
    The other test directories already support this.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 30 10:23:35 2013 +0100

    SCAP Errata (E1): Change arf-rel namespace
    
    Reference:
    http://csrc.nist.gov/publications/nistpubs/800-126-rev2/sp800-126r2-errata-20120409.pdf

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 30 10:30:42 2013 +0100

    tests: Amend alignment of RDS testing documents.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 30 09:48:31 2013 +0100

    Amend alignment of ARF XSD declaration to match the upstream content
    
    at http://scap.nist.gov/schema/asset-reporting-format/1.1/asset-reporting-format_1.1.0.xsd

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 22 14:31:06 2013 +0200

    trac#351: Record field namespace is derives from its context.
    
    On the one hand within sql57_item we have <ind-def:field> elements,
    on the other hand within sql57_state element there are <oval-def:field>
    elements.
    
    See also:
    6580c052cf270be1b185aecac1b95352727f52ab
    
    Addressing:
    File 'x.syschar.xml' line 52: Element '{http://oval.mitre.org/XMLSchema/oval-definitions-5}field': This element is not expected. Expected is ( {http://oval.mitre.org/XMLSchema/oval-system-characteristics-5}field ).
    
    While not regressing on:
    File 'x.definitions.xml' line 56: Element '{http://oval.mitre.org/XMLSchema/oval-definitions-5#independent}field': This element is not expected. Expected is ( {http://oval.mitre.org/XMLSchema/oval-definitions-5}field ).

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 22 10:11:05 2013 +0200

    rhbz#1021695: Correct a misspelling

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 15 14:38:58 2013 +0200

    Made the cflags of libopenscap.pc simpler
    
    -I/usr/include was both redundant and unnecessary. Having includedir be
    the full /usr/include/openscap path makes openscap easier to use with
    FindPkgConfig from cmake.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 15 11:24:30 2013 +0200

    Fixed required dep names in the pkgconfig file
    
    This caused problems for all users of the openscap library.
    
    e.g.:
    Package 'libxml2', required by 'libopenscap', not found
    Package libxml2 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libxml2.pc'

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 11 18:29:01 2013 +0200

    Assign state_entity_val properties later in the process of evaluation
    
    Only if they are needed.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 11 18:11:50 2013 +0200

    Do not assign a value to the function parameter (state_entity_val_text)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 11 18:03:11 2013 +0200

    Assign var_check later in the process of evaluation
    
    Only if it is needed.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 11 17:34:15 2013 +0200

    Assign state_entity_var later in the process of evaluation
    
    Only if it is needed.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 11 17:27:16 2013 +0200

    Refactor: Extract function: _evaluate_sysent

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 11 17:06:15 2013 +0200

    Refactor: Extract function: _evaluate_sysent_with_variable

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 8 23:31:23 2013 +0200

    Typo in an error message.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 8 23:15:51 2013 +0200

    Improve and unify debugging warnings from sql:connection_string parsers

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 8 23:04:17 2013 +0200

    SQL probe should be able to parse passwd and port from connection string
    
    Addressing:
    odbx_bind failed. Could not connect to the database 'bronte': fe_sendauth: no password supplied

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 8 20:25:22 2013 +0200

    DB connection failure should not abort whole OVAL evaluation
    
    Also add a 'soft' error into the result XML instead.
    
    Addressing:
    OpenSCAP Error: Probe at sd=1 (sql57) reported an error: Unknown error [./oval_probe_ext.c:525]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 8 20:23:45 2013 +0200

    Plug a memory leak.
    
    Related: 3702d99380ef40b67247f00de73cd8068480528d

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 8 20:12:37 2013 +0200

    Plug a memory leak
    
    Related: a78b885fdff37c9821f1be3a627b7ec7820fc06b

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 8 15:22:47 2013 +0200

    Plug a memory leak.
    
    Addressing:
    17 bytes in 1 blocks are definitely lost in loss record 2 of 9
       at 0x4A084D5: memalign (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4A0859A: posix_memalign (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4CCB38E: __sm_memalign_dbg (sm_alloc.c:203)
       by 0x4CCA17E: SEXP_val_new (sexp-value.c:37)
       by 0x4CC2B33: SEXP_number_newu_32_r (sexp-manip_r.c:86)
       by 0x4CBEE60: SEXP_number_newu_32 (sexp-manip.c:312)
       by 0x4C98B01: probe_cobj_set_flag (probe-api.c:663)
       by 0x4C99210: probe_cobj_compute_flag (probe-api.c:890)
       by 0x409628: probe_worker (worker.c:951)
       by 0x406E10: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
       by 0x35AE8F5E1C: clone (clone.S:113)
    
    22 bytes in 1 blocks are indirectly lost in loss record 3 of 9
       at 0x4A084D5: memalign (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4A0859A: posix_memalign (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4CCB38E: __sm_memalign_dbg (sm_alloc.c:203)
       by 0x4CCA17E: SEXP_val_new (sexp-value.c:37)
       by 0x4CC30DC: SEXP_list_new_rv (sexp-manip_r.c:296)
       by 0x4CBFFB3: SEXP_list_new (sexp-manip.c:935)
       by 0x4C98952: probe_cobj_new (probe-api.c:608)
       by 0x4095B9: probe_worker (worker.c:936)
       by 0x406E10: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
       by 0x35AE8F5E1C: clone (clone.S:113)
    
    22 bytes in 1 blocks are definitely lost in loss record 4 of 9
       at 0x4A084D5: memalign (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4A0859A: posix_memalign (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4CCB38E: __sm_memalign_dbg (sm_alloc.c:203)
       by 0x4CCA17E: SEXP_val_new (sexp-value.c:37)
       by 0x4CC30DC: SEXP_list_new_rv (sexp-manip_r.c:296)
       by 0x4CBFFB3: SEXP_list_new (sexp-manip.c:935)
       by 0x4C9B7C4: probe_obj_getmask (probe-api.c:1739)
       by 0x40954A: probe_worker (worker.c:925)
       by 0x406E10: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
       by 0x35AE8F5E1C: clone (clone.S:113)
    
    22 bytes in 1 blocks are definitely lost in loss record 5 of 9
       at 0x4A084D5: memalign (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4A0859A: posix_memalign (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4CCB38E: __sm_memalign_dbg (sm_alloc.c:203)
       by 0x4CCA17E: SEXP_val_new (sexp-value.c:37)
       by 0x4CC30DC: SEXP_list_new_rv (sexp-manip_r.c:296)
       by 0x4CBFFB3: SEXP_list_new (sexp-manip.c:935)
       by 0x4C988BF: probe_cobj_new (probe-api.c:605)
       by 0x4095B9: probe_worker (worker.c:936)
       by 0x406E10: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
       by 0x35AE8F5E1C: clone (clone.S:113)
    
    22 bytes in 1 blocks are definitely lost in loss record 6 of 9
       at 0x4A084D5: memalign (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4A0859A: posix_memalign (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4CCB38E: __sm_memalign_dbg (sm_alloc.c:203)
       by 0x4CCA17E: SEXP_val_new (sexp-value.c:37)
       by 0x4CC30DC: SEXP_list_new_rv (sexp-manip_r.c:296)
       by 0x4CBFFB3: SEXP_list_new (sexp-manip.c:935)
       by 0x4C988E7: probe_cobj_new (probe-api.c:606)
       by 0x4095B9: probe_worker (worker.c:936)
       by 0x406E10: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
       by 0x35AE8F5E1C: clone (clone.S:113)
    
    54 (32 direct, 22 indirect) bytes in 1 blocks are definitely lost in loss record 8 of 9
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4CCB22E: __sm_alloc_dbg (sm_alloc.c:128)
       by 0x4CC1651: SEXP_new (sexp-manip.c:1593)
       by 0x4CBFF8C: SEXP_list_new (sexp-manip.c:934)
       by 0x4C98952: probe_cobj_new (probe-api.c:608)
       by 0x4095B9: probe_worker (worker.c:936)
       by 0x406E10: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
       by 0x35AE8F5E1C: clone (clone.S:113)
    
    140 bytes in 1 blocks are definitely lost in loss record 9 of 9
       at 0x4A084D5: memalign (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4A0859A: posix_memalign (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4CCB38E: __sm_memalign_dbg (sm_alloc.c:203)
       by 0x4CCA392: SEXP_rawval_lblk_new (sexp-value.c:120)
       by 0x4CC312B: SEXP_list_new_rv (sexp-manip_r.c:307)
       by 0x4CBFFB3: SEXP_list_new (sexp-manip.c:935)
       by 0x4C98952: probe_cobj_new (probe-api.c:608)
       by 0x4095B9: probe_worker (worker.c:936)
       by 0x406E10: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
       by 0x35AE8F5E1C: clone (clone.S:113)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 8 13:28:54 2013 +0200

    Plug a memory leak.
    
    Addressing:
    60 bytes in 1 blocks are definitely lost in loss record 9 of 10
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x35AE886429: strdup (strdup.c:42)
       by 0x4043CA: dbURIInfo_parse (sql57.c:178)
       by 0x404888: dbSQL_eval (sql57.c:260)
       by 0x405536: probe_main (sql57.c:477)
       by 0x4095FB: probe_worker (worker.c:944)
       by 0x406E08: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
       by 0x35AE8F5E1C: clone (clone.S:113)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 8 13:03:36 2013 +0200

    Plug a memory leak.
    
    Addressing:
    1 bytes in 1 blocks are indirectly lost in loss record 1 of 35
       at 0x4A08121: calloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x35B040E2AE: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FE87: PQconnectStart (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FEB5: PQconnectdb (in /usr/lib64/libpq.so.5.5)
       by 0x7B53AB0: ??? (in /usr/lib64/opendbx/libpgsqlbackend.so.1.2.0)
       by 0x404BF6: dbSQL_eval (sql57.c:318)
       by 0x405527: probe_main (sql57.c:477)
       by 0x4095EB: probe_worker (worker.c:944)
       by 0x406DF8: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
       by 0x35AE8F5E1C: clone (clone.S:113)
    
    1 bytes in 1 blocks are indirectly lost in loss record 2 of 35
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x35AE886429: strdup (strdup.c:42)
       by 0x35B040AA4F: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040DB6F: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FE70: PQconnectStart (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FEB5: PQconnectdb (in /usr/lib64/libpq.so.5.5)
       by 0x7B53AB0: ??? (in /usr/lib64/opendbx/libpgsqlbackend.so.1.2.0)
       by 0x404BF6: dbSQL_eval (sql57.c:318)
       by 0x405527: probe_main (sql57.c:477)
       by 0x4095EB: probe_worker (worker.c:944)
       by 0x406DF8: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
    
    1 bytes in 1 blocks are indirectly lost in loss record 3 of 35
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x35AE886429: strdup (strdup.c:42)
       by 0x35B040AA7D: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040DB6F: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FE70: PQconnectStart (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FEB5: PQconnectdb (in /usr/lib64/libpq.so.5.5)
       by 0x7B53AB0: ??? (in /usr/lib64/opendbx/libpgsqlbackend.so.1.2.0)
       by 0x404BF6: dbSQL_eval (sql57.c:318)
       by 0x405527: probe_main (sql57.c:477)
       by 0x4095EB: probe_worker (worker.c:944)
       by 0x406DF8: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
    
    2 bytes in 1 blocks are indirectly lost in loss record 4 of 35
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x35AE886429: strdup (strdup.c:42)
       by 0x35B040ACDC: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040DB6F: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FE70: PQconnectStart (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FEB5: PQconnectdb (in /usr/lib64/libpq.so.5.5)
       by 0x7B53AB0: ??? (in /usr/lib64/opendbx/libpgsqlbackend.so.1.2.0)
       by 0x404BF6: dbSQL_eval (sql57.c:318)
       by 0x405527: probe_main (sql57.c:477)
       by 0x4095EB: probe_worker (worker.c:944)
       by 0x406DF8: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
    
    5 bytes in 1 blocks are indirectly lost in loss record 5 of 35
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x35AE886429: strdup (strdup.c:42)
       by 0x35B040A9F3: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040DB6F: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FE70: PQconnectStart (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FEB5: PQconnectdb (in /usr/lib64/libpq.so.5.5)
       by 0x7B53AB0: ??? (in /usr/lib64/opendbx/libpgsqlbackend.so.1.2.0)
       by 0x404BF6: dbSQL_eval (sql57.c:318)
       by 0x405527: probe_main (sql57.c:477)
       by 0x4095EB: probe_worker (worker.c:944)
       by 0x406DF8: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
    
    5 bytes in 1 blocks are indirectly lost in loss record 6 of 35
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x35AE886429: strdup (strdup.c:42)
       by 0x35B040AA21: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040DB6F: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FE70: PQconnectStart (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FEB5: PQconnectdb (in /usr/lib64/libpq.so.5.5)
       by 0x7B53AB0: ??? (in /usr/lib64/opendbx/libpgsqlbackend.so.1.2.0)
       by 0x404BF6: dbSQL_eval (sql57.c:318)
       by 0x405527: probe_main (sql57.c:477)
       by 0x4095EB: probe_worker (worker.c:944)
       by 0x406DF8: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
    
    7 bytes in 1 blocks are indirectly lost in loss record 7 of 35
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x35AE886429: strdup (strdup.c:42)
       by 0x35B040ACAB: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040DB6F: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FE70: PQconnectStart (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FEB5: PQconnectdb (in /usr/lib64/libpq.so.5.5)
       by 0x7B53AB0: ??? (in /usr/lib64/opendbx/libpgsqlbackend.so.1.2.0)
       by 0x404BF6: dbSQL_eval (sql57.c:318)
       by 0x405527: probe_main (sql57.c:477)
       by 0x4095EB: probe_worker (worker.c:944)
       by 0x406DF8: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
    
    9 bytes in 1 blocks are indirectly lost in loss record 8 of 35
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x35AE886429: strdup (strdup.c:42)
       by 0x35B040AB07: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040DB6F: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FE70: PQconnectStart (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FEB5: PQconnectdb (in /usr/lib64/libpq.so.5.5)
       by 0x7B53AB0: ??? (in /usr/lib64/opendbx/libpgsqlbackend.so.1.2.0)
       by 0x404BF6: dbSQL_eval (sql57.c:318)
       by 0x405527: probe_main (sql57.c:477)
       by 0x4095EB: probe_worker (worker.c:944)
       by 0x406DF8: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
    
    9 bytes in 1 blocks are indirectly lost in loss record 9 of 35
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x35AE886429: strdup (strdup.c:42)
       by 0x35B040AB35: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040DB6F: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FE70: PQconnectStart (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FEB5: PQconnectdb (in /usr/lib64/libpq.so.5.5)
       by 0x7B53AB0: ??? (in /usr/lib64/opendbx/libpgsqlbackend.so.1.2.0)
       by 0x404BF6: dbSQL_eval (sql57.c:318)
       by 0x405527: probe_main (sql57.c:477)
       by 0x4095EB: probe_worker (worker.c:944)
       by 0x406DF8: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)
    
    9 bytes in 1 blocks are indirectly lost in loss record 10 of 35
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x35AE886429: strdup (strdup.c:42)
       by 0x35B040AE20: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040DB6F: ??? (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FE70: PQconnectStart (in /usr/lib64/libpq.so.5.5)
       by 0x35B040FEB5: PQconnectdb (in /usr/lib64/libpq.so.5.5)
       by 0x7B53AB0: ??? (in /usr/lib64/opendbx/libpgsqlbackend.so.1.2.0)
       by 0x404BF6: dbSQL_eval (sql57.c:318)
       by 0x405527: probe_main (sql57.c:477)
       by 0x4095EB: probe_worker (worker.c:944)
       by 0x406DF8: probe_worker_runfn (worker.c:53)
       by 0x35AF007C52: start_thread (pthread_create.c:308)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Oct 7 11:13:59 2013 +0200

    tests: Add tests for existing cpe:/o:fedoraproject:fedora:2* CPE names.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Oct 7 11:09:58 2013 +0200

    Fix incorrect platform specification.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Oct 7 11:09:31 2013 +0200

    Introduce CPE name for upcoming Fedora 21

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Oct 5 00:26:16 2013 +0200

    tests: sql57: Evaluate with unsupported engine

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 4 22:58:29 2013 +0200

    Export record <field> into correct OVAL namespace
    
    This generic element may appear even within ind-def:sql_state,
    in such case the field would inherit the ind-def namespace.
    
    Addressing:
    File 'x.xml' line 56: Element '{http://oval.mitre.org/XMLSchema/oval-definitions-5#independent}field': This element is not expected. Expected is ( {http://oval.mitre.org/XMLSchema/oval-definitions-5}field ).

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 4 15:18:08 2013 +0200

    Do not add a new-line to the end of error message
    
    The oscap_seterri() is supposed add the information about
    file and line number plus the newline.
    
    Note that for some time we can print-out the whole error
    stack. Thus, the error handling inconsistencies are well
    visible:
    
    Addresing output like:
    OpenSCAP Error: Probe at sd=1 (sql57) reported an error: Unknown error [./oval_probe_ext.c:525]
    Unknown syschar flag: 0.
     [oval_resultTest.c:1448]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 4 15:03:34 2013 +0200

    sql* probes should not return error if db backend is missing
    
    They should return a 'soft error' which is captured in result
    XML document like:
    
        <object id="oval:org.gentoo.dev.swift.postgres:obj:1" version="1" flag="error">
            <message level="error">odbx_init failed. Please install the opendbx postgre backend</message>
        </object>
    
    Otherwise oval_probe_comm() finishes with error code and whole
    evaluation is aborted (without producing result XML file).
    
    Addressing:
    $ oscap oval eval --results blah.xml simpletest.xml
    Loading backend library pgsql, libpgsqlbackend.so or /usr/lib64/opendbx/libpgsqlbackend.so failed
    /usr/lib64/opendbx/libpgsqlbackend.so: cannot open shared object file: No such file or directory
    Could not connect to the database. Please install the opendbx pgsql backend.
    Definition oval:org.gentoo.dev.swift.postgres:def:1: error
    OpenSCAP Error: Probe at sd=1 (sql57) reported an error: Unknown error [./oval_probe_ext.c:525]
    Unknown syschar flag: 0.
     [oval_resultTest.c:1448]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 4 15:01:49 2013 +0200

    Print full error stack from oscap-oval-eval

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 4 10:32:11 2013 +0200

    Refactor: Extract function: _probe_strerror

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 3 18:18:41 2013 +0200

    Advise user to install missing opendbx backend
    
    Generally, we prefer to send error messages through SEXPs and
    callbacks and not directly on stderr. In this case however, we
    make an exception and we join the opendbx library, which prints
    on stderr things like:
    
        Loading backend library pgsql, libpgsqlbackend.so or /usr/lib64/opendbx/libpgsqlbackend.so failed
        /usr/lib64/opendbx/libpgsqlbackend.so: cannot open shared object file: No such file or directory

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 3 17:16:28 2013 +0200

    Plug a memory leak
    
    Addressing:
     8 bytes in 1 blocks are definitely lost in loss record 1 of 11
        at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
        by 0x4CCB1CE: __sm_alloc_dbg (sm_alloc.c:128)
        by 0x4CBFA6A: SEXP_string_cstr (sexp-manip.c:778)
        by 0x4050C3: probe_main (sql57.c:445)
        by 0x4093E3: probe_worker (worker.c:944)
        by 0x406BF0: probe_worker_runfn (worker.c:53)
        by 0x35AF007C52: start_thread (pthread_create.c:308)
        by 0x35AE8F5E1C: clone (clone.S:113)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 3 16:57:55 2013 +0200

    Improve logging from sql probes.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 3 16:44:27 2013 +0200

    Do not waste octotherp even if the code compiles
    
    Related: 51543f9be1b05c922ed6937894910638f3fe1e24

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 3 16:41:52 2013 +0200

    The (char *) is passed to engine_cmp, not the (dbEngineMap_t *)
    
    Related: 51543f9be1b05c922ed6937894910638f3fe1e24

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 3 09:52:27 2013 +0200

    Use correct libxml function to import xsi:nil attribute
    
    While the previous approach works in Fedora it uses undocumented
    functionality and may be error prone.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 2 14:38:55 2013 +0200

    Use correct libxml function to export xsi:nil attribute
    
    While the previous approach works in Fedora it uses undocumented
    functionality and may be error prone.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 2 14:10:21 2013 +0200

    tests: Refactor: Extract function definition assert_exists

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 2 13:54:25 2013 +0200

    tests: rhbz#1013011: Assert for export ind-def:pid/@xsi:nil

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 2 12:31:53 2013 +0200

    rhbz#1013011: Export the @xsi:nil attribute of an oval entity
    
    Addressing:
    oscap oval validate-xml --results --schematron ssg-rhel6-oval.xml.result.xml
    <?xml version="1.0"?>
    oval:ssg:obj:1360 - The datatype for the ind-def:pid entity is 'int' but the value is not an integer.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 2 11:06:51 2013 +0200

    tests: workaround trac#346, disable test on RPM systems with older libxml2
    
    While this is not exactly friendly for our non-rpm friends,
    we welcome patches which will extend the workaround or
    address the trac#346.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 1 19:02:50 2013 +0200

    Plug a memory leak.
    
    Addressing:
    Definition oval:ssg:def:116: true
    Evaluation done.
    OpenSCAP Error: Is a directory '/tmp/x' [elements.c:179]
    LEAK SUMMARY:
       definitely lost: 176 bytes in 1 blocks
       indirectly lost: 36,576 bytes in 579 blocks

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 1 17:11:17 2013 +0200

    Report file:line_number for libxml errors.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 1 16:44:23 2013 +0200

    Do not touch memory which is not yours.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 1 16:12:25 2013 +0200

    Avoid undefined behavior when evaluating check with no check-content-refs
    
    Also added a test related to this.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 1 15:46:52 2013 +0200

    trac#344: Send libxml errors through oscap_seterr callback

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 1 15:09:26 2013 +0200

    tests: trac#344: Make sure to send libxml errors through oscap_seterr callback

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 1 13:42:21 2013 +0200

    Refactor: Move libxml_error_handler to common module.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 1 15:29:19 2013 +0200

    [probes] Fixed uninitialized variable condition in the input handler
    
       Addressing:
       input_handler.c: In function 'probe_input_handler':
       input_handler.c:51:13: warning: 'probe_ret' may be used uninitialized in this function [-Wmaybe-uninitialized]

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 1 13:56:07 2013 +0200

    Moved LC_ALL export to tests/Makefile.am, removed redundant sets
    
    Thanks goes to Petr Lautrbach for this suggestion.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 1 11:35:32 2013 +0200

    Removed accidentally commited set -x from an XCCDF test

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Sep 30 19:13:12 2013 +0200

    Make all tests including test_common.sh independent of locale

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Sep 30 18:42:20 2013 +0200

    Made test_report_check_with_empty_selector.sh locale independent

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Sep 30 18:27:13 2013 +0200

    Make the runlevel probe test locale independent

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 26 17:57:27 2013 +0200

    Introduce openscap-extra-probes-sql sub-package.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 26 14:58:55 2013 +0200

    trac#343: Do not lie down when the mask_map is null
    
    Addressing:
     #0  0x000003fff74c4a15 in raise () from /lib64/libc.so.6
     #1  0x000003fff74c5d15 in abort () from /lib64/libc.so.6
     #2  0x000003fff7b08f24 in oval_string_map_get_value (map=0x0, key=0x2aaaacd7be0 "usename") at oval_string_map.c:236
     #3  0x000003fff7b01d59 in oval_sexp_to_sysent (model=0x0, item=0x0, sexp=0x2aaaacdff60, mask_map=0x0) at oval_sexp.c:805
     #4  0x000003fff7b0135d in oval_record_field_ITEM_from_sexp (sexp=0x2aaaacdff60) at oval_sexp.c:626
     #5  0x000003fff7b01dc9 in oval_sexp_to_sysent (model=0x2aaaacdd990, item=0x2aaaacdf530, sexp=0x2aaaacde310,
         mask_map=0x2aaaacda9c0) at oval_sexp.c:817
     #6  0x000003fff7b0238f in oval_sexp_to_sysitem (model=0x2aaaacdd990, sexp=0x2aaaacdf990, mask_map=0x2aaaacda9c0)
         at oval_sexp.c:932
     #7  0x000003fff7b02708 in oval_sexp_to_sysch (cobj=0x2aaaacdde80, syschar=0x2aaaacde650) at oval_sexp.c:986
     #8  0x000003fff7b06e4f in oval_probe_ext_eval (ctx=0x2aaaacdf910, pd=0x2aaaacd7b60, pext=0x2aaaacd7c60, syschar=0x2aaaacde650,
         flags=0) at oval_probe_ext.c:1110
     #9  0x000003fff7b06461 in oval_probe_ext_handler (type=(OVAL_SUBTYPE_ALL | unknown: 7012), ptr=0x2aaaacd7c60, act=3)
         at oval_probe_ext.c:897
     #10 0x000003fff7ad1e4a in oval_probe_query_object (psess=0x2aaaace06d0, object=0x2aaaacdffd0, flags=0, out_syschar=0x0)
         at oval_probe.c:283
     #11 0x000003fff7ad218a in oval_probe_query_criteria (sess=0x2aaaace06d0, cnode=0x2aaaacdfc60) at oval_probe.c:372
     #12 0x000003fff7ad232a in oval_probe_query_criteria (sess=0x2aaaace06d0, cnode=0x2aaaacdf4c0) at oval_probe.c:425
     #13 0x000003fff7ad20ac in oval_probe_query_definition (sess=0x2aaaace06d0,
         id=0x2aaaacdf310 "oval:org.gentoo.dev.swift.postgres:def:1") at oval_probe.c:346
     #14 0x000003fff7aba06f in oval_agent_eval_definition (ag_sess=0x2aaaacd3a20,
         id=0x2aaaacdf310 "oval:org.gentoo.dev.swift.postgres:def:1") at oval_agent.c:160
     #15 0x000003fff7aba4b7 in oval_agent_eval_system (ag_sess=0x2aaaacd3a20, cb=0x2aaaaab6bbd <app_oval_callback>, arg=0x0)
         at oval_agent.c:255
     #16 0x000002aaaaab760d in app_evaluate_oval (action=0x3ffffffcd80) at oscap-oval.c:426
     #17 0x000002aaaaab4fdc in oscap_module_call (action=0x3ffffffcd80) at oscap-tool.c:261
     #18 0x000002aaaaab54cc in oscap_module_process (module=0x2aaaacc4600 <OVAL_EVAL>, argc=4, argv=0x3ffffffd008) at oscap-tool.c:346
     #19 0x000002aaaaab39c4 in main (argc=4, argv=0x3ffffffd008) at oscap.c:78

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 26 11:18:33 2013 +0200

    oval_record_field_set_name must not take memory ownership
    
    Related: 6c8b1705f123056151d3163578f3c461422f9d0f

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 24 19:31:41 2013 +0200

    oval_record_field_set_value must not take memory ownership
    
    WARNING: This changes semantics of this API. Nevertheless,
    we can afford such change now, as this particular function was
    causing segfault until the previous commit.
    
    Note that most of the similar calls in the library take the ownership.
    
    Addressing:
    Invalid free() / delete / delete[] / realloc()
       at 0x4A074C4: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4C5A1A6: __oscap_free_dbg (alloc.c:184)
       by 0x4C7E402: oval_record_field_free (oval_recordField.c:183)
       by 0x4CA9312: oval_collection_free_items (oval_collection.c:90)
       by 0x4C8C012: oval_state_content_free (oval_stateContent.c:141)
       by 0x4CA9312: oval_collection_free_items (oval_collection.c:90)
       by 0x4C8B2DE: oval_state_free (oval_state.c:203)
       by 0x4CAA735: __oval_string_map_node_free (oval_string_map.c:248)
       by 0x4CAB0C7: rbt_free2 (rbt_common.c:139)
       by 0x4CAF235: rbt_str_free_cb2 (rbt_str.c:80)
       by 0x4CAA805: oval_string_map_free (oval_string_map.c:255)
       by 0x4C6B868: oval_definition_model_free (oval_defModel.c:129)
     Address 0x73bf700 is 0 bytes inside a block of size 9 free'd
       at 0x4A074C4: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4C5A1A6: __oscap_free_dbg (alloc.c:184)
       by 0x4C7CA69: oval_parser_text_value (oval_parser.c:243)
       by 0x4C7EA3A: oval_record_field_parse_tag (oval_recordField.c:378)
       by 0x4C8C1BA: _oval_state_content_parse_record_field (oval_stateContent.c:181)
       by 0x4C7C2C8: oval_parser_parse_tag (oval_parser.c:64)
       by 0x4C8C29B: oval_state_content_parse_tag (oval_stateContent.c:201)
       by 0x4C8B68A: _oval_state_parse_tag (oval_state.c:282)
       by 0x4C7C2C8: oval_parser_parse_tag (oval_parser.c:64)
       by 0x4C8B824: oval_state_parse_tag (oval_state.c:312)
       by 0x4C7C2C8: oval_parser_parse_tag (oval_parser.c:64)
       by 0x4C7C803: oval_definition_model_parse (oval_parser.c:184)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 24 18:56:34 2013 +0200

    Initialize record_fields structure before storing <field> elements
    
    This is needed since 3e876590
    
    Addressing:
    oscap: oval_collection.c:104: oval_collection_add: Assertion `(collection) != ((void *)0)' failed.
     #0  0x0000003dd6835a19 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
     #1  0x0000003dd6837128 in __GI_abort () at abort.c:90
     #2  0x0000003dd682e986 in __assert_fail_base (fmt=0x3dd697dda8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x7ffff7db3d52 "(collection) != ((void *)0)",
         file=file@entry=0x7ffff7db3d40 "oval_collection.c", line=line@entry=104, function=function@entry=0x7ffff7db3e20 <__PRETTY_FUNCTION__.3505> "oval_collection_add") at assert.c:92
     #3  0x0000003dd682ea32 in __GI___assert_fail (assertion=0x7ffff7db3d52 "(collection) != ((void *)0)", file=0x7ffff7db3d40 "oval_collection.c", line=104,
         function=0x7ffff7db3e20 <__PRETTY_FUNCTION__.3505> "oval_collection_add") at assert.c:101
     #4  0x00007ffff7d4739c in oval_collection_add (collection=0x0, item=0x6328b0) at oval_collection.c:104
     #5  0x00007ffff7d2a0a8 in oval_state_content_add_record_field (content=0x632420, rf=0x6328b0) at oval_stateContent.c:155
     #6  0x00007ffff7d2a174 in _oval_state_content_record_field_consumer (rf=0x6328b0, content=0x632420) at oval_stateContent.c:176
     #7  0x00007ffff7d1cb12 in oval_record_field_parse_tag (reader=0x629cb0, context=0x7fffffffd7b0, consumer=0x7ffff7d2a151 <_oval_state_content_record_field_consumer>, user=0x632420,
         record_field_type=OVAL_RECORD_FIELD_STATE) at oval_recordField.c:404
     #8  0x00007ffff7d2a1ae in _oval_state_content_parse_record_field (reader=0x629cb0, context=0x7fffffffd7b0, user=0x632420) at oval_stateContent.c:181
     #9  0x00007ffff7d1a2c9 in oval_parser_parse_tag (reader=0x629cb0, context=0x7fffffffd7b0, tag_parser=0x7ffff7d2a176 <_oval_state_content_parse_record_field>, user=0x632420)
         at oval_parser.c:64
     #10 0x00007ffff7d2a28f in oval_state_content_parse_tag (reader=0x629cb0, context=0x7fffffffd7b0, consumer=0x7ffff7d29599 <_oval_state_content_consumer>, user=0x631ca0)
         at oval_stateContent.c:201
     #11 0x00007ffff7d2967f in _oval_state_parse_tag (reader=0x629cb0, context=0x7fffffffd7b0, user=0x631ca0) at oval_state.c:282
     #12 0x00007ffff7d1a2c9 in oval_parser_parse_tag (reader=0x629cb0, context=0x7fffffffd7b0, tag_parser=0x7ffff7d295be <_oval_state_parse_tag>, user=0x631ca0) at oval_parser.c:64
     #13 0x00007ffff7d29819 in oval_state_parse_tag (reader=0x629cb0, context=0x7fffffffd7b0, usr=0x0) at oval_state.c:312
     #14 0x00007ffff7d1a2c9 in oval_parser_parse_tag (reader=0x629cb0, context=0x7fffffffd7b0, tag_parser=0x7ffff7d2969f <oval_state_parse_tag>, user=0x0) at oval_parser.c:64
     #15 0x00007ffff7d1a804 in oval_definition_model_parse (reader=0x629cb0, context=0x7fffffffd7b0) at oval_parser.c:184
     #16 0x00007ffff7d09dac in oval_definition_model_merge (model=0x61dc20, file=0x7fffffffdf36 "/home/slukasik-f18/Desktop/report.xml") at oval_defModel.c:246
     #17 0x00007ffff7d09c5e in oval_definition_model_import (file=0x7fffffffdf36 "/home/slukasik-f18/Desktop/report.xml") at oval_defModel.c:215
     #18 0x0000000000408f73 in app_collect_oval (action=0x7fffffffd910) at oscap-oval.c:231
     #19 0x0000000000407b41 in oscap_module_call (action=0x7fffffffd910) at oscap-tool.c:261
     #20 0x0000000000407fbe in oscap_module_process (module=0x615f40 <OVAL_COLLECT>, argc=4, argv=0x7fffffffdb68) at oscap-tool.c:346
     #21 0x0000000000406a07 in main (argc=4, argv=0x7fffffffdb68) at oscap.c:78

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 24 14:32:51 2013 +0200

    test: Improve time efficiency although marginally.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Sep 20 15:52:37 2013 +0200

    tests: Improve robustness of time checking by hack.
    
    We want to check that correct time stamps are exported from
    the scan. This avoids random failures caused by clock tick
    in between the scan and assertion.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Sep 20 14:51:17 2013 +0200

    tests: assert_exists function should be more verbose on failure.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Sep 20 14:42:31 2013 +0200

    tests: log the result file path correctly.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Sep 19 15:11:41 2013 +0200

    Added python_is16.py to EXTRA_DIST in SCE checks

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 17 18:04:07 2013 +0200

    Plug a memory leak.
    
    Do not cache dummy objects created when the probe does
    not support offline_mode.
    
    Addressing:
    overwrite_var – Overwriting "probe_out" in "probe_out = probe_cobj_new(___G_offline_mode_cobjflag, NULL, NULL, NULL)" leaks the storage that "probe_out" points to.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 12 13:37:01 2013 +0200

    Adding ctype.h to required headers for the system_info probe
    
    This is needed since:
    0e2709dd39837522997f2c8364daddaa8d947c4c

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 12 12:49:36 2013 +0200

    bump version

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 12 12:48:34 2013 +0200

    Add missing colon.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 12 12:46:54 2013 +0200

    Merge spec file changes from Fedora
    
    We don't need to depend on selinux_policyver since
    we build .pp module during the build.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 12 09:08:00 2013 +0200

    openscap-0.9.12
    
    There were 14 new symbols added. The soname of libopenscap
    has changed from 3.3.3 to 3.4.0.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 11 17:30:44 2013 +0200

    Update rpm spec files to 0.9.12-1.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 11 17:47:29 2013 +0200

    bump version

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Sep 11 16:51:50 2013 +0200

    Exposed xccdf_tailoring_free as public API

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 11 16:25:40 2013 +0200

    Reintroduce a removed function to keep the ABI compatibility up
    
    cpe_item_get_deprecated() is deprecated by cpe_item_get_deprecated_by().
    Yes, we love self-reference, because it is still not deprecated.
    
    The said function has been accidently removed in
    d524e89bbeebd4e812c8067b1e5c5e64f3de7ab3.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 11 15:14:41 2013 +0200

    Added Fedora 20 to default CPE dictionary
    
    Long live Heisenbug!
    Hooray corner cases!

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 10 17:54:08 2013 +0200

    [probes] rpm*: disable thread cancelability if we are using the rpm db iterator
    
     - fixes problems with rpm probes which left the rpm database in a
       corrupted state when they were interrupted with an allocated db
       iterator

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 10 17:45:52 2013 +0200

    [probes] make the probe_main() thread joinable
    
     - changing to a joinable probe_main() thread allows us to give the
       thread a grace period in which it can finish its critical section
       and correctly free any resources allocated during the critical
       section

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 10 16:55:02 2013 +0200

    Export Tailoring's benchmark-ref with the extension namespace if needed

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 10 16:44:46 2013 +0200

    Fixed validation errors related to Tailoring/benchmark element

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Sep 5 15:46:34 2013 +0200

    Fixed profile inheritance regarding item selection
    
    Added a tailoring test to demonstrate and test the issue.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Sep 4 15:40:49 2013 +0200

    Do not export duplicate selects (with the same @idref) in Profile
    
    Doing so would produce invalid data!

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Sep 2 18:53:03 2013 +0200

    Introduced xccdf-1.1-tailoring extension to the XCCDF 1.1 spec

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 3 13:07:54 2013 +0200

    Match cpe_name to dictionary in correct way.
    
    The opposite (previous) was causing generalization. Meaning
    that things like:
    
        <xccdf:platform idref="cpe:/o:redhat:enterprise_linux:7"/>
    
    would match to items like:
    
        cpe:/o:redhat:enterprise_linux
    
    in the dictionary.
    
    This was issue introduced by:
    ff545b0303b29d8830cea5d42acad2212168e634
    
    Addressing:
    + test_api_xccdf_default_cpe_rhel6                            [ FAIL ]
    + test_api_xccdf_default_cpe_rhel7                            [ FAIL ]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 3 13:07:00 2013 +0200

    Remove wrong line even in XCCDF 1.2 version of sectool.
    
    This is fedora content in fedora/ directory.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Sep 2 20:01:32 2013 +0200

    Remove wrong line.
    
    It is fedora content in fedora/ directory.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Sep 2 17:16:15 2013 +0200

    trac#340: Add cpe:/a:redhat:rhel_productivity to internal dictionary.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Sep 2 15:43:41 2013 +0200

    Add cpe:/o:redhat:enterprise_linux to internal dictionary.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Sep 2 15:25:35 2013 +0200

    SGML applications tend to be architecture independent

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 28 18:18:45 2013 +0200

    Exposed setters and getters for tailoring benchmark_ref{,_version}

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Aug 28 11:46:41 2013 +0200

    trac#339: Deprecated broken functions.
    
    We plan to fix them properly later.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Aug 26 15:55:47 2013 +0200

    Added benchmark ref version to API, serialize benchmark-ref

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 26 14:11:47 2013 +0200

    trac#335: Do not define XCCDF_BOOLOP_MAP twice

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 26 11:54:40 2013 +0200

    tests: Use a sub-set of official CPE 2.3 dictionary for internal testing.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 26 11:22:54 2013 +0200

    Do not export component-tree if there is no vendor.
    
    Addressing failing test:
    ++ openscap/tests/xmldiff.pl ./official-cpe-dictionary_v2.2.xml dict.xml.out
    Rogue element 'component-tree' in element '/cpe-list[1]'. (53 <> 53)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Aug 23 18:07:19 2013 +0200

    tests: Include another test case for <notes> elements.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Aug 23 17:36:45 2013 +0200

    trac#338: Fix export of <notes> and <note> CPE elements
    
    Previously, the input of:
    
          <notes>
             <note>BLA</note>
          </notes>
    
    got exported as:
    
          <title>BLA</title>

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Aug 23 12:46:07 2013 +0200

    Now you do not need math.
    
    isnan() is not used since 3794ea128bf98abd8925b30b57c65caefa5a02dc

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Aug 23 12:43:32 2013 +0200

    Avoid strverscmp outside the GNU land.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 22 16:48:32 2013 +0200

    Remove fallacious commentary.
    
    The <notes> element may contain <note> sub-elements.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 22 16:23:59 2013 +0200

    tests: Export of official CPE 2.2 dictionary.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 22 15:50:21 2013 +0200

    tests: ensure that oscap info does not fail on official CPE dictionary.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 22 15:31:37 2013 +0200

    tests: Use a sub-set of official CPE 2.2 dictionary for internal testing.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 22 12:41:31 2013 +0200

    Add export of newly introduced cpe_ext_dict elements.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 22 16:42:56 2013 +0200

    Use "en-US" as default language instead of "en_US"
    
    The latter is not a valid xsd:language value.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 22 16:29:39 2013 +0200

    Support for Tailoring/@id

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 22 16:06:02 2013 +0200

    Expose xccdf_tailoring_set_version{,_time, _update}

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 22 15:32:06 2013 +0200

    Correctly handle XCCDF namespace when exporting tailoring as root

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 20 17:57:16 2013 +0200

    Added a function exporting xccdf_tailoring to a file

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 20 16:49:08 2013 +0200

    Removed irrelevant commented code in xccdf_benchmark_to_dom

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Aug 21 16:06:39 2013 +0200

    Improve error reporting of unfamiliar elements in CPE dictionary.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 20 18:22:46 2013 +0200

    Introduce parser of <<cpe_dict_ext:deprecated-by> element
    
    Addressing:
    OpenSCAP Error: Unexpected element within cpe23-item[@name='cpe:2.3:a:3com:tippingpoint_ips_tos:2.2.1:*:*:*:*:*:*:*']: 'deprecated-by' [cpedict_ext_priv.c:121]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 20 17:34:30 2013 +0200

    Abort when cpe23-item fails to parse.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 20 17:22:11 2013 +0200

    Introduce parser of <cpe_dict_ext:deprecation> element

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 20 16:51:11 2013 +0200

    Move functions handling elements from cpe_dict_ext NS to separate module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 20 16:30:01 2013 +0200

    Refactor: Move xmlTextReaderNextElementWE() to common module
    
    Previously this function was defined in two different places.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 20 16:21:56 2013 +0200

    Refactor: Move xmlTextReaderNextNode() to common module
    
    Previously this function was defined in three (!) different places.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 20 16:00:21 2013 +0200

    Refactor: Move xmlTextReaderNextElement() to common module
    
    Previously this function was defined in three (!) different places.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 20 13:24:26 2013 +0200

    Do not try to recover when cpe-item failed to parse
    
    This place was hidding plethora of bugs.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 20 13:20:42 2013 +0200

    Remove wrong line.
    
    It was wrong from the beginning.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 20 11:24:59 2013 +0200

    cpe_item_parse should report error when returns NULL

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 20 10:49:58 2013 +0200

    Export cpe-item properties correctly.
    
    Export of @deprecated, @deprecated_by, and @deprecation_date
    attributes should be independent on each other.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 19 15:48:02 2013 +0200

    Decouple imports of deprecation related attribute of cpe-item
    
    The @deprecated, @deprecated_by, and @deprecation_date attributes
    should not depend on each other. Absent @deprecated_by attribute
    should never be fatal even when @deprecated attribute exists.
    
    Previously OpenSCAP considered such absence to be an error.
    Alas, that behaviour was not correct.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 19 17:31:41 2013 +0200

    Refactor: Rename property from deprecated to deprecated_by
    
    This is needed because these are two different attributes in the XML
    format. Since they are not dependent, we need two separate properties
    to keep track of them.
    
    Previous assumption in the code was that @deprecated=false attribute
    is equivalent to deprecated property being NULL. That assumption was
    proved wrong by official-cpe-dictionary_v2.2.xml.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 19 15:25:18 2013 +0200

    Print full error stack from 'oscap info' module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 19 15:22:40 2013 +0200

    CPE 2.2 parser should warn when @deprecated_by is missing.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 19 14:50:36 2013 +0200

    CPE 2.3 parser should not fail when @deprecated_by is missing.
    
    Addressing:
    OpenSCAP Error: Unknown XML element in CPE dictionary, local name is 'deprecated-by'. [cpedict_priv.c:725]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 19 14:29:21 2013 +0200

    Store schema_version within the CPE parser context.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 19 14:16:05 2013 +0200

    cpe_generator_parse should take CPE parser's context

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 19 13:47:48 2013 +0200

    cpe_item_parse should take CPE parser's context.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 19 13:44:04 2013 +0200

    cpe_dict_model_parse should take CPE parser's context.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 19 13:33:42 2013 +0200

    Refactor: Extract function: _cpe_parser_ctx_new()

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 15 22:50:18 2013 +0200

    Introduce cpe_parser_ctx to encapsulate xmlTextReader

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 15 22:02:53 2013 +0200

    Report an error when cpe_name fails to initialize.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 15 16:42:52 2013 +0200

    Assert for namespace when parsing cpe23-item element.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 15 16:27:03 2013 +0200

    Refactor: Replace local literals with equivalents from common module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 15 15:58:59 2013 +0200

    Refactor: Replace literal with XMLNS_CPE2D macro.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 15 15:46:49 2013 +0200

    Refactor: Replace CPELANG_NS with its equivalent from common module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 15 15:41:34 2013 +0200

    Refactor: Move CPE xmlns literals to separate module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 15 15:39:42 2013 +0200

    Refactor: Move CPE xmlns literals to separate module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 15 14:05:23 2013 +0200

    Introduce <cpe32-item> element to the CPE parser.
    
    Addressing:
    OpenSCAP Error: Unknown XML element in CPE dictionary, local name is 'cpe23-item'. [cpedict_priv.c:714]

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 16 15:55:33 2013 +0200

    Exposed xccdf_tailoring_new

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 15 17:09:40 2013 +0200

    Exposed a function to add profile to xccdf_tailoring

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 15 13:26:30 2013 +0200

    Fail to inject AI asset id ref when report doesn't contain any element

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 13 15:57:39 2013 +0200

    tests: trac#332: Fondle info module with inbuilt CPE dict

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 13 15:35:14 2013 +0200

    tests: trac#333: Make sure that validate-xml behaves as validate

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 13 15:21:30 2013 +0200

    trac#333: We still maintain validate-xml option
    
    Addressing:
    oscap cpe validate-xml /cpe/openscap-cpe-dict.xml
    Segmentation fault
     #0  0x000000000040bf77 in app_cpe_validate (action=0x7fffffffd9a0) at oscap-cpe.c:198
     #1  0x00000000004077d0 in oscap_module_call (action=0x7fffffffd9a0) at oscap-tool.c:261
     #2  oscap_module_process (module=0x614840 <CPE_VALIDATE_XML>, module@entry=0x6139a0 <OSCAP_ROOT_MODULE>, argc=argc@entry=4, argv=argv@entry=0x7fffffffdc08) at oscap-tool.c:346
     #3  0x000000000040683f in main (argc=4, argv=0x7fffffffdc08) at oscap.c:78
    
    Introduced by c5d058015ccbfebacbb9ba043ca21bd0cd4a0b2a.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 13 14:59:02 2013 +0200

    tests: Validate inbuilt CPE Dictionary file.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 13 14:31:34 2013 +0200

    tests: for oscap's inbuilt CPE Dictionary.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 13 14:06:08 2013 +0200

    oscap's version info should be consistent with man page.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 13 13:57:12 2013 +0200

    trac#332: The generator element is not cumpulsory within CPE Dict.
    
    Addressing:
    $ oscap info cpe/openscap-cpe-dict.xml
    Document type: CPE Dictionary
    Segmentation fault
    
    No locals.
            dict_model = 0x6288c0
            gen = 0x0
            doc_type = OSCAP_DOCUMENT_CPE_DICTIONARY
            result = 1
    (...)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 6 19:21:41 2013 +0200

    Do not use isnan on enums, doing so will fail to compile on Solaris

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 6 16:12:07 2013 +0200

    Enlargement, small letters in the main heading look uncomely.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 2 14:44:02 2013 +0200

    Stop target-id-ref duplicate scan when non-matching element is found (ARF)
    
    The specification allows us to save a few cycles in this code.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 5 10:42:57 2013 +0200

    Remove trailing whitespace

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 5 10:39:52 2013 +0200

    Update results_to_html stylesheet from The Mitre Corporation.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 2 12:16:57 2013 +0200

    Inject target-id-ref into TestResults when constructing ARF from them

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 31 16:50:37 2013 +0200

    Output <benchmark> in TestResult where applicable
    
    This helps to satisfy requirements in ARFs where we have to have these
    benchmark hints. It might also help elsewhere, so we are providing this
    backref always when we can.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 30 16:29:39 2013 +0200

    Export XCCDF/TestResult/target-address with fully expanded IPv6es
    
    Sometimes this is enforced in datastreams by schematrons, sometimes it's
    not. It generally doesn't hurt anything to always expand so that's what
    we do.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 30 13:42:56 2013 +0200

    Refactored oscap_expand_ipv6 into a function in common/util.h
    
    Previously, we only needed it for RDS compose. Now we also want it for
    TestResult/target-address elements.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jul 17 12:30:29 2013 +0200

    Plug a memory leak.
    
    Addressing:
    Resource "cpe_it" is not freed or pointed-to in function "oscap_htable_iterator_next_kv(struct oscap_htable_iterator *, char const **, void **)".

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Jul 17 11:26:06 2013 +0200

    openscap-0.9.11

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 17 11:20:56 2013 +0200

    SCE tests can not depend on whether there are unconfined daemons

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Jul 17 10:48:29 2013 +0200

    [tests] rpminfo - don't use packages installed for multiple architectures

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Jul 16 13:55:34 2013 +0200

    bump version in spec files

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Jul 16 13:44:54 2013 +0200

    openscap-0.9.11

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 15 17:39:15 2013 +0200

    [probes] PROBE_ENT_STRVAL: Fixed a possible use after free bug

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 15 17:35:56 2013 +0200

    [probes] environmentvariable58, selinuxsecuritycontext: Pass OVAL_DATATYPE_INT values as 64bit ints to probe_item_create

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 15 15:29:48 2013 +0200

    [OVAL/probes] Make sure S-exps are initialized before we initialize anything else in the probe session

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jul 15 15:50:40 2013 +0200

    Accept NULL as ID when looking up report-requests in ARFs
    
    Passing NULL effectively makes any ID acceptable, the function returns
    the first encountered report-request.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jul 15 15:21:59 2013 +0200

    Do not segfault indexing an invalid ARF (no relationships element)

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Jul 15 15:24:17 2013 +0200

    don't enable ENABLE_SCE with --enable-selinux-policy

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Jul 12 14:52:34 2013 +0200

    openscap-0.9.10

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jul 12 11:41:18 2013 +0200

    [OVAL] Refactored the oval_probe_meta_list function
    
           - fixed an overflow of probe_path buffer by strncpy
           - fixed a potential invalid read access to probe_path
             by fprintf if the verbose flag is set

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Jul 11 13:02:13 2013 +0200

    tests/probes/xinetd: don't use $(SHELL) -x

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Jul 11 11:47:55 2013 +0200

    skip test_probes_runlevel_B if there's no SysVinit service enabled

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Jul 10 22:09:55 2013 +0200

    openscap-0.9.9

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Jul 10 21:47:40 2013 +0200

    add Red Hat Enterprise Linux 7 to the default CPE dictionary

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Jul 10 16:32:50 2013 +0200

    bump version

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 9 14:08:45 2013 +0200

    Do not crash when oscap_text has NULL as lang

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 8 11:02:36 2013 +0200

    Drop bindings_clearable attribute of result_test.
    
    It should be always true. Thus not holding any information.
    
    This change also fixes memory leak of result_test_clone, which
    set the bindings_clearable to false and cloned bindings.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 8 10:55:34 2013 +0200

    Plug a memeory leakage.
    
    The result_test needs to own the variable_bindings. That
    is because of bindings referenced through the state which
    are always created new.
    
    Addressing:
    16 bytes in 2 blocks are indirectly lost in loss record 1 of 3
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4C56F38: __oscap_alloc (alloc.c:52)
       by 0x4C830DD: oval_collection_new (oval_collection.c:69)
       by 0x4C77B83: oval_variable_binding_new (oval_variableBinding.c:113)
       by 0x4C71830: oval_result_test_eval (oval_resultTest.c:1521)
       by 0x4C6CCEC: oval_result_criteria_node_eval (oval_resultCriteriaNode.c:357)
       by 0x4C6CD4C: oval_result_criteria_node_eval (oval_resultCriteriaNode.c:348)
       by 0x4C6D906: oval_result_definition_eval (oval_resultDefinition.c:154)
       by 0x4C6ED3A: oval_result_system_eval_definition (oval_resultSystem.c:381)
       by 0x4C61D37: oval_agent_eval_rule (oval_agent.c:560)
       by 0x4CB050B: xccdf_policy_evaluate_cb.constprop.5 (xccdf_policy.c:434)
       by 0x4CB1F83: xccdf_policy_item_evaluate (xccdf_policy.c:1100)
    
    32 bytes in 2 blocks are indirectly lost in loss record 2 of 3
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4C56F38: __oscap_alloc (alloc.c:52)
       by 0x4C83195: oval_collection_add (oval_collection.c:106)
       by 0x4C7185F: oval_result_test_eval (oval_resultTest.c:1530)
       by 0x4C6CCEC: oval_result_criteria_node_eval (oval_resultCriteriaNode.c:357)
       by 0x4C6CD4C: oval_result_criteria_node_eval (oval_resultCriteriaNode.c:348)
       by 0x4C6D906: oval_result_definition_eval (oval_resultDefinition.c:154)
       by 0x4C6ED3A: oval_result_system_eval_definition (oval_resultSystem.c:381)
       by 0x4C61D37: oval_agent_eval_rule (oval_agent.c:560)
       by 0x4CB050B: xccdf_policy_evaluate_cb.constprop.5 (xccdf_policy.c:434)
       by 0x4CB1F83: xccdf_policy_item_evaluate (xccdf_policy.c:1100)
       by 0x4CB2D75: xccdf_policy_evaluate (xccdf_policy.c:2212)
    
    80 (32 direct, 48 indirect) bytes in 2 blocks are definitely lost in loss record 3 of 3
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4C56F38: __oscap_alloc (alloc.c:52)
       by 0x4C77B73: oval_variable_binding_new (oval_variableBinding.c:108)
       by 0x4C71830: oval_result_test_eval (oval_resultTest.c:1521)
       by 0x4C6CCEC: oval_result_criteria_node_eval (oval_resultCriteriaNode.c:357)
       by 0x4C6CD4C: oval_result_criteria_node_eval (oval_resultCriteriaNode.c:348)
       by 0x4C6D906: oval_result_definition_eval (oval_resultDefinition.c:154)
       by 0x4C6ED3A: oval_result_system_eval_definition (oval_resultSystem.c:381)
       by 0x4C61D37: oval_agent_eval_rule (oval_agent.c:560)
       by 0x4CB050B: xccdf_policy_evaluate_cb.constprop.5 (xccdf_policy.c:434)
       by 0x4CB1F83: xccdf_policy_item_evaluate (xccdf_policy.c:1100)
       by 0x4CB2D75: xccdf_policy_evaluate (xccdf_policy.c:2212)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 8 10:09:07 2013 +0200

    Revert "Plug a memory leak."
    
    There are other related leaks to variable_bindings. We need to fix
    it the other way around. That means to always copy variable_bindings
    to the result_test.
    
    This reverts commit baebd8577df144e94370d00ed8931c835bc3db71.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 8 09:37:40 2013 +0200

    tests: Remove $(check_DATA), which has no special meaning
    
    It was perhaps created by copying of unittests/Makefile.am

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 8 00:26:40 2013 +0200

    Insert some unreachable code to calm down compiler
    
    Addressing:
    oval_probe_hint.c: In function '_oval_probe_hint_criteria':
    oval_probe_hint.c:90:1: warning: control reaches end of non-void function

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Jul 7 22:48:52 2013 +0200

    tests: change sorting of collected objects in the referential file
    
    This test has started to fail after the exporting data type
    was changed from string_map to smc. Previously, the results
    were exported in reverted order. Now they are exported in
    lexicological order.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Jul 7 22:40:51 2013 +0200

    Do not try to free NULL value.
    
    Addressing:
    Program received signal SIGSEGV, Segmentation fault.
        user=0x7ffff7d8e5a0 <oval_collection_free>) at rbt_common.c:123
        user=<optimized out>) at rbt_str.c:80
        parent=parent@entry=0x0, resolver=resolver@entry=0x0, user_arg=user_arg@entry=0x0) at oval_sysModel.c:394

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Jul 7 22:32:37 2013 +0200

    tests: varible_instance within the system characteristics model.
    
    Assert that the very same xmlfilecontent item is evaluated twice.
    Each time with different inputs (filepath) and output (found node).

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Jul 6 23:18:02 2013 +0200

    tests: Assert for object/@variable_instance export.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Jul 6 23:10:19 2013 +0200

    Start exporting object/@variable_instance
    
    That is required by schematron assertions introduced by previous
    changeset.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Jul 6 22:58:27 2013 +0200

    tests: variable_instance tests should execute schematron

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Jul 6 22:55:36 2013 +0200

    `oscap oval validate-xml` takes all file formats
    
    not only the 'Definitions'.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Jul 6 22:35:46 2013 +0200

    Refactor: Extract function: oval_syschar_get_id

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Jul 6 22:07:29 2013 +0200

    tests: Expect multiple collected objects for different variable sets
    
    Since the previous changeset, we create new collected objects
    and items when evaluating twice; each time with different
    variable values.
    
    Note that in this particular test scenario the variable (and its new
    values) are bound to a state. That could allow us to re-use existing
    syschar. When evaluating the test we could compare the object twice
    each time with a different state. In that case we would have only one
    set of collected objects/items.
    
    However, we choose to take fresh object/item for each value set. This
    will allow us to analyze (oscap oval analyze) more efficiently.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Jul 6 21:49:37 2013 +0200

    Leverage the variable_instance_hint of syschar
    
    creating new collected object (syschar) when  probing
    the very same object for another time. The hint suggests
    that there are new values bound in the model.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Jul 6 20:48:29 2013 +0200

    Set variable_instance_hint for collected object when a new value is bind.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Jul 6 21:11:17 2013 +0200

    Introduce the variable_instance_hint of collected objects
    
    The hint has meaning that any possible future probe_query of
    the given syschar (collected object) neets to create a new
    syschar and not re-use the old one. In other words, any next
    run of oval_probe_query_*() needs to collect object with the
    variable_instance equal to variable_instance_hint.
    
    This is a concept analogous to variable_instance_hint of
    oval_result_definition which has been recently introduced.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Jul 6 21:01:55 2013 +0200

    Introduce the @variable_instance attribute of collected objects.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Jul 6 19:01:28 2013 +0200

    Refactor: change data type which holds collected_objects
    
    This should not change behavior thou.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jul 4 17:17:58 2013 +0200

    Refactor: rename static function.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jul 4 17:15:18 2013 +0200

    Fix the leakage in result_system_clone()
    
    This leakage was never exposed because it is not used
    by OpenSCAP.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jul 4 16:39:36 2013 +0200

    Document basic structures in system characteristics data model.
    
    Some of the names felt counter-intuitive to novices like me.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jul 4 15:00:37 2013 +0200

    tests: Extend oval definition file
    
    And amend existing test assertions to reflect the new content.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jul 4 14:39:49 2013 +0200

    Plug a memory leak.
    
    We should not strdup the value here. This function also sets
    the bindings_clearable to false which indicates that binding
    values shall not be freed.
    
    Addressing:
    8 bytes in 2 blocks are indirectly lost in loss record 1 of 4
       at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x3858686349: strdup (strdup.c:42)
       by 0x4C5BF1A: oscap_strdup (util.c:65)
       by 0x4C7185C: oval_result_test_eval (oval_resultTest.c:1530)
       by 0x4C6CCEC: oval_result_criteria_node_eval (oval_resultCriteriaNode.c:357)
       by 0x4C6CD4C: oval_result_criteria_node_eval (oval_resultCriteriaNode.c:348)
       by 0x4C6D906: oval_result_definition_eval (oval_resultDefinition.c:154)
       by 0x4C6ED3A: oval_result_system_eval_definition (oval_resultSystem.c:381)
       by 0x4C61D37: oval_agent_eval_rule (oval_agent.c:560)
       by 0x4CB050B: xccdf_policy_evaluate_cb.constprop.5 (xccdf_policy.c:434)
       by 0x4CB1F83: xccdf_policy_item_evaluate (xccdf_policy.c:1100)
       by 0x4CB2D75: xccdf_policy_evaluate (xccdf_policy.c:2212)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jul 4 12:15:47 2013 +0200

    Simplified the _xccdf_session_export_oval_result_file filename logic
    
    We explicitly fail when oval_session has a NULL filename, previously we
    would mangle up a nonsensical destination file based on the '(none)'
    string.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 3 17:16:26 2013 +0200

    Check filename before letting oscap_acquire_url_is_supported dereference
    
    Related to coverity report:
    /root/openscap/src/XCCDF/xccdf_session.c:1014: check_after_deref:
    Null-checking "filename" suggests that it may be null, but it has
    already been dereferenced on all paths leading to the check.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 3 17:02:55 2013 +0200

    Removed unused variable from sds.c
    
    Related to coverity report:
    /root/openscap/src/DS/sds.c:780: returned_pointer: Pointer
    "component_ref" returned by "ds_sds_find_component_ref(datastream,
    cref_id)" is never used.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jul 3 13:28:12 2013 +0200

    tests: Assert that variable file 1 was not created.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jul 3 10:18:56 2013 +0200

    tests: change sorting of tests in the referential file
    
    The test has started to fail after the exporting data type
    was changed from string_map to smc. Previously, the results
    were exported in reverted order. Now they are exported in
    lexicological order.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jun 18 16:35:03 2013 +0200

    tests: Assert for @variable_instance and TestedVariableType

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jul 3 09:30:08 2013 +0200

    XML export of multiple tests with various variable_instance attributes
    
    The export of OVAL result is driven by input definitions and directives.
    It can happen (given a directive) that there are two result-definitions
    for a single definition and only one (be it variable_instance="2" should
    be exportted to XML. Then all the result-tests with variable_instance="2"
    should be exported along. While, the very same set of result-tests with
    variable_instance="1" shall be ommitted from export.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jul 3 09:27:42 2013 +0200

    New oval_smc operation: append only if not exists already.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jul 3 08:38:09 2013 +0200

    Correct an unfortunate typo.
    
    Addressing:
    In file included from oval_smc_iterator.c:39:
    oval_smc_impl.h:48: error: redefinition of typedef 'oval_smc_user_clone_func'
    oval_smc_impl.h:48: error: previous declaration of 'oval_smc_user_clone_func' was here
    make[4]: *** [libovaladt_la-oval_smc_iterator.lo] Error 1

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jul 2 14:56:51 2013 +0200

    Refactor change input type of oval_scm_iterator_new()
    
    Previously, there was the oval_scm structure, the oval_scm_iterator
    took oval_string_map. Now it can take oval_scm instead.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jul 2 14:48:24 2013 +0200

    Refactor: Migrate result tests map to oval_smc structure.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jul 2 14:20:43 2013 +0200

    Refactor: Migrate result definitions map to oval_smc structure.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jul 2 13:23:52 2013 +0200

    Implement polymorphic clone function for oval_smc structure.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jul 2 10:31:45 2013 +0200

    Introduce new data type scm: synergy of oval_string_map and oval_collection
    
    1 to M mapping is needed by increasing number of other modules.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jul 2 10:27:56 2013 +0200

    Correct editorial of newly added privilidged module interface.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 2 13:32:35 2013 +0200

    tests: correction to a cpe test
    
    Modify the default_cpe test to match RHEL versions such as
    "redhat-release-server-6Server-6.3.0.3.el6_3.x86_64".
    Why this wasn't discovered earlier is a mystery. See you soon.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jul 1 23:16:24 2013 +0200

    tests: check var bindings for filters in objects

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 2 09:43:43 2013 +0200

    oval: collect var refs from object filters
    
    Originaly, filters were permitted only inside the 'set' element.
    Since OVAL 5.8, filters are also permitted inside objects.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jul 1 21:42:55 2013 +0200

    tests: check var bindings for variable_object

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 2 10:26:34 2013 +0200

    oval: collect var refs from variable_object

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 2 10:31:39 2013 +0200

    [probes] Added new offline mode: rpm database scan
    
    	 - generalized offline mode support so that it
    	   allows sub-modes and combining them at run-time
    	 - updated probes to correctly set which modes
    	   they support

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jul 2 09:08:27 2013 +0200

    Refactor: Extract iterator's implementation to generic module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 17:58:02 2013 +0200

    Introduce iterator for StringMap/Collection structures.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jul 1 23:07:50 2013 +0200

    tests: more verbose assert_exists() helper function

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 16:59:24 2013 +0200

    A typo correction.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 15:44:51 2013 +0200

    Move oval_stringMap.c to adt/oval_string_map.c

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 15:34:51 2013 +0200

    Drop include of oval_string_map_impl.h
    
    There is no reason why it should be included.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 15:22:20 2013 +0200

    Move oval_string_map_impl.h to adt/ subdir.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 15:12:32 2013 +0200

    Move oval_collection.c to adt/ subdir.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 14:26:38 2013 +0200

    Move oval_collection_impl.h to adt/ subdir.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 14:09:49 2013 +0200

    Do not include oval_agent_api_impl.h from oval_system_characteristics_impl.h
    
    That is possible after peceding cleaning commits.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 14:08:02 2013 +0200

    Include oval_agent_api_impl.h because of OVAL_SYSCHAR_NAMESPACE

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 14:00:49 2013 +0200

    Include oval_agent_api_impl.h because of OVAL_RESULTS_NAMESPACE

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 13:53:39 2013 +0200

    Include oval_agent_api_impl.h because of OVAL_DEFINITIONS_NAMESPACE

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 13:52:09 2013 +0200

    Include oval_agent_api_impl.h because of OVAL_SUPPORTED

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 13:50:51 2013 +0200

    Include oval_agent_api_impl.h because of OVAL_ENUMERATION_INVALID

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 14:52:57 2013 +0200

    Never forget to modify ac_probes when touching ./configure.ac
    
    The related changeset was:
    fbc741e054e455769893aba578eb0a5991976353

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jul 1 15:50:59 2013 +0200

    Merge branch 'benchmark_id-devel'

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jul 1 15:47:11 2013 +0200

    Updated man page with info about --benchmark-id

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jul 1 14:51:48 2013 +0200

    Test selecting by benchmark-id when there are conflicts

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jul 1 14:43:59 2013 +0200

    Added 2 tests that select benchmarks by ID in SDS

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 13:44:12 2013 +0200

    Include collectVarRefs_impl.h because of oval_ste_collect_var_refs
    
    Addressing:
    oval_resultTest.c: In function '_oval_result_test_initialize_bindings':
    oval_resultTest.c:1508:3: warning: implicit declaration of function 'oval_ste_collect_var_refs'

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 13:43:04 2013 +0200

    Include collectVarRefs_impl.h because of oval_obj_collect_var_refs
    
    Addressing:
    oval_probe.c: In function 'oval_probe_query_object':
    oval_probe.c:279:3: warning: implicit declaration of function 'oval_obj_collect_var_refs'

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 13:20:20 2013 +0200

    tests: Remove test products at the very end.
    
    Addressing:
    ERROR: files left in build directory after distclean:
    ./tests/API/OVAL/report_variable_values/report_variable_values.stderr.AStvL5
    ./tests/API/OVAL/report_variable_values/report_variable_values.res.Er7vfK.xml

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 13:15:52 2013 +0200

    Clean the log files after distcheck
    
    Addressing:
    ERROR: files left in build directory after distclean:
    ./tests/API/OVAL/report_variable_values/report_variable_values.log

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 11:27:51 2013 +0200

    Do not include oval_definitions_impl.h from oval_system_characteristics_impl.h
    
    This dependency can be dropped after preceding commits which cleaned
    missing dependencies from *.c files.
    
    Note that we should be able to logicaly separate various *_impl.h header
    files which depend on each other often without well founded reason.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 11:23:49 2013 +0200

    include oval_parser_impl.h because of struct oval_parser_context

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 11:00:34 2013 +0200

    include oval_agent_api_impl.h beacause of OVAL_SYSCHAR_NAMESPACE

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 10:53:29 2013 +0200

    include oval_definitions_impl.h because of oval_record_field_parse_tag

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 10:51:50 2013 +0200

    include oval_definitions_impl.h because of oval_message_parse_tag

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 10:25:25 2013 +0200

    OVAL collection should not depend on privilidged interface of definitions.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 10:20:10 2013 +0200

    Extract common structures to separate public header file
    
    oval_string_iterator is used not only by definition model
    but also by other models.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 09:56:20 2013 +0200

    tests: Extend test to assert for @variable_instance attribute
    
    In the definitions part of the result model.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jul 1 09:28:07 2013 +0200

    Do not flush system characteristics model
    
    Variable Instance Implementation (8/8)
    
    Addressing:
    Invalid read of size 8
       at 0x4C8E481: oval_sysitem_get_id (oval_sysItem.c:151)
       by 0x4C80EF0: oval_result_item_to_dom (oval_resultItem.c:189)
       by 0x4C875A7: oval_result_test_to_dom (oval_resultTest.c:1769)
       by 0x4C822F2: oval_result_system_to_dom (oval_resultSystem.c:540)
       by 0x4C6C9B2: oval_results_to_dom (oval_resModel.c:258)
       by 0x4C6CA6F: oval_results_model_export (oval_resModel.c:279)
       by 0x4CF5ED1: _xccdf_session_export_oval_result_file (xccdf_session.c:1010)
       by 0x4CF6098: xccdf_session_export_oval (xccdf_session.c:1047)
       by 0x40BA9A: app_evaluate_xccdf (oscap-xccdf.c:483)
       by 0x407AA0: oscap_module_call (oscap-tool.c:261)
       by 0x407F1D: oscap_module_process (oscap-tool.c:346)
       by 0x406966: main (oscap.c:78)
     Address 0x55f5390 is 16 bytes inside a block of size 48 free'd
       at 0x4A074C4: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
       by 0x4C59756: __oscap_free_dbg (alloc.c:184)
       by 0x4C8E37E: oval_sysitem_free (oval_sysItem.c:113)
       by 0x4C8B9A9: __oval_string_map_node_free (oval_stringMap.c:248)
       by 0x4CA8E13: rbt_free2 (rbt_common.c:139)
       by 0x4CACF81: rbt_str_free_cb2 (rbt_str.c:80)
       by 0x4C8BA79: oval_string_map_free (oval_stringMap.c:255)
       by 0x4C6B520: oval_syschar_model_reset (oval_sysModel.c:154)
       by 0x4C68A5F: oval_agent_reset_session (oval_agent.c:211)
       by 0x4C691BD: _oval_agent_resolve_variables_conflict (oval_agent.c:440)
       by 0x4C6926F: oval_agent_resolve_variables (oval_agent.c:463)
       by 0x4C696AC: oval_agent_eval_rule (oval_agent.c:546)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jun 28 19:53:40 2013 +0200

    Refactor: Extract function: _oval_agent_get_first_result_system

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jun 28 19:01:23 2013 +0200

    Refactor: Extract function: oval_result_definition_get_id

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jun 28 18:47:58 2013 +0200

    Refactor: Extract function: oval_result_test_get_id

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jun 28 17:42:45 2013 +0200

    Export definition/@variable_instance=1 to XML
    
    When it is probable that there is another definition
    with @variable_instance=2.
    
    Note that @variable_instance=1 is default, and we export
    it only to hint human readers.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jun 28 17:31:29 2013 +0200

    Export all OVAL result definitions, not only the latest one
    
    Variable Instance Implementation (7/8)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jun 28 17:12:25 2013 +0200

    Refactor: Extract function: _oval_result_definition_to_dom_based_on_directives

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jun 28 16:16:38 2013 +0200

    OVAL agent shall not reset result model, it should hold multiple results instead
    
    Variable Instance Implementation (6/8)
    
    The @variable_instance was popular, fancy, reoccuring, and headachy phenomenon.
    As everything which cannot last forever, this phenomenon must go. Special thanks
    goes to Tomas Heinric for patient and deeply thoughful opponencies.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jun 28 14:45:50 2013 +0200

    Allow multiple result_tests of the same id within result_system
    
    Variable Instance Implementation (5/8)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jun 28 07:36:11 2013 +0200

    Allow variable_instance to be set during result model creation
    
    Variable Instance Implementation (4/8)
    
    For start we always pass variable_instance=1 everywhere. In the next
    changeset I will make it less useless.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jun 27 17:35:13 2013 +0200

    Introduce variable_instance_hint to each result_definition
    
    Variable Instance Implementation (3/8)
    
    The hint has meaning that any possible future evaluation of the given
    definition needs to create new result-definition and not re-use the old
    one. In other words, the new oval_probe_query_* has to be collected
    with the new variable_instance set.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jun 27 17:23:35 2013 +0200

    Allow multiple result_definitions of the same id within result_system
    
    Variable Instance Implementation (2/8)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jun 27 16:53:01 2013 +0200

    Introduce mapping between variables and definitions in definition_model.
    
    Variable Instance Implementation (1/8)
    
    That will come in handy when binding a new value to a variable which
    was already assigned with another value (multiset). Such new binding may
    require that some of the result_definitions needs to be "probed" again
    if evaluated. This mapping helps determine which definitions are dependent
    on a given variable.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jun 18 16:23:21 2013 +0200

    tests: Exaluation of multiset
    
    This test remains unfinished. It only asserts for parts which
    are working correctly. The completion of this test is blocked
    by OpenSCAP not implementing TestedVariableType.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jun 26 17:04:53 2013 +0200

    tests: verify exported variable values
    
    Variable values need to be exported in the 'system characteristics'
    and 'results' OVAL documents. This test verifies all values are
    exported as expected.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jul 1 11:46:42 2013 +0200

    oval: report bindings referenced through a state
    
    When a test references a state that uses variables, those variables
    have to be reported in the OVAL results document. Previously, this was
    done only for objects and states were ommited by mistake.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jul 1 11:43:54 2013 +0200

    oval: shuffle var-ref-collect code around
    
    It needs to be called from two places:
    to create a syschar and to create a result test.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jun 28 15:09:19 2013 +0200

    Added missing API documentation for benchmark_id selection

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jun 28 14:27:11 2013 +0200

    Initial --benchmark-id oscap option implementation

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jun 24 18:28:03 2013 +0200

    Be consistent with --results-arf, act the same regardless of --oval-results
    
    To achieve this we mkdir_p into the temporary directory in case the oval
    result files have relative path containing at least one folder.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jun 24 15:26:48 2013 +0200

    Output OVAL results from CPEs when using --oval-results
    
    Pack the result XMLs to ARFs when asked to do so.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jun 19 11:59:45 2013 +0200

    Plug a memory leak.
    
    Addressing:
    src/OVAL/probes/probe/input_handler.c:242: leaked_storage: Variable probe_in going out of scope leaks the storage it points to.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jun 19 11:50:33 2013 +0200

    Plug a memory leak in colander.
    
    Addressing:
    utils/oscap-info.c:371: leaked_storage: Variable "report_it" going out of scope leaks the storage it points to.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jun 19 11:45:02 2013 +0200

    Plug a memory leak.
    
    Addressing:
    src/XCCDF/xccdf_session.c:469: leaked_storage: Variable cpe_it going out of scope leaks the storage it points to.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jun 17 11:11:00 2013 +0200

    Some of libxml2 bugfixes improve processing of DataStreams
    
    See rhbz#884707, rhbz#877348.

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Jun 17 08:21:48 2013 +0200

    openscap-0.9.8

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jun 14 13:12:09 2013 +0200

    tests: Export variable set and its sub-set (multiset, multival)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jun 14 13:07:17 2013 +0200

    tests: Export variable set and its super-set (multiset, multival)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jun 14 11:29:17 2013 +0200

    tests: Export of the same (although shuffled and doubled) values (multival)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jun 13 16:10:03 2013 +0200

    tests: Export of the same (although shuffled) values (multival)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jun 13 16:01:18 2013 +0200

    Improve process of variable-conflicts recognition
    
    Note that comparison of two lists based on equality
    of its first elements can be considered naive.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jun 13 12:33:18 2013 +0200

    Refactor: Extract function: _oval_agent_resolve_variables_conflict

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jun 13 12:31:36 2013 +0200

    tests: Export two variables tupples (multival and multiset)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jun 12 16:13:47 2013 +0200

    tests: Export the same variables twice (multival and not multiset).

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jun 12 16:12:24 2013 +0200

    tests: use correct profile other it only duplicates other tests

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 13 11:05:20 2013 +0200

    Merge branch 'offline-mode'

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 13 10:56:38 2013 +0200

    [XCCDF] Don't allow remediation in offline mode

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jun 12 15:00:02 2013 +0200

    tests: Export the very same value twice in a single batch

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jun 12 14:00:36 2013 +0200

    Bind multiple values from XCCDF to OVAL (multival)
    
    There are two antagonistic scenarios to consider:
     - 1) export non-first value from multival
     - 2) export the same value (or multival) by another batch
    Then, there is possibly
     - 3) export the same value multiple times as part of single
          batch
    
    This amendment improves behavior of the first scenario,
    while not changing behaviour of other two.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jun 11 18:20:09 2013 +0200

    tests: Export the very same variable from XCCDF to OVAL twice

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri May 31 16:31:22 2013 +0200

    tests: Export of variable instances from XCCDF to OVAL

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri May 31 16:34:31 2013 +0200

    tests: Do not be afraid to use the alphabet.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jun 11 15:04:41 2013 +0200

    Minor spelling mistakes.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jun 10 15:21:16 2013 +0200

    Print result of evaluation of a definition
    
    even when we use "--id" option

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jun 10 14:33:57 2013 +0200

    fixing manual page
    
    statement about return code for OVAL evaluation was not correct.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jun 10 14:51:41 2013 +0200

    Print all the idents of a rule while scanning in oscap tool
    
    Previously we only displayed the last parsed ident.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jun 10 11:23:24 2013 +0200

    Missing include directive
    
    Addressing:
    sds.c:763:5: warning: implicit declaration of function 'oscap_acquire_url_is_supported'

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jun 10 11:19:53 2013 +0200

    Remove unused label.
    
    Addressing:
    oscap-ds.c:350:1: warning: label ‘cleanup’ defined but not used

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jun 10 10:54:02 2013 +0200

    Do not dirty your hands with magic constants.
    
    And remember that cleanliness is half your health.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jun 10 10:37:30 2013 +0200

    OVAL definition parser shall jump on the first XML element
    
    skipping all of the XML comments on its way.
    
    Addressing errors of evaluation of: DoD Consensus Security
    Configuration Checklist for Red Hat Enterprise Linux 5 (2.0)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jun 7 15:47:46 2013 +0200

    Print test results in XCCDFs inside source datastreams in 'oscap info'
    
    Previously we only printed them for XCCDFs as standalone files.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jun 7 15:42:34 2013 +0200

    Print check files referenced by XCCDF with 'oscap info'

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jun 7 11:58:56 2013 +0200

    Added tests for CPE2 referencing something from external CPE dictionary

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jun 3 14:16:05 2013 +0200

    Do not include remote components in the DataStream
    
    Addressing:
    "OpenSCAP Error: Unable to open file: '/root/http://www.redhat.com/security/data/oval/com.redhat.rhsa-all.xml' [oscapxml.c:565]
    Could not found file /root/http://www.redhat.com/security/data/oval/com.redhat.rhsa-all.xml: No such file or directory. [sds.c:531]"

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jun 3 11:46:23 2013 +0200

    Correct spelling to resemble more standard English.

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu May 30 17:10:14 2013 +0200

    bumb version

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed May 29 15:03:19 2013 +0200

    Dead code removal
    
    Suffixes of filenames are no longer used, since their
    limited reliability.
    
    Addressing:
    sds.c:478:13: warning: 'strendswith' defined but not used [-Wunused-function]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed May 29 14:57:00 2013 +0200

    Eliminate gcc warnings from rds_index.
    
    Some versions of string.h define index() function.
    
    Addressing:
    warning: declaration of 'index' shadows a global declaration

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue May 21 14:02:20 2013 +0200

    Few typos and other minor issues in the man page fixed

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue May 21 13:57:16 2013 +0200

    Added bug reporting info to the man page

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon May 13 15:43:56 2013 +0200

    [probes] family, rpminfo: enable in offline mode, these probes are heavily used to detect the operating system and platform
    
    	- The family probe doesn't detect the platform at run-time, this has to be fixed. For now, the platforms of the
    	  scanning and scanned machine must match to get sane results.
    	- The rpm* probes emit warnings about /proc not being mounted, so that's an indication that these probe may not behave
    	  correctly when run in offline mode (inside a different root directory)

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon May 13 15:42:07 2013 +0200

    [probes] Change the default result flag if offline mode is not supported to not applicable

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon May 13 15:10:42 2013 +0200

    [probes] Short circuit evaluation of the current object if offline mode isn't supported

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon May 13 14:22:25 2013 +0200

    [probes] Enable offline mode support for probes which work with files only

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon May 13 13:55:52 2013 +0200

    [probes] system_info: implemented offline mode support
    
    	- when in offline mode, get the system information from environment
    	- the probe caller is responsible for setting sane values for the
    	  following environment variables:
    	  - OSCAP_PROBE_OS_NAME
    	  - OSCAP_PROBE_OS_VERSION
    	  - OSCAP_PROBE_ARCHITECTURE
    	  - OSCAP_PROBE_PRIMARY_HOST_NAME

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon May 13 13:55:00 2013 +0200

    [probes] Accept a NULL pointer as an argument to the offline mode option handler

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu May 9 13:57:39 2013 +0200

    [probes] Refactored the probe_{set,get}option API
    
    	- moved the code to a separate file, we don't want
    	  to add the required global symbols to the library
    	- implemented the offline mode option
    	- added support for the "get" operation from the public API

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue May 7 17:03:24 2013 +0200

    Be more robust when splitting ARF into a non-existent dir
    
    The directory is created if non-existent, if this fails error is
    reported.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue May 7 16:32:18 2013 +0200

    Refactored ds_common_mkdir_p out of sds.c so that it can be reused

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon May 6 20:27:39 2013 +0200

    Check return value of mkdir, be more robust in mkdir_p in SDS

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon May 6 14:33:57 2013 +0200

    Added rds-split to the manpage, slight documentation fix in oscap-ds.c

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu May 2 11:19:27 2013 +0200

    tests: Do not hardcode /tmp directory
    
    The system might have different settings. Or the build
    system may forge its own temp dir.
    
    Addressing:
    + Multiple xccdf:TestResult elements                          FAIL: all.sh
    ++ cat /var/tmp/portage/app-forensics/openscap-0.9.7/temp/test_xccdf_multiple_testresults.out.Lit1Ly
    + '[' 'WARNING: Skipping /var/tmp/portage/app-forensics/openscap-0.9.7/temp/non_existent.oval.xml file which is referenced from XCCDF content' == 'WARNING: Skipping /tmp/non_existent.oval.xml file which is referenced from XCCDF content' ']'

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 30 17:43:56 2013 +0200

    Merge branch 'rds_index-devel'

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 30 12:52:30 2013 +0200

    Added missing xccdf_session.h to SWIG's openscap.i

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Apr 29 12:56:00 2013 +0200

    [OVAL/probes] Added support for running probes within a custom root directory
    
        - oscap: added new --probe-root option
        - new environment variable OSCAP_PROBE_ROOT

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Apr 26 14:41:03 2013 +0200

    Documentation and code style fixes in rds_index

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Apr 26 13:44:58 2013 +0200

    openscap-0.9.7

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Apr 26 13:42:40 2013 +0200

    bump libopenscap.so version to libopenscap.so.3.2.1

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Apr 25 16:35:33 2013 +0200

    Fixed a typo that caused broken build with --enable-sce
    
    Build was broken in 49223a7467c5a190cec25b19083e3a0096bc356c

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Apr 25 15:32:08 2013 +0200

    Added missing test files to tests/DS/Makefile.am

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Apr 25 15:28:35 2013 +0200

    rhbz#953069: Allocate SCE session before scanning
    
    This regression was introduced by
    d4ab011b3e25258b5f344429694e767a6ad7d9d8

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Apr 25 13:50:46 2013 +0200

    rhbz#953069: Do not iterate through nonexistent sce_session
    
    Addressing:
    Program received signal SIGSEGV, Segmentation fault.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Apr 25 11:30:40 2013 +0200

    trac#304: Export @var_check together with @var_ref for states
    
    This also addresses rhbz#954368.
    
    Schematron validation asserts that each state content element
    which has @var_ref attribute defined has also the @var_check
    attribute.
    
    Addressing schematron errors like:
    oval:gov.nist.usgcb.rhel:ste:20354 - a var_ref has been supplied for the ind-def:subexpression entity so a var_check should also be provided

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Apr 25 11:45:23 2013 +0200

    Added a simple RDS/ARF split, compose roundtrip test

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Apr 25 11:16:17 2013 +0200

    fedora: add openscpa-selinux sub-package

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Apr 24 15:53:50 2013 +0200

    support DESTDIR for SELinux module files

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Apr 24 20:50:54 2013 +0200

    In case of error, do not free XML context before we get error from it

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Apr 24 14:51:42 2013 +0200

    Fixed and improved the rds_index_simple test

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Apr 24 14:46:56 2013 +0200

    add oscap.* SELinux module files to dist

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Apr 23 19:36:30 2013 +0200

    bumb version

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Apr 23 19:29:13 2013 +0200

    fix probes test for new automake

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Apr 23 19:10:27 2013 +0200

    openscap-0.9.6

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Apr 23 18:49:52 2013 +0200

    Added Fedora 19 to default CPE dictionary

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Apr 23 18:39:14 2013 +0200

    bump libopenscap.so version to libopenscap.so.3.2.0

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 23 18:25:34 2013 +0200

    Initial implementation of RDS/ARF splitting

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Apr 23 15:38:09 2013 +0200

    sync ac_probes/configure.ac.tpl with configure.ac after addc83da7cfcffc2e8a7c634c838b62fbbd76f26

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Apr 22 19:29:07 2013 +0200

    Show requests and report in 'oscap info' for result datastreams

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 22 16:33:48 2013 +0200

    The XSLT for bogus <sub> elements shall be distributed.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Apr 22 16:21:47 2013 +0200

    Added forgotten ARF to tests' Makefile.am

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Apr 22 15:54:28 2013 +0200

    Merge branch 'master' into rds_index-devel

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Apr 22 15:31:14 2013 +0200

    Include swig source directory in PYTHONPATH in the run script
    
    Else the openscap_api.py file wouldn't be found and tests would resort
    to using the system-wide openscap file.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 22 11:23:50 2013 +0200

    Don't forget dependencies when adding of CPE Dictionary to DataStream

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 22 10:51:22 2013 +0200

    The dictionaries must be the very first elements in the datastream
    
    Addressing:
    line 10: Element '{http://scap.nist.gov/schema/scap/source/1.2}dictionaries': This element is not expected. Expected is ( {http://scap.nist.gov/schema/scap/source/1.2}checks ).

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 22 10:29:10 2013 +0200

    Plug a memory leak
    
    Addressing:
    at 0x4A074CD: malloc (vg_replace_malloc.c:236)
      by 0x407D28: getopt_ds (oscap-ds.c:175)
      by 0x4077FA: oscap_module_process (oscap-tool.c:338)
      by 0x4061DA: main (oscap.c:78)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 22 10:24:57 2013 +0200

    Plug a memory leak
    
    Addressing:
    74 bytes in 1 blocks are definitely lost in loss record 2 of 2
       at 0x4A074CD: malloc (vg_replace_malloc.c:236)
       by 0x4C579C1: __oscap_alloc_dbg (alloc.c:126)
       by 0x4C61FB0: ds_sds_mangle_filepath (sds.c:701)
       by 0x4C62CD1: ds_sds_compose_add_component (sds.c:1021)
       by 0x408364: app_ds_sds_add (oscap-ds.c:317)
       by 0x4073B2: oscap_module_call (oscap-tool.c:261)
       by 0x40783A: oscap_module_process (oscap-tool.c:346)
       by 0x4061DA: main (oscap.c:78)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 22 10:21:38 2013 +0200

    Free XML document after new component has been added successfully

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 22 10:13:59 2013 +0200

    Validate output document after adding new component

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 22 10:01:07 2013 +0200

    Create the ds:dictionaries element when adding cpe to DataStream
    
    This is crucial for `oscap ds sds-add` which often takes DataStream
    without any CPE Dictionary.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 22 09:56:05 2013 +0200

    Even non-existent file deserves proper treatment
    
    Addressing:
    I/O warning : failed to load external entity "usgcb-rhel5desktop-ds.xml"
    Program received signal SIGSEGV, Segmentation fault.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Apr 21 23:16:52 2013 +0200

    Vanishing component-ref must not remain unnoticed.
    
    OpenSCAP shall fail when the component-ref was not added.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Apr 21 22:46:58 2013 +0200

    XSLT to remove xccdf:sub elements with broken @idref
    
    Rationale: Official USGCB guidance for RHEL 5 Desktop contains
    four <xccdf:sub> elements which refer to nonexistent values.
    These 4 elements remain unnoticed as long as the content is
    in XCCDF version 1.1. However, the XSD validation schema for
    XCCDF 1.2 is more strict and it is picking up on these.
    
    This XSL transformation comes in handy for those, who want
    to convert their USGCB to XCCDF 1.2.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Apr 21 21:54:15 2013 +0200

    tests: Add same components to the DataStream twice

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Apr 19 14:30:31 2013 +0200

    docs: man pages shall include examplary usage of oscap tool
    
    Also adding people into the authors section. People can be
    recognized only when they raise their hands in the cubicle.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Apr 18 17:53:52 2013 +0200

    Regression test for rds indexing, tests that all assets are parsed in

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Apr 18 17:12:32 2013 +0200

    Merge branch 'master' into rds_index-devel

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Apr 18 16:47:37 2013 +0200

    Only put single paths into our path environment variables in run script
    
    openscap library does not parse the env var and split by :, it just
    uses it as a prefix as it is.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Apr 18 16:42:13 2013 +0200

    Parse relationships, use them after all else is loaded in RDS

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Apr 18 14:40:50 2013 +0200

    Allow --cpe option for export-oval-variables

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Apr 17 13:57:54 2013 +0200

    export-oval-variables shall succeed only when files were exported

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Apr 16 17:14:28 2013 +0200

    textfilecontent54: be more tolerant of invalid regexps

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Tue Apr 16 13:33:52 2013 +0200

    Remove redundant closedir()

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Tue Apr 16 13:32:49 2013 +0200

    Plug several memleaks

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Tue Apr 16 13:25:52 2013 +0200

    Plug several memleaks

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Tue Apr 16 13:13:04 2013 +0200

    Remove unused variable

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Tue Apr 16 11:55:39 2013 +0200

    Plug several memleaks

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Tue Apr 16 11:49:42 2013 +0200

    Pass a struct function arg indirectly

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Tue Apr 16 11:11:16 2013 +0200

    Bail out after a failure

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Tue Apr 16 11:00:40 2013 +0200

    Plug a memleak

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Tue Apr 16 10:53:13 2013 +0200

    Limit copied string length

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Apr 16 16:54:21 2013 +0200

    Update build-time deps list in the README file

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 16 15:13:11 2013 +0200

    The initial preliminary version of RDS index

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 16 11:53:04 2013 +0200

    Do not remove 'run' script with make clean, only with distclean

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Apr 15 21:55:40 2013 +0200

    [OVAL/probes] Print a human readable form of the OVAL object subtype when reporting an error

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Apr 15 21:49:19 2013 +0200

    [probes/SEAP] Fixed SEAP error packet parsing and processing
    
    Some members (incl. the error queue) of the SEAP descriptor were
    not properly initialized. Fixed by adding initialization code.
    Also fixed the error packet parsing where a wrong S-exp ref was
    used to extract the attribute values.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Apr 15 20:24:42 2013 +0200

    Fixed Makefile.am and run.in to work with 'make distcheck'

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Apr 15 19:14:59 2013 +0200

    Fixed oscap_debug.log.* entry and added SCE related files to gitignore

Author: Richard W.M. Jones <rjones@redhat.com>
Date:   Mon Apr 15 15:02:46 2013 +0100

    gitignore: Reorganize this file, anchoring paths with leading '/' where necessary.
    
    Signed-off-by: Martin Preisler <mpreisle@redhat.com>

Author: Richard W.M. Jones <rjones@redhat.com>
Date:   Mon Apr 15 15:02:45 2013 +0100

    gitignore: Ignore output from tests.
    
    Signed-off-by: Martin Preisler <mpreisle@redhat.com>

Author: Richard W.M. Jones <rjones@redhat.com>
Date:   Mon Apr 15 15:02:44 2013 +0100

    Add ./run script.
    
    In libguestfs & libvirt we have very successfully use a ./run script
    in the top level directory to set environment variables so the program
    can be run from the local directory.
    
    eg:
      ./run utils/oscap oval eval [...]
    or:
      ./run gdb --args utils/oscap oval eval [...]
    or from another project that uses openscap libraries:
      ../openscap/run ./another-program
    
    The same idea appears in the utils/oscap-local.sh script, but ./run is
    more flexible since it can also be used for tests, or for running any
    external program that happens to use the openscap libraries.
    
    As well as being easier to type.
    
    Signed-off-by: Martin Preisler <mpreisle@redhat.com>

Author: Richard W.M. Jones <rjones@redhat.com>
Date:   Mon Apr 15 15:02:43 2013 +0100

    oscap: Don't segfault if './utils/oscap -V' is run from build directory.
    
    Signed-off-by: Martin Preisler <mpreisle@redhat.com>

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 15 17:26:52 2013 +0200

    tests: run oscap-info for each created DataStream
    
    And ensure that stderr is empty. Note that the oscap info
    currently may print-out errors even though the command succeeds.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 15 17:13:46 2013 +0200

    tests: trac#328: Missing OVAL file shall not cause broken DataStream

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 15 17:02:10 2013 +0200

    Fix memory leak
    
    Introduced by:
    094fa1710dde941ff88e311350739a30ddc0ef71

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 15 16:46:31 2013 +0200

    Do not resign when component failed to be added
    
    This partial return to the old behavior, when we didn't
    honour any failure and exported the DataStream. I believe,
    that creating datastream without some particular OVAL is
    valid usecase.
    
    Add cat:uri only when the component was added

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 15 16:09:58 2013 +0200

    trac#328: Do not add ds:component-ref when ds:component missing
    
    There must be 1:1 mapping between ds:component-ref and ds:component
    elements. And since the process of adding ds:component is more error
    prone, we should add ds:component-ref only when the component was
    added successfully.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 15 16:06:20 2013 +0200

    Do not attempt to xmlReadFile() when the file does not exists.
    
    That way we can avoid non solicited stderr message from
    libxml. Note that we need to stat the file anyway.
    
    Addressing:
    I/O warning : failed to load external entity

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Apr 15 08:06:29 2013 +0200

    Do not attempt to free non-existent value
    
    Addressing:
    Program received signal SIGSEGV, Segmentation fault.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Apr 12 14:34:53 2013 +0200

    Never create a component of the already existing ID.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Apr 11 15:13:32 2013 +0200

    Avoid exporting duplicate components in the same batch run
    
    We may still export component which is duplicate to the previously
    added one, however that is hard to spot.
    
    In future, we may need to have deduplication algorithm, which will
    go through the DOM structure of each two components. Noteworthy,
    the plain-text comparison seems not be feasible since namespaces
    may be named differently and so on.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Apr 10 09:40:43 2013 +0200

    Refactor: Extract function: _lookup_component_in_collection
    
    Related to the 368f8027e9bf04be2527b6ab0c83e94a983eff8c.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Apr 10 15:02:36 2013 +0200

    Do not leave a file opened in case of failure in app_generate_fix
    
    Furthermore, do not close the file descriptor in case it is stdout any more.
    
    Reported by Steve Grubb, thanks!

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 9 20:27:33 2013 +0200

    Plugged a memory leak in case fork fails when running remediation fixes
    
    Patch by Steve Grubb

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Apr 9 17:52:50 2013 +0200

    bumb version

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Apr 9 16:26:27 2013 +0200

    Do not allow the same component-ref/@id in the SDS
    
    when adding dependencies of newly added XCCDF.
    
    Addressing (when addition run twice in row).
    $ oscap ds sds-add TEST_XCCDF.xml TEST_SDS.xml
    $ oscap ds sds-add TEST_XCCDF.xml TEST_SDS.xml
    File 'TEST_SDS.xml' line 2: Element '{http://scap.nist.gov/schema/scap/source/1.2}component-ref', attribute 'id': 'scap_org.open-scap_cref_test_remediation_simple.oval.xml' is not a valid value of the local atomic type.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 9 17:04:40 2013 +0200

    Make sure we don't overflow ifa_name when copying from unlimited source
    
    More than likely the source will be in bounds but still...
    
    Patch by Steve Grubb

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 9 16:44:21 2013 +0200

    Free environment values on the heap in case opening pipes fails (SCE)
    
    Patch by Steve Grubb

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 9 16:28:20 2013 +0200

    Allocate sds_stream_index only after sanity check has been done
    
    Else we would senselessly allocate an empty structure and immediately
    free it in case of failure. (or leak it as we have done previously).
    
    Spotted by Steve Grubb, thanks!

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 9 16:22:39 2013 +0200

    Cleanup in case of failure when composing a source datastream
    
    Patch by Steve Grubb

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 9 14:40:39 2013 +0200

    Cleanup in case of failure when splitting SDS
    
    Patch by Steve Grubb, with minor changes by me.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Apr 9 14:19:25 2013 +0200

    Fix variable name
    
    Addressing:
    sds.c: In function 'ds_sds_compose_add_component':
    sds.c:948:23: error: 'id' undeclared (first use in this function)
    sds.c:948:23: note: each undeclared identifier is reported only once for each function it appears in

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Apr 9 13:59:50 2013 +0200

    trac#309: cmp function usually returns int, not bool
    
    Addressing:
    resolve.c:136: result_independent_of_operands: xccdf_version_cmp(xccdf_item_get_schema_version(item), "1.2") >= 0 is always true regardless of the values of its operands.
    This occurs as the logical second operand of '&&'.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Apr 9 13:49:19 2013 +0200

    Remove unused parameter from function call

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Apr 4 16:34:06 2013 +0200

    oscap ds shall always print full error stack

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Apr 4 16:27:22 2013 +0200

    Refactor: Move error handling function to oscap-tool.c
    
    Hence, it could be used by other modules beyond the XCCDF.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Apr 4 16:09:11 2013 +0200

    Remove unused macro definition.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Apr 4 15:17:00 2013 +0200

    Introduce: "oscap ds sds-add" command-line module

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Apr 4 12:21:06 2013 +0200

    Refactor: Extract function: _lookup_datastream_in_collection

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Apr 4 11:40:03 2013 +0200

    Refactor: rename function
    
    This name might be usefull for higher level public function.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 9 13:41:58 2013 +0200

    0 is a valid file description, not an error when using open(..)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Apr 3 13:40:01 2013 +0200

    tests: Assert that TestResult includes accurate timestamps

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Apr 3 12:07:19 2013 +0200

    tests: Modify python fix test to use xhtml:object substitution
    
    There are already other tests for <xccdf:sub> substitution.
    
    It is unclear what is the status of <xhtml:object> text substitution
    within the XCCDF 1.2 standard. The NISTIR-7275r4 document specifies
    the semantics of <xhtml:object> elements, however the XSD schema
    for XCCDF 1.2 does not allow <xhtml:object> within <xccdf:fix>
    elements. Therefore, we enforce --skip-valid option for now.

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Apr 3 11:25:05 2013 +0200

    update configure.ac according to confgen.sh

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Apr 3 10:54:11 2013 +0200

    tests: Simple test for perl fix

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Apr 3 10:36:30 2013 +0200

    tests: Simple test for Python fix combined with text substitution
    
    Considering Python's semantic of indentation, it is crucial to plot
    text substitution correctly.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Apr 2 17:57:13 2013 +0200

    docs: Use comments to reduce the risk of breakage

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Apr 2 17:52:30 2013 +0200

    tests: Simple test for fix element written in Python

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Apr 2 16:32:03 2013 +0200

    add initial version of SELinux policy for oscap tool and OVAL probes
    use ./configure --enable-selinux_policy to enable this

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Apr 2 16:08:53 2013 +0200

    tests: Test for Anaconda usage of oscap + CPE
    
    Generate fix elemenets considering CPE.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Apr 2 14:54:33 2013 +0200

    tests: Test for Anaconda usage of oscap + DS
    
    Generate fix elements from the DataStream document.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Apr 2 14:00:09 2013 +0200

    tests: Complex test for xccdf:fix selection within DataStream

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Mar 28 15:26:10 2013 +0100

    Allow DataStream when generating fix.
    
    For now this option is intentionally left undocumented.
    In most cases we still rely on xsl/fix.xslt. Which does
    not work with DataStream. This option shall be documented
    once the xsl/fix.xslt is gone.
    
    This option will be used by Anaconda however, to allow
    use of Source DataStream Collection during installation.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Mar 28 15:09:26 2013 +0100

    tests: verify that report.html contains OpenSCAP version.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Mar 27 15:08:37 2013 +0100

    Allow --cpe argument when generating fix from source XCCDF.
    
    For now this option is intentionally left undocumented.
    In most cases we still rely on xsl/fix.xslt. Which does
    not process CPE. This option shall be documented once
    the xsl/fix.xslt is gone.
    
    This option will be used by Anaconda however, to allow
    different Anaconda_Fixes for different Anaconda versions.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Mar 27 15:02:13 2013 +0100

    Include OpenSCAP version in the footer of the report

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Mar 25 19:58:02 2013 +0100

    Apply fix only when the given Rule was applicable.
    
    This might be the case, when transfering a single TestResult
    document to different machines and running oscap-xccdf-remediate.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Mar 25 17:57:36 2013 +0100

    Avoid discarding const qualifier when getting selected rules count

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Mar 25 18:04:53 2013 +0100

    Do not use 'template' as param name. It is keyword in C++.
    
    Addressing compilation issue of derivered project:
    xccdf_policy.h:482:101: error: expected ‘,’ or ‘...’ before ‘template’

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Mar 25 16:27:52 2013 +0100

    tests: Typo fix.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Mar 22 15:01:10 2013 +0100

    Command-line option --output should open output file.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Mar 22 14:56:57 2013 +0100

    tests: Test for Anaconda usage of oscap.
    
    Generate fix elements from the XCCDF document,
    ensure that Text Substitution is resolved.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Mar 21 15:42:48 2013 +0100

    Improve oscap-xccdf-generate-fix processing
    
    for cases when TestResult is missing.
    
    Previously, we have been using XSLT transformation,
    but it is hard to implement Text Substitution in XSLT
    and additionally it seems impossible to implement CPE
    in XSLT.
    
    This move might be usefull for anaconda, which could
    issue oscap command to determine special remeditaion
    prescriptions which need to be applied prior the
    installation. Example:
    
        $ oscap xccdf generate guide --profile myprofile \
          --template urn:redhat:anaconda:pre XCCDF.xml

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Mar 21 15:27:06 2013 +0100

    Use loop when writing fix to the temp file.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Mar 21 15:17:10 2013 +0100

    Introduce xccdf_policy_generate_fix() function.
    
    As possible replacement for our XSLT transformation generating
    list of fixes (xsl/fix.xsl).
    
    Considering, Text Substitution, CPE applicability, XCCDF Processing
    (...), we can hardly implement all the processing requirements
    in the XSLT anyway.
    
    In future, we may want to drop xsl/fix.xsl.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Mar 21 12:59:40 2013 +0100

    tests: Assert that the least disruptive xccdf:fix is executed.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Mar 21 12:55:01 2013 +0100

    Choose 'the most suitable' xccdf:fix for execution
    
    based on its disruption and reboot requirements. Even though
    this heuristic is not required by any SCAP specification,
    we hope it will prove useful.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Mar 21 10:27:27 2013 +0100

    tests: Example of complex xccdf:fix processing

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Mar 21 09:55:08 2013 +0100

    tests: Assert that fix is not executed if the fix/@system is unknown
    
    This is not required by standard, but it is our decision. We believe
    that we should not try to execute arbitrary content when the language
    interpreter is unknown.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Mar 21 09:34:17 2013 +0100

    Appropriate xccdf:fix selection shall be based on its @system atribute

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Mar 20 14:48:55 2013 +0100

    Use string-to-string map for searching applicable interpret.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Mar 20 12:12:38 2013 +0100

    tests: Test CPE applicability of xccdf:fix/@platform

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Mar 20 11:31:31 2013 +0100

    Polish prototype of _lookup_rule_by_rule_result() function.
    
    Change return value to (xccdf_rule *). And use more standard
    English as the function name.
    
    Addressing:
    xccdf_policy_remediate.c: In function '_find_suitable_fix':
    xccdf_policy_remediate.c:141:9: warning: passing argument 2 of '_filter_fixes_by_applicability' from incompatible pointer type [enabled by default]
    xccdf_policy_remediate.c:109:27: note: expected 'const struct xccdf_rule *' but argument is of type 'const struct xccdf_item *'

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Mar 20 11:27:52 2013 +0100

    Do not remediate fixes which are not CPE applicable

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 19 18:26:43 2013 +0100

    Move xccdf_policy_model_item_is_applicable from static to privileged

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 19 18:00:14 2013 +0100

    Refactor: Extract function: xccdf_policy_model_platforms_are_applicable()
    
    And make this function privileged.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 19 16:56:43 2013 +0100

    Refactor: CPE applicability functions shall not depend on xccdf_item
    
    This will help with implementation of xccdf:fix/@platform,
    since the fix element is not an item, but may have CPE
    platform defined.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Mar 20 13:45:40 2013 +0100

    Introduce --cpe option for oscap xccdf remediate module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Mar 18 18:12:29 2013 +0100

    Remediation shall refresh XCCDF timestamps with current time.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Mar 18 17:58:14 2013 +0100

    Refactor: Extract timestamp operations to the separate functions

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Mar 18 15:54:20 2013 +0100

    Bash completion for oscap-xccdf-generate-fix/custom.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Mar 15 16:24:01 2013 +0100

    Remediation shall refresh target system facts.
    
    As the remediation of a given TestResult might have
    been executed on different target (or the target
    facts can change over time).

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Mar 19 16:35:30 2013 +0100

    openscap-0.9.5

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Mar 19 15:50:25 2013 +0100

    adjust rhel5 BuildRequires

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 19 14:55:28 2013 +0100

    Avoid race condition when decomposing SCE files from DataStream
    
    Also, apply chmod only with SCE enabled OpenSCAP.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 19 12:11:37 2013 +0100

    Produce more detailed message when mkstemp failed.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 19 11:30:48 2013 +0100

    Typo fix, use correct template for downloaded files.
    
    Introduced by:
    92c98d9ef9104131bdb86c1c322d9961e3ed110f
    
    Addressing:
    WARNING: Skipping http://www.redhat.com/security/data/oval/com.redhat.rhsa-all.xml file which is referenced from XCCDF content
    OpenSCAP Error: mkstemp failed, No such file or directory [oscap_acquire.c:93]
    Downloading: http://www.redhat.com/security/data/oval/com.redhat.rhsa-all.xml ... error

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Mar 15 16:18:18 2013 +0100

    trac:270: Identify the user who executes the scan.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Mar 15 15:55:55 2013 +0100

    [probes] rpminfo: use a regular expression to locate the signature key ID

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Mar 14 17:31:25 2013 +0100

    Output XCCDF shall contain scanner version.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Mar 14 12:45:17 2013 +0100

    With --progress the output shall be less human friendly

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Mar 13 15:15:23 2013 +0100

    tests: Assert that oscap-xccdf-remediate does not modify input data.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Mar 13 14:42:00 2013 +0100

    Use deprecated option of mktemp command.
    
    For sake of older implementations. Addressing missing
    --tmpdir option in mktemp version 1.5 (RHEL5).

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Mar 13 13:46:04 2013 +0100

    Avoid dereferencing a NULL file descriptor when opening a script fails
    
    (Related to source datastream composing and SCE script files inside.)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Mar 12 17:36:10 2013 +0100

    Added XSD file describing the <script> element in extended-components

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Mar 12 17:28:22 2013 +0100

    chmod split scripts from a datastream so that they are executable
    
    Also fixed a trivial typo.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Mar 12 17:18:49 2013 +0100

    Changed the way we treat scripts in datastreams
    
    We are now conformant to how handling SCE in datastreams was suggested
    by David Solin.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 12 16:31:24 2013 +0100

    tests: Copy of the oval file in the /temp shall be writable.
    
    Addressing:
    Stalled distcheck at:
    rm: remove write-protected regular file `/tmp/test_remediate_simple.out.bad4pt/test_remediation_simple.oval.xml'?

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 12 15:21:43 2013 +0100

    tests: Assert for TestResults exported by oscap-xccdf-remediate
    
    This covers multiple scenarios:
     - appending new TestResult to the bottom of the document
     - using the very last test result, when --result-id is not supplied
     - creation of new TestResult/@id based of the input TestResult
     - creation when the new TestResult/@id already exists
     - when there is nothing to remediate (result=notchecked)
     - when there is wrong OVAL to verify remediation (result=error)
     - successful run (result=fixed)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Mar 12 13:33:02 2013 +0100

    Avoid writing "(null)" instead of "" to plain files when splitting SDS

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Mar 11 17:02:05 2013 +0100

    Handle even more errors when reading from plain-text to compose DS

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Mar 11 16:47:42 2013 +0100

    Guard against empty files or errors while seeking when composing SCE SDS

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Mar 11 16:30:33 2013 +0100

    Do not include XML tags in dumped plain-text datastream components

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Mar 11 09:05:58 2013 +0100

    Return from remediation based on the return code.
    
    Addressing static analyzer error which reports a dead
    code on a line 302.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Mar 6 16:32:13 2013 +0100

    Added two more tests regarding plain-text in extended component
    
    These were failing with my previous implementation and now seem to work
    fine. I think this should exhaust most of the problematic cases.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Mar 6 16:13:14 2013 +0100

    Added test for plain-text extended-component in datastream

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Mar 6 14:38:33 2013 +0100

    Use a custom namespace for plain-text node to pass validation

Author: Martin Preisler <martin@preisler.me>
Date:   Wed Mar 6 12:36:39 2013 +0100

    Initial plain-text extended-component implementation

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 17:27:36 2013 +0100

    Introduce --results-arf option for oscap xccdf remediate module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 17:23:40 2013 +0100

    Introduce --report option for oscap xccdf remediate module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 17:20:32 2013 +0100

    Introduce --results option for oscap xccdf remediate module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 17:16:38 2013 +0100

    Introduce --sce-results option for oscap xccdf remediate module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 17:13:49 2013 +0100

    Introduce --export-variables option for oscap xccdf remediate module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 17:09:23 2013 +0100

    Introduce --oval-results option for oscap xccdf remediate module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 17:02:36 2013 +0100

    tests: Simple test for oscap xccdf remediate.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 16:05:08 2013 +0100

    docs: Man page shall describe return value of oscap command.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 14:59:46 2013 +0100

    Amend return values of oscap xccdf remediate command.
    
    The zero value shall be returned when the results does not contains
    any FAIL or ERROR rule-results.
    
    This also changes behaviour of oscap xccdf eval command which previously
    has returned 0 in cases there were ERROR results. From now on, the oscap
    recognizes rule-result/result=ERROR as a reason to not return zero value
    (indicating success).

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 14:11:28 2013 +0100

    Introduce [oval-definitions-file] option for oscap xccdf remediate module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 13:55:24 2013 +0100

    Introduce --fetch-remote-resources option for oscap xccdf remediate module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 13:51:16 2013 +0100

    Remove a TODO.
    
    This has been accomplished in 674e1321be1055bab5b0b9bb32d73f65a896c4b5.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 13:47:42 2013 +0100

    Introduce --skip-valid option for oscap xccdf remediate module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 13:42:46 2013 +0100

    Refactor: Extract function: xccdf_policy_get_benchmark().

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 11:50:47 2013 +0100

    Use the eval reporting primitives for remediation reporting.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 11:47:01 2013 +0100

    docs: improve bash completion for CPE.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 11:40:08 2013 +0100

    docs: bash completion for oscap ds and oscap info modules.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 11:39:55 2013 +0100

    docs: Man page shall list oscap ds module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 11:11:43 2013 +0100

    docs: bash completion for oscap-xccdf-remediate.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 11:06:30 2013 +0100

    docs: Man page for oscap-xccdf-remediate.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 10:30:36 2013 +0100

    Refactor: Extract function: _register_progress_callback().

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 09:57:24 2013 +0100

    Make assertions NDEBUG agnostic.
    
    These assertions must always return NULL.
    
    Addressing:
    warning: statement with no effect [-Wunused-value]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 09:47:51 2013 +0100

    Refactor: Extract function: _lookup_rule_for_rule_result()

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Mar 5 09:37:15 2013 +0100

    Move xccdf_policy_report_cb() from static to priviledged.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Feb 28 16:59:27 2013 +0100

    Refactor hardcoded literals to cpp macros.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Feb 28 16:43:50 2013 +0100

    Clarify the xccdf:message when a fix was not executed.
    
    It shall be clearly stated that the fix was not aborted
    but it has never run.

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Feb 28 16:23:19 2013 +0100

    bump version

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Feb 28 13:47:03 2013 +0100

    fix -version-info for libopenscap.so

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Feb 27 15:08:34 2013 +0100

    Do not print 1970-01-01 when you do know nothing.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Feb 27 14:59:38 2013 +0100

    Very basics of -- oscap xccdf remediate

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Feb 27 14:50:06 2013 +0100

    Introduce xccdf_session_build_policy_from_testresult.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Feb 27 11:07:23 2013 +0100

    Remove overabundand 'i' character.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Feb 27 11:05:01 2013 +0100

    Introduce xccdf_benchmark_get_result_by_id.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Feb 27 10:56:52 2013 +0100

    Move TestResult/profile settings from xccdf_session to xccdf_policy.
    
    This ensures that each scan performed by OpenSCAP gets the profile
    element set, even for cases when it doesn't use xccdf_session API.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 26 16:34:37 2013 +0100

    tests: trac#321: Assert for multiple xccdf:TestsResult elements.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 26 15:18:07 2013 +0100

    The XCCDF_ID_SIZE is clearly not 32 characters.
    
    Addressing the forcibly truncated IDs. Also handle the return
    value from snprintf properly.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 26 15:12:29 2013 +0100

    trac#321: Avoid possible conflicts of TestResult/@id.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 26 11:34:28 2013 +0100

    docs: Fix misspelled constant name.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 26 11:08:22 2013 +0100

    Expand XCCDF_ITEM_ADDER_REG macro for result list.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 26 10:38:38 2013 +0100

    Abort in debug mode, when an item fails to register.
    
    We shall investigate when this happens to spot problems
    like trac#321 early.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 25 17:19:58 2013 +0100

    The 'resolve' and 'validate' modules shall print out full error stack.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 25 17:18:13 2013 +0100

    Refactor: extract function: _print_oscap_error().

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Feb 26 10:12:55 2013 +0100

    openscap-0.9.4

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Feb 20 10:12:56 2013 +0100

    tests: Ensure that Remediation aborts on unresolved substitution element.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Feb 19 12:50:47 2013 +0100

    Only allow XCCDF and SDS to be the input files for xccdf_session

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 18 13:46:18 2013 +0100

    tests: Remediation script may contain <[CDATA[ section ]]>.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 18 13:37:28 2013 +0100

    Explicitly list nodes which shall be executed.
    
    Default behaviour shall be to skip them.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 18 11:41:33 2013 +0100

    Avoid execution of XML comments during remediation.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 18 11:40:52 2013 +0100

    tests: Ensure that XML commentaries will not be executed.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 18 11:03:40 2013 +0100

    trac#320: Decode XML escape sequences (like &amp;) properly.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 18 10:41:38 2013 +0100

    tests: trac#i320: Decode &amp; from fix scripts properly.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 12 14:32:04 2013 +0100

    tests: Remediate with value substitutuion shall take title of value.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 12 14:23:54 2013 +0100

    tests: Do not produce debugging output.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 12 14:22:08 2013 +0100

    tests: Remediate with value substitution shall take the value without selector.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 12 14:11:13 2013 +0100

    tests: Remediate with value substitution shall take the first value.
    
    In cases when there is no profile to define selection and
    there is not a value without selector attribute.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 12 13:54:52 2013 +0100

    tests: Extend default output width by 20 characters.
    
    And let the tests with very long names to look less ugly.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 12 13:47:13 2013 +0100

    tests: Remediate with value substitution defined by refine-value.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 12 13:22:17 2013 +0100

    tests: trac#318: Asserts for empty plain-text substitution.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 12 11:30:13 2013 +0100

    trac#318: Empty plain-text elements shall be resolved corectly.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 12 10:39:13 2013 +0100

    tests: trac#174: Make sure that plain-text element is exported.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 12 10:37:30 2013 +0100

    tests: Simple test for plain-text substitution of sub elements.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 11 17:12:39 2013 +0100

    trac#174: Export plain-text elements od XCCDF Benchmark.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 11 15:15:10 2013 +0100

    tests: The assert_exists function shall be define globally.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 11 15:00:48 2013 +0100

    tests: Rewrite legacy XSLT asserts to use `assert_exists` function.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 11 14:48:40 2013 +0100

    tests: Rewrite assert_exists_* functions to `assert_exists` function.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 11 13:41:10 2013 +0100

    tests: Flawed fix element shall trigger off the 'error' result.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 11 11:51:06 2013 +0100

    Fix dangerous typo -- causing buffer overflow.
    
    Addressing:
    xccdf_policy_remediate.c:147: overrun-buffer-val: Overrunning array pipefd of 4 bytes by passing it to a function which accesses it at byte offset 4.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 11 11:35:11 2013 +0100

    Avoid use of O_CLOEXEC.
    
    It breaks RHEL5 build and this fd gets closed immediatelly anyway.
    
    Addressing:
    elements.c: In function 'oscap_xml_save_filename':
    elements.c:176: error: 'O_CLOEXEC' undeclared (first use in this function)
    elements.c:176: error: (Each undeclared identifier is reported only once
    elements.c:176: error: for each function it appears in.)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 11 11:27:42 2013 +0100

    Do not expect libxml to close fd.
    
    The xmlSaveFormatFileTo does not close fd.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Feb 8 19:37:27 2013 +0100

    tests: Very simple test probing XCCDF --remediate.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Feb 8 19:25:20 2013 +0100

    Do not export empty output of fix script.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Feb 8 15:29:51 2013 +0100

    Introduce --remediate option for `oscap xccdf eval`
    
    As a tech preview which may eat kittens. And provide
    enough of a
    
        Do not continue with this
        if you do not know what you're doing.
    
    warnings to keep the user from shooting himself in the head.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Feb 8 16:39:05 2013 +0100

    Loading OVAL multiple times into XCCDF Session shall not leak.
    
    Addressing:
    16 bytes in 1 blocks are indirectly lost in loss record 1 of 4
       at 0x4A074CD: malloc (vg_replace_malloc.c:236)
       by 0x4CEE1CD: _xccdf_session_get_oval_from_model (xccdf_session.c:564)
       by 0x4CEE647: xccdf_session_load_oval (xccdf_session.c:651)
       by 0x4CED486: xccdf_session_load (xccdf_session.c:287)
       by 0x40ABEB: app_evaluate_xccdf (oscap-xccdf.c:414)
       by 0x4071F6: oscap_module_call (oscap-tool.c:261)
       by 0x40767E: oscap_module_process (oscap-tool.c:346)
       by 0x40602A: main (oscap.c:78)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Feb 8 15:05:02 2013 +0100

    xccdf_session_remediate -- the high-level API of remediation.
    
    Caller of this function must ensure that XCCDF Session contains
    TestResult and that it corresponds with selected XCCDF Policy.
    This may be achieved by running xccdf_session_evaluate.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Feb 8 15:09:57 2013 +0100

    xccdf_policy_remediate -- remediation of the xccdf_policy.
    
    Input paramter XCCDF TestResult element defines rule-results elements
    which shall be remediated. Input parameter XCCDF Policy defines how
    to remediate (fix elements, value bindings, ...).
    
    Make sure before calling this function that XCCDF Policy Model does
    not contain any previously used checking engines. Especially, OVAL
    Agent Sessions which contain previously used resultModel, syschar
    or probe's caches must be refreshed -- to allow verification of
    applied fixes.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Feb 8 14:11:10 2013 +0100

    Replace hardcoded literal with static constant literal.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Feb 8 14:02:14 2013 +0100

    Introduce function for unregistering checking-engines from policy model.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Feb 8 15:41:40 2013 +0100

    Do not try to apply fix for checks with @multi-check="true".

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Feb 6 09:52:33 2013 +0100

    Verify applied fix by OVAL. Introduce FIXED test result.
    
    This of course needs to have empty oval_agent session,
    otherwise it will not evaluate the system, but only query
    oval_resultsModel.
    
    There are some discussions about selectivelly reset variables
    of the resultsModel, sysModel and caches of probes, but there
    is no consensus whether it is possible to do it in a reliable
    way.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Feb 6 10:22:28 2013 +0100

    Move xccdf_policy_check_evaluate from static to priviledged.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Feb 6 10:20:13 2013 +0100

    Do not pass rule_id to xccdf_policy_check_evaluate
    
    It is legacy and it is always NULL nowdays.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Feb 8 16:23:24 2013 +0100

    Tests shall not expect all the fix elements exported.
    
    We shall not include fix elements in the rule-result
    elements unless we have issued them as a part of
    remediation process.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Feb 6 09:25:24 2013 +0100

    Do not blindly append all xccdf:fix elements to the rule-result.
    
    About rule-result/fix from NISTIR-7275r4:
    
        Fix script for this target platform, if available (would
        normally appear only for result values of “fail”). It is
        assumed to have been ‘instantiated’ by the testing tool
        and any substitutions or platform selection already made.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Feb 6 08:31:43 2013 +0100

    Do not use xmlOutputBufferCreateFile() as it may leak the FILE*.
    
    At the end, the xmlSaveFormatFileTo calls xmlOutputBufferClose, which
    is documented as follows:
    
        flushes and close the output I/O channel
        and free up all the associated resources
    
    However it (at least in one version) does not call fclose().
    Given the documentation I suppose that xmlOutputBufferClose,
    may start fclosing the stream in any time.
    
    Addressing:
    568 bytes in 1 blocks are still reachable in loss record 1 of 1
       at 0x4A074CD: malloc (vg_replace_malloc.c:236)
       by 0x3E9426E53A: __fopen_internal (iofopen.c:76)
       by 0x4C57497: oscap_xml_save_filename (elements.c:175)
       by 0x4CD3F54: xccdf_benchmark_export (benchmark.c:228)
       by 0x4CEF233: xccdf_session_export_xccdf (xccdf_session.c:888)
       by 0x40ADB2: app_evaluate_xccdf (oscap-xccdf.c:462)
       by 0x407196: oscap_module_call (oscap-tool.c:261)
       by 0x40761E: oscap_module_process (oscap-tool.c:346)
       by 0x405FCA: main (oscap.c:78)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Feb 6 08:27:24 2013 +0100

    doc: Man page shall be in line with oscap --help query.
    
    Addressing confusing wording:
    https://www.redhat.com/archives/open-scap-list/2013-February/msg00000.html

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 5 17:32:54 2013 +0100

    Do not allow XCCDF remediation unless the rule-result/result is FAIL.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 5 17:01:16 2013 +0100

    XCCDF Session shall not leak memory when exporting XCCDF file.
    
    Addressing:
    14 bytes in 1 blocks are definitely lost in loss record 1 of 5
       at 0x4A074CD: malloc (vg_replace_malloc.c:236)
       by 0x3E94288551: strdup (strdup.c:43)
       by 0x4C5DFFF: oscap_strdup (util.c:65)
       by 0x4CED253: xccdf_session_set_xccdf_export (xccdf_session.c:240)
       by 0x40AD8F: app_evaluate_xccdf (oscap-xccdf.c:460)
       by 0x407196: oscap_module_call (oscap-tool.c:261)
       by 0x40761E: oscap_module_process (oscap-tool.c:346)
       by 0x405FCA: main (oscap.c:78)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 5 16:56:49 2013 +0100

    A remediation script shall get minimal environ.
    
    Since this interface is not covered by XCCDF specification
    we believe that it shall not be used by content authors.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 5 15:43:29 2013 +0100

    Introduce basic model of XCCDF Remediation.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 5 14:11:15 2013 +0100

    CVE parsing error shall be more specific.
    
    Addressing:
    OpenSCAP Error: Unknown XML element in CVE entry [cve_priv.c:626]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 4 18:29:23 2013 +0100

    Refactor: extract function: oscap_acquire_pipe_to_string.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 4 13:35:48 2013 +0100

    Refactor: extract function: oscap_acquire_temp_file.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 4 08:24:53 2013 +0100

    Introduce function for text substitution of xccdf:fix.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jan 31 17:28:35 2013 +0100

    Implement text substitution of xhtml:object/@data="#xccdf:(...)".
    
    As described in NISTIR-7275-4 page 62.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jan 31 15:00:14 2013 +0100

    Rewrite xccdf_policy_substitute to use xml_iterate.
    
    This move corrects a few bugs and brings a bit more flexibility.
    
    The previous attempt did not allowed resolve of xccdf:sub/@use
    leaked memory, accessed freed values and did not comply with
    XCCDF 1.2.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jan 31 14:05:14 2013 +0100

    xml_iterate shall allow modification of the current node.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jan 31 12:20:24 2013 +0100

    trac#313: Fix value instance resolving.
    
    We must not return NULL, for default profile.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 29 19:14:04 2013 +0100

    Make sure to always append new line to the warnings.
    
    The dW() macro does not append new-line itself.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 29 16:37:46 2013 +0100

    Introduce function for querying XCCDF namespaces.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 29 16:21:56 2013 +0100

    Refactor: extract function: _namespace_get_xccdf_version_info.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Feb 4 08:27:17 2013 +0100

    xccdf_session_free(0) shall not SIGSEGV.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 29 16:13:48 2013 +0100

    Docs: Fix a typo.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jan 28 16:28:29 2013 +0100

    Introduce a helper module for iterating through minidom.
    
    This shall be usefull when resolving the Text Substitution
    of XCCDF.
    
    Note that in some cases we store snippets of xml as plain text,
    and which might need to be modified later during processing.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jan 28 11:51:57 2013 +0100

    The text substitution is good candidate for separate module.
    
    Even though that text substitution is related to xccdf_policy,
    it has potential to grow rapidly since we need to resolve
    <xccdf:sub>, <xccdf:instance>, <xhtml:object> and <xhtml:a> elements.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 5 14:53:55 2013 +0100

    Deprecate xccdf_subst_type.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Feb 5 14:50:33 2013 +0100

    Do not deprecate xccdf_substitution_func.
    
    While this type is deprecated and shall be avoided, we cannot
    easily mark this as deprecated. -- Unless we are ready for
    dozens of meaningless warnings during OpenSCAP build.
    
    Addressing:
    In file included from public/xccdf_policy.h:34:0,
                     from xccdf_policy_priv.h:29,
                     from xccdf_policy.c:36:
    ../../src/XCCDF/public/xccdf_benchmark.h:3367:1: warning: 'xccdf_substitution_func' is deprecated [-Wdeprecated-declarations]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jan 28 10:44:18 2013 +0100

    Deprecate a function which is not compatible with XCCDF 1.2
    
    It was never used in OpenSCAP.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Feb 8 15:58:32 2013 +0100

    Fixed a copy paste error in xccdf_session_get_component_id

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Feb 7 12:50:36 2013 +0100

    Various minor OpenAPI API additions required for workbench

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jan 30 13:28:57 2013 +0100

    Fixed wrong sizeofs

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 29 17:04:40 2013 +0100

    Do not forget to visit your library.
    
    Addressing:
    xccdf_session.h:155:75: error: ‘xccdf_policy_engine_eval_fn’ has not been declared

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 25 14:39:43 2013 +0100

    Remove a dead code.
    
    It is a dead code considering the above XPATH
    query has already casted instances out.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jan 23 13:51:24 2013 +0100

    Fixed botched returns in xccdf_benchmark_{,un}register_item

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jan 22 17:13:20 2013 +0100

    Merge branch 'xccdf-tailoring-devel'

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 22 16:14:43 2013 +0100

    Printf full stack of errors whenever using xccdf_session.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 22 15:45:00 2013 +0100

    Do not use session, unless it exists.
    
    Addressing:
    ==16194== Invalid read of size 4
    ==16194==    at 0x4CABF70: xccdf_session_get_base_score (xccdf_session.c:1007)
    ==16194==    by 0x40A642: app_evaluate_xccdf (oscap-xccdf.c:482)
    ==16194==    by 0x406EA3: oscap_module_process (oscap-tool.c:261)
    ==16194==    by 0x405E7E: main (oscap.c:78)
    ==16194==  Address 0x38 is not stack'd, malloc'd or (recently) free'd

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 22 15:37:47 2013 +0100

    Float values shall be initialized explicitly in xccdf_session constructor.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 22 15:06:16 2013 +0100

    Introduce function for accessing full error stack.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jan 22 15:56:25 2013 +0100

    Added hybrid DS + external file tailoring tests

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jan 22 15:35:05 2013 +0100

    5.10.1 is not a valid value for xsd:decimal and causes validation errors

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jan 22 15:34:43 2013 +0100

    Added tests for tailoring inside a datastream

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jan 22 14:39:58 2013 +0100

    In oscap tool, --tailoring-file takes priority over --tailoring-id
    
    Also don't validate the tailoring file if it comes from a datastream
    (that has already been validated) and full validation is off.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jan 22 14:30:27 2013 +0100

    Added tailoring oscap options to man page

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jan 22 14:27:33 2013 +0100

    Added --tailoring-id, renamed --tailoring to --tailoring-file in oscap
    
    And changed tests accordingly.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jan 21 17:16:21 2013 +0100

    Do not clearerr() before setting an error.
    
    This allows multiple error messages stored in the err_queue.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jan 21 17:09:55 2013 +0100

    Use internal queue to store OpenSCAP error messages.
    
    This change does not affect the semantics of the error handling
    functions. It only changes underlying structure from a single
    error to a queue of errors.
    
    Note that no more than single message can be stored in the queue
    given the oscap_clearerr() calls.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jan 21 16:09:11 2013 +0100

    Implemented Tailoring loading in xccdf_session

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jan 21 15:24:57 2013 +0100

    Refactor, extract function: oscap_err_free.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jan 21 15:00:01 2013 +0100

    Do not leak user_cpe when set in the xccdf_session.

Author: Martin Preisler <martin@preisler.me>
Date:   Mon Jan 21 14:29:40 2013 +0100

    Merge branch 'master' into xccdf-tailoring-devel
    
    Conflicts:
    	utils/oscap-xccdf.c

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 18 10:15:53 2013 +0100

    Hide oscap_acquire module from public API.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 18 10:09:14 2013 +0100

    Copy primitives for handling tmp/dir back to tool.
    
    We don't want want them in the public API.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 18 09:57:24 2013 +0100

    Hide internals of xccdf_session from public API.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jan 17 17:30:16 2013 +0100

    docs: Improve documentation as suggested by doxygen warnings.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jan 17 17:06:33 2013 +0100

    Refactor extract method xccdf_session_contains_fail_result.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jan 17 16:46:55 2013 +0100

    Refactor export of ARF to xccdf_session.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jan 17 16:29:48 2013 +0100

    Refactor export of XCCDF to xccdf_session.
    
    Sadly, we had to duplacate app_xslt() within xccdf_session.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jan 17 15:15:11 2013 +0100

    Refactor XCCDF Evaluation to xccdf_session.
    
    We need xccdf.result in the session for the export.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jan 17 14:24:03 2013 +0100

    Refactor export of SCE result files to xccdf_session.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jan 14 15:17:58 2013 +0100

    Refactor export of OVAL variables to xccdf_session.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jan 14 14:31:06 2013 +0100

    Refactor export of OVAL results to xccdf_session.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jan 17 17:15:33 2013 +0100

    Do not strdup if you free the source anyway.
    
    We should be modest in our claims and older pointer
    shall be enough for us.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jan 14 13:28:11 2013 +0100

    Refactor: Extract function xccdf_session_load().

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jan 14 13:01:45 2013 +0100

    Sort xccdf_session calls in the oscap tool.
    
    This shall have no effet on semantics.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jan 14 12:58:18 2013 +0100

    Refactor SCE initialization to xccdf_session.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Jan 14 10:59:06 2013 +0100

    Move code which parses the OVAL files to xccdf_session.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 11 14:33:16 2013 +0100

    Refactor validation of OVAL files to xccdf_session.
    
    From now OVAL files are validated even in export-oval-variables.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 11 11:01:02 2013 +0100

    Refactor OVAL content resources from tool to xccdf_session.
    
    This all code only locates OVAL files which will be later processed
    in the session.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 11 14:04:50 2013 +0100

    Introduce --datastream-id and --xccdf-id to export-oval-variables module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 11 13:14:38 2013 +0100

    Use xccdf_session to parse document.
    
    Therewithal, allow DS in export-oval-variables.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 11 13:02:07 2013 +0100

    Make a use of xccdf_session to validate the XCCDF.
    
    Export-oval-variables shall take OSCAP_FULL_VALIDATION and
    accept DS as well.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 11 11:23:27 2013 +0100

    Use xccdf_session for export-oval-variables.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jan 10 13:50:39 2013 +0100

    Refactor progress reporting of download to separate function.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Jan 10 11:54:19 2013 +0100

    Refactor: Extract CPE-parsing into xccdf_session.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 8 15:57:02 2013 +0100

    Refactor: Extract XCCDF-parsing into xccdf_session.
    
    Also move variables needed into xccdf_session structure.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 8 16:10:22 2013 +0100

    Move information about validation level to xccdf_session.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 8 14:42:14 2013 +0100

    Refactor variable by method call.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 8 15:03:57 2013 +0100

    Start using xccdf_session in oscap tool for XCCDF evaluation.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 4 17:04:55 2013 +0100

    Introducing xccdf_session stucture and module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jan 2 08:58:04 2013 +0100

    Move oscap_acquire from tool to API.
    
    And replace all stdout/stderr operations in the module with
    oscap_seterr().
    
    Note that in the end this module will be private, however it is
    public in the next few commits for the refactoring purposes.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Dec 19 21:02:36 2012 +0100

    Sort common sources.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 8 18:42:05 2013 +0100

    Refactor: Extract function: oscap_document_type_to_string.
    
    This will come in handy later.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 11 14:36:59 2013 +0100

    Fix typo, causing false negative when validating arf.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 8 18:26:17 2013 +0100

    Fix copy/paste typo.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jan 2 10:25:16 2013 +0100

    Finally, we have a (happy) New Year.
    
    And I can turn this back to using en-dash. And make our hero
    Donald Knuth happy again.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 11 13:48:03 2013 +0100

    docs: Update documentation of export-oval-variables.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 8 12:03:32 2013 +0100

    docs: Fix typo.
    
    Addressing:
    oscap.h:101: warning: argument 'reporetr' of command @param is not found in the argument list

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 4 20:38:12 2013 +0100

    docs: Up2date version info of supported component standards.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Jan 4 18:34:45 2013 +0100

    docs: Make a use of correct doxygen command.
    
    Addressing:
    src/CVE/cve_priv.c:55: warning: Found unknown command `\structure'

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Jan 2 10:11:01 2013 +0100

    Remove useless code.
    
    Given that with NDEBUG the assume_d expands to while(0).

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jan 17 14:49:56 2013 +0100

    Fixed cloning of Profiles (carries tailoring now)
    
    Also a slight change to prevent tailoring tests from writing the
    resulting files to stdout every time.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jan 17 14:34:57 2013 +0100

    Profiles now remember if they are tailoring or not
    
    This fixes the issue with debug build, we no longer register and
    unregister the Tailoring element profiles so no id conflicts happen
    anymore.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jan 16 16:10:09 2013 +0100

    Test serialization of TestResults as part of XCCDF 1.2 parser testing

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jan 15 16:39:32 2013 +0100

    Validate external Tailoring file before using it, fixed tests

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jan 15 16:16:29 2013 +0100

    Added Tailoring as a document type, added code to detect it

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jan 15 15:10:13 2013 +0100

    Added a profile overriding test to the set of Tailoring element tests
    
    Overriding is sometimes also refered to as "shadowing".

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jan 15 14:31:27 2013 +0100

    Destroy Tailoring before destroying the benchmark in XCCDF Policy Model
    
    Tailoring references items from the benchmark, destroying it first
    avoids dangling pointers.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jan 15 13:44:54 2013 +0100

    Fixed a small Tailoring parser bug, added tests
    
    There are occasional segfaults when destructing the xccdf_policy_model,
    needs to be investigated. But both tests pass otherwise.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jan 14 17:35:39 2013 +0100

    Integrated Tailoring element into XCCDF Policy Model
    
    Tailoring profiles take precedence now. Tests need to be written!

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jan 14 15:12:39 2013 +0100

    Write out Tailoring element's statuses and dc-statuses

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jan 14 15:05:35 2013 +0100

    Split Tailoring element code to a separate file
    
    It shouldn't depend on benchmark code because benchmark code will depend
    on it.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jan 11 15:47:10 2013 +0100

    Slight changes in the parser, added CLI option --tailoring for testing

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jan 11 11:36:33 2013 +0100

    Initial parser implementation for the xccdf:Tailoring element/document

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Jan 8 11:20:20 2013 +0100

    Do not use TRUE/FALSE identifiers to avoid compile time issues.
    
    Kudos goes to Anton Bolshakov for original patch. Thanks!
    https://bugs.gentoo.org/show_bug.cgi?id=450328
    
    Addressing:
    xccdf_policy.c: In function 'xccdf_policy_resolve_item':
    xccdf_policy.c:392:14: error: expected identifier or '(' before numeric constant
    xccdf_policy.c:393:14: error: expected identifier or '(' before numeric constant
    xccdf_policy.c:411:2: error: lvalue required as unary '&' operand
    xccdf_policy.c:411:2: error: lvalue required as unary '&' operand

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jan 3 12:18:22 2013 +0100

    Added more status elements to XCCDF parser test data

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jan 3 12:16:54 2013 +0100

    Improved error checking in ds_sds_index_parse
    
    We now report a different error if end of document is reached before any
    element is read.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Dec 19 20:21:34 2012 +0100

    Functions which are marked in documentation as deprecated shall warn when used.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Dec 19 19:59:13 2012 +0100

    docs: Doxygen should be able to parse OSCAP_DEPRECATED macro.
    
    Addressing broken documentation which did not contained names
    of deprecated functions, it contained only OSCAP_DEPRECATED
    instead.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Dec 19 19:26:37 2012 +0100

    docs: Improve documentation by referencing prefered functions.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Dec 18 17:26:09 2012 +0100

    Replace `exists` with `boolean` XPath function globaly.
    
    To avoid things like trac#302.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Dec 18 17:06:29 2012 +0100

    doc: Make sure our workarounds don't get lost.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Dec 18 17:02:29 2012 +0100

    trac#302: Replace `exists` with `boolean` XPath function.
    
    Because we prefer to use functions which exists.
    
    Addressing:
    xmlXPathCompOpEval: function exists not found
    XPath error : Unregistered function
    xmlXPathCompiledEval: 1 objects left on the stack.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Dec 18 16:37:14 2012 +0100

    Fix developer documentation regarding schematron.

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Dec 17 16:38:16 2012 +0100

    [docs] don't prepend the full path before file names

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Dec 17 15:18:35 2012 +0100

    bump version

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Dec 17 11:26:08 2012 +0100

    openscap-0.9.3

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Dec 14 14:26:46 2012 +0100

    bump libopenscap.so version to libopenscap.so.3.0.0

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Dec 14 14:45:40 2012 +0100

    probes: Plug memleaks

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Dec 14 14:26:11 2012 +0100

    probes: Plug memleaks

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Dec 14 10:34:09 2012 +0100

    doc: Update description of openscap-utils package.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Dec 13 18:32:27 2012 +0100

    doc: Indicate scope of OpenSCAP capabilities.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Dec 13 17:22:40 2012 +0100

    oval fts: Plug memleaks
    
    Add a silly hack to apease glibc:
    One dummy read to get rid of an uninitialized value in the FTS data
    before calling fts_close() on it.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Dec 13 18:06:46 2012 +0100

    Update date information.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Dec 13 17:32:45 2012 +0100

    is_item_selected shall not segfault on incorrect.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Dec 13 17:23:01 2012 +0100

    tests: Do not combine && with set -e
    
    It has a very special semantics. See `man bash` for more info.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Dec 13 15:51:21 2012 +0100

    tests: Do not use -rf when issuing rm command.
    
    It has potential to hide bugs as well as it can make the project
    really, really famous.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Dec 13 15:32:45 2012 +0100

    tests: trac#300: Ensure there are no warnings on stderr.
    
    A test which will celebrate the jubilee issue.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Dec 13 14:49:19 2012 +0100

    trac#300: Do not define oval-result-template when file is missing.
    
    Addressing:
    I/O warning : failed to load external entity

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Dec 13 16:12:44 2012 +0100

    oscap info prints XCCDF result test IDs

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Dec 13 13:52:14 2012 +0100

    CPE: Plug memleaks

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Dec 13 15:10:20 2012 +0100

    Allow the user to select datastream or XCCDF by id when splitting SDS

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Dec 13 14:38:20 2012 +0100

    Moved xccdf datastream ID selection to public API in sds_index
    
    This code will be reused in oscap ds sds-split AND workbench in the
    future. It would make no sense to keep reimplementing it over and over.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Dec 13 14:34:34 2012 +0100

    Properly allocate and deallocate extended component list in sds_index
    
    Previously we never allocated this list and it was NULL. This was not
    triggered because extended components are fairly rare in datastreams.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Dec 13 12:39:03 2012 +0100

    clarify what xccdf eval prints during evaluation
    
    SCAP validation requirement

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Dec 12 16:47:54 2012 +0100

    Do not leak datastream iterator, when handling errors (CWE-404).

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Dec 12 16:45:48 2012 +0100

    Do not leak whole document, when handling erros (CWE-404).

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Dec 12 16:38:31 2012 +0100

    Do not lead iterator, when handling errors (CWE-404).

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Dec 12 15:02:43 2012 +0100

    Test for 'oscap xccdf eval --progress'

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Dec 12 14:53:13 2012 +0100

    [SEAP] sexp-manip: provide an alternative implementation of SEXP_vfree to reduce false positives in Coverity reports

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Dec 12 14:28:07 2012 +0100

    Added --progress option to oscap xccdf eval
    
    This option provides very sparse reporting of just the rule id and its
    result delimited by newline.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Dec 12 13:29:56 2012 +0100

    Output neat when oval contains multiple references.
    
    Addressing output like:
    RHSA-2012:1141-00CVE-2012-3571CVE-2012-3954

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Dec 12 13:14:00 2012 +0100

    add missing va_end()
    
    issue reported from coverity

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Dec 11 18:11:47 2012 +0100

    Do not leak filename_cpy in sds.c when error happens while making a dir

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Dec 11 18:04:50 2012 +0100

    Do not free id_candidate prematurely in rds.c

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Dec 11 17:38:01 2012 +0100

    [probes] interface: make the probe OVAL version aware
    
     - include the type entity only for OVAL 5.6 and higher
     - use EntityItemIPAddressStringType only for OVAL 5.8 and higher

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Dec 11 17:23:19 2012 +0100

    [probes] filehash: generate the filepath entity only for OVAL 5.6 and higher

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 11 17:07:43 2012 +0100

    clean /tmp after make check

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 11 15:33:51 2012 +0100

    XML validation error is printed to stderr
    
    fixing rhbz #825839

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Dec 11 16:11:56 2012 +0100

    [probes] routingtable: removed IPv6-only flag checks from IPv4 input processing

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Dec 11 15:29:30 2012 +0100

    Added messages explaining what the fix script was generated for
    
    This should help avoid confusion about generating fixes for all rules
    selected by default vs generating fixes for a specific test result.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Dec 11 15:16:36 2012 +0100

    Added 'oscap generate guide' tests for XCCDF 1.1 and 1.2
    
    The tests are very basic but should prevent the scenario of XSLT
    generating an empty HTML skeleton for files it doesn't understand.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Dec 11 14:47:35 2012 +0100

    Created a workaround to make XCCDF 1.2 files work with XSLTs we provide
    
    Also uncommented XCCDF 1.2 generate {report,fix} tests because it all
    works now!

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Dec 10 18:57:40 2012 +0100

    Added rudimentary 'oscap xccdf generate report' tests
    
    Only XCCDF 1.1 for now, XCCDF will be fixed and uncommented later.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Dec 10 15:20:18 2012 +0100

    Do not use strcmp to compare versions.
    
    As the FIXME suggested.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Dec 10 16:13:20 2012 +0100

    Tests for 'oscap xccdf generate fix'
    
    XCCDF 1.2 testing is commented because it doesn't work right now, will
    be fixed in future commits.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Dec 9 10:15:27 2012 +0100

    tests: Workaround alpha and beta releases of Red Hat Enterprise Linux

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Dec 8 15:43:01 2012 +0100

    We really ought to use --whatprovides to find out redhat-release package.
    
    Addressing (on rhel6):
    + test_api_xccdf_default_cpe_rhel6        [ FAIL ]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Dec 8 15:29:50 2012 +0100

    Do not forward NULL to oscap_list_add (CWE-476).

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Dec 8 15:17:33 2012 +0100

    Do not leak iterator when returning early.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Dec 8 15:14:58 2012 +0100

    Do not leak binding when (val == NULL).

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Dec 8 15:08:22 2012 +0100

    Do not leak binding when (value == NULL).

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Dec 7 17:00:24 2012 +0100

    Ensure sane permissions on temp directory (CWE-377).
    
    Even though the mkdtemp() man page indicates that the
    directory will be created with always 0700 permissions
    on GNU/Linux, it might be actually affected by the
    process's umask.
    
    We shall also ensure 0700 on non-GNU/Linux other platforms.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Dec 7 16:56:26 2012 +0100

    Fix wrong regex for fedora-release rpm version.
    
    Addressing:
    + test_api_xccdf_default_cpe_fedora16     [ FAIL ]
    
    Caused by:
    5d3d4d648591d76c6dd3ed3b26736d7f27d4ea1f

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Dec 7 16:37:42 2012 +0100

    Remove temp directory when benchmark cannot be parsed (CWE-404).

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Dec 7 16:31:28 2012 +0100

    Check the return value of the remove() syscall (CWE-252).

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Dec 7 16:08:39 2012 +0100

    trac#67: Document behavior of `oscap info ds.xml`

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Dec 7 15:09:04 2012 +0100

    CPE for Fedora 18 shall not match on Fedora 180.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Dec 7 15:02:30 2012 +0100

    trac#293: Fix default cpe oval to recognize RHEL6 correctly.
    
    Note, that the new object is used only on RHEL6. As the `rpm -q`
    performs far better on other platforms than the `rpm -qf`.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Dec 6 12:38:38 2012 +0100

    confgen.sh: don't overwrite configure.ac in case of a failure

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Dec 5 23:24:40 2012 +0100

    tests: Tidy the fts test a bit
    
    Use a single tempdir.
    Don't delete it upon failure.
    Display its name in the log.
    Call bash directly, not through /usr/bin/env.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Dec 5 22:11:46 2012 +0100

    tests: api/probes: Call all tests from one shell script
    
    Alignment with other tests.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Dec 5 11:31:35 2012 +0100

    tests: Reformat Makefile.am variables
    
    Road to Hell is paved with good intentions.

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Dec 5 16:11:25 2012 +0100

    [tests] don't run the oval-def_set.xml test on systems without /tmp on a filesystem not mounted with the relatime option

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Dec 5 16:10:15 2012 +0100

    [tests] - don't run selinuxboolean and runlevel tests on rhel-7

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Dec 4 21:13:08 2012 +0100

    oval fts: Consider tmpfs to be a 'local' filesystem
    
    This caused trouble when tmpfs was mounted on /tmp, for example.
    Also squeeze the surrounding code a bit.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Dec 4 18:20:32 2012 +0100

    Use a single (OpenSCAP wide) XSD schema for CPE naming.
    
    Also remove redundant schemas.
    
    Addressing:
    OpenSCAP Error: Element '{http://www.w3.org/2001/XMLSchema}import': Skipping import of schema located at '../../../../schemas/sds/1.2/cpe-naming_2.3.xsd' for the namespace 'http://cpe.mitre.org/naming/2.0', since this namespace was already imported with the schema located at '../../../../schemas/xccdf/1.2/cpe-naming_2.3.xsd'. [../../../src/XCCDF/elements.c:83]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Dec 4 17:14:02 2012 +0100

    Remove unused schema files.
    
    The schemas/common/xmldsig-core-schema.xsd is used instead.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Dec 4 16:41:49 2012 +0100

    Use a single (OpenSCAP wide) XSD schema for XML signatures.
    
    While having an XSD schema for the same namespace imported many times
    from various locations seems to be in line with the standard, it causes
    some ancient versions of xmllib to fail.
    
    Having the XML schema just once should also improve performance and overall
    size of the package.
    
    Addressing:
    OpenSCAP Error: Element '{http://www.w3.org/2001/XMLSchema}import': Skipping import of schema located at '../../../../schemas/sds/1.2/xmldsig-core-schema.xsd' for the namespace 'http://www.w3.org/2000/09/xmldsig#', since this namespace was already imported with the schema located at '../../../../schemas/oval/5.10/xmldsig-core-schema.xsd'. [../../../src/XCCDF/elements.c:83]

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Dec 4 16:39:36 2012 +0100

    Test that makes sure we reject datastream with invalid OVAL inside

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Dec 4 16:12:10 2012 +0100

    Remove whitespaces from XML schema definition file.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Dec 4 15:41:34 2012 +0100

    Remove unused schema files.
    
    The schemas/common/xml.xsd is used instead.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Dec 4 15:28:20 2012 +0100

    Use a single (OpenSCAP wide) XSD schema for XML namespace.
    
    While having an XSD schema for the same namespace imported many times
    from various locations seems to be in line with the standard, it causes
    some ancient versions of xmllib to fail.
    
    Having the XML schema just once should also improve performance and overall
    size of the package.
    
    Addressing:
    OpenSCAP Error: Element '{http://www.w3.org/2001/XMLSchema}import': Skipping import of schema located at '../../../../schemas/sds/1.2/xml.xsd' for the namespace 'http://www.w3.org/XML/1998/namespace', since this namespace was already imported with the schema located at '../../../../schemas/xccdf/1.2/xml.xsd'. [../../../src/XCCDF/elements.c:83]

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Dec 4 16:11:04 2012 +0100

    Make it explicit that we validate input data unless requested otherwise

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 4 14:08:27 2012 +0100

    fixing a leak in test_api_xccdf.c

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 4 14:07:01 2012 +0100

    xccdf_override->time stored as a string
    
    time_t was too error prone

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 4 13:25:42 2012 +0100

    xccdf_result_item->start/end_time stored as string
    
    time_t was too error prone

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 4 13:05:28 2012 +0100

    xccdf_rule_result->time stored as string
    
    time_t was too error prone

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 4 12:57:18 2012 +0100

    version_time of xccdf_item stored as a string
    
    time_t was too error prone

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 4 12:21:41 2012 +0100

    pub_date store timestamp as a string
    
    time_t was too error prone

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Dec 3 18:27:23 2012 +0100

    Altered the xccdf11-results test a bit to explicitly contain title/@lang

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Dec 3 18:25:49 2012 +0100

    Fixed a parser bug that skipped target-facts element in test-result

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Dec 3 15:04:29 2012 +0100

    add missing makefile.am

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun Dec 2 15:48:55 2012 +0100

    move xccdf export/validation test to "parser" subdirectory

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun Dec 2 14:50:54 2012 +0100

    use "$XMLDIFF" variable instead of path to xmldiff.pl

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun Dec 2 14:49:25 2012 +0100

    add XCCDF Results parser test

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun Dec 2 13:40:23 2012 +0100

    remove obsoleted test_api_xccdf_dump.c

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Dec 1 17:47:49 2012 +0100

    tests: Do not export variables twice.
    
    These are already defined in the Makefile.am.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Dec 1 15:52:08 2012 +0100

    tests: Do not hardcode path to scap. Use the variable instead.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Dec 1 15:30:40 2012 +0100

    tests: Drop OSCAP_DIR variable, use OSCAP instead.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 28 15:35:46 2012 +0100

    tests: A more complex check for Datastream evaluation.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 28 15:43:40 2012 +0100

    tests: Refactor the setting of the path to oscap binary to a single place.
    
    And export the $OSCAP variable everywhere.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Nov 30 13:39:49 2012 +0100

    [probes] rpmverify: make a private copy of the filename string so that we don't read memory freed by rpmVerifyFile

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Nov 30 11:34:40 2012 +0100

    Warn in the debug log about unknown XCCDF elements

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 29 19:29:34 2012 +0100

    Catch errors in xccdf_benchmark_parse and pass them on
    
    Also did minor refactoring in xccdf_benchmark_import.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Nov 29 17:51:01 2012 +0100

    oscap info sds.xml -> print xccdf profiles too

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Nov 29 16:15:54 2012 +0100

    oscap info recognize result datastream

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 29 16:59:20 2012 +0100

    Check namespace of parsed XCCDF elements
    
    Removed XCCDF_XMLNS from elements.h header.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 29 17:30:20 2012 +0100

    tests: Workaround namespaces declarations exported in different order.
    
    Addressing:
    + text_api_xccdf-1.1_export               [ FAIL ]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 29 16:48:36 2012 +0100

    tests: Workaround missing .el5 in the redhat-release's %{RELEASE}
    
    Addressing:
    + test_api_xccdf_default_cpe_rhel5        [ FAIL ]

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 29 12:28:55 2012 +0100

    Fixed a typo in xccdf_version_cmp

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 28 14:19:51 2012 +0100

    Divide words by a space.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 28 14:03:28 2012 +0100

    tests: Use correct timestamp in datastream.
    
    Addressing:
    $ oscap ds sds-validate  ./ds_sds_index/sds.xml
    File './ds_sds_index/sds.xml' line 3: Element '{http://scap.nist.gov/schema/scap/source/1.2}data-stream', attribute 'timestamp': '2012-11-01' is not a valid value of the atomic type 'xs:dateTime'.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 28 13:19:52 2012 +0100

    trac#286: Remove broken xlink:href.
    
    Addressing:
    rds_simple              FAIL: test_ds.sh
    rds_testresult          FAIL: test_ds.sh

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Nov 27 19:06:25 2012 +0100

    tests: Ensure that there are no dead xlinks in DS.
    
    This shall avoid broken documents like trac#286.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 28 11:58:05 2012 +0100

    tests: Do not set XPATH variable in locally in Makefile.
    
    It is already set globally in tests/test_common.sh.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 28 10:18:17 2012 +0100

    tests: Configure XPATH globally.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 28 12:28:38 2012 +0100

    Added forgotten fedora18-xccdf.xml required for the default_cpe tests

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Nov 27 19:21:38 2012 +0100

    Do not return XCCDF_RESULT_UNKNOWN for an empty groups.
    
    A non-zero return value is considered en error. Thus evaluation
    of en empty group terminates evaluation. Empty groups shall
    return 0 value, which indicates successuful evaluation.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Nov 27 16:02:40 2012 +0100

    tests: Wastly extend assertions in XCCDF and DS tests.
    
    Chances of finding errors are much larger, when the tests
    use `set -e -o pipefail`.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 27 15:47:41 2012 +0100

    Fixed default_cpe test's Makefile.am

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 27 15:33:19 2012 +0100

    Altered Fedora CPE refs inside default CPE oval files to be consistent

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 27 15:31:04 2012 +0100

    Added Fedora 18 to default CPE dictionary

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Nov 27 14:55:45 2012 +0100

    [probes] filehash58: remove rmd-160 from the list of supported digest algorithms
    
     OVAL doesn't know about this digest algorithm.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 27 14:40:59 2012 +0100

    Added a test to evaluate a signed datastream
    
    No verification of the signature is done. This just tests that we can
    successfuly parse it and evaluate it as if it were a bare datastream.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Nov 27 14:29:01 2012 +0100

    [crapi] Added rmd160 init,update,fini,free function implementations

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Nov 27 13:47:36 2012 +0100

    [crapi] Use the CGRYCTL_SET_ENFORCED_FIPS_FLAG, if available
    
      Detect systems with gcrypt library versions with the GCRYCTL_SET_ENFORCED_FIPS_FLAG
      and use this flag during initialization of the gcrypt library in our crypto API.
      The flag puts the gcrypt library into enforced FIPS mode.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Nov 27 13:13:43 2012 +0100

    [probes] filehash,filehash58: return an error if a digest algorithm is not available (FIPS)

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Nov 27 13:09:00 2012 +0100

    [crapi] Check gcry_md_open return value
    
     Set the result size to zero if an algorithm is not available for some
     reason (FIPS). Comment on the gcry_md_hash_buffer usage where we can't
     check anything...

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Nov 26 16:32:57 2012 +0100

    Altered the man page to mention inbuilt CPE names

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Nov 26 15:50:17 2012 +0100

    Print inbuilt CPE info in "oscap --version"

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Nov 26 15:37:00 2012 +0100

    Added a simple method to aid in printing oscap_text lists

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Nov 26 14:17:39 2012 +0100

    Refactored code to add public oscap_path_to_cpe()

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Nov 26 13:35:10 2012 +0100

    Added the default cpe folder to spec files

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Nov 26 12:59:55 2012 +0100

    trac#284: Raise a hint on unsupported XCCDF namespace.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Nov 26 12:38:54 2012 +0100

    Document datastream parsing a bit.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Nov 26 12:22:53 2012 +0100

    Assert for what is assumed.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Nov 25 19:15:17 2012 +0100

    Do not return success on unexpected data.
    
    Throw assert intead.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Nov 25 19:10:33 2012 +0100

    Amend cpe applicability test for distcheck.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Nov 25 18:37:20 2012 +0100

    Decent society ought not to compare integer variable to boolean value (false).
    
    Addressing the flawed scanning process which has evaluated only first items
    of each group.
    
    Introduced by ed834a77f24a12ccbc81ea36816848f3c6ff6e67. This bug has not been
    visible until recent selector rewrite, because this was a dead code.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Sat Nov 24 14:21:11 2012 +0100

    Added forgotten cpe/Makefile.am

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Nov 23 16:24:54 2012 +0100

    Default CPE tests

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Nov 23 16:12:44 2012 +0100

    Default CPE content, automatically using it when creating xccdf policy

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 21 16:47:49 2012 +0100

    trac#28: Make sure the Group/@extends is not used in XCCDF 1.2+

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 21 16:46:52 2012 +0100

    Introduce a function for XCCDF version comparison.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 21 15:36:38 2012 +0100

    Ensure correct comparison.
    
    Addressing:
    debug.c:115: warning: comparison between signed and unsigned integer expressions
    debug.c:213: warning: comparison between signed and unsigned integer expressions

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 21 15:00:00 2012 +0100

    Remove unused variables.
    
    Addressing:
    xccdf_policy.c:1785:43: warning: unused variable 'policy'
    xccdf_policy.c:1784:43: warning: unused variable 'profile'
    xccdf_policy.c:1783:43: warning: unused variable 'profile_it'

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 21 09:50:24 2012 +0100

    Speed up policy_model creation -- lazy creation of policy.
    
    Do not instanciate xccdf_policy for each of the profiles in constructor.
    Create a xccdf_policy only upon demand instead.
    
    Given the model_get_policies() function, this can be seen as something
    controversial, but in most cases tools use only a single xccdf_policy
    thus creating all of the policies is an unnecessary operation.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Nov 20 18:55:02 2012 +0100

    Kiss, there is no need to keep 11 extra lines because of NULL values.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Nov 20 18:29:05 2012 +0100

    tests: trac#194: Use a selector with cluster-id to test correct profile resolving.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Nov 20 16:20:20 2012 +0100

    tests: trac#194: Use a selector with cluster-id to enable a set of items.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Nov 20 16:00:42 2012 +0100

    tests: trac#194: Use a selector with cluster-id to disable group.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Nov 16 09:52:06 2012 +0100

    trac#194: Selector processing shall consider clusters.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Nov 20 12:43:32 2012 +0100

    tests: Test for oscap_htable_iterator.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Nov 18 16:16:30 2012 +0100

    oscap_htable_iterator.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Nov 17 16:44:59 2012 +0100

    Publish the xccdf_policy_is_item_selected()

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Nov 16 16:41:58 2012 +0100

    Remove commented-out and non-existing function.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Nov 16 16:16:48 2012 +0100

    Ask policy if the rule is selected.
    
    Do not rely on selectors, there might not be one.
    
    Addressing
    Segmenation fault.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Nov 16 15:55:36 2012 +0100

    Do not use selectors to drive evaluation.
    
    We need to evaluate document in top-down order. Moreover,
    since trac#276 there might be items which do not have selector,
    but are still selected.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Nov 16 14:44:50 2012 +0100

    Update xccdf_policy internal structures when selector is added.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Nov 16 13:55:53 2012 +0100

    trac#201: Deprecate xccdf_policy_set_selected.
    
    This function can be hardly implemented. Creating a selector
    for a given item does not necessarily imply its selection.
    
    Anyway, deprecation should not be really concern here since
    this function has never been working.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Nov 16 10:35:52 2012 +0100

    Evaluation shall not decide upon selector but final value.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Nov 16 09:51:47 2012 +0100

    trac#276: Rewrite selector handling within xccdf_policy.
    
    Note that there are multiple determinants which affect selection of
    given item:
     * @selected attribute of given item
     * @selected attribyte of its parent group
     * the last selector from profile for given item (there might be none
       or many of them; it also needs to consider clusters).
     * conflicts/requires of the item
    Additionally, we want to support use-case when selector is added to
    the policy later (during tailoring or by an editor).
    
    Previously, we have maintained list of selectors in `policy->selects'
    for all the items (items without explicit selector got created one).
    To put it more clearly, we have stored user defined selectors and
    calculated values in the same structure -- making more than one
    processing in row impossible. Admittedly, it worked very well for all
    the naive use-cases.
    
    This rewrite brings data separation. See the very first hunk.
    
    Thereunto, xccdf:requires and xccdf:conflicts are not resolved by
    xccdf_policy structure and should be applied later during so-called
    Item Processing Algorithm.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 15 08:59:33 2012 +0100

    Benchmark should have a track of cluster-id.
    
    Items (Rule, Group and Value elements), may have @cluster-id attribute.
    This attribute might be used for tailoring the benchmark by profile's
    selectors. Having items grouped by their cluster-id is prerequisite
    for easy tailoring.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 15 08:56:40 2012 +0100

    Introduce oscap_htable_free0.
    
    This function might be usefull when disposposing
    hash of hashes.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 14 17:14:19 2012 +0100

    Assert that selector is not null.
    
    It should really not happen.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Nov 20 18:50:15 2012 +0100

    tests: Even tests shall not blindly take first policy.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 14 11:26:56 2012 +0100

    Do not blindly take first policy.
    
    This does not change the behavior at all, it only cleanups the code
    by moving responsibility/abstraction to the proper level.
    
    One can argue that the default policy is always on the first position
    in the list, but that is rather the implementation detail. A detail
    which shall not be used within the tool.
    
    The function `xccdf_policy_model_get_policy_by_id' can already take
    the NULL attribute and do the right thing.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Nov 20 14:58:33 2012 +0100

    tests: Test for exact exit code
    
    Segfaulting binaries also return nonzero values.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Nov 20 15:10:32 2012 +0100

    cpe: Check the return value before passing it along

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Nov 19 15:49:56 2012 +0100

    bump version to 0.9.3

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Nov 19 15:49:33 2012 +0100

    [dist] add missing changelog entries

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Nov 19 09:21:28 2012 +0100

    openscap-0.9.2

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Nov 19 09:21:10 2012 +0100

    bump libopenscap.so version to libopenscap.so.2.0.1

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Nov 19 12:48:30 2012 +0100

    [tests] don't run the oval-def_set.xml test on systems without a filesystem not mounted with the relatime option

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Nov 16 15:52:48 2012 +0100

    [tests] test_probes_process - 15 processes are too much for simple testing machine

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Nov 15 16:42:33 2012 +0100

    [probes] rpmverify* - don't include directly rpm/rpmtag.h in order to allow build on rhel5

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Nov 16 13:50:39 2012 +0100

    Split the callback wrappers accordingly in the python bindings

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Nov 16 11:18:10 2012 +0100

    CVE is always compiled -> clean up configure.ac.tpl

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Nov 16 10:42:13 2012 +0100

    comment callback_syslog_result() function
    
    I want to suppress compilar warning, this function is not used
    now && I don't want to remove it. Future generations might like it.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Nov 15 20:49:24 2012 +0100

    probes: fileextendedattribute: Process behaviors even for a filepath

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Nov 15 20:48:55 2012 +0100

    probes: filemd5: Process behaviors even for a filepath

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Nov 15 20:48:24 2012 +0100

    probes: filehash58: Process behaviors even for a filepath

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Nov 15 20:47:57 2012 +0100

    probes: filehash: Process behaviors even for a filepath

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Nov 15 20:20:00 2012 +0100

    probes: file: Process behaviors even for a filepath

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Nov 15 20:05:37 2012 +0100

    oval fts: Reorder the filesystem check before the pattern matching.
    
    Both "partial match optimization" and filesystem check are only
    carried out on directories or symlinks. At the point the matching
    succeeded, it prevented the fs check from taking place. Reorder the
    two to properly implement a logical AND.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Nov 15 20:02:07 2012 +0100

    oval fts: Process behaviors even for a filepath
    
    This is to align the code with the specification.
    http://oval.mitre.org/language/version5.10.1/ovaldefinition/documentation/unix-definitions-schema.html#FileBehaviors

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Nov 15 17:32:24 2012 +0100

    oval fts: Rewrite the heuristic for pattern matching on path and filepath
    
    This includes rejecting unusable patterns, extracting a fixed prefix
    of the path to speed up the search and obtaining a pattern usable for
    patial matching to gain additional speedup. The last task is
    complicated by the fact that the versions of libpcre prior to 8.00
    don't allow certain patterns to be used.
    
    There are several TODOs left:
    
    The first being a usable error reporting.
    
    The second being a stricter pattern checking. The code is there,
    sleeping in the comment block, waiting for the people, who would
    probably search for their car keys with a regexp, to fix their OVAL
    definitions.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Nov 15 15:41:28 2012 +0100

    oval fts: Don't return nonexistent paths
    
    fts_read() happily returns an entry for a nonexistent path if it was
    specified as an argument to fts_open(). Add a call to stat() to verify
    the path actually exists. Symlinks without an existing target are
    considered OK.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Nov 15 14:44:54 2012 +0100

    oval fts: Remove unused elements from struct OVAL_FTS

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Nov 15 16:18:20 2012 +0100

    [probes] selinuxsecuritycontext - don't try to split an empty SELinux range

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Nov 15 13:18:54 2012 +0100

    [test] rpmverify - fix test also for rhel5 - trac#278

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 14 17:33:29 2012 +0100

    Fixed check/@system for OVAL reference
    
    This should not affect the outcome of the test but is the right thing.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 14 17:33:02 2012 +0100

    Use oscap_determine_document_type when detecting types of SDS components

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 14 15:48:12 2012 +0100

    Uncommented the schemas test checking for external imports

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 14 15:45:00 2012 +0100

    Include OASIS xAL.xsd and xNL.xsd schemas to avoid downloading them

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 14 14:19:04 2012 +0100

    Validate embedded CPE dicts & langs from SDS with OSCAP_FULL_VALIDATION=1

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 14 13:59:32 2012 +0100

    Validate CPE resources passed via "oscap xccdf eval --cpe CPE_RESOURCE"

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 14 13:57:00 2012 +0100

    Fix CPE dict version detection for CPEs not containing <generator>
    
    CPE dictionaries don't always have to contain the <generator> element,
    we can't rely on just this element to figure out the version.
    
    This commit adds code to detect version falling back to the namespace of
    the root element.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 14 12:36:57 2012 +0100

    CPE 2.3 language is now supported by "oscap cpe validate"

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 14 10:52:36 2012 +0100

    Fixed and added references to CPE 2.3 schemas in oscapxml.c

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Nov 13 23:51:27 2012 +0100

    make test_default_selector and test_inherit_selector more robust
    
    rule results are not relevant for these tests, lets make them return
    always pass

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 13 15:25:05 2012 +0100

    Support --cpe-dict as a deprecated synonym to --cpe in oscap xccdf eval

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 13 15:06:39 2012 +0100

    Use --cpe instead of --cpe-dict and --cpe2-dict in oscap xccdf eval
    
    Document type is autodetected. Also modified tests accordingly.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 13 14:20:32 2012 +0100

    Support CPE dict and CPE language for embedded CPEs in datastream

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 13 13:48:41 2012 +0100

    Use CPEs inside datastream in "oscap xccdf eval". Only CPE dicts for now!
    
    Support for CPE lang models will follow.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 13 13:26:01 2012 +0100

    Use more predictable "deduced" filenames when splitting datastreams
    
    Previously we used xlink:@href and stripped the prefix if it was
    familiar, now we use @id and never strip anything.
    
    Tests were fixed to compensate for this.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 13 13:16:49 2012 +0100

    [cpe] do not free the xmlParserCtxt before reporting error from it
    
    Otherwise we report memory garbage.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Nov 12 21:10:31 2012 +0100

    tests: Correction to mktemp arguments
    
    The previous form caused some problems with older versions of mktemp.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Nov 12 19:15:51 2012 +0100

    Read SDS index and use the info to figure out DS and component IDs

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Nov 12 17:01:53 2012 +0100

    Removed the ability to implement a checking engine from Python
    
    It was broken and as far as I can see not used by anyone.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Nov 12 15:02:36 2012 +0100

    [probes] sysctl: fixed sysctl value parsing
    
    Refactored the code a bit to make sure the boundary
    checking works as expected and added length check for
    the last value.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Nov 10 19:20:16 2012 +0100

    tests: Simplifily return value logic.
    
    By removing some of the useless lines.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Nov 10 18:36:52 2012 +0100

    No need to discard const qualifiers.
    
    Addressing:
    oscap-info.c:216:17: warning: initialization discards ‘const’ qualifier from pointer target type
    oscap-info.c:224:17: warning: initialization discards ‘const’ qualifier from pointer target type
    oscap-info.c:235:17: warning: initialization discards ‘const’ qualifier from pointer target type

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Nov 10 18:34:34 2012 +0100

    Polite the info output a bit.
    
    When there are multiple streams and none has a dictionary
    the output look ugly to me.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Nov 10 18:15:51 2012 +0100

    Do not hardcode path to oscap. It has been already exported to env.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Nov 10 18:13:57 2012 +0100

    Do not shadow global declaration.
    
    Addressing:
    test_ds_sds_index_invalid.c: In function ‘main’:
    test_ds_sds_index_invalid.c:28:23: warning: declaration of ‘index’ shadows a global declaration
    test_ds_sds_index_multiple.c: In function ‘main’:
    test_ds_sds_index_multiple.c:28:23: warning: declaration of ‘index’ shadows a global declaration
    test_ds_sds_index.c: In function ‘main’:
    test_ds_sds_index.c:28:23: warning: declaration of ‘index’ shadows a global declaration

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Nov 10 18:02:11 2012 +0100

    Do not forget to handle @system in the clone and check-fact-ref parsing.
    
    Related to:
    f1e5ed05f4d9c93ada0eaec10fa642340cdb3861

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Nov 10 17:54:01 2012 +0100

    CPE_LANG_OPER_CHECK shall dispose the @system.
    
    It carries @system since f1e5ed05f4d9c93ada0eaec10fa642340cdb3861.
    
    Addressing:
    204 bytes in 4 blocks are definitely lost in loss record 1 of 2
       at 0x4A074CD: malloc (vg_replace_malloc.c:236)
       by 0x3E9C2AA6D7: xmlStrndup (xmlstring.c:45)
       by 0x3E9C2E5EF3: xmlTextReaderGetAttribute (xmlreader.c:2383)
       by 0x4CC564B: cpe_testexpr_parse (cpelang_priv.c:522)
       by 0x4CC5130: cpe_platform_parse (cpelang_priv.c:412)
       by 0x4CC4F44: cpe_lang_model_parse (cpelang_priv.c:365)
       by 0x4CCFF33: xccdf_benchmark_parse (benchmark.c:181)
       by 0x4CCF8A3: xccdf_benchmark_import (benchmark.c:59)
       by 0x40AE77: app_evaluate_xccdf (oscap-xccdf.c:527)
       by 0x40718E: oscap_module_call (oscap-tool.c:260)
       by 0x407616: oscap_module_process (oscap-tool.c:345)
       by 0x40608A: main (oscap.c:77)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Nov 10 17:41:31 2012 +0100

    Do not hide memory by newly allocated one.
    
    Addressing:
    64 bytes in 2 blocks are definitely lost in loss record 2 of 4
       at 0x4A05BB4: calloc (vg_replace_malloc.c:467)
       by 0x4C553FA: __oscap_calloc_dbg (alloc.c:145)
       by 0x4CC49D7: cpe_testexpr_new (cpelang_priv.c:213)
       by 0x4CC4B5F: cpe_platform_new (cpelang_priv.c:273)
       by 0x4CC4EA1: cpe_platform_parse (cpelang_priv.c:383)
       by 0x4CC4E14: cpe_lang_model_parse (cpelang_priv.c:365)
       by 0x4CCFDF3: xccdf_benchmark_parse (benchmark.c:181)
       by 0x4CCF763: xccdf_benchmark_import (benchmark.c:59)
       by 0x40A65F: app_evaluate_xccdf (oscap-xccdf.c:527)
       by 0x406C0E: oscap_module_call (oscap-tool.c:260)
       by 0x407096: oscap_module_process (oscap-tool.c:345)
       by 0x405B0A: main (oscap.c:77)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Nov 10 17:27:06 2012 +0100

    Don't forget to dispose memory when the session is not null.
    
    Addressing:
    30 bytes in 2 blocks are definitely lost in loss record 1 of 4
       at 0x4A074CD: malloc (vg_replace_malloc.c:236)
       by 0x4C553B9: __oscap_alloc_dbg (alloc.c:129)
       by 0x4C56854: oscap_vsprintf (util.c:170)
       by 0x4C5694F: oscap_sprintf (util.c:184)
       by 0x4CE95DC: _xccdf_policy_cpe_check_cb (xccdf_policy.c:831)
       by 0x4CC23F9: cpe_testexpr_evaluate (cpelang.c:169)
       by 0x4CC2366: cpe_testexpr_evaluate (cpelang.c:158)
       by 0x4CC24BF: cpe_platform_applicable_lang_model (cpelang.c:186)
       by 0x4CE99CF: xccdf_policy_model_item_is_applicable_lang_model (xccdf_policy.c:953)
       by 0x4CE9AD9: xccdf_policy_model_item_is_applicable (xccdf_policy.c:995)
       by 0x4CE9CD7: _xccdf_policy_rule_evaluate (xccdf_policy.c:1053)
       by 0x4CEA228: xccdf_policy_item_evaluate (xccdf_policy.c:1170)

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Nov 9 21:27:09 2012 +0100

    oscap info supports Source Data Stream

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Nov 9 11:35:35 2012 +0100

    Dispose the iterator in case of probe failure.
    
    Addressing:
    ==11585== 88 (8 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4
    ==11585==    at 0x4A074CD: malloc (vg_replace_malloc.c:236)
    ==11585==    by 0x4C527C8: __oscap_alloc (alloc.c:55)
    ==11585==    by 0x4C5BD3D: oval_collection_iterator_new (oval_collection.c:210)
    ==11585==    by 0x4C6C905: oval_string_map_values (oval_stringMap.c:310)
    ==11585==    by 0x4C58D82: oval_agent_eval_system (oval_agent.c:248)
    ==11585==    by 0x40833E: app_evaluate_oval (oscap-oval.c:411)
    ==11585==    by 0x406873: oscap_module_process (oscap-tool.c:258)
    ==11585==    by 0x40591E: main (oscap.c:76)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Nov 9 10:59:05 2012 +0100

    tests: Extend the test for export-oval-variables.
    
    Each new assertion puts more requirements on the result xml.
    Each such requirement enhance the value of the test.
    
    The set of xml files accepted by previous version of the test
    is vastly bigger then the set accepted by newer version.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Nov 9 14:21:45 2012 +0100

    Check that scap-version is loaded correctly in ds_sds_index tests

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Nov 9 14:21:08 2012 +0100

    Parse scap-version in data-stream when loading ds_sds_index
    
    Also, minor documentation fixes.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Nov 9 13:33:26 2012 +0100

    Added tests for timestamp parsing in data-stream for ds_sds_index

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Nov 9 13:35:44 2012 +0100

    Parse and remember data-stream/@timestamp when reading the sds_index

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Nov 9 12:15:09 2012 +0100

    add XCCDF resolved info to oscap info module

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Nov 9 09:32:20 2012 +0100

    tests: trac#267: export-oval-variables segfault.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 8 21:18:10 2012 +0100

    Update documentation on registering engine callbacks.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 8 20:51:54 2012 +0100

    Avoid cast to xccdf_policy_engine_query_fn when registering the function.
    
    Note that casting may hide issues like trac#267.
    
    One can argue that this function always return (struct oscap_stringlist *),
    and thus it shall not return (void*). As a matter of fact this is subject
    to change. As documented around xccdf_policy_engine_query_fn this function
    *may* return a pointer of an arbitrary type. -- The type of pointer depends
    on query_type.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 8 20:24:00 2012 +0100

    Deprecate xccdf_policy_model_register_engine_callback.
    
    This function does not strictly checks type of the eval_fn argument.
    Please use xccdf_policy_model_register_engine_and_query_callback(...)
    which also allows you to specify query_fn.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 8 19:15:20 2012 +0100

    Engine callback shall have a definite type.
    
    Don't be afraid to capitalize on features of strongly typed language.
    Segfaults like trac#267 then become a thing of the past.
    
    This changes prototype of the public API function but that is viable,
    as it will lead only to compile time warning.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 8 19:00:47 2012 +0100

    trac#267: Callbacks now have a different prototype.
    
    This is consequence of
    2d651a4985e11e46d8cb9ecddf8b031a9843003f
    
    Addressing:
    Segmentation fault.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 8 20:38:57 2012 +0100

    Do not hide global external declaration.
    
    Addressing:
    oscap-info.c:154:26: warning: declaration of ‘stat’ shadows a global declaration

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 8 20:36:44 2012 +0100

    Variable name 'sys' is more common in similar cases.
    
    Addressing:
    cpedict.c:167:14: warning: declaration of 'system' shadows a global declaration
    xccdf_policy.c:798:52: warning: declaration of 'system' shadows a global declaration

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 8 18:35:58 2012 +0100

    Prepared external imports schema test, it's commented for now
    
    It fails because OASIS schemas are not bundled yet for ARF 1.1

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 8 18:10:15 2012 +0100

    Cleanup in XSD schemas, added CPE 2.3, removed external imports except OASIS

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Nov 8 16:46:43 2012 +0100

    rearrange and clarify OVAL part of the man page

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Nov 8 16:44:56 2012 +0100

    use appropriate getopt for each oval operation
    
    avoid the mess when arguments from another operation
    were parsed and silently ignored.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Nov 8 15:35:58 2012 +0100

    Documentation fixes in oscap oval eval -h and manpage

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Nov 8 15:14:37 2012 +0100

    rearrange man page - first xccdf then oval

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Nov 8 14:57:20 2012 +0100

    fixing $oscap xccdf generate custom ...

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 8 11:31:11 2012 +0100

    tests: Oops. Even commentaries needs to be portable these days.
    
    Addressing:
    Makefile.am:110: `#' comment at start of rule is unportable

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 8 10:43:59 2012 +0100

    tests: Group similar tests together.
    
    With growing number of tests, it will be easier to maintain.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 8 10:36:34 2012 +0100

    tests: in the XCCDF/unittests we maintain alphabetical ordering.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 8 08:23:48 2012 +0100

    trac#142: Avoid storing instance with an empty selector.
    
    Previously, we have created new value_instance even for
    elements like <description> and <title> (see the default
    clause), which may not carried any data. Consequently,
    this empty value_instance had adverse effect on evaluation.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 7 14:34:09 2012 +0100

    Implement xccdf_value_instance_dump.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 7 14:31:49 2012 +0100

    Dump items without status correctly.
    
    Addressing:
    Segmentation fault.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 7 14:10:29 2012 +0100

    Refactor: Extract function: _xccdf_value_type_dump.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Nov 8 08:22:30 2012 +0100

    Use different value_instance lookup for xml parsing.
    
    There are two usages for the value_instance_by_selector function.
    One is used during evaluation, another one during xml parsing.
    The former one needs to take trac#142 requirement into account,
    while the latter must not.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 7 10:15:43 2012 +0100

    trac#142: Pick the first value (top-down) in XCCDF:Value if no default value is specified.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Nov 7 10:12:56 2012 +0100

    Duplicate condition removal -- oscap_streq already handles NULL.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 7 16:11:00 2012 +0100

    Removed ds_is_sds, replaced with oscap_determine_document_type

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 7 15:06:02 2012 +0100

    Merge branch 'sds_index-devel'

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 7 14:58:27 2012 +0100

    Made the ds_sds_index parser more robust, added tests for that

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 7 14:27:33 2012 +0100

    Added ds_sds_index_get_stream testing code to sds_index tests

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 7 14:27:12 2012 +0100

    Implemented ds_sds_index_get_stream (by ID)

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Nov 7 14:02:24 2012 +0100

    test inheritance of value selectors in profiles

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 7 13:53:01 2012 +0100

    Documentation for ds_sds_index, hidden _add_stream from public API

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 7 13:42:36 2012 +0100

    Added documentation for ds_stream_index

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 7 13:29:55 2012 +0100

    Added means to get components from ds_stream_index to the API
    
    Also added parsing of "extended-components" container in source
    datastream in the index.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 7 13:10:50 2012 +0100

    Made the ds_sds_index tests work without relying on relative paths

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Nov 7 12:51:14 2012 +0100

    test for trac#142

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 7 12:47:36 2012 +0100

    New ds_sds_index multiple streams test, improved the old test

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Nov 7 12:46:30 2012 +0100

    Actually added ds_sds_index parsing code, previous commit only had test

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Nov 6 18:33:26 2012 +0100

    Added ds_sds_index parser code + test

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Nov 6 11:31:33 2012 +0100

    tests: trac257: verify that fix/@* attributes are exported correctly.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Nov 6 10:01:48 2012 +0100

    tests: Do not care about stdout, but unlink stderr.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Nov 5 13:46:40 2012 +0100

    trac#257: distinguish between 'not defined' and defined as unknow.
    
    For processing both statuses seems to be the same, but for exporting
    they are different.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Nov 5 15:18:13 2012 +0100

    Drop xccdf_read_flag.
    
    It is implemented by XCCDF_ITEM_PROCESS_FLAG.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Nov 5 15:08:23 2012 +0100

    Drop xccdf_reference, it has been moved to oscap_reference.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Nov 5 14:44:58 2012 +0100

    Drop snippets for ancient _clone mechanism.
    
    Similar parts were already removed in past, unfortunatelly
    a few left over.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Nov 5 13:52:40 2012 +0100

    Remove a dirt (Christmas cleaning).
    
    If You have ever wondered whether it is good idea to comment-out
    some code, I have a challenge for you. Go and search for history
    of these leftover and find out which of them have been later
    implemented (in another place under different name), which have
    been wrong from day zero, and which have not been needed so far.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Nov 5 14:29:42 2012 +0100

    Now we can use that function and get a rid of ancient todo.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Nov 5 13:15:28 2012 +0100

    Avoid comparison with magic constants, when a constant for this purpose exists.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Nov 5 11:45:59 2012 +0100

    tests: trac#257: xccdf:fix/@disruption and @complexity exporting.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Nov 5 14:34:50 2012 +0100

    Data model of the source datastream index

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Nov 5 13:07:26 2012 +0100

    probes: correction to symlink handling in textfilecontent probe

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Nov 5 11:42:01 2012 +0100

    probes: comment a recent change in the textfilecontent54 probe

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Nov 5 10:41:07 2012 +0100

    Refactor: Extract function: oscap_acquire_unlink_dir.
    
    Directory operations (creation and removal) shall be gathered up
    in the same module.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sun Nov 4 21:18:33 2012 +0100

    tests: Add a test for symlink handling in textfilecontent54 probe

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sun Nov 4 21:12:44 2012 +0100

    tests: Add OSCAP and XPATH convenience variables to TESTS_ENVIRONMENT
    
    Aiding the lazy and aligning with other tests.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sun Nov 4 16:14:46 2012 +0100

    tests: Refactor textfilecontent54 scripts 2/2
    
    Don't call individual tests directly from Makefile.
    Alignment with other tests.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sun Nov 4 15:33:53 2012 +0100

    tests: Refactor textfilecontent54 scripts 1/2
    
    Split a test in two for better granularity.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sun Nov 4 21:46:40 2012 +0100

    probes: correction to symlink handling in textfilecontent54 probe

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sat Nov 3 21:55:09 2012 +0100

    tests: Clean /tmp after use

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Nov 2 22:26:16 2012 +0100

    tests: test for a regression caused by the errno check after fts_open()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Nov 2 22:25:55 2012 +0100

    oval fts: Reset errno before the calls to fts_open()
    
    The errno is sometimes non-zero before the calls to fts_open()
    and this breaks the following condition.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Nov 2 14:21:26 2012 +0100

    oval fts: add more debugging information

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Nov 2 13:38:56 2012 +0100

    oval fts: Remove unneeded code

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Nov 2 13:22:35 2012 +0100

    tests: Check that oval_fts doesn't return nonexistent paths

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Nov 1 22:58:18 2012 +0100

    introduce info module (missing file)

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Nov 1 18:06:49 2012 +0100

    oval fts: check errno after calls to fts_open()
    
    comparing the result to NULL is not enough

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Nov 1 18:14:50 2012 +0100

    introduce info module

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 31 16:31:24 2012 +0100

    Fix recent typo and whitespaces.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 30 18:11:58 2012 +0100

    Added a test for external CPE2 lang model and XCCDF applicability

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 30 18:10:14 2012 +0100

    Provide the file path hint for external CPE2 lang models
    
    Previously this only worked with CPE2 lang models embedded in XCCDF.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 30 17:29:23 2012 +0100

    Added --cpe2-dict CLI option to oscap tool, allows custom CPE2 dicts

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 30 17:28:45 2012 +0100

    Implemented CPE2 origin file hint in XCCDF policy
    
    Refactored CPE1 origin file hint to use the same code.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 30 17:27:58 2012 +0100

    Added check-fact-ref to the xccdf 1.2 serialization test

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 30 15:39:55 2012 +0100

    Pass CPE2 check fact ref's system all the way to the callback
    
    Callback doesn't use the info but will in the future.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 30 14:51:03 2012 +0100

    Parse and serialize CPE2 check fact ref's system
    
    Note: We do NOT use this information internally yet. We assume all check
    fact refs reference OVAL checks! This will be fixed in future commits.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 30 14:46:37 2012 +0100

    Added support for check fact ref in serialization of CPE2 logical expr
    
    Also changed the logic a bit to always write out errors, even in the
    "early out" cases.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 30 14:24:52 2012 +0100

    Merge branch 'master' into cpe23-devel

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 29 12:07:51 2012 +0100

    [tests] probes: extended the file probe test

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Oct 28 16:09:41 2012 +0100

    tests: trac#225: Assert for error, when no oval definition.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Oct 28 15:51:42 2012 +0100

    trac#225: Report error when no definition in OVAL file.
    
    Addressing:
    Result: (null)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 26 17:05:03 2012 +0200

    tests: Always recall distcheck.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 26 16:56:03 2012 +0200

    Check values of indexes before dereferencing.
    
    As per XCCDF 1.2 Truth Tables are not defined for XCCDF_RESULT_FIXED.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 26 16:49:40 2012 +0200

    tests: trac#254: (notchecked & notchecked) shall not return notapplicable.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 26 16:16:25 2012 +0200

    Truth table should be const. And might be static.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 26 16:10:33 2012 +0200

    Fix compilation error in cygwin.
    
    Addressing:
    ./public/oval_probe.h:84:32: error: expected ')' before '*' token

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 26 16:05:06 2012 +0200

    trac#254: Repair Truth Table for OR.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 26 14:10:19 2012 +0200

    trac#254: Repair Truth Table for AND.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 26 13:17:25 2012 +0200

    Remove untrue commentaries.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 26 09:54:10 2012 +0200

    Refactor: Extract function: oscap_content_resources_free.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 26 09:42:51 2012 +0200

    trac#253: export-oval-variables & remote content

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 25 16:42:52 2012 +0200

    Refactor: Extract function: command_line_get_oval_resources.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 25 16:30:52 2012 +0200

    Remove tautologic condition.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 25 15:58:15 2012 +0200

    Do not discriminate odd numbers.
    
    This was looping only throu even numbers.
    
    Addressing:
    ==23407== Invalid read of size 8
    ==23407==    at 0x409C73: app_evaluate_xccdf (oscap-xccdf.c:573)
    ==23407==    by 0x4063EE: oscap_module_call (oscap-tool.c:258)
    ==23407==    by 0x406876: oscap_module_process (oscap-tool.c:343)
    ==23407==    by 0x4052EA: main (oscap.c:75)
    ==23407==  Address 0x52a7f40 is 0 bytes after a block of size 16 alloc'd
    ==23407==    at 0x4A074CD: malloc (vg_replace_malloc.c:236)
    ==23407==    by 0x40C2CC: getopt_xccdf (oscap-xccdf.c:1403)
    ==23407==    by 0x406836: oscap_module_process (oscap-tool.c:335)
    ==23407==    by 0x4052EA: main (oscap.c:75)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 25 15:03:57 2012 +0200

    Workarounds shall not leak.
    
    Addressing
    ==1733== 9,764 (176 direct, 9,588 indirect) bytes in 1 blocks are definitely lost in loss record 36 of 36
    ==1733==    at 0x4A074CD: malloc (vg_replace_malloc.c:236)
    ==1733==    by 0x3E9C251E84: xmlNewDoc (tree.c:1153)
    ==1733==    by 0x3E9C2FCF40: xmlSAX2StartDocument (SAX2.c:982)
    ==1733==    by 0x3E9C24DF7D: xmlParseDocument (parser.c:10285)
    ==1733==    by 0x3E9C24E0C4: xmlDoRead (parser.c:14612)
    ==1733==    by 0x4C5248B: oscap_validate_xml (oscapxml.c:187)
    ==1733==    by 0x409CCB: app_evaluate_xccdf (oscap-xccdf.c:502)
    ==1733==    by 0x4064D3: oscap_module_process (oscap-tool.c:258)
    ==1733==    by 0x40556E: main (oscap.c:75)
    
    Caused by:
    10181fcaf104901c734fbf37f385ec9eb4e5c5b6

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 25 14:24:12 2012 +0200

    Refactor: Extract function: xccdf_policy_get_oval_resources.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 25 14:09:08 2012 +0200

    Do not free something which is NULL.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 25 10:16:04 2012 +0200

    Escape url when exporting variables.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 25 08:45:07 2012 +0200

    Reduce scope of variables -- where it does not break the style.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 24 18:47:03 2012 +0200

    Report shall not query oval results for multi-check.
    
    Addressing non solicited error message from libxml on el5
    at the end of USGCB evaluation.
    I/O warning : failed to load external entity "./http%3A//www.redhat.com/security/data/oval/com.redhat.rhsa-all.xml.result.xml"

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 24 18:34:38 2012 +0200

    trac#246: Do not process Rules, use rule-results instead.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 24 18:25:18 2012 +0200

    tests: Amend buggy workaround for distcheck to not break check.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 24 17:34:24 2012 +0200

    tests: Workaround trac#245 for distcheck.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 24 14:42:03 2012 +0200

    tests: trac#248: Missing xsl/ shall not cause segfault.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 24 14:17:47 2012 +0200

    tests: trac#247: Do not ommit checks with empty selector.
    
    This is the first test generate feature.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 24 13:41:19 2012 +0200

    trac#248: Do not cleanup something which was not initialized.
    
    Addressing:
    Segmentation fault.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 24 11:31:01 2012 +0200

    Include oval by default when `oscap xccdf generate guide'.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 24 10:27:27 2012 +0200

    Documentation for `oscap xccdf generate report --oval-template'.
    
    It has been already documented in the man page.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 23 19:45:48 2012 +0200

    trac#247: not(@selector) and @selector="" has the same semantics.
    
    Addressing:
    OVAL results missing from report driven by XCCDF result of USGCB.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Oct 24 10:39:22 2012 +0200

    tests: rename output file to have it matched by the 'distclean' rule

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Oct 23 17:46:39 2012 +0200

    tests: tighter return code checking in a cpe test
    
    the previous code didn't catch a segfault of the test binary

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Oct 23 17:23:40 2012 +0200

    tests: fix return codes in cpe test

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Oct 23 17:06:36 2012 +0200

    cpe: check return value before dereferencing it

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 23 14:53:29 2012 +0200

    [common] assume.h: use the __emitmsg_fp macro consistently

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 23 13:05:24 2012 +0200

    [probes] routingtable: quiet gcc

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Oct 23 12:41:05 2012 +0200

    tests: decrease number of inspected processes
    
    should prevent a failure when there's not that many running

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Oct 22 22:27:10 2012 +0200

    tests: comment out obsolete tests

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 18 09:52:50 2012 +0200

    obsolete unsupported quite mode

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 17 16:30:58 2012 +0200

    support both validate-xml and validate

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 17 14:29:15 2012 +0200

    add documentation to oscap cve

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 16 22:17:47 2012 +0200

    claim we support CVE 2.0

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 16 21:34:46 2012 +0200

    implement oscap cve find + fix leaks

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 16 19:55:22 2012 +0200

    fix validation - libxml workaround

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 15 15:05:52 2012 +0200

    oscap tool can validate CVE NVD feed

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun Oct 14 14:38:17 2012 +0200

    enable cve compilation and add cve module to oscap tool

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun Oct 14 11:26:43 2012 +0200

    rework cve test suite

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun Oct 14 11:25:57 2012 +0200

    rename cve public header

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Sep 27 15:33:47 2012 +0200

    tests: rewrite process-probe test
    
    call ps(1) only once to prevent race conditions,
    remove bogus regexeps matching unwanted processes,
    checking for duplicities has to occur before any other filtering,
    prefer long-lived processes to minimize race conditions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 22 13:38:06 2012 +0200

    [probes] iflisteners: fixed insecure snprintf usage

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Oct 22 09:28:13 2012 +0200

    bump release number

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Oct 22 09:12:52 2012 +0200

    [dist] add changelog entry for the new release

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Oct 22 08:50:13 2012 +0200

    openscap-0.9.1

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sun Oct 21 23:27:26 2012 +0200

    common: prevent passing NULL to fclose()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sun Oct 21 23:25:39 2012 +0200

    fts: change the operator for a bool operand
    
    previously the result was always true

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Oct 20 00:29:35 2012 +0200

    In OpenSCAP, we don't need to test the same thing twice again.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Oct 20 00:07:44 2012 +0200

    Reduce scope of variable inside a assume macros.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 19 23:44:25 2012 +0200

    Polish stderr messages with line breaks.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 19 21:14:43 2012 +0200

    Ignore python's object file.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 19 19:26:25 2012 +0200

    [docs] Sync documentation with param lists.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 19 18:50:27 2012 +0200

    [lint] Do not use ! operator for non boolean values.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 19 18:28:03 2012 +0200

    [docs] Use semantic comments to close docs groups.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 19 18:17:34 2012 +0200

    Do not define macros when they are already defined.
    
    This may turn usefull when running splint which does not
    know GCC extensions and fails to parse things like _Pragma.
    
    You can fire up your lint commands with:
    -DOSCAP_HIDDEN_START='' -DOSCAP_HIDDEN_END=''

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Oct 19 20:26:55 2012 +0200

    fixing trac#243

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 19 16:09:29 2012 +0200

    [dist] Curl library has a different package name on rhel5.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 19 11:50:49 2012 +0200

    [docs] Clarify oscap's parameter: oval-definitions-files

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 18 15:59:26 2012 +0200

    trac#213: Sanitize arbitrary url to allow --export-variables.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 18 14:15:30 2012 +0200

    Replace 'Zero Killed' with 'Ola Kala'.
    
    See etymology of OK.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 18 13:47:49 2012 +0200

    change oscap oval eval return code

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 18 13:13:29 2012 +0200

    make man page clear about oscap xccdf eval ... return code
    
    rc code calculation is based on scoring algoritms in xccdf where fail
    and unknown are considered equal

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Oct 17 17:20:25 2012 +0200

    Do not use remote XML schemas when validating.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Oct 17 17:12:57 2012 +0200

    oval: off by one brace error

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Oct 17 16:22:54 2012 +0200

    oval: use a specific enum for a comparison instead of an arbitrary value

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 17 15:42:30 2012 +0200

    Support stdout when saving the xml.
    
    Historic feature. I am not sure if it can be dropped.
    
    Addressing failing distcheck caused by test_api_syschar.c
    creating `./-' file.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 17 13:19:31 2012 +0200

    [docs] Doxygen should not warn on undocumented artifacts.
    
    Although we would most like to have everything documented
    as fully as possible, we came to the conclusion that no one
    pays attention to these warnings and thus reducing the number
    of less serious warning messages may eventually increase our
    ability to catch others.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 16 18:25:34 2012 +0200

    Workaround unfortunate features of libxml2
    
    The xmlSaveFormatFileEnc() prints out
    
    	I/O error : No such file or directory
    
    to stderr, whenever the suplied filename contains % character.
    No matter that the operation succeeds. By opening the file
    ourselfs, we can avoid this misleading message.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 17 13:01:08 2012 +0200

    Remove overabundant include directive.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Oct 17 14:16:40 2012 +0200

    Pass profile info to XSL transformation when --report option is used
    
    Previously this wasn't done and it caused wrong substitution inside the
    generated report.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 16 21:29:35 2012 +0200

    [OVAL] quiet gcc

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 16 21:20:11 2012 +0200

    [OVAL] oval_fts: fixed path entity value unescaping

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 16 17:23:25 2012 +0200

    add missing types, better error reporting

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 16 13:57:06 2012 +0200

    [probes] routingtable,rpmverifyfile,rpmverifypackage: don't stop collecting when an item gets filtered

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 16 11:50:04 2012 +0200

    oscap shall not return 0 when the export of oval variables has failed.
    
    Nor it should proceed with validation.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 16 10:59:47 2012 +0200

    A typo.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 16 10:43:04 2012 +0200

    trac#213: Sanitize arbitrary url to allow export of --oval-results.
    
    Addressing:
    I/O error : No such file or directory
    OpenSCAP Error: No such file or directory [oval_resModel.c:284]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 16 09:20:55 2012 +0200

    It is not a bad idea to use prime number for the hash function.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 16 08:34:33 2012 +0200

    tests: trac#234: Test multiple oval files with the same basename.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Oct 15 22:06:40 2012 +0200

    tests: trac#240: Amend the fashion we test hidden symbols.
    
    This shall be interim `solution' until trac#188 is resolved.
    
    Addressing:
    test_oscap_common.o: In function `oscap_alloc':
    /root/openscap/openscap-0.9.1/_build/tests/API/XCCDF/unittests/../../../../../src/common/alloc.h:105: undefined reference to `__oscap_alloc_dbg'
    test_oscap_common.o: In function `oscap_calloc':
    /root/openscap/openscap-0.9.1/_build/tests/API/XCCDF/unittests/../../../../../src/common/alloc.h:111: undefined reference to `__oscap_calloc_dbg'
    test_oscap_common.o: In function `oscap_realloc':
    /root/openscap/openscap-0.9.1/_build/tests/API/XCCDF/unittests/../../../../../src/common/alloc.h:117: undefined reference to `__oscap_realloc_dbg'
    test_oscap_common.o: In function `oscap_reallocf':
    /root/openscap/openscap-0.9.1/_build/tests/API/XCCDF/unittests/../../../../../src/common/alloc.h:123: undefined reference to `__oscap_reallocf_dbg'
    test_oscap_common.o: In function `oscap_free':
    /root/openscap/openscap-0.9.1/_build/tests/API/XCCDF/unittests/../../../../../src/common/alloc.h:129: undefined reference to `__oscap_free_dbg'
    collect2: ld returned 1 exit status

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Oct 15 19:41:11 2012 +0200

    trac#233: Fix yet another memory leak.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Oct 15 18:38:38 2012 +0200

    trac#233 A memory leak fix.

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Oct 15 18:38:41 2012 +0200

    use correct path for xpath (trac#237)

Author: bach <bach@o5za5.cz>
Date:   Mon Oct 15 16:09:26 2012 +0200

    [tests] don't use the <platform> tag in sce tests

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Oct 15 15:28:02 2012 +0200

    Do not report libxml2 is missing when it's libcurl that is missing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 15 14:52:40 2012 +0200

    provide our xpath trac#237 #2

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 15 13:17:25 2012 +0200

    provide our xpath trac#237

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 15 10:09:17 2012 +0200

    [probes] file: don't stop collecting when an item gets filtered

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 15 09:43:31 2012 +0200

    Don't abuse ac_probes/libs/ for non-probe deps (curl)

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 15 07:49:16 2012 +0200

    [OVAL] Fixed leaks in the unique and count functions

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Oct 14 13:11:00 2012 +0200

    [docs] Fix incorrect @file references.
    
    Addressing:
    src/CPE/public/cpe_name.h:8: warning: the name `cpeuri.h' supplied as the second argument in the \file statement is not an input file
    src/OVAL/probes/probe/entcmp.c:2: warning: the name `probe-entcmp.c' supplied as the second argument in the \file statement is not an input file
    src/OVAL/probes/probe/entcmp.h:2: warning: the name `probe-entcmp.c' supplied as the second argument in the \file statement is not an input file
    src/OVAL/probes/probe/fini.c:2: warning: the name `probe-fini.c' supplied as the second argument in the \file statement is not an input file
    src/OVAL/probes/probe/init.c:2: warning: the name `probe-fini.c' supplied as the second argument in the \file statement is not an input file
    src/OVAL/probes/unix/linux/inetlisteningservers.c:2: warning: the name `inetlisteningserver.c' supplied as the second argument in the \file statement is not an input file
    src/OVAL/public/oval_probe.h:2: warning: the name `oval_probe_h' supplied as the second argument in the \file statement is not an input file
    src/XCCDF/public/xccdf_benchmark.h:5: warning: the name `xccdf.h' supplied as the second argument in the \file statement is not an input file

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Oct 14 11:41:34 2012 +0200

    [docs] Close the group command.
    
    Addressing:
    src/common/alloc.h:163: warning: end of file while inside a group
    src/common/public/oscap_error.h:87: warning: end of file while inside a group
    src/DS/public/scap_ds.h:155: warning: end of file while inside a group
    src/OVAL/_oval_probe_handler.h:54: warning: end of file while inside a group
    src/OVAL/_oval_probe_session.h:53: warning: end of file while inside a group
    src/OVAL/oval_filter.c:175: warning: end of file while inside a group
    src/OVAL/oval_probe_handler.c:124: warning: end of file while inside a group
    src/OVAL/oval_probe_impl.h:74: warning: end of file while inside a group
    src/OVAL/oval_probe_session.c:205: warning: end of file while inside a group
    src/OVAL/oval_sexp.c:1004: warning: end of file while inside a group
    src/OVAL/oval_sexp.h:59: warning: end of file while inside a group
    src/OVAL/probes/fsdev.c:412: warning: end of file while inside a group
    src/OVAL/probes/probe/entcmp.c:1207: warning: end of file while inside a group
    src/OVAL/probes/probe/entcmp.h:155: warning: end of file while inside a group
    src/OVAL/probes/probe-api.c:1754: warning: end of file while inside a group
    src/OVAL/probes/public/findfile.c:463: warning: end of file while inside a group
    src/OVAL/probes/public/findfile.h:62: warning: end of file while inside a group
    src/OVAL/probes/public/fsdev.h:93: warning: end of file while inside a group
    src/OVAL/probes/public/probe-api.h:584: warning: end of file while inside a group
    src/OVAL/probes/SEAP/public/sexp-manip.h:612: warning: end of file while inside a group
    src/OVAL/probes/SEAP/sexp-ID.c:127: warning: end of file while inside a group
    src/OVAL/public/oval_agent_api.h:134: warning: end of file while inside a group
    src/OVAL/public/oval_agent_xccdf_api.h:113: warning: end of file while inside a group
    src/OVAL/public/oval_definitions.h:3200: warning: end of file while inside a group
    src/OVAL/public/oval_directives.h:138: warning: end of file while inside a group
    src/OVAL/public/oval_probe.h:89: warning: end of file while inside a group
    src/OVAL/public/oval_probe_handler.h:58: warning: end of file while inside a group
    src/OVAL/public/oval_probe_session.h:89: warning: end of file while inside a group
    src/XCCDF/public/xccdf_benchmark.h:3351: warning: end of file while inside a group
    src/XCCDF_POLICY/public/xccdf_policy.h:581: warning: end of file while inside a group

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sun Oct 14 11:29:50 2012 +0200

    Fix typos in documentation.
    
    Addressing:
    src/XCCDF/public/xccdf_benchmark.h:785: warning: Found unknown command `\memeberof'
    src/XCCDF/public/xccdf_benchmark.h:2478: warning: Found unknown command `\memeberof'
    src/XCCDF/public/xccdf_benchmark.h:2480: warning: Found unknown command `\memeberof'
    src/XCCDF/public/xccdf_benchmark.h:2482: warning: Found unknown command `\memeberof'
    src/XCCDF/public/xccdf_benchmark.h:2484: warning: Found unknown command `\memeberof'
    src/XCCDF/public/xccdf_benchmark.h:2486: warning: Found unknown command `\memeberof'
    src/XCCDF/public/xccdf_benchmark.h:2909: warning: Found unknown command `\memeberof'

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 12 21:31:58 2012 +0200

    Remove unused variable.
    
    Addressing:
    src/OVAL/oval_agent.c: In function 'oval_agent_eval_system':
    src/OVAL/oval_agent.c:247:16: warning: unused variable 'result' [-Wunused-variable]
    
    Caused by:
    5baf373909b919d15e91fedb200867aaccd8675a

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 12 16:45:08 2012 +0200

    Avoid using sprintf when the size of buffer is known.
    
    Admittedly, some of these usages were harmless.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 12 17:09:20 2012 +0200

    Print out status of downloading.
    
    The oval files tend to be quite big and their download may take time.
    The user shall be notified about the proceedings.
    
    Note for future generations: Once we decide to migrate oscap_acquire
    module to the library and rewrite stderr fprintfs to oscap_seterror,
    the printf calls shall be moved to the oscap-xccdf.c. Now, it is not
    feasible as it would only mess stderr and stdout messages.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 12 20:26:16 2012 +0200

    [dist] Bash completion for `--fetch-remote-resources'.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 12 20:22:28 2012 +0200

    Document --fetch-remote-resources in the man-page.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Oct 8 16:28:51 2012 +0200

    trac#213: Support http in check-content-ref/@href.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 12 20:06:37 2012 +0200

    [dist] openscap-utils now requires libcurl.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 12 10:31:15 2012 +0200

    The build now depends on libcurl-devel.
    
    And the openscap-utils package on libcurl.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 11 19:01:34 2012 +0200

    Bring the curl dependency back.
    
    This partially reverts e8e6ba1e319a57258d8868d797093fa71e116519,
    and fixes some of its weaknesses.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 12 14:36:07 2012 +0200

    trac#234: Handle files with the same basename correctly.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 11 16:57:09 2012 +0200

    Get /tmp dir from P_tmpdir macro.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 11 12:14:47 2012 +0200

    Make sure the temp directory gets created.
    
    Addressing:
    Segmentation fault.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 11 10:53:33 2012 +0200

    Do not use temp_dir as a guess for sds presence.
    
    The temp_dir may be later used for oval resul.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 11 10:28:12 2012 +0200

    Refactor: Replace function call with variable.
    
    We should not open the sds twice.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Oct 10 17:19:05 2012 +0200

    Refactor: Extract function: oscap_acquire_temp_dir to a separate module.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 9 16:50:27 2012 +0200

    Update the copyright info.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Oct 12 16:11:00 2012 +0200

    [OVAL/probes] fixed obj entity mask related memory leaks

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Oct 11 17:38:24 2012 +0200

    Fixing behavior regression: oval eval MUST print definition IDs, not titles!
    
    This was the reason for make check failing previously.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Oct 11 17:37:56 2012 +0200

    Fixes regarding callback changes in openscap_api.py Python wrapper

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 11 16:48:09 2012 +0200

    fix compilation of test_api_xccdf.c

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Oct 11 16:08:51 2012 +0200

    Changed SWIG start and output callback wrappers so that they compile
    
    They also work, at least in theory ;-)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Oct 11 15:31:48 2012 +0200

    Dealt with constness in oval_result_definition getters

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 11 15:01:22 2012 +0200

    split policy_reporter into two types

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Oct 11 14:01:37 2012 +0200

    Fix includes of text.h and reference.h because of previous refactoring
    
    See 659db8b4bd262aefb7ffb91045f052cba3ac42d1 and
    eb27b7332f687f8e09872026c240e1b3688ed5bf

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 10 13:00:46 2012 +0200

    get rid of oscap_reporter at all (almost) -> bindings

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 10 10:31:46 2012 +0200

    get rid of oscap_report in oval_agent_eval()

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 10 00:21:27 2012 +0200

    get rid of oscap_report in policy evaluation callbacks

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 10 00:20:30 2012 +0200

    don't report xml validation error 3083

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 9 23:41:50 2012 +0200

    get rid of oscap_report in oval_validate_document

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 11 11:19:13 2012 +0200

    rename text.h -> oscap_text.h

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 11 10:51:37 2012 +0200

    rename reference.h -> oscap_reference.h

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 11 09:48:29 2012 +0200

    rename error.h -> oscap_error.h

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Oct 10 15:19:18 2012 +0200

    oscap oval eval --oval-id option added, with tests

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Oct 10 14:10:41 2012 +0200

    oscap xccdf eval --xccdf-id option to select a particular XCCDF in SDS

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Oct 10 13:55:56 2012 +0200

    Allow user to select XCCDF from datastream using cref id in oscap

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Oct 10 10:34:30 2012 +0200

    Merge branch 'master' into cpe23-devel

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 10 09:55:41 2012 +0200

    [OVAL] added support for the unique function

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 10 09:48:03 2012 +0200

    [OVAL] oval_stringMap: added oval_string_map_collect_values function

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 9 22:10:49 2012 +0200

    don't use libxml headers in public API

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 9 17:34:57 2012 +0200

    Pass origin file hint to CPE2 lang models embedded in XCCDF benchmark

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 9 17:31:36 2012 +0200

    Store origin file hint in CPE2 lang model as well
    
    The origin file hint is not used at the moment but will be used to
    figure out OVAL referenced files paths.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 9 16:54:34 2012 +0200

    Provide origin file hint to CPE1 dictionary embedded in XCCDF
    
    This is necessary for relative OVAL paths inside the CPE1 dict.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 9 16:36:32 2012 +0200

    More tests changes, added missing negated embedded CPE2 test
    
    This needs further cleanup and path fixes to make distcheck work.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 9 16:10:13 2012 +0200

    Changed cpe-oval.xml used for tests to contain always failing OVAL def
    
    OVAL changes by Tomas Heinrich.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 9 15:31:19 2012 +0200

    Added the first few CPE2 XCCDF applicability tests

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 9 15:28:17 2012 +0200

    Do proper CPE name matching when evaluation CPE2 lang model platforms

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 9 15:03:53 2012 +0200

    Support for evaluation of platforms and their expressions in CPE2 models
    
    The callback that makes CPE fact-ref matching is stubbed out in XCCDF
    policy, that will come later.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 9 14:24:58 2012 +0200

    pass xccdf_rule/xccdf_rule_result to output callbacks

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Oct 8 19:18:31 2012 +0200

    Lookup the platform when doing CPE2 applicability testing
    
    Slightly refactored cpe_check_fb and its userdata to be useful for both
    cpe_lang_model and cpe_dict.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Oct 8 17:20:28 2012 +0200

    Make sure to gracefully skip platforms that aren't CPE names
    
    These should be handled in cpe_lang_model, not cpe_dict. Previously the
    code would segfault in these cases.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Oct 8 17:12:05 2012 +0200

    Postpone applicability checking until after we know the rule is selected
    
    This helps performance with evaluation of many unchecked rules.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Oct 8 16:42:50 2012 +0200

    Gearing up for applicability in XCCDF_POLICY for CPE2 lang models
    
    The function doing the actual evaluation of the platforms is currently
    stubbed out.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Oct 8 14:59:35 2012 +0200

    Added test for applicability with CPE-list (CPE1) embedded in the XCCDF

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 8 12:29:17 2012 +0200

    obsolete xccdf_policy_report_rule()

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 8 12:04:34 2012 +0200

    send info about failed rules to syslog

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 8 11:38:54 2012 +0200

    change format of XCCDF evaluation output

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 8 11:34:27 2012 +0200

    print global identifier(CVE,CCE) of evalauted XCCDF rule

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Oct 5 19:25:01 2012 +0200

    send couple of syslog messages during xccdf evaluation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Oct 5 17:39:36 2012 +0200

    add test for flat and base score

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Oct 5 16:23:43 2012 +0200

    fixing base scoring model

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 5 17:06:19 2012 +0200

    Remove unused variable.
    
    The variable become orphaned after resolving merge conflicts.
    
    Addressing:
    xccdf_policy.c: In function 'xccdf_policy_item_evaluate':
    xccdf_policy.c:1075:7: warning: unused variable 'applicable' [-Wunused-variable]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 5 16:44:56 2012 +0200

    tests: Do not shadow variable.
    
    Addressing:
    test_api_probes_smoke.c: In function ‘main’:
    test_api_probes_smoke.c:490:18: warning: declaration of ‘ent’ shadows a previous local [-Wshadow]
    test_api_probes_smoke.c:29:29: warning: shadowed declaration is here [-Wshadow]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 5 16:24:12 2012 +0200

    tests: Do not compare unsigned int to signed one.
    
    Addressing:
    test_api_probes_smoke.c: In function ‘main’:
    test_api_probes_smoke.c:513:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 5 16:21:00 2012 +0200

    tests: Remove overabundant variable declaration.
    
    Addressing:
    test_api_probes_smoke.c: In function ‘main’:
    test_api_probes_smoke.c:512:19: warning: declaration of ‘i’ shadows a previous local [-Wshadow]
    test_api_probes_smoke.c:491:14: warning: shadowed declaration is here [-Wshadow]
    test_api_probes_smoke.c:491:14: warning: unused variable ‘i’ [-Wunused-variable]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 5 16:18:36 2012 +0200

    tests: Make a function static and gcc happy.
    
    Addressing:
    test_api_probes_smoke.c:20:6: warning: no previous prototype for ‘print_asdf’ [-Wmissing-prototypes]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 5 16:16:22 2012 +0200

    tests: Remove unused variable.
    
    And include missing assertion.
    
    Addressing:
    test_probes_sysinfo.c: In function ‘main’:
    test_probes_sysinfo.c:15:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 5 15:59:12 2012 +0200

    tests: Fix warning and remove useless variable.
    
    Addressing:
    test_api_oval.c: In function ‘main’:
    test_api_oval.c:47:6: warning: declaration of ‘index’ shadows a global declaration [-Wshadow]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 5 15:49:55 2012 +0200

    tests: Remove unused variable
    
    Addressing:
    test_api_oval.c: In function ‘main’:
    test_api_oval.c:49:27: warning: unused variable ‘definition’ [-Wunused-variable]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 5 15:47:00 2012 +0200

    tests: sort files alphabetically and make people happy.
    
    Again.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 5 15:17:59 2012 +0200

    tests: trac#215: Deriving XCCDF results when @multi-check="true".

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 5 14:53:53 2012 +0200

    tests: trac#215: Deriving XCCDF results when @multi-check="false".

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Oct 5 14:34:14 2012 +0200

    trac#215, trac#228: Handle XCCDF results correctly when @multi-check="false".
    
    This implements following requirements:
    
        [NISTIR-800-126r2]:
        Table 21: Deriving XCCDF Check Results from OVAL Definition Results
    
        [NISTIR-7275r4]:
        The default behavior of an <xccdf:check-content-ref> element that does not
        have a @name attribute SHALL be to execute all checks in the referenced
        code and AND their results together into a single <xccdf:rule-result>.
    
        [NISTIR-7275r4]:
        (...) Otherwise, an <xccdf:Rule> contributes to the positive score only
        if ANDing the results of all instances of that <xccdf:Rule> produces
        a test result of ‘pass’ according to the truth table
    
        [NISTIR-7275r4]:
        Table 12: Truth Table for AND

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 4 17:20:53 2012 +0200

    Be so kind and emit useful message.
    
    Addressing vagueness of the error message when user apoints
    an xccdf file where an oval file is expected.
    
        $ oscap xccdf eval xccdf1.xml xccdf2.xml
        OpenSCAP Error: 'version' == NULL [oscapxml.c:255]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 4 16:28:43 2012 +0200

    trac#215: XCCDF shall report correct results on certain oval definition classes.
    
    This implements
    
        Table 21: Deriving XCCDF Check Results from OVAL Definition Results
    
    from SP800-126r2.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 4 16:26:41 2012 +0200

    tests: trac#215: Simple deriving test.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Oct 5 09:52:48 2012 +0200

    fix compilation with SCE

Author: Martin Preisler <martin@preisler.me>
Date:   Thu Oct 4 15:14:22 2012 +0200

    Merge branch 'cpe23-devel'
    
    Conflicts:
    	src/XCCDF_POLICY/xccdf_policy.c

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 4 14:19:12 2012 +0200

    tests: Expected message might be different in check and distcheck.
    
    Addressing:
    + '[' 'WARNING: Skipping ../../../../../tests/API/XCCDF/unittests/nonexistent-file file which is referenced from XCCDF content' == 'WARNING: Skipping ./nonexistent-file file which is referenced from XCCDF content' ']'
    RESULT: FAILED

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 4 13:43:59 2012 +0200

    test for Ticket #93

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Oct 4 13:39:02 2012 +0200

    [xccdf] Preserve XML elements in <check-content>

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 4 13:18:28 2012 +0200

    tests: trac#226: assert for correct results when none of the check-content-ref is resolvable.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 4 13:15:45 2012 +0200

    trac#226: Correct diagnostic message when multi-check="true" and non-existent oval file found.
    
    Previously we have exported ambiguos message about multi-check.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 4 10:54:25 2012 +0200

    tests: trac#222: Expect validation message on stdout.
    
    This diagnostic message expected when OSCAP_FULL_VALIDATION=1.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 4 10:57:15 2012 +0200

    tests: trac#222: Make OSCAP_FULL_VALIDATION=1 default in the unittests.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Oct 4 09:47:27 2012 +0200

    tests: trac#33: Test @multi-check="true" when oval has no definitions.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 3 10:35:01 2012 +0200

    [tests] mitre: fixed rpmverify test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 3 10:34:35 2012 +0200

    [tests] mitre: fixed testing script

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 3 10:15:32 2012 +0200

    [tests] OVAL test content update

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 2 19:58:00 2012 +0200

    Added reject invalid SDS test

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 2 19:27:35 2012 +0200

    Added RDS validation tests

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 2 18:59:34 2012 +0200

    Added SDS validation tests

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 2 17:08:11 2012 +0200

    Validate xccdf eval --results-arf if OSCAP_FULL_VALIDATION is defined

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 2 16:59:02 2012 +0200

    add OVAL test for content validation

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 2 16:54:53 2012 +0200

    Do not xccdf_check_free, when you assign it to the result.
    
    Caused by:
        ff96d86ccc3580c0055cf41402ab9d3979c9de78
    Addressing:
    Program received signal SIGSEGV, Segmentation fault.
    __strlen_sse2 () at ../sysdeps/x86_64/strlen.S:43
    43pcmpeqb(%rax), %xmm0

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 2 16:33:54 2012 +0200

    fixing issue with schematron validation

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 2 16:16:09 2012 +0200

    Added XCCDF CPE applicability tests

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 2 15:35:34 2012 +0200

    Do export UNKNOWN result, when @multi-check creates zero rule-results
    
    Another hic-sunt-leones corner-case, this happens when referenced
    OVAL file contains no <definition/> elements.
    
    We believe that such case happens only by accident and if
    the scanner was creating zero <rule-results/> it would make
    the problem only worse and hide the cause.
    
    We like to put the lights on.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 2 14:43:06 2012 +0200

    trac#221: Export diagnostic <message>-s.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 2 15:20:23 2012 +0200

    Do not leak when @multi-check gives zero rule-results.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 2 15:05:28 2012 +0200

    Assert that items in dictionary are populated well.
    
    Proactively assert for issues like trac#162.
    
    This assertions will be in place only in debug mode.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 2 14:45:54 2012 +0200

    tests: trac#221: Assert that <message/> is exported.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Oct 2 14:24:08 2012 +0200

    A brand new assume macro!
    
    This one is usefull for our *_add_* and *_set_* functions,
    which return true when operation passed. If you want to
    assert for the result of operation in debug mode, but
    you still want to commit the operation in NDEBUG, you cannot
    use assert(). But you can use assume_ex() instead.
    
    Example:
      assume_ex(xccdf_rule_add_status\(rule, status));
    
    This should help us catch internal (and often not lethal) problems
    during development while keeping users not annoyed.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Oct 2 16:01:14 2012 +0200

    Use proper path for OVAL checks referenced from CPE dicts

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 2 12:19:55 2012 +0200

    build with SCE properly

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Sep 29 14:41:10 2012 +0200

    tests: trac#33 simple multi-check test.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Sat Sep 29 13:59:30 2012 +0200

    trac#33: The @multi-check.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 27 16:23:17 2012 +0200

    tests: Do not use && in unitests
    
    1) It is overabundant.
    2) It actually may hide, not reveal, problems
       when used together with set -e.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 27 15:59:19 2012 +0200

    tests: Assert that stdout is empty.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 26 13:18:52 2012 +0200

    an amend

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 26 13:16:07 2012 +0200

    Refactor: extract method: _build_rule_result

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 20 17:16:36 2012 +0200

    Clearing the commented-out mess.
    
    This function is buggy and useless, since there might be
    multiple callbacks for given systems.
    
    God gave man the SCM tools so he will never need to comment-out code.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 20 17:08:44 2012 +0200

    Make a use of filters when searching callbacks for a given system.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 20 16:54:04 2012 +0200

    Remove mendacious comments.
    
    These were untrue from day zero.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 20 16:44:46 2012 +0200

    Use filters to get callbacks for given system
    
    This reverts: e0e78749 & 3fed13a4.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 1 22:28:10 2012 +0200

    fixing compiler warnings

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 1 21:50:52 2012 +0200

    fixing segfaults related to XML validation

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Oct 1 16:08:07 2012 +0200

    Merge branch 'master' into cpe23-devel

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Oct 1 16:03:12 2012 +0200

    Command line option for a custom CPE dict in "oscap xccdf eval"

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Oct 1 16:01:22 2012 +0200

    Check associated CPE dicts after checking the embedded dict

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 1 14:37:09 2012 +0200

    use dedicated function to report FAIL of the validation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Sep 27 17:38:43 2012 +0200

    autodetect OVAL document type for "oscap oval validate-xml"

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Sep 27 15:58:22 2012 +0200

    Correctly deal with the situation of xccdf_item having no platforms

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Sep 27 14:32:23 2012 +0200

    Consider the CPE platform not applicable when its OVAL file isn't found

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Sep 27 14:23:17 2012 +0200

    Evaluate CPE applicability checks using OVAL session

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Sep 27 12:41:24 2012 +0200

    Change cpe_check evaluation to work with a callback
    
    This will allow for xccdf_policy_model to cache the results in a map,
    speeding up applicability testing.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Sep 27 12:26:38 2012 +0200

    bump release number

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Sep 27 12:11:29 2012 +0200

    Recursive applicability support (we descend and report for each rule)
    
    The cpe_item check evaluation is still stubbed out and will always
    return true, this will be fixed in future commits.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Sep 26 16:47:18 2012 +0200

    Merge branch 'master' into cpe23-devel

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Sep 26 13:26:00 2012 +0200

    Added applicability into the xccdf policy machinery
    
    Right now all rules are considered applicable, the function will be
    changed to check the applicability in the future.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 25 17:04:08 2012 +0200

    define htobe32 if it does not exist (RHEL5) #2
    
    make confgen happy

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 25 16:51:29 2012 +0200

    minor fix

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 25 16:33:27 2012 +0200

    RHEL5 spec file updated

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 25 16:22:22 2012 +0200

    define htobe32 if it does not exist (RHEL5)

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 25 15:49:08 2012 +0200

    update RHEL6 spec file

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 25 16:34:48 2012 +0200

    Initial implementation of cpe_name_applicable_dict
    
    The cpe_check_evaluate method itself is stubbed out, it will be
    implemented later

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 25 15:35:04 2012 +0200

    Removed declaration of cpe_name_get_wfh, it was never implemented

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 25 15:30:44 2012 +0200

    Merge branch 'master' into cpe23-devel
    
    Conflicts:
    	src/CPE/Makefile.am
    	src/CPE/cpedict_priv.c
    	src/CPE/cpedict_priv.h
    	src/CPE/cpeuri.c
    	src/CPE/public/cpe.h
    	src/CPE/public/cpe_dict.h
    	src/CPE/public/cpe_lang.h
    	src/CPE/public/cpe_uri.h
    	src/CPE/public/cpename.h
    	src/CPE/public/cpeuri.h
    	src/CVE/public/cve.h
    	src/OVAL/Makefile.am
    	src/XCCDF/Makefile.am
    	src/XCCDF/benchmark.c
    	src/XCCDF_POLICY/Makefile.am
    	swig/openscap.i
    	tests/API/CPE/Makefile.am
    	tests/API/CPE/dict/test_api_cpe_dict.c
    	tests/API/CPE/lang/test_api_cpe_lang.c
    	tests/API/CPE/name/test_api_cpe_uri.c
    	utils/oscap-cpe.c
    	utils/oscap-tool.h

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Sep 25 15:07:58 2012 +0200

    Bump supported OVAL version to 5.10.1

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 25 15:05:30 2012 +0200

    fix compilation with enabled debug mode

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 25 14:31:12 2012 +0200

    bump release number and .so

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 25 14:15:48 2012 +0200

    return OSCAP_DEPRECATED macro back
    
    related to commit 2b8ac55a9d8e67186927239a7b72d6bf91687b6f

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 25 14:11:44 2012 +0200

    "check_SCRIPTS" macro should be used for a "built" script, or a
    script that is somehow generated at build time.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 25 14:08:20 2012 +0200

    update NEWS

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 25 14:18:16 2012 +0200

    Bump supported CPE version to 2.3

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 25 13:58:56 2012 +0200

    Bump supported XCCDF version to 1.2

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 25 14:01:21 2012 +0200

    [probes] rpmverify,rpmverifyfile: don't use the realpath function

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 25 13:43:52 2012 +0200

    Avoid allocating an array of all CPEs each time we have to match

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 25 13:24:45 2012 +0200

    rename xccdf.h -> xccdf_benchmark.h; cvss.h -> cvss_score.h

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 25 10:15:04 2012 +0200

    rename ds.h -> scap_ds.h

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 25 10:00:01 2012 +0200

    rename CPE public headers

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 24 22:28:45 2012 +0200

    merge debug.h with debug_priv.h

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 24 22:03:17 2012 +0200

    move OSCAP_FOR macros into private API

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 24 14:55:45 2012 +0200

    fix various compiler warning messages

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 24 13:03:30 2012 +0200

    Revert "Make oscap_htable public."
    
    This reverts commit 08a5cf04ac1f00599c5cf47b049c771fa731d911.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Sep 24 17:02:46 2012 +0200

    probes: remove unused variable

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Sep 24 16:56:19 2012 +0200

    Allow source datastream in "oscap oval eval"
    
    Also added a simple test.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Sep 24 13:47:37 2012 +0200

    oval: return the computed result value (previously was ignored)

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Sep 21 20:01:50 2012 +0200

    enhance oscap -V

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Sep 21 19:59:06 2012 +0200

    rework mechanism for locating schema/schematron files

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Sep 20 15:43:02 2012 +0200

    Allow source datastream in "oscap oval validate-xml"
    
    oscap oval eval sds.xml has not been implemented yet!

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Sep 20 13:45:42 2012 +0200

    minor fixes in makefile.am

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Sep 20 10:13:18 2012 +0200

    ARF schemas were missing in EXTRA_DIST

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Sep 19 22:32:56 2012 +0200

    split --enable-bindings into --enable-perl and --enable-python
    python is enabled & perl is disabled by default

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Sep 19 17:56:57 2012 +0200

    Fixed tests/DS/Makefile.am to include new datastream tests

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Sep 19 16:50:46 2012 +0200

    [ds] Added a test for extended component in source datastream

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Sep 19 16:49:07 2012 +0200

    [ds] Order components and extended-components correctly in SDS

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Sep 19 16:32:23 2012 +0200

    [ds] Use a different element name and ID scheme for extended comps

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Sep 19 15:54:03 2012 +0200

    Use the document of the component instead of the entire DS doc for deps
    
    A nasty nasty bug, this worked previously because we added components
    and then did the dependency traversal. It was slow and could add deps
    that aren't really deps.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 19 16:47:57 2012 +0200

    tests: trac#186: Adding a file missing from c07f0af3aeb17

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 19 14:46:54 2012 +0200

    tests: trac#186: Test for none applicable check.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 19 14:29:00 2012 +0200

    trac#186: If the refined selector does not match, checks without selector shall be used.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 19 14:13:16 2012 +0200

    tests: trac#186: bad refine must select check without @selector.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Sep 19 13:50:41 2012 +0200

    Perform full validation in all datastream tests

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Sep 19 13:49:35 2012 +0200

    [ds] Always add a trailing \0 to expanded ipv6 result

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 19 13:26:42 2012 +0200

    Fixing typo. The word Security has been lost from acronym!
    
    Addressing:
    src/OVAL/oval_agent.c: In function '_oval_agent_list_definitions':
    src/OVAL/oval_agent.c:481:2: warning: return from incompatible pointer type [enabled by default]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 19 13:24:01 2012 +0200

    Compatibilization of pointer types.
    
    Addressing:
    src/OVAL/oval_agent.c: In function 'xccdf_policy_model_register_engine_oval':
    src/OVAL/oval_agent.c:488:3: warning: passing argument 5 of 'xccdf_policy_model_register_engine_and_query_callback' from incompatible pointer type [enabled by default]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 19 13:15:03 2012 +0200

    tests: not_executable file needs to be within _build/ for distcheck
    
    Addressing:
    + Check Processing Algorithm -- complex-check priority[ WARN ]

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Sep 19 13:23:41 2012 +0200

    [ds] If path suffix file type detection fails check the contents

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Sep 19 13:09:33 2012 +0200

    Changed order of file suffix checking in source datastream compose
    
    Else the -cpe-oval.xml would never trigger because -oval.xml would
    trigger before it.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 18 17:57:35 2012 +0200

    Expand IPv6 addresses before putting them into AI files

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 18 16:57:30 2012 +0200

    [probes] routingtable: use the correct value for interface name

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 18 16:45:54 2012 +0200

    CVE and CCE are not build by default; OVAL,XCCDF,CPE,CVSS and probes
    are build by default(and no optional anymore)

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 18 16:09:58 2012 +0200

    [tests] probes: added object entity mask attribute test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 18 16:07:38 2012 +0200

    Added missing rpmverify AC_CONFIG_FILE entry to the template

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 18 15:27:15 2012 +0200

    Added info about the new datastream "oscap ds" feature set to manpage

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 18 15:12:41 2012 +0200

    Added info about the new datastream "xccdf eval" feature to manpage

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 18 14:50:29 2012 +0200

    [tests] probe API: test probe_ent_attrexists (probe_obj_attrexists) with non-valued attributes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 18 14:48:30 2012 +0200

    [OVAL/probes] Propagate the mask attribute from object entities to probes and use them to mask the results

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 18 14:41:59 2012 +0200

    [probes] probe API: fix probe_obj_attrexists to search for non-valued attributes

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 18 14:16:30 2012 +0200

    If user gives a relative path to sds-compose we chdir to it temporarily
    
    This results in cleaner resulting source datastreams because the paths inside
    aren't all mangled and extremely long.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 18 13:31:55 2012 +0200

    Added name mangling for file paths in SDS composition
    
    This should deal with all the cases where path separators "leak" into
    the component or component-ref ids. We do not demangle these mangled
    ids! Since the paths are taken from catalog there is no need for
    demangling except for the source XCCDF.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 18 13:30:58 2012 +0200

    Added a failing test for SDS compose from a subdir

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 18 12:52:37 2012 +0200

    tests: trac#186: assert that none check is used when no profile is selected.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 18 12:37:20 2012 +0200

    tests: These tests must pass the scanner.
    
    Removing copy-pasted workaround to make selected tests more strict.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 18 12:16:59 2012 +0200

    trac#207: Start exporting complex-check/@operator.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 18 11:44:05 2012 +0200

    tests: trac#207: Assert that complex-check/@operator is exported.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 18 10:51:12 2012 +0200

    trac#206: Do not export complex-check/@system=""
    
    Addressing:
    Element '{http://checklists.nist.gov/xccdf/1.2}complex-check', attribute 'system': The attribute 'system' is not allowed.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 18 11:41:05 2012 +0200

    tests: trac#206: Assert that complex-check/@system is not exported.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 18 11:09:35 2012 +0200

    tests: trac#186: assert that complex-check is always prefered over check

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 18 11:38:53 2012 +0200

    Do not compare NULL to time_t.
    
    Addressing:
    item.c: In function 'xccdf_status_to_dom':
    item.c:511:16: warning: comparison between pointer and integer [enabled by default]

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 18 11:27:18 2012 +0200

    Fix default precedence. Ternary operator condition shall not be casted.
    
    Addressing:
    item.c: In function 'xccdf_check_to_dom':
    item.c:623:4: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
    /usr/include/libxml2/libxml/tree.h:745:3: note: expected 'const xmlChar *' but argument is of type 'char *'
    item.c:627:4: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness [-Wpointer-sign]
    /usr/include/libxml2/libxml/tree.h:745:3: note: expected 'const xmlChar *' but argument is of type 'char *'

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Sep 18 12:06:43 2012 +0200

    Merge branch 'master' into cpe23-devel

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Sep 17 19:50:45 2012 +0200

    tests: mitre: disable rpmverify test for now
    
    it is unclear how this should be corrected in code and/or
    the test content updated

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Sep 13 16:32:50 2012 +0200

    tests: add test for trac#147

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Sep 17 15:06:46 2012 +0200

    Removed the oscap_sysinfo function which isn't used anymore

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 17 14:44:54 2012 +0200

    oscap.c -> oscapxml.c

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 17 10:57:29 2012 +0200

    be more informative if file can't be loaded

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Sep 14 17:59:29 2012 +0200

    [dist] revert mistaken version bump

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Sep 14 17:57:52 2012 +0200

    [dist] openscap.spec - update source url

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Sep 14 14:49:05 2012 +0200

    tests: Fix failing make check
    
    Addressing:
      CCLD   test_oscap_common
    test_oscap_common.o: In function `oscap_alloc':
    test_oscap_common.c:(.text+0x20): undefined reference to `__oscap_alloc_dbg'

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Sep 10 13:45:15 2012 +0200

    trac#187: Checking engine must provide list of IDs in the given document.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Sep 7 15:54:10 2012 +0200

    OSCAP_DEPRECATED -- macro to label deprecated functions.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Sep 14 10:43:15 2012 +0200

    Conditions are hard, let's remove a few.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Sep 14 10:40:36 2012 +0200

    trac#186: Check Processing Algorithm Sub-Steps.
    
    Also fixing the previous insane behaviour.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 13 17:34:32 2012 +0200

    tests: even tests shall  not leak.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 13 16:23:09 2012 +0200

    tests: a few more for iterators.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 13 16:10:29 2012 +0200

    trac#200 *iterator_has_more needs to consider filters.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 13 16:05:10 2012 +0200

    tests: trac#200: flawed iterators.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 13 14:50:00 2012 +0200

    trac#199: Delete buggy code.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Sep 13 14:41:18 2012 +0200

    tests: trac#199

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 12 11:56:06 2012 +0200

    Remove overabundant lines of code.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 11 11:29:48 2012 +0200

    trac#191 Removing TODOs -- there is nothing to do.
    
    Today's ANSI C is C99. And our NaNs are all compliant.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 11 11:25:36 2012 +0200

    trac#191 Fix flawed NAN comparisons.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 11 11:12:06 2012 +0200

    tests: trac#190: Make sure @weight is not exported.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 11 09:57:40 2012 +0200

    trac#190: Check @weight definition consistently.
    
    On same places we've checked for NaN, elsewhere for -1.0.
    While it cannot be ever NaN.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Sep 10 16:41:22 2012 +0200

    trac#190: Do not export refine-rule/@weight="-1.0" when it was not defined.
    
    Addressing:
    In file '/tmp/blah.xml' on line 9: Element '{http://checklists.nist.gov/xccdf/1.1}refine-rule', attribute 'weight': [facet 'minInclusive'] The value '-1.000000' is less than the minimum value allowed ('0.0').
    1 1824 In file '/tmp/blah.xml' on line 9: Element '{http://checklists.nist.gov/xccdf/1.1}refine-rule', attribute 'weight': '-1.000000' is not a valid value of the atomic type '{http://checklists.nist.gov/xccdf/1.1}weightType'.
    XCCDF Results are NOT exported correctly.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Sep 10 15:46:30 2012 +0200

    Deliver an error message, when I urge you to validate document without namespace
    
    Addressing confusing blank output on:
    <Benchmark xmlns:xccdf="...

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Sep 7 13:37:37 2012 +0200

    Make oscap_htable public.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Fri Sep 7 14:07:40 2012 +0200

    Sort files alphabetically like nice guys do.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Sep 13 18:08:36 2012 +0200

    include schematron files in installation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Sep 13 16:13:47 2012 +0200

    [dist] removed libnl-devel BuildRequires

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Sep 13 15:04:16 2012 +0200

    Corrected name of the opendbx library

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Sep 13 13:51:44 2012 +0200

    OVAL: don't reference duplicit items from collected objects

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Sep 13 13:07:08 2012 +0200

    rpmverify probe: use probe_entobj_cmp() for entity comparisons, resolves: trac#147

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Sep 12 22:30:07 2012 +0200

    trac#120 support anyxml element + test

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Sep 11 13:45:28 2012 +0200

    tests: don't discard stderr output

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 11 10:43:36 2012 +0200

    minor fix in isainfo test

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Sep 7 17:04:43 2012 +0200

    tests: a test for ticket #109
    
    Evaluating OVAL objects and states that reference an empty variable
    should produce "does not exist" and "error" results, respectively

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Sep 7 13:43:32 2012 +0200

    Removed libnl dependency checking

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Sep 7 13:36:01 2012 +0200

    [probes] routingtable: complete rewrite; IPv6 support, don't use libnl

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Sep 7 13:34:12 2012 +0200

    [SEAP/generic] strto: added strto_uint32_hex and made the symbols of implemented functions public

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Sep 7 10:55:53 2012 +0200

    trac#121 test that we don't create items if object is not collected

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Sep 5 22:59:45 2012 +0200

    trac#13: applicability_check element support

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Sep 5 15:00:33 2012 +0200

    [OVAL] - test for count function (#9)

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Sep 5 13:41:54 2012 +0200

    [OVAL] - add support for count function (#9)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 5 13:48:11 2012 +0200

    trac#25: start exporting @negate attribute

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 5 12:42:20 2012 +0200

    trac#25: Handle check/@negate
    
    Since XCCDF 1.2 @negate is allowed for both complex-check & check.
    Consequently, attributes @operator and @negate have more in contrast
    than in common.
    
    Thereby, following fruitless constants were dropped from public api:
    
    	XCCDF_OPERATOR_NOT
    	XCCDF_OPERATOR_NAND
    	XCCDF_OPERATOR_NOR
    	XCCDF_OPERATOR_MASK
    
    Addressing:
    Rule ID:	xccdf_moc.elpmaxe.www_rule_1
    Title:  	(null)
    Result: 	(null)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 5 10:28:19 2012 +0200

    tests: trac#25: assert for comment:3

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Wed Sep 5 10:21:04 2012 +0200

    tests: Fix flawed xpath expression.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 4 13:54:04 2012 +0200

    trac#33: import & export @multi-check

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 4 14:03:13 2012 +0200

    tests: trac#33: ensure @multi-check is not exported if missing.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 4 11:30:11 2012 +0200

    tests: trac#33: test import & export.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 4 11:03:15 2012 +0200

    tests: Make sure this file is not executable
    
    Tests with oval are designed to depend on this externality.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 4 18:10:29 2012 +0200

    trac#116: evaluation of deprecated definition

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 4 17:06:44 2012 +0200

    trac#130: test for empty value in filename entities

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 4 14:27:43 2012 +0200

    be more consistent with path to oscap tool in make check

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 4 14:25:52 2012 +0200

    update README for confgen usage

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 4 14:21:46 2012 +0200

    trac#13: add 'applicability_check' element test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 4 10:57:45 2012 +0200

    [tests] SEAP/generic: added strto_uint16_hex test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 4 10:56:56 2012 +0200

    [SEAP/generic] strto: added implementation of strto_uint16_hex, strto_uint8_hex based on the uint64_hex function

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 4 10:54:50 2012 +0200

    Scratch perl-XML-XPath requires -- rhel5 spec does not understand '--with check'.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 4 10:53:35 2012 +0200

    SGML applications tend to be architecture independent.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 4 10:35:11 2012 +0200

    `make check' is now dependent on perl-XML-XPath.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 4 10:03:52 2012 +0200

    tests: A test for trac#185

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Sep 4 09:51:44 2012 +0200

    trac#185: Export status/@date only when exists
    
    Addressing:
    <status date="1970-01-01">incomplete</status>

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Sep 3 15:25:33 2012 +0200

    trac#182: Don't export check-content-ref/@name if missing.
    
    A nameless check-content-ref has a special semantics
    and the @name="" it is not considered to be nameless.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 16 14:30:44 2012 +0200

    tests: A test for trac#33 & trac#182.
    
     - Nameless check-content-ref shall exercise whole OVAL file.
     - A @name must not be exported.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Sep 3 15:34:00 2012 +0200

    tests: sort files alphabetically and make people happy.

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Sep 3 13:29:54 2012 +0200

    A typo.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Sep 3 14:22:32 2012 +0200

    [tests] SEAP/generic: added strto_uint8_hex test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Sep 3 14:15:04 2012 +0200

    [SEAP/generic] strto: implemented strto_uint8_hex

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 29 16:52:55 2012 +0200

    Fixed XCCDF guide formatting for XCCDFs with short descriptions

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 29 15:51:42 2012 +0200

    Do not warn about unresolved XCCDF benchmark when @resolved='true'
    
    Previously we would only check for @resolved=1.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 29 14:10:26 2012 +0200

    Separated cpestring component encoding and decoding from URI fcts
    
    Unescaped * and - works now. Initial support for escaped chars.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 28 17:27:05 2012 +0200

    Added cpe2:platform-specification to the xccdf12 import export test

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 28 16:46:17 2012 +0200

    Do not skip elements in CPE language parsing
    
    This is necessary to prevent skipping neighbour XCCDF data when
    cpe2:platform-specification is being parsed.
    
    CPE names are also saved with the format they were loaded in from now on
    (in CPE language expressions).

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 28 16:41:30 2012 +0200

    Use macros instead of literals for element names in CPE dict parsing

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 28 16:21:24 2012 +0200

    Initial support for cpe2:platform-specification CPE XCCDF integration

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Aug 28 15:28:43 2012 +0200

    openscap.spec - add probe_rpmverifypackage

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 28 15:08:22 2012 +0200

    Merge branch 'master' into cpe23-devel

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 28 15:07:27 2012 +0200

    Fixes that prevent CPE parser from skipping elements and a test mod

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Aug 28 15:03:05 2012 +0200

    bump version to 0.8.6

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Aug 27 12:21:12 2012 +0200

    openscap-0.8.5

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 28 14:22:05 2012 +0200

    Use local cpe-naming XSD instead of a remote one when validating XCCDF

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 28 14:13:33 2012 +0200

    Preliminary support for CPE 1.1 and multiversion support for CPE

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 28 14:09:37 2012 +0200

    fixing oscap return code

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 28 10:51:14 2012 +0200

    [probes] probe core: fixed leaks in the input handler

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Aug 27 17:14:13 2012 +0200

    Prevent skipping elements when reading CPE from within XCCDF benchmark
    
    A much better fix would be to rework the parser but this should do.
    The change is basically about catching </cpe-list> and exiting when
    we encounter it. Previously we would read the element after that
    and XCCDF parser would skip it and start with the element that comes
    after it.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 27 16:16:06 2012 +0200

    [probes] oval_fts: unescape the starting path extracted from the path entity, if needed

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Aug 27 16:19:43 2012 +0200

    Import and export of xccdf:Benchmark/cpe-list
    
    Needed changes to the CPE parsing code itself, we now exit whenever we
    get back to the "depth" of cpe-list.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 27 10:33:50 2012 +0200

    improved debug of oval_fts machinery

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 24 15:56:02 2012 +0200

    Benchmark now has cpe_list, this is necessary for cpe-list support
    
    Parsing and exporting will follow in future commits. This commit
    introduces hard dependency on CPE in XCCDF and OVAL.

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Aug 24 13:44:08 2012 +0200

    gnulib: import strverscmp module

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 24 12:27:38 2012 +0200

    [probes] sysctl: added missing attributes to the behavior & path entities

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 24 11:25:12 2012 +0200

    [OVAL/probes] don't generate an error if an object cannot be translated because of an empty variable

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 23 16:50:19 2012 +0200

    Skip test_probes_selinuxboolean if user doesn't have SElinux enabled

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 23 15:38:27 2012 +0200

    Fixed binding tests for out of source build
    
    "make distcheck" finally passes with this.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 23 15:14:32 2012 +0200

    Use ${srcdir} for the DS eval_simple check
    
    This fixes issues with make distcheck.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 23 14:50:28 2012 +0200

    Merge branch 'master' into cpe23-devel

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 23 12:52:23 2012 +0200

    tests: Test for trac#167.
    
    Signed-off-by: Martin Preisler <mpreisle@redhat.com>

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 23 12:52:22 2012 +0200

    trac#167: Escape content of xccdf:value
    
    Subsequent xmlNodeSetContent call expects XML CDATA,
    thus we need the string to be escaped first.
    
    Addressing (suppose <xccdf:value>R&B</xccdf:value>):
    error : unterminated entity reference B
    
    Signed-off-by: Martin Preisler <mpreisle@redhat.com>

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 23 13:03:50 2012 +0200

    Removed leftover debug printf in cpedict_priv.c parsing

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 23 12:37:26 2012 +0200

    Change to API to allow exporting of CPE name in any format
    
    This is needed because the dictionary strictly needs formats at various
    places. Many times the same CPE name is written twice in 2 formats in
    the XML.
    
    The ability to export in the format it was imported in is still there.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 23 10:45:16 2012 +0200

    Renamed cpeuri.{h,c} to cpename.{h,c} to reflect that it needn't be URI anymore

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 22 14:33:38 2012 +0200

    Do not hide public API symbols xccdf_benchmark_get_{item,member}
    
    This has caused the python and perl bindings to fail to import.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 22 13:26:02 2012 +0200

    Replaced CPE format detecting regexes with official ones

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 22 12:40:15 2012 +0200

    Bump supported version of CPE name to 2.3

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 22 12:39:17 2012 +0200

    Removed unused code - cpe_assign_values

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 21 15:03:26 2012 +0200

    remove oscap_file_exists()

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 21 14:50:52 2012 +0200

    change oscap_find_file() indention

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 21 14:45:20 2012 +0200

    provide oscap_schematron_validate_document() function

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 21 14:39:26 2012 +0200

    Added serialization support for CPE 2.3 strings

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 21 14:29:01 2012 +0200

    Initial parsing support for CPE 2.3 strings

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 21 14:11:14 2012 +0200

    Slightly stricter WFN regex

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 21 14:07:23 2012 +0200

    CPE 2.3 string has all the components mandatory, upgraded the regex

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 21 12:33:08 2012 +0200

    move oval validate-xml from app_validate_xml() to oscap-oval module

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 20 13:48:33 2012 +0200

    tests: Test for trac#162 issue.
    
    Signed-off-by: Martin Preisler <mpreisle@redhat.com>

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Mon Aug 20 11:07:14 2012 +0200

    trac#162: disjoin internal hashtable of xccdf_benchmark
    
    With scap 1.1, certain members of benchmark are not guaranteed
    to have different ID (e.g. a profile and a group with the very
    same ID might co-exists in a valid content). Alas, they cannot
    be stored within a single dictionary.
    
    This brings change of semantics (!) in public API. Function
    xccdf_benchmark_get_item now returns only xccdf:Items.
    The xccdf:Profiles and xccdf:TestResult are no longer returned.
    
    In an unlikely case that your dependent code uses xccdf_benchmark_get_item
    and expects Profiles and TestResults to be returned,
    please amend it to use new xccdf_benchmark_get_member instead.
    
    Addressing:
    Assertion `xccdf_benchmark_get_item(bench, xccdf_item_get_id(item)) == item' failed. Aborted
    
    Signed-off-by: Martin Preisler <mpreisle@redhat.com>

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 20 16:57:40 2012 +0200

    move xccdf validate-xml from app_validate_xml() to oscap-xccdf module

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 20 13:57:19 2012 +0200

    change xccdf_detect_version() API

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Aug 20 13:15:26 2012 +0200

    Added python binding import test and a stubbed out perl import test

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sat Aug 18 22:29:50 2012 +0200

    fixing compiler warning

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Aug 17 14:35:44 2012 +0200

    get rid of a newline that was pass by xmlGetLastError()

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 17 15:26:23 2012 +0200

    Fixed CPE uri creation test to properly handle empty CPE attributes

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Aug 17 15:09:32 2012 +0200

    tests: add files missing from CLEANFILES

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Aug 17 15:09:00 2012 +0200

    tests: fix path to tested OVAL content

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 17 12:02:59 2012 +0200

    Fixed serialization of packed CPE name URIs
    
    Tests now pass with both CPE 2.2 names and CPE 2.3 packed names

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 16 22:46:35 2012 +0200

    error handling in xmlfilecontent_probe

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 16 17:50:49 2012 +0200

    Merge branch 'master' into cpe23-devel

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 16 17:49:27 2012 +0200

    Improved oscap-local.sh to use absolute $PREFIX
    
    That way you can run "oscap-local.sh bash" and use that to debug tests.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 16 17:47:52 2012 +0200

    Fixed memleaks and parsing of packed extended CPE attributes
    
    1 of the CPE tests fails after this commit, will be fixed soon.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Aug 16 16:14:49 2012 +0200

    tests: add files missing from EXTRA_DIST

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 16 16:10:32 2012 +0200

    more specific debug messages related to conflicts in variables
    resolving

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Thu Aug 16 13:23:37 2012 +0200

    tests: Use correct paths and make distcheck happy.
    
    Addressing:
    + xccdf:complex-check -- NAND is working properly[ WARN ]
    + xccdf:complex-check -- single negation  [ WARN ]

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 16 15:24:32 2012 +0200

    [probes] sql57: fixed comment

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 16 15:02:00 2012 +0200

    Fixed warnings in utils/oscap-xccdf.c

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Aug 16 15:03:05 2012 +0200

    [tests] mitre - add linux-def_selinuxsecuritycontext_test.xml

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Aug 16 15:02:29 2012 +0200

    [probes] selinuxsecuritycontext - use file behaviors (#127)

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Aug 16 13:46:27 2012 +0200

    textfilecontent54 probe: optimize regexp handling

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 16 14:51:12 2012 +0200

    Removed dead-code in error.c, replaced invalid \) escape seq

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 16 14:47:32 2012 +0200

    Added missing xccdf_result_add_dc_status decl to XCCDF/unused.h

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 16 13:53:21 2012 +0200

    Added support for dc-status in XCCDF elements with status in them
    
    This is needed for XCCDF 1.2 support

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 16 13:51:48 2012 +0200

    Patched the XCCDF 1.2 schema to be lax when validating dc-status
    
    The reason is that DublinCore XSD is not included in the validation
    bundle, therefore it can't be found when validating and this causes
    errors when with valid content.
    
    Same approach is used for xccdf:reference so I chose this instead of
    downloading the DublinCore XSD and bundling it myself.

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Aug 16 11:36:43 2012 +0200

    [probes] rpminfo - add extended_name and filepaths behavior according to OVAL 5.10 (#138)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 16 10:48:30 2012 +0200

    When CPE name serialization fails, write a message
    
    Previously the test would just fail without any reason.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 16 10:42:24 2012 +0200

    Include DS/public/ds.h in the swig generated files

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 15 20:16:23 2012 +0200

    textfilecontent, textfilecontent54: only inspect regular files

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 15 20:10:30 2012 +0200

    oval fts: add fts_info to OVAL_FTSENT to provide file type information

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 15 18:36:46 2012 +0200

    textfilecontent54 probe: improve error message

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 15 18:36:17 2012 +0200

    Fixed tests/DS/Makefile.am to have the right files in EXTRA_DIST

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 15 18:29:56 2012 +0200

    fix leak in seterr function

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 15 18:28:53 2012 +0200

    add cpe validate-xml functionality

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 15 16:26:06 2012 +0200

    Merge branch 'master' into cpe23-devel

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 15 16:15:17 2012 +0200

    oval_determine_document_schema_version now uses char* instead of xmlChar*
    
    We should not expose dependencies of openscap in public API!

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 15 15:52:01 2012 +0200

    Implemented cpe_dict_detect_version

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 15 15:16:24 2012 +0200

    oval fts: add some comments

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 15 13:35:38 2012 +0200

    Initial support for multiple CPE name formats, edition attr unpacking

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 15 13:31:58 2012 +0200

    minor tweak (add newline in debug message)

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 14 13:48:17 2012 +0200

    Test for a single negated check.
    
    Signed-off-by: Martin Preisler <mpreisle@redhat.com>

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 14 13:13:37 2012 +0200

    The result must not be negated with each _resolve_operation call.
    
    In case there is a more the 2 checks within a complex-check
    the result is negated multiple times and thus producing a nonsence.
    
    Also, this address a case when there is only one check within
    negated complex-check. Previously the result was not negated.
    
    Signed-off-by: Martin Preisler <mpreisle@redhat.com>

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Aug 14 12:46:53 2012 +0200

    Test for flawed corner case of xccdf:complex-check
    
    Signed-off-by: Martin Preisler <mpreisle@redhat.com>

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Aug 14 17:27:19 2012 +0200

    [probes] rpmverifypackage - add the missing extended_name entity (#112)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Aug 13 15:51:37 2012 +0200

    Improved and commented cpe_urldecode

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Aug 13 15:30:37 2012 +0200

    Improved and commented cpe_urlencode

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Aug 10 15:30:52 2012 +0200

    tests: test support for older schemas

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 10 15:45:28 2012 +0200

    Further improvements to error handling in result datastream API

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 10 15:39:42 2012 +0200

    Ignore libxml2 warning about already imported schemas
    
    This makes output from validation easier to read and less clogged.

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Jul 16 18:33:30 2012 +0200

    [probes] add rpmverifypackage probe
    
    This is anything but not ideal. For each verify check - digest,
    signature, deps, verify scripts - is called a  rpmcliVerify() function
    from rpm API with disabled other checks. So for a complete check this
    function is called 4x in the same way as these commands:
    rpm -V --quiet --nofile --nodigest --nodeps --noscripts <package>
    rpm -V --quiet --nofile --signature --nodeps --noscripts <package>
    rpm -V --quiet --nofile --nodigest --nosignature --noscripts <package>
    rpm -V --quiet --nofile --nodigest --nodeps --nosignature <package>

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Aug 10 12:42:08 2012 +0200

    set path to probes for DS tests

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 10 13:37:16 2012 +0200

    Better error reporting/handling in "oscap ds" CLI

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Aug 10 13:08:54 2012 +0200

    probes: make shadow probe respect schema version

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 10 10:49:20 2012 +0200

    We aren't changing the version string in oscap.c, made it const xmlChar

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 10 10:48:39 2012 +0200

    Handle errors when decomposing SDS better in oscap tool

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 9 18:54:29 2012 +0200

    User can now specify which datastream id to use in xccdf eval

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 9 15:23:00 2012 +0200

    More strict and better error handling in source datastream API

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 9 13:36:38 2012 +0200

    Made local helper functions static in sds.c

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 9 13:10:29 2012 +0200

    Use absolute paths for LD_* in Makefile.am for datastream tests
    
    "make check" now passes on my machine w/o openscap being installed.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Aug 9 11:34:21 2012 +0200

    probes: make process probe respect schema version

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 9 01:06:07 2012 +0200

    adjust to new oscap_seterr()

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 9 01:04:33 2012 +0200

    oscap_seterr() allows formatted output conversions for an err desc

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 8 22:19:01 2012 +0200

    drop error code from error checking mechanism

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 8 17:41:03 2012 +0200

    Validate XCCDF before resolving, optionally validate after it

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 8 16:19:39 2012 +0200

    probes: make textfilecontent probe respect schema version

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 8 15:44:59 2012 +0200

    probes: make textfilecontent54 probe respect schema version

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 8 17:14:21 2012 +0200

    Validate source datastream in "oscap xccdf eval"

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 8 16:55:32 2012 +0200

    oval fts: fix double free

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 8 14:59:40 2012 +0200

    Fixed validation issues with XCCDF taken from source datastream

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 8 14:25:39 2012 +0200

    Fix: Interpret return codes from validation in "oscap ds" correctly
    
    oscap_validate_document changed the semantics of the return codes,
    true used to mean validation passed but now it's 0.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 8 13:14:57 2012 +0200

    schemas: remove unterminated comments

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 8 13:11:17 2012 +0200

    change oscap_apply_xslt_var() return codes

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 8 12:49:49 2012 +0200

    Ignore oscap_debug.log files when comparing directories in DS tests

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 8 12:45:20 2012 +0200

    [probes] file: stop collecting items if probe_item_collect returns a non-zero value

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 7 18:55:03 2012 +0200

    probes: made several entities in file probe dependent on schema version

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 8 10:09:30 2012 +0200

    oval_validate_document() return code change (pass,fail,error) #2

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 7 16:03:06 2012 +0200

    check "doc_version" in app_validate_xml()

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 7 15:46:50 2012 +0200

    oval_validate_document() return code change (pass,fail,error)

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 7 12:33:19 2012 +0200

    workaround old schema version(linux-variables) in mitre testsuite

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 7 12:23:38 2012 +0200

    append file name and line number to oscap errmsg

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 7 12:21:41 2012 +0200

    run validation only against one particular schema

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 7 16:20:15 2012 +0200

    Removed forgotten printfs in oscap_validate_document

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 7 16:10:52 2012 +0200

    Build fixes in datastream, alloc is not in public API now

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Aug 7 15:06:45 2012 +0200

    Merge branch 'datastreams-devel'

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Aug 7 12:18:51 2012 +0200

    openscap-0.8.4

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Aug 7 10:54:08 2012 +0200

    synchronize configure.ac with password probe

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 6 16:20:41 2012 +0200

    [probes] password: return the last_login entity for OVAL 5.10 and above

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Aug 3 17:02:18 2012 +0200

    schemas: modify schemas to resolve parsing issues

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Aug 6 10:55:26 2012 +0200

    schemas: add new OVAL schemas 5.9, 5.10.1

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Aug 6 10:17:31 2012 +0200

    schemas: fix paths for OVAL schemas 5.3, 5.4

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 6 10:11:42 2012 +0200

    [probes] sysctl: return multiline sysctl values as multiple value entities in OVAL 5.10 and above

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Aug 3 15:02:36 2012 +0200

    schemas: add missing schematron file

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 3 14:54:59 2012 +0200

    Get dublin core element content from the right element
    
    This prevents duplication of text in dublin core content in
    xccdf:reference

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 3 14:50:21 2012 +0200

    Merge branch 'master' of ssh://git.fedorahosted.org/git/openscap

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 3 14:49:08 2012 +0200

    Store @href separately in xccdf:reference, it may exist even for DC
    
    The implementation "abused" the dc:identifier storage for @href
    previously.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Aug 3 14:13:56 2012 +0200

    move oscap_alloc* stuff into non public API #2

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Aug 3 13:57:40 2012 +0200

    schemas: rename schematron file

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Aug 3 13:40:18 2012 +0200

    Fixed issues with dublin core references used mainly in XCCDFs
    
    The namespace is created locally if it doesn't exist, only non-empty
    fields are exported now, fixed a bug when loading DC refs.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Aug 3 12:55:12 2012 +0200

    fix OVAL version of scap-rhel6-oval.xml

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Aug 3 12:51:22 2012 +0200

    move oscap_alloc* stuff into non public API

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Aug 3 13:05:54 2012 +0200

    oval fts: correct detection of local filesystems

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 3 11:08:00 2012 +0200

    [probes] iflisteners: changed type of the user_id entity for OVAL versions 5.10 and above

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 2 23:50:24 2012 +0200

    add schematron files

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 2 18:34:25 2012 +0200

    fix path to schematron files

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Aug 2 18:09:00 2012 +0200

    oval fts: don't traverse paths causing cycles in the filesystem tree

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Aug 2 18:06:03 2012 +0200

    oval fts: respect filesystem restrictions even when selecting paths with a regexp

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 2 17:49:00 2012 +0200

    Updated usage help for "oscap xccdf eval"

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 2 17:08:05 2012 +0200

    Support ip-v6 addresses in ARF asset identification
    
    These are converted from XCCDF target-address elements

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 2 16:59:48 2012 +0200

    consolidate functions for debug log (get rid of seap-debug.h)

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 2 11:29:40 2012 +0200

    minor logging tweaks

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 2 16:25:55 2012 +0200

    Include OVAL results when we are exporting ARF in oscap xccdf eval
    
    If user hasn't explicitly requested oval results we will export them
    to a temporary directory.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 2 15:57:39 2012 +0200

    Support --results-arf in oscap xccdf eval even with plain XCCDF as input

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 2 15:50:54 2012 +0200

    Merge branch 'master' into datastreams-devel
    
    Conflicts:
    	utils/oscap-xccdf.c

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 2 15:43:39 2012 +0200

    Initial support for --results-arf in oscap xccdf eval, only SDS for now
    
    I will add support for ARF exporting for plain XCCDFs soon.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 2 15:11:37 2012 +0200

    Use temp_dir for XCCDF results if needed in "oscap xccdf eval"
    
    This is in preparation for --results-arf but it does add one useful
    feature: You no longer have to specify --results for --report to work.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 2 15:02:59 2012 +0200

    [OVAL] oval_version_to_cstr: use correct format strings

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 2 14:15:18 2012 +0200

    Only inherit flags that are defined in the ancestor when resolving
    
    This works around the Profile/@hidden regression in openscap 0.8.3.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 2 13:07:20 2012 +0200

    [probes] xinetd: fixed a NULL dereference bug

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Aug 2 11:23:03 2012 +0200

    Detect OVAL results version when validating in "oscap ds rds_create"

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 1 18:01:51 2012 +0200

    Added oscap ds rds-validate

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 1 17:07:44 2012 +0200

    Silenced a warning, renamed datastream CLI cmds to be easier to write

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Aug 1 14:40:37 2012 +0200

    Added oscap ds sds_validate

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Jul 30 12:37:50 2012 +0200

    openscap-0.8.3

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Jul 30 12:35:36 2012 +0200

    remove oval_agent_get_generator_template from api

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jul 27 10:23:21 2012 +0200

    validate exported documents in make check

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jul 27 09:27:44 2012 +0200

    schema location does not reference to URL

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jul 27 09:24:54 2012 +0200

    schema version of imported and exported content is same.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jul 27 09:21:50 2012 +0200

    rework product_name setting for exported documents

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jul 27 00:59:21 2012 +0200

    Use schema based on detected version with 'oscap xccdf validate-xml'
    
    This provides much better error reporting.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 25 14:52:28 2012 +0200

    [OVAL/probes] OVAL FTS: don't recurse into directories if it's not needed (#155)

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Jul 24 13:12:45 2012 +0200

    [common] fixed read_status()

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 24 17:28:07 2012 +0200

    Don't duplicate the hidden attribute in xccdf:Group when exporting

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 24 12:31:42 2012 +0200

    ac_probes.sh: Use mktemp to create a temporary directory and do a cleanup at the end

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jul 23 18:32:37 2012 +0200

    Plugged a memory leak when exporting metadata in Benchmark

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jul 23 18:22:07 2012 +0200

    Make sure Rule's rationale doesn't have tags escaped if it's HTML

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 23 18:21:43 2012 +0200

    [probes] partition: adjust the probe to recent API changes; utilize the OVAL version API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 23 18:16:22 2012 +0200

    [OVAL/probes] pass the schema version to probes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sat Jul 21 00:19:25 2012 +0200

    [tests] simplified OVAL version API test macros

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jul 20 17:54:37 2012 +0200

    [tests] Added OVAL version API test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jul 20 17:53:00 2012 +0200

    [OVAL] Added OVAL version API

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jul 20 15:29:38 2012 +0200

    Support for OSCAP_FULL_VALIDATION in the datastream oscap changes

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jul 20 15:11:01 2012 +0200

    Merge branch 'master' into datastreams-devel

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jul 20 15:09:25 2012 +0200

    Only validate results with oscap tool with OSCAP_FULL_VALIDATION env var

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jul 20 12:34:55 2012 +0200

    Simple test that evaluations a source data stream with no profile
    
    No checks are actually evaluated because the default profile of the SDS
    has no check selected.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jul 19 17:23:18 2012 +0200

    Remove the tmpdir we create to split the source datastream in oscap

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jul 19 16:27:47 2012 +0200

    Initial support for 'oscap xccdf eval' with source data streams
    
    Memory leaks have been fixed but this commit does leak the tmpdir
    it creates! Will be fixed in future commits.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jul 19 16:21:48 2012 +0200

    Merge branch 'master' into datastreams-devel

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jul 19 16:20:45 2012 +0200

    Fixed memleaks in oval_determine_document_schema_version

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 18 17:58:28 2012 +0200

    Added 'oscap ds rds_create' test with bare TestResult XCCDF result

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 18 15:43:01 2012 +0200

    [probes] rpmverifyfile: stop collecting items if probe_item_collect returns a non-zero value

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 18 15:40:15 2012 +0200

    [tests] added memusage API test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 18 15:39:47 2012 +0200

    [common] reworked the memusage API

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 18 15:35:48 2012 +0200

    Use target-address as ip-v4 in asset identification, fixed memleaks

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 18 15:07:47 2012 +0200

    Use <target> from XCCDF TestResult as FQDN for asset identification

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 18 14:47:01 2012 +0200

    Initial support for asset identification in RDS/ARF
    
    The assets are there with relationships handled but their content is
    stubbed out.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 17 17:59:45 2012 +0200

    Merge branch 'master' into datastreams-devel

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 17 17:52:28 2012 +0200

    Added *~, swp files, .clang_complete and oscap_debug.log.* to gitignore

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 17 17:25:20 2012 +0200

    Added schemas for ARF/RDS validation

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 17 16:37:36 2012 +0200

    Put arf:report contents into the arf:content subelement as XSD dictates

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 17 16:30:47 2012 +0200

    Added missing arfvocab namespace to the relationships element in RDS

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 17 16:19:28 2012 +0200

    Newlines after error messages , arf-content should be arf:content

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 17 16:11:46 2012 +0200

    Added core:relationship support to ARF/RDS create code

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 17 16:09:07 2012 +0200

    First version of the 'oscap ds rds_create' test, exports and validates
    
    Right now the validation will fail due to issues in the RDS code. This
    will be fixed soon.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 17 15:58:17 2012 +0200

    Added validation machinery for ARF/ResultDataStream files

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 17 14:32:32 2012 +0200

    [probes] probe core: fixed a potential deadlock in the input handler thread

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 17 14:31:27 2012 +0200

    [probes] probe core & API: refactored item collecting for better flow control

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 17 14:00:37 2012 +0200

    Fixed error msg format string after validation fails with 'oscap ds *'

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 17 13:58:10 2012 +0200

    Fixed memory leak that happened after all 'oscap ds' commands ended

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 16 16:20:21 2012 +0200

    [probes] probe_icache_worker: don't free the item if probe_cobj_add_item fails

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Jul 16 16:11:13 2012 +0200

    [probes] rpmverifyfile - clean dead code

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 16 15:50:38 2012 +0200

    [probes] probe core: don't freeze the probe process if adding an item to a collected object fails

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Jul 16 15:01:31 2012 +0200

    update spec files with rpmverifyfile probe

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Jul 11 17:57:50 2012 +0200

    [probes] add rpmverifyfile probe

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 16 14:55:18 2012 +0200

    [probes] probe API: implemented probe_entval_from_cstr function (#149)

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jul 13 11:56:21 2012 +0200

    [tests] probe API: added probe_ent_from_cstr test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jul 13 11:24:48 2012 +0200

    [probes] probe_ent_from_cstr: added missing argument to assume_d calls

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 12 18:02:43 2012 +0200

    [probes] probe API: added probe_ent_from_cstr function

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jul 12 16:23:31 2012 +0200

    Include OVAL results in the result data stream, fixed pointer arith bug

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jul 12 15:33:34 2012 +0200

    Initial support for CLI "oscap ds rds_create"

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jul 12 13:43:02 2012 +0200

    Restructured the data stream tests a bit to prepare space for ARF tests

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jul 12 12:45:08 2012 +0200

    Validate source data stream after exporting using oscap ds sds_compose

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jul 12 12:37:24 2012 +0200

    Validate source data streams before splitting them

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 11 18:31:08 2012 +0200

    Removed a source data stream test that produces invalid datastream
    
    The empty XCCDF test can't possibly fill the <checks> collection element
    in th resulting data stream.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 11 18:11:08 2012 +0200

    Reindented everything with tabs

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 11 18:05:57 2012 +0200

    Use ids for SDS elements that will pass validation by the XSD
    
    We get rid of the artificially added prefix when decomposing to
    produce nicer filenames.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 11 16:32:43 2012 +0200

    Don't write out empty catalogs in SDSs

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 11 16:27:49 2012 +0200

    Write attributes required by the SDS XSD to data-stream

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 11 16:17:14 2012 +0200

    Write attributes required by the SDS XSD to data-stream-collection

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Jul 11 16:13:54 2012 +0200

    ac_probes: fix SOURCES detection script

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 11 15:24:14 2012 +0200

    No empty collections in SDS, valid component-ref ids
    
    The supplied source data stream XSD doesn't allow empty collections

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 11 13:25:48 2012 +0200

    Synchronized configure.ac.tpl with configure.ac

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jul 11 13:22:27 2012 +0200

    Merge branch 'master' into datastreams-devel

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Jul 11 13:13:04 2012 +0200

    synchronize configure.ac.tpl with configure.ac (#146)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 10 18:07:50 2012 +0200

    Use local XSDs in source data stream schema, added OCIL 2.0 schema
    
    Note: openscap does NOT support OCIL at this point, the schema was
    added just because the data stream schema needs to import it!

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 10 17:39:32 2012 +0200

    Initial commit of Source Data Stream schema bundle

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 10 16:18:33 2012 +0200

    Added a more complex test for SDS, XCCDF containing multiple OVAL files

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 10 15:36:48 2012 +0200

    Initial datastream tests for source data stream spliting and composing

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 10 15:07:56 2012 +0200

    Merge branch 'master' into datastreams-devel

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jul 9 16:46:19 2012 +0200

    ds_sds_compose_from_xccdf should save to the target_datastream file

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jul 9 11:28:07 2012 +0200

    Added CLI support for "oscap ds sds_compose"

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jul 9 11:17:55 2012 +0200

    Added CLI support for "oscap ds sds_split"

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jul 4 13:35:39 2012 +0200

    [schemas] add additional OVAL schemas (5.3, 5.4)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jul 3 15:02:06 2012 +0200

    Only put TestResult in the ARF XCCDF report, support 1+ of them

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Jul 3 09:19:44 2012 +0200

    [probes] rpmverify: use realpath(file) in EQUAL and NOT EQUAL operations (#145)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jul 2 11:52:22 2012 +0200

    Support for OVAL result files when composing result data stream

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jun 29 14:32:32 2012 +0200

    Added report ids for reports inside the result data stream

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jun 28 17:00:06 2012 +0200

    Wrap reports in the result data stream

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jun 28 16:29:59 2012 +0200

    move NDEBUG from CFLAGS into config.h

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jun 28 15:03:21 2012 +0200

    Beginnings of the result data stream supporting implementation
    
    The function creates the husk ARF and bundles given source data stream in it.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jun 28 13:14:20 2012 +0200

    Changed API function names in datastream, sds instead of ids

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 28 00:22:41 2012 +0200

    [probes] probe core: use timed join when joining with the input worker thread

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jun 27 23:21:54 2012 +0200

    [probes] probe core: check the return value of pthread_barrier_wait

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jun 27 15:07:24 2012 +0200

    [probes] probe core: synchronize the initialization process to prevent a deadlock

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jun 28 13:07:49 2012 +0200

    Moved ids.c to sds.c, to conform SCAP specification naming - source data stream

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jun 28 12:21:48 2012 +0200

    More safety when discovering XCCDF dependencies for datastreams

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jun 28 12:13:34 2012 +0200

    Consistently use real paths in component-ref ids

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jun 28 11:57:51 2012 +0200

    Use the xlink namespace for datastream attributes where appropriate

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 27 17:36:51 2012 +0200

    More nasty memory leaks fixed in datastream composition implementation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 27 16:50:04 2012 +0200

    [tests] test_api_xccdf.sh fixing

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 27 15:13:30 2012 +0200

    Fixed memleaks related to skipping duplicate XCCDF dependencies in DS

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 27 15:09:14 2012 +0200

    Add proper timestamps to components in datastream

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 27 14:45:28 2012 +0200

    Use oscap_seterr for XPath related errors in DS creation

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 27 14:41:21 2012 +0200

    Detect duplicates in the dependency catalog and avoid adding them in DS

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 27 14:30:38 2012 +0200

    Also check the component-ref/@id when looking for duplicates in DS

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 27 14:25:03 2012 +0200

    Don't add duplicate components and component-refs when assembling DS
    
    Duplicate catalog uris are still added, will be dealt with soon.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 27 14:24:03 2012 +0200

    [oscap] rework oscap-debug.txt to oscap-local.sh

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 27 13:24:24 2012 +0200

    Introduced another namespace called 'cat' in the datastream
    
    'cat' is used for component dependency catalog and its entries

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 27 13:12:09 2012 +0200

    Use BAD_CAST instead of (const xmlChar*) for consistency
    
    The rest of the codebase uses BAD_CAST

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 27 13:02:45 2012 +0200

    Put elements into the xlink namespace where appropriate

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 27 12:48:50 2012 +0200

    Added documentation for ds_ids_compose_from_xccdf

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 26 18:02:28 2012 +0200

    Add metadata to a rule in XCCDF 1.2 API check

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jun 26 17:00:16 2012 +0200

    [schemas] distribute additional OVAL schemas (5.5, 5.6, 5.7), workaround Makefile.am wildcard issue

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 26 17:49:03 2012 +0200

    Add XCCDF deps to its catalog when creating a data-stream-collection

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jun 26 17:46:12 2012 +0200

    rework XCCDF export & validate test

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jun 26 17:45:00 2012 +0200

    fix typo in OSCAP_SCHEMAS_TABLE

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 26 17:15:17 2012 +0200

    Initial implementation of XCCDF dependency detection in ds_ids_compose_*
    
    Duplicates are not skipped at this point, running this on real XCCDF
    and OVAL data will create huge datastreams.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 26 15:10:18 2012 +0200

    Got rid of unsigned/signed char warnings

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jun 26 14:30:51 2012 +0200

    [utils] oscap: use correct schema version for document validation

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jun 26 14:29:02 2012 +0200

    [oval] implement oval_determine_document_schema_version()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jun 21 13:42:47 2012 +0200

    [utils] oscap: enable passing of oval command options through environment variable

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jun 21 15:16:20 2012 +0200

    [schemas] Makefile.am: shorten file lists

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jun 19 16:36:07 2012 +0200

    [schemas] update OVAL schemata to 5.10

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 26 12:30:05 2012 +0200

    Wrapping files into components works now

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 26 12:04:32 2012 +0200

    The metadata element was misplaced in xccdf:Benchmark at export, causing validation issues

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jun 25 16:39:14 2012 +0200

    [oval] define macros for root element names

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jun 22 15:49:51 2012 +0200

    Beginnings of ds_ids_compose_from_xccdf implementation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 21 18:24:43 2012 +0200

    gnulib update

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 21 18:12:35 2012 +0200

    [probes] Use 64-bit ints in probe_ent_cmp_int

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jun 21 16:07:29 2012 +0200

    Properly closed the doxygen documentation group in DS/public/ds.h

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jun 21 16:05:52 2012 +0200

    Added documentation for ds_ids_decompose

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jun 21 15:22:54 2012 +0200

    Provide less pathetic error messages when things go wrong when splitting datastreams

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Jun 21 14:07:29 2012 +0200

    Revert "update gnulib"
    
    This reverts commit ba0db983b7e17aab08a058d70f976e35b8b7abdd.

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Jun 21 14:07:14 2012 +0200

    Revert "fix update gnulib"
    
    This reverts commit 4bd4bb98fd1e3b7dd4f99a12eb14fb02bde2f4b6.

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Jun 21 13:57:56 2012 +0200

    fix update gnulib

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jun 21 13:50:17 2012 +0200

    Fixed xmlGetProp related memory leaks in ds_ids_decompose

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jun 21 13:38:11 2012 +0200

    Deal with folders in paths of the component refs in input data stream decompose

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 20 16:18:14 2012 +0200

    Check properly before stripping the # character from attributes, the result must be a valid string

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 20 16:08:40 2012 +0200

    Export the checklist to a more sensible filename than a-xccdf.xml

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 20 15:50:39 2012 +0200

    Error handling, removed debugging printfs, got rid of warnings

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 20 14:17:02 2012 +0200

    Ensure all required namespace refs are in the new root node when dumping a component

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 20 13:51:46 2012 +0200

    Checklist with all its dependencies is dumped now

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 20 10:28:03 2012 +0200

    Dumping of components to files works now, including handling of namespaces

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Jun 20 09:19:17 2012 +0200

    update gnulib

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jun 18 23:27:41 2012 +0200

    Initial datastream code, mostly stubbed out

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jun 18 11:32:39 2012 +0200

    Don't repeat test result id in the title in xccdf report

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jun 15 14:04:00 2012 +0200

    Be robust when dealing with NULL variable export conflicts in OVAL

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jun 14 12:32:52 2012 +0200

    Put version and revision info to the right in security guides

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 13 16:23:13 2012 +0200

    Make result titles links to fill the role of the 'view' column in xccdf-report.xsl

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 13 14:11:14 2012 +0200

    Fixed a bug in xccdf report, profile is now reported correctly

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 13 13:49:27 2012 +0200

    Check the system of ident to optionally provide links in xccdf report

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 13 13:39:48 2012 +0200

    Display percentage and divide the bar in score listings in xccdf reports

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 13 13:27:28 2012 +0200

    Display benchmark @href if any in xccdf reports

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 13 13:09:43 2012 +0200

    Added table row bottom borders to improve usability in xccdf reports

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 13 12:58:40 2012 +0200

    Removed the quicknav menu from xccdf reports

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 13 12:52:28 2012 +0200

    Don't use the tr:hover usability feature for raw tables in xccdf reports

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 13 12:45:45 2012 +0200

    Merged score into introduction in xccdf-report.xsl

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 13 12:38:42 2012 +0200

    Use the same width for each of the rule result legend columns in xccdf-report.xsl
    
    Also added bottom margin to the table.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 13 12:32:16 2012 +0200

    Provide links for CVE IDs in the reports

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jun 13 10:22:43 2012 +0200

    Split results chapter into results overview and details in xccdf-report.xsl

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 12 17:50:18 2012 +0200

    Divided the introduction chapter to 2 sections in xccdf-report.xsl - test result and target info

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 12 15:47:15 2012 +0200

    Fixed a namespace related bug WRT svg score bars in xccdf-report.xsl

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 12 14:08:07 2012 +0200

    Display both Benchmark's and TestResult's platforms in xccdf-report.xsl

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 12 14:06:13 2012 +0200

    Moved Rule Results Summary closer to Results in xccdf-report.xsl

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 12 14:03:17 2012 +0200

    Display a horizontal table with summary info instead of a list in xccdf-report.xsl

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 12 13:37:52 2012 +0200

    More useful title in xccdf-report.xsl

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 12 12:10:13 2012 +0200

    Fixed xsl:message contents in xccdf-report.xsl

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 12 12:08:03 2012 +0200

    Less unused space in db2html xslt, it also now handles @align in db:entry

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Jun 11 15:12:05 2012 +0200

    Don't display target name(s) twice in xccdf report

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jun 8 13:38:43 2012 +0200

    Added a note about the ac_probes template to the configure.ac(.tpl) files

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jun 8 13:24:05 2012 +0200

    Merged version bump in configure.ac to ac_probes/configure.ac.tpl

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Jun 5 11:34:53 2012 +0200

    Write '&amp;' instead of '&' in SCE stdout, prevents XML entity errors

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jun 1 15:24:22 2012 +0200

    [probes] dnscache: use the not applicable flag instead of the not collected status

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jun 1 10:55:29 2012 +0200

    Don't repeat information in the result report

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Apr 26 15:54:22 2012 +0200

    XCCDF's target-id-ref element is now parsed and exported
    
    any element support is pending but xccdf_target_identifier class is ready for it

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Apr 20 11:48:23 2012 +0200

    Localize variables to their templates in xccdf-report.xsl in preparation for 2-pass transformation

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Apr 16 13:52:14 2012 +0200

    Don't hide nested rules by default when generating security guide for default profile

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Apr 11 15:56:33 2012 +0200

    Added a new xccdf_target_identifier structure that represents xccdf:target-id-ref or any element
    
    It is currently not used in TestResult, that will come in another commit

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 10 17:21:11 2012 +0200

    Test import/export of XCCDF 1.1 and 1.2 separately

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 10 12:50:28 2012 +0200

    Require 'ipcalc' for test_probes_interface

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Apr 10 10:45:04 2012 +0200

    Report which executable is missing in test_common.sh's require

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Apr 6 15:39:57 2012 +0200

    Removed declarations of non-existant functions

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Apr 6 11:21:57 2012 +0200

    Added XCCDF 1.2 version of sectool-xccdf.xml, mainly for testing purposes

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Apr 6 11:17:39 2012 +0200

    Removed usage of XCCDF_BASE_NAMESPACE and related macros

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Apr 6 10:48:42 2012 +0200

    First stab at multi version support for XCCDF, openscap can load 1.1 and some 1.2 documents and save them in the same version
    
    Compatibility support for test result @id pattern in XCCDF 1.2 added.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Apr 4 15:05:30 2012 +0200

    Offer XCCDF version detection in the API, detect version before validating XCCDFs

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Apr 4 14:02:27 2012 +0200

    Fixed a typo in oscap error report

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Apr 4 13:56:17 2012 +0200

    Fixed a trivial memory leak in xccdf_item_to_dom

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Apr 4 13:46:45 2012 +0200

    oscap now allows generating a custom document from XCCDF (using a custom XSLT)
    
    This is a slightly reworked patch by Maura Dailey, thanks!

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Apr 2 16:04:15 2012 +0200

    metadata is 0..* in XCCDF 1.2 and can be in any item
    
    This change doesn't break backwards compatibility with XCCDF 1.1

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Apr 2 11:19:53 2012 +0200

    Merge

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Mar 30 16:18:20 2012 +0200

    [OVAL] fix a memleak

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Mar 29 17:19:19 2012 +0200

    [oscap] fixing various compiler warnings

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Mar 29 20:26:38 2012 +0200

    [OVAL] proper calculation of results for items with missing entities

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 29 17:09:11 2012 +0200

    [SEAP,XCCDF] minor fixes to quiet gcc

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Mar 29 15:30:35 2012 +0200

    Don't output XSD validation errors to stdout in case we are trying all versions

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Mar 29 15:29:45 2012 +0200

    Plugged a memory leak related to schema version detection from namespace

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Mar 29 14:47:49 2012 +0200

    Keep XCCDF schema bundles of each minor version, patch versions update the minor versions

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Mar 28 17:36:42 2012 +0200

    Deduce the XCCDF schema version from namespace of the root element

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Mar 28 16:54:01 2012 +0200

    Added schema_version to XCCDF benchmark, added a way to figure out schema version in other items

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Mar 28 15:03:03 2012 +0200

    oscap_validate_document can validate XCCDF 1.2 now, it tries to validate multiple versions if no version is passed

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Mar 28 13:11:41 2012 +0200

    Added XCCDF 1.2 schemas (from official schema bundle)

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Mar 28 18:50:36 2012 +0200

    openscap-0.8.2

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Mar 26 12:50:03 2012 +0200

    Validate SCE results being exported after XCCDF eval is run (oscap tool)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Mar 23 15:11:07 2012 +0100

    Validate OVAL results being exported after XCCDF eval is run (oscap tool)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Mar 23 13:30:48 2012 +0100

    Makefile.am entries for xccdf_1.1_to_1.2.xsl and sce-result-schema.xsd

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Mar 22 14:03:07 2012 +0100

    Use enumeration from XCCDF XSD instead of an integer for SCE XCCDF result
    
    Suggestion by David Solin, thanks!

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Mar 21 13:20:24 2012 +0100

    Fixed xccdf_1.1_to_1.2.xsl @extends migrations

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Mar 21 11:47:04 2012 +0100

    Pass reverse_DNS as a param to xccdf_1.1_to_1.2.xsl transformation, quote string literals

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Mar 21 10:59:20 2012 +0100

    Added XSLT 1.0 transformation that migrates XCCDF 1.1 content to 1.2

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 20 16:19:51 2012 +0100

    [probes] rpmverify: include directories when inspecting the package content

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 20 16:08:08 2012 +0100

    [utils] app_xslt: pass a correct pointer to getcwd()

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Mar 14 13:30:05 2012 +0100

    Get SCE stdout from check-import if possible when generating reports
    
    Note: It falls back to looking for SCE result files but only if the content
          lacks check-import with import-name="stdout"

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Mar 13 17:34:33 2012 +0100

    [oscap] fix short options in getopt

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Mar 12 17:06:18 2012 +0100

    Added documentation for SCE API functions

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Mar 12 14:17:22 2012 +0100

    Added environment variables back to the SCE result file

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Mar 9 14:46:11 2012 +0100

    Added check-import stdout element into every check in sectool XCCDF

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Mar 9 11:57:16 2012 +0100

    Passing check-imports to checking engines, added support for "stdout" import to SCE
    
    Note: We are no longer exporting passed environment variables in SCE, this needs
          to be fixed or documented!

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Mar 8 11:49:19 2012 +0100

    Parse, store and export check-import's @import-xpath attribute
    
    This is a new attribute in XCCDF 1.2
    NB: The value itself is not being interpreted at the moment!

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Mar 7 12:28:04 2012 +0100

    added SCE result file XSD

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Mar 5 18:35:32 2012 +0100

    Imply there is default scoring model specified for each Benchmark

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Mar 2 13:45:33 2012 +0100

    [tests] simple fts test for empty 'filename' entity with pattern match

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Mar 1 13:31:36 2012 +0100

    fix README

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Feb 22 17:12:13 2012 +0100

    update spec files

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Feb 22 11:33:43 2012 +0100

    Don't rely on PWD being a defined env variable, use getcwd instead
    
    Fixes issues with oscap tool not being able to locate OVAL and SCE results
    when generating XHTML report after evaluation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Feb 21 15:41:39 2012 +0100

    [dist] remove old openscap SysV init script

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Feb 16 09:54:21 2012 +0100

    Added oval_agent_export_sysinfo_to_xccdf_result deprecated delegate to avoid breaking API

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Feb 21 14:19:32 2012 +0100

    minor sectool content work

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Feb 15 14:42:04 2012 +0100

    bump release number

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Feb 15 13:47:46 2012 +0100

    Fixed a variable name typo in 09_selinux.sh SCE check

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Feb 15 09:30:11 2012 +0100

    provide sample profiles in "sectool" content

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Feb 14 18:02:32 2012 +0100

    Added sce-template parameter to "oscap xccdf generate", added it xccdf-report.xsl as well

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Feb 14 12:09:15 2012 +0100

    Report when exporting SCE result fails, replaced 0 with NULL where applicable, check for NULL before freeing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Feb 13 22:05:05 2012 +0100

    provide content-sectool

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Mon Feb 6 13:36:33 2012 +0100

    Introduced SCE session, added migrated sectool xccdf content

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Tue Feb 7 16:44:24 2012 +0100

    Don't alter result and benchmark when policy is being exported. Fixes scap-workbench tailoring bug.

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Feb 3 14:15:26 2012 +0100

    Changed SCE system name to URL of its description, same with SCE result file

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Feb 3 11:13:39 2012 +0100

    Show details after XSLT transform for checks that returned error, fail, informational or unknown result
    
    NB: Previously we only displayed details when checks returned failed or fixed result

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Wed Jan 25 17:17:49 2012 +0100

    Added __dir__ override to Python bindings, makes auto-completion more useful

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Jan 19 10:56:43 2012 +0100

    results are in XML form now, fixed file_entry_iterator_next's return type, XSLT now incorporates SCE stdouts when checks fail

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jan 20 13:52:35 2012 +0100

    Remove a workaround in test_sce.sh that's no longer required

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jan 20 13:08:59 2012 +0100

    Python bindings fixes
    
    We should not assume that all referenced files are OVAL files
    Getting item values from a complex check wasn't extending the resulting list

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Jan 6 16:02:25 2012 +0100

    Moved to API, added to bindings, use oscap's sprintf for simpler code, only copy href when necessary, waitpid instead of wait to be extra safe

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jan 11 13:55:48 2012 +0100

    [OVAL] fix memleak

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jan 9 14:53:34 2012 +0100

    [tests] disable mitre tests that does not pass on Fedora 16

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jan 9 13:07:58 2012 +0100

    [utils/oscap] utilize generator templates for OVAL documents creation

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jan 9 13:03:42 2012 +0100

    [OVAL] provide more control over the 'generator' element through OVAL agent session
    
    new agent API functions:
      oval_agent_set_generator_template()
      oval_agent_get_generator_template()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jan 5 14:35:03 2012 +0100

    [XCCDF] add xccdf_result_fill_sysinfo() to api

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jan 3 17:41:24 2012 +0100

    [XCCDF] don't use OVAL for sysinfo gathering
    
    remove oval_agent_export_sysinfo_to_xccdf_result() from api
    reimplement the same functionality in oscap-xccdf

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jan 3 13:34:45 2012 +0100

    [SCE] minor fix - ifdef

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Dec 16 14:04:45 2011 +0100

    Added variable passing to SCE (via environment variables), result files are now exported from each SCE check
    
    NB: result files will be optional in the future

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Dec 16 13:05:18 2011 +0100

    [Makefile] minor fixes

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Thu Dec 1 13:26:53 2011 +0100

    Added script check engine (experimental)

Author: Martin Preisler <mpreisle@redhat.com>
Date:   Fri Dec 9 14:49:35 2011 +0100

    Provide checking system name when querying referenced files

Author: Simon Lukasik <slukasik@redhat.com>
Date:   Tue Nov 29 16:21:03 2011 +0100

    fixing a consequence of a7827184fe47543980a0b42c162d3cd34e1a5994.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Nov 7 14:57:12 2011 +0100

    [tests] enable two more mitre tests

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Nov 7 13:55:33 2011 +0100

    filehash58 - compare all possible hash types

Author: Josh <Joshua.Kayse@gtri.gatech.edu>
Date:   Thu Oct 27 17:18:37 2011 -0400

    change tmout and autologout check to less than or equal

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Oct 20 15:49:19 2011 +0200

    [probes] filehash58: SHA-224 and SHA-384 output size

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Oct 20 14:37:25 2011 +0200

    [OVAL] correction to parsing of variable values

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 20 12:19:48 2011 +0200

    [tests] include linux-def_inetlisteningservers_test.xml in mitre test
    suite

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Oct 19 17:50:25 2011 +0200

    inetlisteningservers - don't stop after EACCESS and collect all accessible informations

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Oct 19 17:50:24 2011 +0200

    add OVAL_LINUX_INET_LISTENING_SERVER - inetlisteningserver for inetlisteningserver_item

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 19 15:28:28 2011 +0200

    [tests] update mitre test suite

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 19 15:10:13 2011 +0200

    [probes] add "\n" to debug message

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 19 14:35:09 2011 +0200

    [probes] fix incorrect use of PROBE_EUNKNOWN

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 12 17:24:32 2011 +0200

    [dist] mark content as example

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 11 16:49:24 2011 +0200

    update release date

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 11 16:41:05 2011 +0200

    increment LT_CURRENT

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 11 16:16:26 2011 +0200

    [dist] update bash_completion

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 11 15:06:41 2011 +0200

    [XCCDF] validate XCCDF Results after evaluation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 11 14:35:11 2011 +0200

    [XCCDF] make exported document valid against XCCDF schemas

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 10 21:42:26 2011 +0200

    [dist] RHEL6 content update #2

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 10 20:42:33 2011 +0200

    [dist] RHEL6 content update

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 10 17:48:33 2011 +0200

    [oscap] fixing compiler warnings

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 10 17:42:32 2011 +0200

    get rid of ENABLE_XCCDF macro in public header files

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Oct 6 16:41:54 2011 +0200

    [tests] fts: add several tests for recursion

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Oct 6 16:40:49 2011 +0200

    [probes] fts: don't skip fts root during recursion

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 6 16:41:19 2011 +0200

    fixing compiler warnings

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Oct 6 14:22:28 2011 +0200

    [tests] fixing interface probe test

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 5 21:12:04 2011 +0200

    [dist] extra-probes package for RHEL5

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Oct 5 14:09:50 2011 +0200

    [probes] fts: correction to max depth limit of collected directories

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Oct 5 12:42:51 2011 +0200

    [probes] fts: add missing 'break'

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Oct 4 17:49:38 2011 +0200

    environmentvariable58 - optimize read_environment()

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 4 18:10:48 2011 +0200

    [oscap] introduce OSCAP_ERR_MSG

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 4 17:14:58 2011 +0200

    [oscap] fixing segfault in oscap tool

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 4 16:42:56 2011 +0200

    oscap-debug.txt change

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Sep 30 09:46:41 2011 +0200

    [probes] oval_fts: fixing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Sep 29 17:17:01 2011 +0200

    [OVAL] info message about unknown definition

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Sep 29 17:16:34 2011 +0200

    bump LT_REVISION

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Sep 29 11:40:34 2011 +0200

    [probes] oval_fts optimization/hack #2

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 27 17:31:51 2011 +0200

    [probes] oval_fts optimization/hack

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 27 14:57:55 2011 +0200

    [OVAL] turn off oval_fts optimalization

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 26 21:39:25 2011 +0200

    [OVAL] oval_probe_query_object() fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Sep 26 15:44:29 2011 +0200

    [utils] oscap-oval: added list-probes operation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 26 13:44:33 2011 +0200

    bump release number

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 26 12:04:53 2011 +0200

    [oscap] don't print OVAL Messages

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 26 11:11:48 2011 +0200

    [dist] make logrotate test more robust

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun Sep 25 17:57:32 2011 +0200

    [oscap] check object ID existence

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun Sep 25 17:20:06 2011 +0200

    [xccdf_policy] more informative err message

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Sep 23 13:18:20 2011 +0200

    process,58 - change start_time format to MMM_DD according to OVAL
    
    This is the time of day the process started formatted in HH:MM:SS if the same day the process started or formatted as MMM_DD (Ex.: Feb_5) if process started the previous day or further in the past.

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Sep 23 10:56:38 2011 +0200

    filemd5 - set and add error status and message

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Sep 23 10:56:37 2011 +0200

    selinuxsecuritycontext - set and add error status and message

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Sep 22 17:12:09 2011 +0200

    filehash,58 - set and add error status and message

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Sep 22 17:12:08 2011 +0200

    environmentvariable58.c - use error status instead of not collected

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Sep 22 17:32:54 2011 +0200

    [OVAL/probes] refactoring

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Sep 22 12:49:04 2011 +0200

    [probes] env58: use probe_item_add_msg

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Sep 22 12:43:42 2011 +0200

    [OVAL] oval_sexp: implemented item message parsing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Sep 22 12:23:34 2011 +0200

    [probes] probe API: added probe_item_add_msg

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Sep 21 17:27:47 2011 +0200

    [tests] fixing environmentvariable58-fail test

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Sep 21 17:17:02 2011 +0200

    report entities of all sysitems, even is status is other then "exists"

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Sep 20 16:47:23 2011 +0200

    environmentvariable58 - test current shell pid instead of pid 1

Author: Ondrej Moris <omoris@redhat.com>
Date:   Tue Sep 20 08:59:12 2011 -0400

    Interface probe test fixed

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Sep 20 14:53:41 2011 +0200

    [probes] selinuxsecuritycontext, env58: treat pid nil value as 0

Author: Ondrej Moris <omoris@redhat.com>
Date:   Mon Sep 19 15:43:17 2011 +0200

    Minor corrections in probes tests

Author: Ondrej Moris <omoris@redhat.com>
Date:   Mon Sep 19 15:43:05 2011 +0200

    Minor corrections in API tests

Author: Ondrej Moris <omoris@redhat.com>
Date:   Mon Sep 19 15:42:52 2011 +0200

    Minor corrections in mitre tests

Author: Ondrej Moris <omoris@redhat.com>
Date:   Mon Sep 19 15:42:40 2011 +0200

    New helper functions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 20 14:34:15 2011 +0200

    Revert "ac_probes.sh: disable function checks"
    
    This reverts commit 1a178fb36aea251d1aa66787cd4ee62b8d1dd18f.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 20 10:47:15 2011 +0200

    configure.ac update: removed conditional AC_CONFIG_FILES

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Sep 19 22:51:57 2011 +0200

    ac_probes.sh: disable function checks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Sep 19 15:45:54 2011 +0200

    ac_probes.sh: bug workaround

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Sep 19 13:35:15 2011 +0200

    ac_probes.sh update + minor changes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Sep 16 15:31:43 2011 +0200

    Added confgen.sh

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Sep 16 14:59:30 2011 +0200

    [probes] rpminfo,rpmverify: update compatibility #ifdefs

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Sep 16 14:58:53 2011 +0200

    ac_probes.sh: fallback to manual detection if a .pc file is not available & detect req/opt functions

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Sep 16 14:48:00 2011 +0200

    [utils] remove unused variable

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Sep 16 13:39:35 2011 +0200

    NEWS update

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Sep 16 12:35:17 2011 +0200

    Fixed CPPFLAGS value for header checks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Sep 16 11:05:40 2011 +0200

    [dist] fedora, rhel5 & 6: added libcap-devel to BuildRequires

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Sep 16 10:59:59 2011 +0200

    Use conditional config files

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Sep 16 10:09:57 2011 +0200

    update README file

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Sep 16 09:24:46 2011 +0200

    [oscap] man page

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Sep 16 08:50:21 2011 +0200

    Generate configure.ac from a template

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Sep 9 14:21:07 2011 +0200

    [probes] environmentvariable58: fixing coverity issues

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Sep 15 10:40:50 2011 +0200

    [utils] oscap: update man page

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Sep 14 16:56:07 2011 +0200

    [utils] oscap: add support for the 'export-oval-variables' command into the XCCDF module

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 12 21:48:17 2011 +0200

    update NEWS

Author: Peter Vrabec <pvrabec@gmail.com>
Date:   Mon Sep 12 15:26:51 2011 +0200

    [OVAL] remove unused variable

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 12 14:30:00 2011 +0200

    [dist] add %check section to spec files

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Sep 9 14:15:35 2011 +0200

    [OVAL] refactor _get_new functions

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Sep 9 10:43:22 2011 +0200

    [OVAL] set schema location in exported Variables content

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Sep 8 15:53:09 2011 +0200

    [oscap] coverity issue

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Sep 8 15:43:23 2011 +0200

    [probes] xinetd: fix condition scope

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Sep 8 15:34:06 2011 +0200

    xccdf_policy.c - fix coverity resource leaks

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Sep 8 13:53:26 2011 +0200

    [probes] xinetd: fix coverity issues

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Sep 8 13:52:52 2011 +0200

    [utils] oscap: prevent NULL dereference

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Sep 7 15:32:49 2011 +0200

    [OVAL] agent: fix memleak

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Sep 7 14:21:39 2011 +0200

    [OVAL] correction to parsing of entities without values

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Sep 7 12:06:28 2011 +0200

    [dist] spec file updates

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 6 17:19:31 2011 +0200

    fixing coverity issue

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 6 17:25:33 2011 +0200

    [CPE+CVE] Fixing

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Sep 6 15:13:58 2011 +0200

    [probes] selinuxsecuritycontext: fixing coverity issues

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Sep 6 15:13:57 2011 +0200

    [probes] filehash58: fixing coverity issues

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Sep 6 13:45:05 2011 +0200

    [probes] environmentvariable58: fixing coverity issues, reverted 3fe5f05a

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 5 21:49:42 2011 +0200

    fixing coverity issues

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Aug 31 16:32:43 2011 +0200

    [probes] xinetd: fix leaks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 31 14:12:00 2011 +0200

    [probes] fixing

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Aug 30 14:50:52 2011 +0200

    interface - fixed, changed data collection

Author: Janzen Brewer <Janzen.Brewer@gtri.gatech.edu>
Date:   Tue Aug 30 10:23:03 2011 +0200

    [content] corrected reference tag on rule 1108

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Aug 26 14:54:45 2011 +0200

    system-info - do not use getnameinfo() for ipv6

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Aug 26 14:54:44 2011 +0200

    interface - use datatype in addresses and cidr notation for ipv6

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 30 10:18:18 2011 +0200

    fixing coverity issues

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 29 13:08:33 2011 +0200

    [OVAL/probes] Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 29 09:31:03 2011 +0200

    [SEAP] sexp-manip: pass number of args to SEXP_vfree to prevent leaks

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Aug 24 12:40:23 2011 +0200

    mitre_test.sh - specify conditions for interface probe test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 25 16:33:18 2011 +0200

    [SEAP] Implemented SEXP_number_getf

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 25 12:36:49 2011 +0200

    [SEAP] SEXP_(sub)list_foreach: set destination variable to NULL after SEXP_free

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Aug 25 16:26:18 2011 +0200

    [tests] mitre: review and comment several tests

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 24 16:58:23 2011 +0200

    [OVAL] oval_fts: redesign the reader function
    
    add support for upwards recursion
    add several fts tests

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Aug 22 16:22:53 2011 +0200

    interface - use flags from getifaddrs()

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Aug 22 13:41:23 2011 +0200

    interface - set flag according to net/if.h

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 22 14:24:41 2011 +0200

    [probes] make uname probe compliant with uname cmd from coreutils

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Aug 19 16:24:59 2011 +0200

    some clean up

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Aug 19 15:37:57 2011 +0200

    process58 - detect exec shield status

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 19 10:08:00 2011 +0200

    [probes] probe_item_create: fixed leak

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 18 23:53:02 2011 +0200

    [tests] vgrun: fixed valgrind output filtering, added suppressions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 18 15:35:09 2011 +0200

    Fixed minor leaks & bugs

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 18 15:14:01 2011 +0200

    [probes] Removed dead/unused code

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed Aug 17 10:43:16 2011 -0400

    [probes] isainfo: fixed the probe to match new probe api

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 18 10:50:13 2011 +0200

    [tests] crapi: test SHA-256 wrapper

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 18 10:49:35 2011 +0200

    [probes] filehash58: added SHA-224,384 to the list of supported hash algorithms

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 18 10:48:16 2011 +0200

    [crapi] digest: added & finished SHA-2 wrappers

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Aug 17 10:52:06 2011 +0200

    [probes] process58: add support for libcap-1 on RHEL-5

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 17 10:56:39 2011 +0200

    [OVAL/probes] Simplification of probe definition, part #2 - cleanup

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 16 15:13:03 2011 +0200

    [tests/mitre] allow for tests that have different results for individual definitions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 16 14:43:41 2011 +0200

    [OVAL/probes] make psess_tblinit visible from oval_probe_session.c

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 16 14:23:35 2011 +0200

    [OVAL/probes] Simplification of probe definition, part #1

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 16 13:12:30 2011 +0200

    [tests/mitre] add several comments

Author: Janzen Brewer <Janzen.Brewer@gtri.gatech.edu>
Date:   Tue Aug 16 12:58:19 2011 +0200

    couple more typos

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 16 12:53:39 2011 +0200

    update spec files

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Sun Aug 14 12:33:40 2011 -0400

    Code cleanups
    
    	* cleans up missing va_end calls
    	* adds format check for SEXP_string_newf_r
    	* Handles negative return for read in environ58 test
    	* fixes a couple spelling mistakes.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 15 13:24:01 2011 +0200

    [probes] rpmverify: fixed compilation with librpm 4.4

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 15 13:23:20 2011 +0200

    [probes] routingtable: added missing #ifdefs

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 12 16:55:39 2011 +0200

    [probes] routingtable: compile & register to session

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 12 16:53:42 2011 +0200

    [probes] new probe: routingtable

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 12 16:53:13 2011 +0200

    [probes] entcmp: fixed probe_ent_cmp_ipv4addr

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Aug 12 11:57:17 2011 +0200

    bump release number and update NEWS

Author: Janzen Brewer <Janzen.Brewer@gtri.gatech.edu>
Date:   Thu Aug 11 15:36:23 2011 -0400

    corrected title of rule 1046
    
    I encountered a typo while going through scap-rhel6-xccdf.xml and
    believe I've fixed it. Patch is attached.
    
    >>From 7060f43262a91c4f841774e1f45e139ed6332516 Mon Sep 17 00:00:00 2001
    From: jbrewer8 <janzen.brewer@gtri.gatech.edu>
    Date: Thu, 11 Aug 2011 15:11:44 -0400
    Subject: [PATCH] corrected title of rule 1046

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Aug 11 16:16:46 2011 +0200

    add process58 probe based on probe process, linux part

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Aug 11 14:08:58 2011 +0200

    [OVAL] fix a bug, enable corresponding mitre test

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Thu Aug 11 10:53:04 2011 +0200

    Fix audit architecture checks
    
    In particular, require 32-bit audit rules also on 64-bit architectures.

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Thu Aug 11 10:53:03 2011 +0200

    Fix ownership check of world-writable directories

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 10 13:58:35 2011 +0200

    [probes] rpminfo: updated signature tag

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 9 23:34:12 2011 +0200

    [probes] gconf: return PROBE_EFATAL instead of calling abort()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 9 18:15:46 2011 +0200

    [probes] new probe: gconf

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 9 18:14:38 2011 +0200

    [tests] vgrun.sh: parse only ELF executable logs

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 9 13:01:39 2011 +0200

    swig api update

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 9 13:00:42 2011 +0200

    [OVAL] update spec files - fileextendedattribute

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 9 10:41:31 2011 +0200

    [oscap] OVAL Directives supported in oscap tool

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 9 11:00:48 2011 +0200

    [tests] added fileextendedattribute probe test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Aug 7 20:45:45 2011 +0200

    [probes] new probe: fileextendedattribute

Author: Peter Vrabec <pvrabec@gmail.com>
Date:   Mon Aug 8 22:39:10 2011 +0200

    makecheck fix

Author: Peter Vrabec <pvrabec@gmail.com>
Date:   Mon Aug 8 22:37:19 2011 +0200

    [OVAL] make Results Model use Directives model #2

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 8 19:16:42 2011 +0200

    distcheck fix

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 8 18:53:16 2011 +0200

    [OVAL] make Results Model use Directives model #1

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 8 16:07:22 2011 +0200

    [OVAL] introduce OVAL Directives Model

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Aug 7 15:26:33 2011 +0200

    [tests] fts.sh: corrected path to gentree.sh

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Aug 7 14:45:25 2011 +0200

    [tests] Added a simple OVAL FTS API test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Aug 7 14:44:22 2011 +0200

    [OVAL/probes] pass OVAL_PROBE_DIR using compiler flags, not config.h

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Aug 7 14:43:11 2011 +0200

    [tests] environmentvariable58: skip the test if euid != 0

Author: Pierre Chifflier <chifflier@wzdftpd.net>
Date:   Fri Aug 5 21:29:10 2011 +0200

    [probes] dpkginfo: fix build, update to new API version.
    
    Signed-off-by: Pierre Chifflier <chifflier@wzdftpd.net>

Author: Pierre Chifflier <chifflier@wzdftpd.net>
Date:   Fri Aug 5 21:29:09 2011 +0200

    [OVAL/probes] Fix segfault if a probe is defined but cannot be loaded
    
    Signed-off-by: Pierre Chifflier <chifflier@wzdftpd.net>

Author: Pierre Chifflier <chifflier@wzdftpd.net>
Date:   Fri Aug 5 21:29:08 2011 +0200

    Fix installation with non-default libexec directory
    
    When using a non-default libexec directory, do not hardcode the path
    for plugins, this prevents loading them at runtime.
    
    Signed-off-by: Pierre Chifflier <chifflier@wzdftpd.net>

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Aug 5 16:46:43 2011 +0200

    [probes] environmentvariable58: handle operation on pid

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Aug 5 13:15:00 2011 +0200

    move OVAL Directives into separate module

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 4 13:39:43 2011 +0200

    [oscap] support validation of OVAL Directives

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 4 13:33:42 2011 +0200

    minor fixes around iflisteners

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Aug 4 11:06:04 2011 +0200

    tool manpage: CVSS vector description

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Aug 3 10:15:12 2011 +0200

    cvss: describe vector functionality

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jul 29 14:35:52 2011 +0200

    tool: remove old CVSS commands

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 3 15:56:15 2011 +0200

    iflisteners test: skip on non-root

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Aug 3 13:39:30 2011 +0200

    add iflisteners probe test

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Aug 3 13:39:29 2011 +0200

    add iflisteners probe

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 1 13:39:27 2011 +0200

    [OVAL] don't print debug message to stderr

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 1 11:44:42 2011 +0200

    [dist] update spec files - add new probes

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Jul 29 12:59:47 2011 +0200

    fix AM_CONDITIONAL variable

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Jul 29 12:36:50 2011 +0200

    add selinuxsecuritycontext probe

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Jul 29 12:36:16 2011 +0200

    selinuxboolean: use not applicable amd error flags

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jul 27 19:08:11 2011 +0200

    cvss: test rewrite

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jul 27 17:26:27 2011 +0200

    cve: port to new CVSS API

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jul 27 17:23:02 2011 +0200

    cvss: remove obsolete APIs

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jul 27 17:15:40 2011 +0200

    cvss: clone functions

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jul 27 01:11:31 2011 +0200

    cvss: key table + xml support

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jul 26 11:24:54 2011 +0200

    tool: manpage CVSS section adjustment

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jul 26 11:08:03 2011 +0200

    tool: port CVSS to new API

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Jul 25 02:24:29 2011 +0200

    tool: CVSS vector processing

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Jul 25 02:23:55 2011 +0200

    common: add oscap_strtoupper

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jul 22 17:53:13 2011 +0200

    cvss: score calculator

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jul 22 14:50:19 2011 +0200

    cvss: vector serialisation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jul 22 13:17:02 2011 +0200

    cvss: redesign begin

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jul 28 16:41:30 2011 +0200

    [OVAL] add new datatypes+operations

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jul 28 11:51:49 2011 +0200

    update test_mitre.sh

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jul 28 10:52:51 2011 +0200

    [OVAL] reorganize namespaces in OVAL Syschars export

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jul 28 00:44:47 2011 +0200

    [OVAL] reorganize namespaces in OVAL Definitions export

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 27 19:30:58 2011 +0200

    [tests] fixed & enabled rpmverify test from MITRE

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 27 19:30:18 2011 +0200

    [probes] rpmverify: fixed config/ghost file filtering

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 27 13:29:02 2011 +0200

    [probes] rpmverify: initial behaviors support

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 27 03:13:55 2011 +0200

    [OVAL] register rpmverify probe to session

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 27 03:13:28 2011 +0200

    Updated ./configure's probe list

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 27 02:54:24 2011 +0200

    [probes] new probe: rpmverify

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 27 02:52:45 2011 +0200

    [probes] implemented probe_ent_getoperation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 26 16:34:43 2011 +0200

    [OVAL/probes] Fixed memory leaks

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Jul 26 14:12:36 2011 +0200

    xinetd probe fix

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jul 26 09:29:41 2011 +0200

    [mitre] check RC from oscap tool

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jul 26 09:29:06 2011 +0200

    [distcheck] clean *.vglog files

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Jul 25 17:43:05 2011 +0200

    xinetd: register to session
    
    fixed configuration files parsing
    added protocol detection based on /etc/services

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jul 25 16:10:30 2011 +0200

    [tests] vgtest: respect configure option

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jul 25 15:58:02 2011 +0200

    [probes] inetlisteningservers: update to OVAL 5.8

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jul 25 15:41:35 2011 +0200

    [probes] shadow: update to OVAL 5.8

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jul 25 15:34:30 2011 +0200

    [SEAP] sexp-manip: signedness correction

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 25 15:29:16 2011 +0200

    [probes] filehash(58): corrected dst buffer pointer

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 25 14:40:42 2011 +0200

    [probes] crapi_mdigest_fd: initialize ctbl array

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jul 25 13:28:06 2011 +0200

    [probes] process: update to OVAL 5.8

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jul 25 12:35:15 2011 +0200

    [dist] use relro flag by linker

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jul 25 12:02:48 2011 +0200

    bump release number

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jul 25 12:02:19 2011 +0200

    [probes] check RC of open()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 25 01:22:39 2011 +0200

    [OVAL/probes] Fixed several leaks in new code

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 25 01:21:06 2011 +0200

    [OVAL] oval_component.c: rewrite of datetime parsing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sat Jul 23 17:07:48 2011 +0200

    [probes] probe core: made input_handler thread cancelable

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sat Jul 23 17:06:38 2011 +0200

    [tests] fixed vgtest

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sat Jul 23 14:45:32 2011 +0200

    [common] util.c: fixed invalid memory reads in oscap_trim

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jul 22 11:31:37 2011 +0200

    fixing make check

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jul 22 11:37:19 2011 +0200

    [tests] mitre: added expected result of the partition test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jul 22 11:34:20 2011 +0200

    [probes] partition: minor fix & enabled MITRE test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jul 22 10:42:37 2011 +0200

    [probes] partition: added support for OVAL_OPERATION_NOT_EQUAL

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jul 22 09:43:42 2011 +0200

    [probes] probe core: fixed icache queue handling

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Jul 19 10:53:59 2011 +0200

    [probes] rpminfo: add OVAL_OPERATION_NOT_EQUAL to supported operations

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jul 21 23:46:17 2011 +0200

    extend make check for test from mitre

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jul 21 23:34:52 2011 +0200

    [OVAL] handle RC from oval_probe_query_object() correctly

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jul 21 15:17:00 2011 +0200

    [probes] shadow: update to OVAL 5.8

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 21 14:49:31 2011 +0200

    [probes] process: corrected datatypes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 21 14:48:31 2011 +0200

    [OVAL/probes] Corrected __n2s_tbl ordering; Abort if subtype decoding fails

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 21 13:37:14 2011 +0200

    [probes] partition: skip rootfs entry & translate fs types to OVAL fs types if possible

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jul 20 18:05:41 2011 +0200

    [oscap] validate results of oscap analyse

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 21 11:59:07 2011 +0200

    [OVAL/probes] external probe handler: unified handling of unsupported probes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 21 11:34:42 2011 +0200

    [probes] probe core: adjusted item cache to the new SEXP_deepcmp implementation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 21 11:33:18 2011 +0200

    [SEAP] Implemented SEXP_list_rest_r

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jul 20 17:52:18 2011 +0200

    [utils] oscap: update help text

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jul 20 17:45:41 2011 +0200

    [tests] mitre: turn off broken tests

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jul 20 17:17:12 2011 +0200

    [oscap] extend --skip-valid functionality

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jul 20 17:09:26 2011 +0200

    [oscap] analyse operation export fix

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jul 20 11:51:30 2011 +0200

    validate output of oscap oval collect

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jul 20 10:48:23 2011 +0200

    cleanup around mitre make check

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 19 17:42:13 2011 +0200

    [tests] mitre: supply external variables document to the oscap tool

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jul 19 16:30:15 2011 +0200

    [oscap] provide --skip-valid option for analyse
    
    and collect

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 19 16:42:19 2011 +0200

    [probes] variable: correction to item generation

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 19 15:01:38 2011 +0200

    [OVAL] support deprecated CheckEnumeration value 'none exist'

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jul 19 13:57:25 2011 +0200

    oscap tool validates OVAL Results on output

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 19 13:50:38 2011 +0200

    [OVAL] add debugging information

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 19 12:19:44 2011 +0200

    [probes] filehash58: fix a typo in entity name

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Tue Jul 19 10:41:06 2011 +0200

    [tests] Initial implementation of test for isainfo

Author: Peter Vrabec <pvrabec@gmail.com>
Date:   Mon Jul 18 22:19:51 2011 +0200

    [dist] spec file update

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Jul 18 16:45:54 2011 +0200

    add selinuxboolean probe test

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Jul 18 16:45:53 2011 +0200

    add selinuxboolean probe

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Jul 15 10:06:47 2011 +0200

    test_probes_filehash58.xml.sh - adapting from filehash to filehash58

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Jul 18 10:18:56 2011 +0200

    filehash58 probe test

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Mon Jul 18 10:18:08 2011 +0200

    filehash58 probe

Author: Peter Vrabec <pvrabec@gmail.com>
Date:   Mon Jul 18 16:31:04 2011 +0200

    Revert "[tests] added enviromentvariable58 mitre test"
    
    This reverts commit 15fdfed90c02f567ad431518415019bf5f50a7db.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jul 18 14:53:40 2011 +0200

    clean tmp after make check

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 18 12:50:35 2011 +0200

    [SEAP] sexp-manip: implemented SEXP_deepcmp

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sat Jul 16 23:00:03 2011 +0200

    [OVAL] transform variable probe from internal to external, adjust helpers

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 14 16:26:02 2011 +0200

    [common] declare oscap_sysinfo outside the platform specific blocks

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Wed Jul 13 16:41:55 2011 -0400

    Adding dist files for Solaris 10 packge building

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Wed Jul 13 16:41:54 2011 -0400

    Added fts_* implementations
    
    Solaris does not provide fts_* functions, so copied from glibc with mods to get working on Solaris.
    If the function fts_open is available on the system, then fts_sun.h and fts_sun.c become empty.
    Fixed a problem with fts where only the root directory entry would be returned on solaris

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed Jul 13 16:41:53 2011 -0400

    Fixed sysctl's probe_main for systems where it is not supported

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Wed Jul 13 16:41:51 2011 -0400

    [probes] new probe: isainfo (Solaris)
    
    The isainfo probe requires using the sysinfo function which is not the same on Linux and Solaris
     * Renaming sysinfo.c and .h to oscap_sysinfo.c and .h
     * Renaming the sysinfo function to oscap_sysinfo
     * Ensuring these functions still map correctly in Linux

Author: Ryan E Haggerty <rhaggerty@tresys.com>
Date:   Wed Jul 13 16:41:50 2011 -0400

    [probes] Added skeleton for solaris probes
    
    added skeleton files for the solaris probes
    updated makefile.am to conditionally build solaris probes

Author: Ryan E Haggerty <rhaggerty@tresys.com>
Date:   Wed Jul 13 16:41:49 2011 -0400

    configure: add option to enable/disable solaris probes
    
    allow solaris probe to be manually enabled/disabled
    automatically enable/disable solaris probes when option to enable/disable is not provided

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed Jul 13 16:41:48 2011 -0400

    [SEAP] Renamed the _S macro to _SE
    
    The _S macro is used by the ctypes implementation on Solaris

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed Jul 13 16:41:47 2011 -0400

    [tests] Handle commands starting with a hyphen in the process test
    
    Escape first character of command if it is a hyphen.
    The grep on Solaris does not support the -e option so it is not suitable.

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed Jul 13 16:41:46 2011 -0400

    [tests] Clear LD_PRELOAD when calling ps
    
    The ps on Solaris reports incompatible ELF when libopenscap_testing.so is loaded with LD_PRELOAD

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed Jul 13 16:41:45 2011 -0400

    [tests] process: made the process probe test more portable
    
    Changed the column keywords passed to ps to ones supported on Solaris and Linux

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed Jul 13 16:41:44 2011 -0400

    [tests] Removed space between -F flag and field separator
    
    The awk on Solaris does not like a space between the -F option and the field separator

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Wed Jul 13 16:41:43 2011 -0400

    [probes] process: implementation of the process probe for Solaris

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed Jul 13 16:41:42 2011 -0400

    [tests] Global replace of grep -q
    
    Replaced grep -q with grep >/dev/null because grep on Solaris does not support -q

Author: Ryan Hagerty <rhagerty@tresys.com>
Date:   Wed Jul 13 16:41:41 2011 -0400

    [tests] porting runlevel probe test to Solaris
    
    Solaris does not have chkconfig. This patch adds functions which
    provide compatible functionality for use in the runlevel probe test
    scripts.

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed Jul 13 16:41:40 2011 -0400

    [tests] test_probe_xinetd: protect against passing NULL pointers to printf

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed Jul 13 16:41:39 2011 -0400

    [probes] runlevel: changes to get the runlevel probe working on Solaris
    
    Use a common function for SYSV init implementations
    Use correct paths for init scripts depending on system
    Switched to chdir() instead of fchdir(dirfd()) because dirfd does not exist on Solaris

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Jul 14 11:26:58 2011 +0200

    [tests] added enviromentvariable58 mitre test

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Jul 14 11:25:40 2011 +0200

    [tests] added environmentvariable58 tests

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Jul 14 11:21:18 2011 +0200

    [probes] new probe: environmentvariable58

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 12 15:05:11 2011 +0200

    [probes] probe core: datatype correction

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 12 14:50:11 2011 +0200

    [probes] minor corrections

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 12 14:35:30 2011 +0200

    [test] mitre: workaround file access time issue

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 11 15:21:56 2011 +0200

    [probes] probe-api: added PROBE_ENT_AREF, PROBE_ENT_STRVAL, PROBE_ENT_I32VAL macros

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 11 14:14:39 2011 +0200

    [SEAP] SEXP_list_sort: use oscap_bfind_i for sorting in the second pass

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 7 14:16:46 2011 +0200

    [probes] probe core: fixed set operations

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 7 14:13:29 2011 +0200

    [SEAP] SEXP_list_it_*: fixed NULL deref

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 7 12:18:15 2011 +0200

    [tests] API/SEAP: SEXP_list_sort test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 7 12:16:55 2011 +0200

    [SEAP] sexp-manip: implemented SEXP_list_it_*, SEXP_list_sort, SEXP_refcmp

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 4 15:42:40 2011 +0200

    [tests] mitre: enabled oval-def_set.xml

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 4 15:19:33 2011 +0200

    [OVAL] resultTest: print test results in debug mode to stderr

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 4 14:33:37 2011 +0200

    [probes] debug content and verbosity refinements

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Jul 1 13:44:01 2011 +0200

    [OVAL] add temporary workaround to generate item ids for internal probe

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Jul 1 11:21:48 2011 +0200

    [OVAL] fix mem leak

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Jul 1 10:51:41 2011 +0200

    [probes] remove redundant macros

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 30 17:51:12 2011 +0200

    [probes] probe set: fixing set operations #1

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 30 17:21:00 2011 +0200

    [probes] remove filtering from probe_cobj_item_add

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 30 17:19:40 2011 +0200

    [probes] probe core: log input and output of set operations

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jun 30 16:52:46 2011 +0200

    [OVAL] use item ids that are now generated inside probes

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Jun 30 15:08:21 2011 +0200

    [probes] environmentvariable is now external probe

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 30 14:27:47 2011 +0200

    [probes] utilize item cache, probe context and related API functions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 30 14:26:22 2011 +0200

    [probes] probe core & API: implemented probe context & related functions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 30 14:23:39 2011 +0200

    [probes] probe core: finalized item cache API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jun 29 23:44:43 2011 +0200

    [probes] probe core: removed dead code from worker.c

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jun 29 16:53:12 2011 +0200

    [probes] probe core: initial item cache implementation (result/item cache split)

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jun 29 15:01:53 2011 +0200

    [OVAL/probes] perform item filtering inside probe_cobj_add_item()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jun 29 14:40:57 2011 +0200

    [OVAL/probes] move probe_item_filtered() to probe-api.c

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jun 29 14:26:12 2011 +0200

    [SEAP] rbt_i64: fixed types

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jun 29 14:25:40 2011 +0200

    [SEAP] sexp-manip: added simple SEXP_deepcmp implementation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jun 29 14:24:45 2011 +0200

    [SEAP] Extended S-exp ID API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jun 29 09:37:22 2011 +0200

    [SEAP] rbt: added i64 variant of the tree

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jun 29 09:36:37 2011 +0200

    [SEAP] rbt: moved posix_memalign implementation to rbt_common.c

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 28 18:16:23 2011 +0200

    [SEAP] public/sexp-ID.h: added #include guard

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 28 16:54:49 2011 +0200

    [tests/API/SEAP] Added test_api_sexp_ID

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 28 16:53:54 2011 +0200

    [SEAP] Added initial S-exp ID API implementation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 28 16:53:01 2011 +0200

    [SEAP] Added MurmurHash3 implementation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 24 11:08:36 2011 +0200

    fix compilation on RHEL5

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Thu Jun 23 14:07:14 2011 +0200

    test runlevel probe - create uniq list of services

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jun 23 15:02:28 2011 +0200

    [tests] fix comments

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 22 23:06:15 2011 +0200

    [tests] probes/environmentvariable fix

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 22 22:36:47 2011 +0200

    [tests] run environmentvariable mitre test

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Jun 22 17:10:38 2011 +0200

    test environmentvariable probe - test 'not equal', 'pattern match'

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Tue Jun 21 19:02:22 2011 +0200

    fix environmentvariable probe

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 22 22:26:47 2011 +0200

    [tests] adjust passwd test to 5.8

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 22 22:05:48 2011 +0200

    [OVAL] remove variable_binding_map from sysModel

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 22 22:03:57 2011 +0200

    [OVAL] _oval_result_test_result() cleanup

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jun 21 13:05:33 2011 +0200

    cleaner XML output
    
    Partially eliminates XML namespace redundancy.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jun 20 10:36:25 2011 +0200

    agent: small api change #2

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sat Jun 18 15:50:53 2011 +0200

    agent: small api change

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Fri Jun 17 13:26:56 2011 +0200

    run all passing tests

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 17 11:43:10 2011 +0200

    add .gitignore -> git status is clearer

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 17 11:21:38 2011 +0200

    [tests] minor fixes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jun 16 18:32:11 2011 +0200

    [content] remove scap-fedora{12,13}-oval.xml

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jun 16 18:13:11 2011 +0200

    [content] rename our OVAL IDs to ..org.open-scap..

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jun 16 14:22:28 2011 +0200

    [tests] run more mitre tests

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Jun 16 13:06:23 2011 +0200

    [xsl] remove links from OVAL results report

Author: Petr Lautrbach <plautrba@redhat.com>
Date:   Wed Jun 15 15:28:01 2011 +0200

    curl is not needed anymore

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jun 14 13:44:40 2011 +0200

    [PYTHON] Added variables model export

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jun 14 13:10:48 2011 +0200

    [OVAL] fix mem leaks in sysinfo parsing, manipulation

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jun 14 10:56:42 2011 +0200

    [PYTHON] Added exporting variable models to policy_export

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jun 14 08:46:47 2011 +0200

    [OVAL] _lock mechanism clean up

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jun 13 17:41:07 2011 +0200

    [OVAL] fix mem leak in result test parsing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jun 13 11:24:15 2011 +0200

    [OVAL] update oval_enumerations to 5.8

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jun 13 10:49:58 2011 +0200

    [OVAL] xml parsing clean up

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jun 13 10:01:27 2011 +0200

    [OVAL] deprecate _is_valid mechanism

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jun 13 09:36:30 2011 +0200

    [OVAL] deprecate _is_locked mechanism

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 10 15:58:24 2011 +0200

    [tests] extend test_api_oval.sh test

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 10 11:47:35 2011 +0200

    [tests] test_api_results fix

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Jun 10 13:50:23 2011 +0200

    [OVAL] fix mem leaks in results parsing

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Jun 10 11:08:18 2011 +0200

    [OVAL] don't create unnecessary result definitions, tests

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Jun 10 10:53:20 2011 +0200

    [OVAL] rename badly named function

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 10 00:24:33 2011 +0200

    refactor parsing of definitions, syschar, results

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jun 7 11:16:35 2011 +0200

    [OVAL] object filters changes
    
    - make oval_filter_action_get_text() public
    - fix bug in oval_item_filtered()
    - enable object filters in textfilecontent54

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 3 23:49:16 2011 +0200

    [common] fixing XML_SCHEMA_PATH

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jun 3 20:49:54 2011 +0200

    Ensure *_PATH macros are correctly instantiated

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 3 20:40:46 2011 +0200

    [tests] fix ts from mitre

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 3 20:25:20 2011 +0200

    [oscap] do not handle URLs at input

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 3 15:57:20 2011 +0200

    [OVAL] include config.h

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 3 13:23:46 2011 +0200

    [OVAL] remove oscap_dprintf()

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 3 11:07:29 2011 +0200

    [tests] fix test_mitre.sh

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jun 2 13:30:29 2011 +0200

    fix RC of oscap eval

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jun 3 01:02:11 2011 +0200

    [common/SEAP] unify the debuglog API

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jun 2 14:46:33 2011 +0200

    [SEAP] add debug info

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jun 1 16:17:03 2011 +0200

    [probes] use int64_t as OVAL_DATATYPE_INTEGER

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jun 1 15:46:45 2011 +0200

    [SEAP] sexp-parser: reset number related parser states

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 1 14:18:14 2011 +0200

    [tests] adjustments to mitre testsuite (again)

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jun 1 11:55:05 2011 +0200

    schematron-based validation for oscap tool

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jun 1 11:54:08 2011 +0200

    allow specifying XSLT search path via API

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jun 1 11:52:49 2011 +0200

    Add OVAL schematron XSL files + howto

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 1 13:07:22 2011 +0200

    [tests] adjustments to mitre testsuite

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jun 1 12:54:21 2011 +0200

    [OVAL] agent: clear external variables upon session reset

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 1 09:47:52 2011 +0200

    [tests] adjustments to mitre testsuite

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue May 31 22:59:11 2011 +0200

    incorporate test from mitre

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue May 31 20:40:23 2011 +0200

    content fixes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 31 13:45:29 2011 +0200

    [probes] rpminfo: use evr_string datatype

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 31 13:44:53 2011 +0200

    [OVAL] oval_sysent_from_sexp: handle OVAL_DATATYPE_EVR_STRING

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon May 30 15:07:45 2011 +0200

    [probes] return correct types in password probe

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon May 30 15:32:52 2011 +0200

    Fixed double free libxml memory in xccdf_fix

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon May 30 14:16:47 2011 +0200

    [oval] switch to 5.8

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon May 30 09:53:20 2011 +0200

    Added documentation into python API
    Fixed default level in XCCDF_LEVEL_MAP

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 27 15:18:52 2011 +0200

    [probes] oval_fts: moved debug messages to probe_debug.log.*

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu May 26 13:39:33 2011 +0200

    [SEAP] log S-exps for all types of packets in debug mode

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu May 26 12:34:36 2011 +0200

    [SEAP] added _E, _I, _F debuglog functions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu May 26 12:19:58 2011 +0200

    [probes] file: adapt types to 5.8

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu May 26 12:10:02 2011 +0200

    [probes] create less verbose debug logs and create one for each probe PID

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 25 18:37:11 2011 +0200

    [OVAL/probes] oval_probe_ext_init: fixed deadlock

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed May 25 16:03:35 2011 +0200

    update file probe

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue May 24 14:16:11 2011 +0200

    bump release number

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon May 23 13:41:32 2011 +0200

    fix schema validation warnings
    
    fix warnings when OSCAP_SCHEMA_PATH variable ended with slash(es)

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon May 23 09:29:06 2011 +0200

    [oval] move to 5.8

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun May 22 22:07:53 2011 +0200

    [schemas] upload 5.8 schemas

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun May 22 17:08:12 2011 +0200

    [oval] deprecate oval_probe_query_objects()

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun May 22 16:10:33 2011 +0200

    oval_probe_query_object() "return" return syschar

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun May 22 10:30:32 2011 +0200

    [oval] set SYSCHAR_FLAG_ERROR on error

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri May 20 16:27:15 2011 +0200

    [oscap] do not call oval_variable_model_free()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri May 20 14:27:36 2011 +0200

    [OVAL] agent: corrections to variable model binding

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu May 19 16:07:45 2011 +0200

    [OVAL] variable model: change variable storage to struct oval_value

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed May 18 20:08:25 2011 +0200

    [tests] libgnu clean up

Author: Marshall Miller <mmiller@tresys.com>
Date:   Sun Apr 24 18:32:38 2011 -0400

    added call to gnulib getline on solaris

Author: Marshall Miller <mmiller@tresys.com>
Date:   Sun Apr 24 18:17:34 2011 -0400

    re-imported gnulib modules with --libtool and --lgpl options added switched *LDADD and *LIBADD entries to point to libgnu.la instead of libgnu.a stopped linking libseap, libxccdf, and the probes with libgnu link libopenscap against libgnu

Author: Marshall Miller <mmiller@tresys.com>
Date:   Sun Apr 24 18:27:13 2011 -0400

    moved call to AM_PROG_LIBTOOL down to prevent lots of warnings

Author: Marshall Miller <mmiller@tresys.com>
Date:   Sun Apr 24 18:28:55 2011 -0400

    removed some lines that got re-introduced from a revert

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon May 16 13:03:41 2011 +0200

    use strsep from gnulib

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon May 16 12:34:51 2011 +0200

    Revert "Switching strsep use to oscap_strsep"
    
    This reverts commit b71e6dd99ba14a3d13306fb82aaece0f041f08f8.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon May 16 11:39:26 2011 +0200

    getline from gnulib

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon May 16 11:20:19 2011 +0200

    Revert "Added implementation of getline for use on Solaris"
    
    This reverts commit 431a52618fa773faf13c4a965cc7f4e4010de894.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon May 16 11:17:59 2011 +0200

    vasprintf from gnulib

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri May 13 13:40:17 2011 +0200

    Revert "Added implementation of vasprintf"
    
    This reverts commit 9cff72baf0e1c6300acda1f7abe4541f45ae66e2.
    use vasprintf from gnulib

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed May 18 14:53:03 2011 +0200

    [OVAL] variables: add missing initializations

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue May 17 15:37:38 2011 +0200

    [utils/oscap] update help message

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue May 17 15:31:17 2011 +0200

    [utils/oscap] update man page, bash completion

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon May 16 16:55:44 2011 +0200

    [utils/oscap] xccdf: implement '--export-variables'

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon May 16 15:53:23 2011 +0200

    [OVAL] store references to bound variable models inside definition model, new api function

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri May 13 10:38:43 2011 +0200

    [oval] use proper path in automake

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Wed May 11 15:31:30 2011 -0400

    Moving xinetd probe test
    
    The xinetd probe test should be in tests/probes/xinetd instead of tests/API/probes
    Re: Dan Kopecek feedback on list 5/10/2011

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Wed May 11 15:31:29 2011 -0400

    Tests API automake restructuring
    
    Using AM_CONDITIONAL flags to selectively run tests in tests/API

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Wed May 11 15:31:28 2011 -0400

    Remove use of multiplicative suffix M in dd commands.
    
    not all versions of dd support the same bite size specification suffixes
    specifically, the version of dd on Solaris does not support suffixes higher than k

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Wed May 11 15:31:27 2011 -0400

    Reworking test orchestration
    
    Using autoconf & automake to determine which probes to test.
    Use autoconf to determine if commands exist because the 'which' on Solaris does not return 1 when a command does not exist.
    If configure is told to not build certain probes, the test infrastructure should not try to test those probes.

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Wed May 11 15:31:26 2011 -0400

    Switching strsep use to oscap_strsep
    
    strsep is not portable
    Specifically, it does not exist in the libc on Solaris
    This is reflected in the comments in the src/common/util.h
    header, where oscap_strsep is declared

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Wed May 11 15:31:25 2011 -0400

    Stopping use of 'grep -q' in test scripts
    
    'grep -q' is not a portable usage of grep.
    Specifically, the grep on Solaris does not have the '-q' flag.

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Wed May 11 15:31:24 2011 -0400

    Stopping use of 'sed -i' in test scripts
    
    'sed -i' is not a portable usage of sed.
    Specifically, the sed on Solaris does not have the '-i' flag.

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed May 11 15:31:23 2011 -0400

    Protect against passing NULL pointers to printf

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed May 11 15:31:22 2011 -0400

    Zero memory when new cve_model is created

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed May 11 15:31:20 2011 -0400

    Added implementation of getline for use on Solaris

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed May 11 15:31:21 2011 -0400

    Removed space between -F option and argument in awk
    
    This allows the awk command to work on Solaris

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed May 11 15:37:20 2011 -0400

    Made tests align with the objects and states which they reference.

Author: Marshall Miller <mmiller@tresys.com>
Date:   Wed May 11 15:03:02 2011 -0400

    Added implementation of vasprintf
    
    vasprintf is not implemented on Solaris, so added it.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu May 12 17:43:02 2011 +0200

    [utils] introduce "--variables" option

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 11 14:21:39 2011 +0200

    Don't pass gcc flags to swig and make swig wrapper compilation less verbose

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 11 13:48:13 2011 +0200

    [dist/fedora] openscap.spec: added libblkid-dependency and probe_partition

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 11 13:18:54 2011 +0200

    Warn about unused things only in debug mode

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 11 13:03:09 2011 +0200

    [probes] partition: use blkid cache

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 11 12:34:39 2011 +0200

    [probes] probe/worker.c: fixed varrefs initialization

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 11 12:28:12 2011 +0200

    Show parition probe in the ./configure output

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 11 11:54:47 2011 +0200

    [probes] partition: added UUID support

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 11 11:15:11 2011 +0200

    [probes] partition: check whether /proc is a procfs

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 10 18:53:41 2011 +0200

    [probes] dnscache: always return 'not collected' status, dropped c-ares dependency

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 10 18:15:23 2011 +0200

    [probes] added probe skeleton code

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 10 18:14:08 2011 +0200

    [probes] partition: fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 10 18:13:11 2011 +0200

    [OVAL/probes] Added OVAL_DATATYPE_STRING_M

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 10 17:05:55 2011 +0200

    [probes] new probe: partition

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue May 10 15:48:48 2011 +0200

    [OVAL] small api change: rename two badly named functions

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue May 10 13:28:57 2011 +0200

    [oscap] add analyse functionality
    
    analyse compare definitions against provided
    system characteristics

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue May 10 10:57:34 2011 +0200

    [dist] update fedora spec file (new probe)

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon May 9 15:56:54 2011 +0200

    [probes] initialize vars

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon May 9 15:54:45 2011 +0200

    [OVAL] fix double-free, NULL deref

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon May 9 15:53:10 2011 +0200

    [OVAL] fix wrong allocation size

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Apr 20 13:53:52 2011 +0200

    [dist] add libacl dependency

Author: Marshall Miller <mmiller@tresys.com>
Date:   Tue May 3 22:35:29 2011 +0200

    Link against librt on Solaris
    
    Add -lrt to list of libraries to link against on Solaris because this is where sigwaitinfo is located.
    
    Signed-off-by: Daniel Kopecek <dkopecek@redhat.com>

Author: Marshall Miller <mmiller@tresys.com>
Date:   Fri Apr 29 17:20:59 2011 -0400

    Solaris-specific autoconf changes
    
    Add -D_POSIX_C_SOURCE=200112L to CFLAGS for all systems because this is required on Solaris and it should not harm other systems.
    Add -D__EXTENSIONS__ to CFLAGS on a Solaris system.  This is needed to get some types defined.
    
    Signed-off-by: Daniel Kopecek <dkopecek@redhat.com>

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Fri Apr 29 17:20:56 2011 -0400

    Defining the __STRING(x) macro if needed in oval_probe_ext.c
    
    glibc defines a __STRING(x) macro which is not defined in Sun's glibc implementation.
    
    Signed-off-by: Daniel Kopecek <dkopecek@redhat.com>

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Fri Apr 29 17:20:55 2011 -0400

    Add posix_memalign implementation.
    
    posix_memalign is not implemented on Solaris, so implemented it.
    
    Signed-off-by: Daniel Kopecek <dkopecek@redhat.com>

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Fri Apr 29 17:20:54 2011 -0400

    Matching Solaris behavior for sysinfo workaround to existing BSD behavior. This will eventually need a better solution, but helps the compile process for now.
    
    Signed-off-by: Daniel Kopecek <dkopecek@redhat.com>

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Fri Apr 29 17:20:53 2011 -0400

    Removing the '-iquote' flag from the AM_CPPFlAGS in the swig/Makefile.am.
    
    This flag was not supported in older gcc (3.x.x) found commonly on Solaris.
    Additionally, '-iquote' seems unnecessary as no directory is passed to the flag as per common usage.
    
    Signed-off-by: Daniel Kopecek <dkopecek@redhat.com>

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Fri Apr 29 17:20:52 2011 -0400

    implemented _fsdev_init for Solaris
    
    Solaris uses a variation of getmntent to get filesystem information
    
    Signed-off-by: Daniel Kopecek <dkopecek@redhat.com>

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 3 20:09:21 2011 +0200

    [probes] new probe: sysctl

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Sat Apr 30 04:27:37 2011 +0200

    Content updates - complete
    
    Tested on ~full install of RHEL6.1 beta (both workstation and server).

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Thu Apr 28 23:09:27 2011 +0200

    Replace ligatures in descriptions

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Thu Apr 28 23:06:35 2011 +0200

    Content update

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Thu Apr 28 00:27:07 2011 +0200

    Content updates

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Wed Apr 27 17:54:18 2011 +0200

    Content updates

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Wed Apr 27 00:33:17 2011 +0200

    Content updates

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Fri Apr 22 15:11:21 2011 +0200

    Content updates

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Wed Apr 20 14:23:46 2011 +0200

    Content: Give up on testing pam_tally2

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Wed Apr 20 13:55:15 2011 +0200

    Content updates

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Wed Apr 20 11:26:41 2011 +0200

    Content updates

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Tue Apr 19 15:09:54 2011 +0200

    Content updates

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon May 2 15:00:39 2011 +0200

    fix many memleaks

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Apr 29 14:14:18 2011 +0200

    [common] correction to parsing of empty strings

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Apr 29 13:45:44 2011 +0200

    [OVAL] report an error upon encountering a NULL variable value

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Apr 29 10:51:38 2011 +0200

    add missing ':' to libopenscap.pc

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Apr 27 17:10:00 2011 +0200

    [probes] oval_fts: fix dir collection

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Apr 22 13:33:07 2011 +0200

    [OVAL] fix memleaks

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Apr 22 11:27:33 2011 +0200

    [probes] mark valid fallthrough cases inside switch statements

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Apr 22 11:03:15 2011 +0200

    remove dead code

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 20 00:20:43 2011 +0200

    [probes] file: added has_extended_acl entity

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Apr 19 23:22:36 2011 +0200

    [probes] ldap57: fixed several bugs, added debug messages

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Apr 19 22:53:47 2011 +0200

    [OVAL,SEAP] fixed leaks

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Apr 19 16:54:17 2011 +0200

    [probes] sql57: many bugfixes

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Apr 19 16:36:16 2011 +0200

    [OVAL] sysEnt: add missing initialization

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Apr 19 16:33:51 2011 +0200

    [OVAL] add missing entries for sql

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Apr 19 15:16:31 2011 +0200

    [dist] fedora subpackage for special probes

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Fri Apr 15 19:48:07 2011 +0200

    Content updates

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Fri Apr 15 17:13:38 2011 +0200

    Content updates

Author: mitr <mitr@rhel6.(none)>
Date:   Fri Apr 15 14:57:28 2011 +0200

    Clean up XCCDF

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Apr 19 14:19:06 2011 +0200

    [OVAL/probes] check return value of oval_pdsc_lookup

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Apr 18 20:30:06 2011 +0200

    [OVAL] add missing enum for sql57

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Apr 18 18:27:13 2011 +0200

    [probes] ldap57: use attribute name as the field name

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Apr 18 18:19:18 2011 +0200

    [probes] ldap57: extended processing of query results

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Apr 18 17:31:33 2011 +0200

    [probes] sql57: remove old column count check

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Apr 18 11:37:00 2011 +0200

    [utils] error message change

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sat Apr 16 22:26:15 2011 +0200

    probe filemd5 is deprecated

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sat Apr 16 21:34:04 2011 +0200

    remove oscap.py

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sat Apr 16 21:28:57 2011 +0200

    upgrade to OVAL to 5.7

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Apr 15 20:30:17 2011 +0200

    [OVAL] local_variable: support OVAL_DATATYPE_RECORD

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Apr 15 13:43:33 2011 +0200

    [OVAL/probes] oval_probe_ext: filter and sort the pdsc table during init

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Apr 15 13:39:57 2011 +0200

    [probes] _sexp_val_getdatatype: fixed compilation with --enable-debug

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 14 18:47:04 2011 +0200

    [probes] listen to SIGPIPE and set PR_SET_PDEATHSIG on Linux

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 14 18:28:18 2011 +0200

    [probes] new probe: sql57

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Apr 14 16:50:59 2011 +0200

    [probes] entcmp: support OVAL_DATATYPE_RECORD

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Apr 13 17:56:42 2011 +0200

    [probes] support OVAL_DATATYPE_RECORD in probe_item_create()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Apr 13 17:19:40 2011 +0200

    [probes] probe_item_create: free_value was not reset

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Apr 13 17:05:12 2011 +0200

    [test] fix make check

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Apr 13 15:35:32 2011 +0200

    [dist] adjust spec files and update NEWS

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Apr 13 16:34:53 2011 +0200

    [OVAL] initial support for n-tuples SEXP_t representation

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Apr 13 14:38:07 2011 +0200

    [probes] probe_ent_{set,get}datatype(): store datatypes in entities, not values

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Apr 13 14:19:14 2011 +0200

    [OVAL] add enum function

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Apr 13 11:37:26 2011 +0200

    [probes] fix filepath element

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Apr 13 11:21:19 2011 +0200

    [content] RHEL6 content work

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Apr 12 18:06:44 2011 +0200

    [content] RHEL6 content work

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Tue Apr 12 15:48:13 2011 +0200

    Content update

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Apr 12 17:48:37 2011 +0200

    [content] RHEL6 content work

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Fri Apr 8 15:52:36 2011 +0200

    Content updates

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Thu Apr 7 14:50:38 2011 +0200

    SELinux content updates
    
    (separate for easier merging)

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Wed Apr 6 18:27:53 2011 +0200

    content updates

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Wed Apr 6 11:43:30 2011 +0200

    Update gpg-pubkey guidance

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Apr 12 14:14:14 2011 +0200

    [content] RHEL6 content work

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Apr 12 09:13:41 2011 +0200

    [content] RHEL6 content work

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Apr 11 11:06:45 2011 +0200

    [content] make content unresolved

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Apr 8 16:35:47 2011 +0200

    [PYTHON] Fixed returning sessions from init

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Apr 8 16:17:24 2011 +0200

    [release] bump release number

Author: mgrepl <mgrepl@redhat.com>
Date:   Fri Apr 8 13:40:20 2011 +0200

    [content] RHEL6 content work

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Apr 8 13:03:45 2011 +0200

    [OVAL] store values even for 'var_ref' elements

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Apr 8 10:51:40 2011 +0200

    [probes] file: recycle path

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Apr 8 10:26:09 2011 +0200

    [SEAP] sexp-manip: new API function SEXP_emptyp

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Apr 8 01:13:40 2011 +0200

    [probes] unix/*: use probe_item_create where possible

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 7 23:58:44 2011 +0200

    [probes] probe_item_create: don't free the value for OVAL_DATATYPE_SEXP

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 7 18:26:30 2011 +0200

    [probes] probe_item_create: added support for OVAL_DATATYPE_SEXP

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 7 15:25:22 2011 +0200

    [probes] ldap57: removed calls to ldap_destroy

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 7 13:58:59 2011 +0200

    [probes] independent/*: use probe_item_create where possible

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 7 13:57:38 2011 +0200

    [probes] probe_item_create: fixed va_arg usage

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 7 12:31:30 2011 +0200

    [probes] rpminfo: restored working state on f15 (RPM API changes)

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 7 02:32:41 2011 +0200

    quiet gcc + fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 7 00:20:59 2011 +0200

    [probes] probe_item_create: use static memory for S-exp refs

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 7 00:19:48 2011 +0200

    [SEAP] new API functions for creating S-exp objects inside statically allocated S-exp refs

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 6 22:13:29 2011 +0200

    [SEAP] moved S-exp structure definition to public header

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Apr 6 17:18:15 2011 +0200

    [content] rhel6 content work

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Wed Apr 6 11:22:11 2011 +0200

    updates

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 6 15:49:49 2011 +0200

    [probes] interface: use probe_item_create instead of probe_item_creat

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 6 15:49:01 2011 +0200

    [probes] probe-api: new API function probe_item_create

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 6 15:48:11 2011 +0200

    [SEAP] sexp-manip: new API function SEXP_unref_r

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 6 14:06:33 2011 +0200

    [probes] probe_cobj_memcheck: lower the threshold

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 6 13:16:25 2011 +0200

    [probes] ldap57: removed call to ldap_destroy

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Apr 6 11:04:28 2011 +0200

    [content] rhel6 content work

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Apr 5 14:46:20 2011 +0200

    [probes] oval_fts: traversal fixes
    
    - don't report symlinks twice
    - always descend into path's top directory

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Apr 1 16:19:24 2011 +0200

    [content] rhel6 content work

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Apr 1 12:56:21 2011 +0200

    Refine <br/> processing in XHTML content

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Mar 31 16:04:36 2011 +0200

    [probes] xmlfilecontent: fix 'value_of' extraction

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 31 14:26:48 2011 +0200

    [OVAL] added missing enumerations and types

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 31 14:03:32 2011 +0200

    [SEAP] cleanup

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 31 14:01:45 2011 +0200

    [SEAP] switch packet queue implementations

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 31 14:00:28 2011 +0200

    [SEAP] implemented packet queue

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Mar 30 17:23:27 2011 +0200

    [probes] oval_fts: fix max_depth off-by-one error

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Mar 30 13:38:28 2011 +0200

    [probes] oval_fts: correction to path matching during recursion

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 29 16:26:20 2011 +0200

    [probes] oval_fts: partial optimization fix

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Mar 29 10:48:09 2011 +0200

    [PYTHON] Fixed policy export; [XCCDF_POLICY] Moved item_get_files to public API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 29 13:05:01 2011 +0200

    [configure] check for ldap_destroy instead of ldap_initialize

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Mar 28 23:16:45 2011 +0200

    [tests] fixed probe API test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Mar 28 23:15:20 2011 +0200

    [probes] ncache_ref: return a new ref if the cache is not initialized

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Mar 28 22:56:22 2011 +0200

    [OVAL] oval_record_field_clone: fixed c&p bug

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Mar 28 18:12:20 2011 +0200

    configure.ac fix

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Mar 28 17:19:51 2011 +0200

    [OVAL] initial support for n-tuples

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Mar 28 00:51:07 2011 +0200

    [probes] new probe: ldap57

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Mar 27 19:24:26 2011 +0200

    [probes] new probe: dnscache

Author: Miloslav Trmac <mitr@redhat.com>
Date:   Fri Mar 25 15:40:17 2011 +0100

    [content] rhel6 content work

Author: Miloslav Trmac <mitr@redhat.com>
Date:   Fri Mar 25 15:09:17 2011 +0100

    [content] rhel6 content work

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Mar 24 11:29:20 2011 +0100

    [doc] create readme file

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Mar 23 14:42:34 2011 +0100

    [probes] sql: fixed wrong return type & added 'filters' arg. to probe_main

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Mar 22 14:33:14 2011 +0100

    [utils] oscap: fix compilation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 22 13:41:41 2011 +0100

    [SEAP] SEAP_packet_recv: check parser error state

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 22 13:39:34 2011 +0100

    [SEAP] seap-parser: added function for checking error state

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Mar 21 22:14:42 2011 +0100

    [oscap] change eval-id to eval --id

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Mar 21 21:06:15 2011 +0100

    [oscap] introduce "--skip-valid" argument

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Mar 21 14:37:53 2011 +0100

    [content] remove last slash from <path> elements

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Mar 21 11:06:39 2011 +0100

    [xsl] fix system attribute in bash fix template

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Mar 17 18:27:24 2011 +0100

    [content] rhel6 content work

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Mar 16 16:19:53 2011 +0100

    [content] rhel6 content work

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Mar 15 13:33:40 2011 +0100

    [PYTHON] Added support for removing strings thru iterators

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Mon Mar 14 10:11:14 2011 +0100

    [probes] inetlisteningservers fix

Author: Ondrej Moris <omoris@redhat.com>
Date:   Fri Mar 11 15:59:49 2011 +0100

    Redundant variable exports removed.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Mar 11 15:25:42 2011 +0100

    [tests] remove auto-generated .lgo file

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Mar 11 15:22:03 2011 +0100

    [dist] fix specfiles

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Mar 11 15:45:20 2011 +0100

    fix metadata export

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Mar 11 13:39:57 2011 +0100

    [dist] move cron example to docs

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Mar 11 13:15:01 2011 +0100

    [XCCDF] Fixed parsing choices and exporting mustMatch attribute

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Mar 11 11:36:57 2011 +0100

    [dist] mainly rhel5 spec file fixes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Mar 10 22:29:03 2011 +0100

    [dist] correct file permissions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 10 21:56:30 2011 +0100

    [tests] removed *.Po, *.Tpo, *~ files

Author: Ondrej Moris <omoris@redhat.com>
Date:   Thu Mar 10 21:13:42 2011 +0100

    Minor tests/probes improvements

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 10 18:51:28 2011 +0100

    [SEAP] fixed wrong fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 10 18:34:30 2011 +0100

    [OVAL] reintroduce the OVAL_PROBEDIR_ENV condition

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 10 18:29:26 2011 +0100

    [OVAL] unremove oval_probe_ext.c

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 10 18:19:22 2011 +0100

    [tests] fixed probe tests

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 10 18:18:53 2011 +0100

    [tests] removed executables and *.o files

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Mar 10 16:35:45 2011 +0100

    [tests] remove redundant automake products

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Mar 10 14:16:32 2011 +0100

    [check] selfcheck mechanism changed (2)

Author: Ondej Moris <omoris@redhat.com>
Date:   Thu Mar 10 14:02:32 2011 +0100

    [check] selfcheck mechanism changed

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 10 14:07:12 2011 +0100

    [probes] fsdev.c: reorder code to prevent NULL deref in fsdev_init

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Mar 10 13:55:52 2011 +0100

    [utils] fix potential NULL derefs

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Mar 10 13:28:55 2011 +0100

    [OVAL] resolve warnings

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 10 12:19:34 2011 +0100

    [OVAL] fixed potential NULL derefs

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 10 12:14:05 2011 +0100

    [common] assume.h: corrected terminate macro for runtime mode

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 10 11:46:40 2011 +0100

    [OVAL] oval_resultDirectives.c: added runtime assumptions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 10 11:30:47 2011 +0100

    [OVAL/probes] Fixed leaks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Mar 9 22:51:10 2011 +0100

    Fixed possible leaks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Mar 9 22:30:58 2011 +0100

    [OVAL/probes] fixed possible NULL deref; marked valid fallthrough cases inside switch statements

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Mar 8 17:47:12 2011 +0100

    [swig] remove shebang from openscap_api.py

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 8 17:40:09 2011 +0100

    [OVAL] fixed wrong indexing constant

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 8 17:20:43 2011 +0100

    [probes] fixed potential NULL derefs

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Mar 8 17:12:13 2011 +0100

    [dist] bump release number

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 8 16:27:46 2011 +0100

    [OVAL, common] check return values and emit warnings if needed

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 8 16:06:21 2011 +0100

    [probes] filehash, filemd5: free ent refs on error

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 8 15:23:17 2011 +0100

    [probes] xinetd: pass correct pointers to rbt_str_get, removed invalid free()

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Mar 8 15:21:39 2011 +0100

    [rhel5] enable validation on RHEL5

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 8 15:00:44 2011 +0100

    [probes] input_handler: set probe_out to NULL on error

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Mar 7 16:58:15 2011 +0100

    [OVAL] fix various redundant/missing/bogus conditions

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Mar 7 13:55:35 2011 +0100

    fix wierd conditional

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Mar 7 15:01:06 2011 +0100

    [OVAL] remove dead code

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Sun Mar 6 18:55:58 2011 +0100

    [XCCDF_POLICY] Fixed getting the select from policy by ID (looking in htable and in policy too)

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Sun Mar 6 16:49:20 2011 +0100

    [XCCDF_POLICY] Fixed bug in strdup NULL pointer

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Sun Mar 6 16:13:52 2011 +0100

    [XCCDF_POLICY] Fixed profile checking in policy_new
    [XCCDF] Fixed segfault in oscap_terator_find_nearest

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun Mar 6 14:17:56 2011 +0100

    [probes] rename __linux to __linux__

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sat Mar 5 13:55:54 2011 +0100

    Ensure not to create zero-sized hashtable

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sat Mar 5 13:33:59 2011 +0100

    support setting NULLified benchmark ID

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Mar 4 18:03:50 2011 +0100

    [XCCDF] Fixed strdup call bug; Added substitute function to Python API

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Mar 4 16:36:32 2011 +0100

    [content] rhel6 content work

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Mar 4 13:20:24 2011 +0100

    manpage update
    
    Mention suressed rule output in guide if no profile is set.

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Mar 4 12:04:53 2011 +0100

    Don't include rules in security guide w/o profile

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Mar 2 17:16:02 2011 +0100

    [content] rhel6 content work

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Mar 3 17:13:13 2011 +0100

    [probes] implement and utilize functions for manipulation of probe-specific 'behaviors'
    
    probe_filebehaviors_canonicalize()
    probe_tfc54behaviors_canonicalize()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Mar 2 16:34:21 2011 +0100

    [OVAL] correction to parsing of empty strings

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Mar 2 11:32:35 2011 +0100

    [content] rhel6 content work

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Mar 1 16:52:23 2011 +0100

    [probes] oval_fts: better handling of symlinks

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 1 16:35:21 2011 +0100

    implement oscap_text_set_overrides

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Mar 1 14:42:49 2011 +0100

    [probes] oval_fts: correction to filepath processing

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 1 15:02:14 2011 +0100

    substitution takes const char*
    
    Not all strings capable of text substitution are expressed
    as an oscap_text.

Author: Francisco Slavin <fslavin@tresys.com>
Date:   Fri Feb 25 16:58:15 2011 -0500

    Renaming the __P Macro. An __P macro is used by some system libraries on Solaris, and redefining it breaks many things.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Feb 28 14:04:47 2011 +0100

    [OVAL] correction to item-state comparison

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Feb 28 10:58:57 2011 +0100

    [OVAL] correction to the substring function

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Feb 25 20:41:42 2011 +0100

    high-level substitution support

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Feb 25 16:24:55 2011 +0100

    low-level substitution support

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Feb 25 16:23:29 2011 +0100

    add initial rhel6 XCCDF content (DRAFT!!)

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Feb 24 16:08:36 2011 +0100

    [XCCDF] Fixed notices in benchmark

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Feb 23 14:06:50 2011 +0100

    [probes] don't send error messages from the signal handler

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Feb 23 13:15:53 2011 +0100

    [probes] fixed leaks

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Feb 23 13:03:13 2011 +0100

    [probes] rpminfo: correct header path

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Feb 23 03:11:09 2011 +0100

    [probes] added license text & more cleanup

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Feb 23 02:59:44 2011 +0100

    [probes] removed old files, corrected some paths

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Feb 23 02:50:30 2011 +0100

    [OVAL/probes] added probe-common.h

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Feb 23 02:47:20 2011 +0100

    [probes] reutilize probe_msg_creatf()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Feb 23 00:44:31 2011 +0100

    [OVAL/probes] moved input handling into a separate thread + related changes
    
    	- moved main probe source files into probe/ subdirectory
    	- some API name cleanup (pcache, encache)
    	- added a `filters' argument to probe_main

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Feb 17 16:56:15 2011 +0100

    [probes] utilize probe_msg_creatf()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Feb 17 13:52:39 2011 +0100

    [probes] implement probe_msg_creatf()

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Feb 16 09:37:08 2011 +0100

    fix cdf:version import/export

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Feb 15 17:09:59 2011 +0100

    [probes] remove dead code

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Feb 14 13:07:39 2011 +0100

    [OVAL] don't export unneeded syschars

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Feb 11 11:53:02 2011 +0100

    [OVAL] probe: corrections to set evaluation

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Feb 11 00:25:33 2011 +0100

    [XCCDF] Fixed import/export requires/conflicts/platform

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Feb 10 16:00:26 2011 +0100

    Add missing functions (requires & conflicts insertion)

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Feb 10 14:59:38 2011 +0100

    [probes] oval_fts: extend partial-match optimization

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Feb 10 13:43:30 2011 +0100

    quiet gcc

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Feb 10 13:38:04 2011 +0100

    [probes] oval_fts: bugfixes, extended dbg info
    
    add missing arguments to pcre_compile()
    partial-match optimalization corrections
    recursion corrections

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Feb 10 10:47:03 2011 +0100

    bump release number (major)

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Feb 9 12:56:25 2011 +0100

    [OVAL] oval_probe_ext: fixing

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Feb 9 11:09:00 2011 +0100

    [probes] textfilecontent54: remove unused variable

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Feb 9 10:06:10 2011 +0100

    [OVAL] Added OVAL_PDFLAG_SLAVE

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Feb 8 19:13:51 2011 +0100

    [probes] file: fix nil filename processing

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Feb 8 19:13:30 2011 +0100

    [probes] oval_fts: fix traversal for nil filename

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Feb 8 16:24:44 2011 +0100

    [probes] set probe return code in the set eval branch

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Feb 7 15:42:14 2011 +0100

    [probes] oval_fts: fix memleak

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Feb 7 15:26:55 2011 +0100

    [probes] textfilecontent54: fix endless loop in pcre matching

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Feb 7 11:35:36 2011 +0100

    correct *_{get,set}_interactive functions

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sat Feb 5 23:13:48 2011 +0100

    [probes] oval_fts: complete 'filepath' entity support

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sat Feb 5 21:11:39 2011 +0100

    [tests] OVAL/probes: fix several 'path' entity definitions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Feb 4 15:44:10 2011 +0100

    [SEAP] sch_pipe_recv: fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Feb 4 15:35:15 2011 +0100

    [probes] removed wrong #include; disabled connect retry mechanism

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Feb 4 15:34:02 2011 +0100

    [SEAP] sch_pipe_recv: check child status if read()==0; errno value change

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Feb 4 12:16:42 2011 +0100

    [probes] reimplemented signal handling

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Feb 3 15:07:43 2011 +0100

    [probes] fix order of entities in variable_item

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Feb 3 13:25:52 2011 +0100

    [probes] file: fix order of entities in generated items

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Feb 3 11:25:16 2011 +0100

    OVAL 5.6 schema workarounds for libxml2

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Feb 3 11:14:29 2011 +0100

    [probes] fix order of entities in generated items

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Feb 2 18:25:32 2011 +0100

    [OVAL] move to OVAL 5.6 + minor fixes

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Feb 2 16:01:58 2011 +0100

    [XCCDF] Fixed editing values

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Feb 2 13:17:31 2011 +0100

    [XCCDF] Fixed segfault in value getter when accessing NULL reference thru number

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Feb 1 16:33:20 2011 +0100

    [XCCDF_POLICY] Fixed double free error by strdup in bindings generator

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jan 31 18:06:19 2011 +0100

    bump release number

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Jan 31 13:10:46 2011 +0100

    [XCCDF] Fixed parsing and exporting refine rule severity

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Jan 28 15:35:45 2011 +0100

    [XCCDF,PYTHON] Fixed export refine-rules, added refine-rule tailoring to python API

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Jan 28 13:58:47 2011 +0100

    [PYTHON] Fixed default regexp in number types

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jan 27 15:55:49 2011 +0100

    [probes] filehash, filemd5, textfilecontent, textfilecontent54: remove redundant condition

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jan 27 15:41:49 2011 +0100

    [probes] file: export 'filepath' entity only if the target is not a directory

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jan 26 15:42:33 2011 +0100

    xsl: update excluded namespace prefixes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jan 26 15:39:01 2011 +0100

    report: OVAL criteria logic syntax tree descend

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jan 26 14:45:03 2011 +0100

    [OVAL] mask attribute support in sys.char. items

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jan 26 14:45:37 2011 +0100

    [probes] textfilecontent54: reset only relevant attributes of 'behaviors' entity when 'filepath' entity is used

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jan 26 14:07:48 2011 +0100

    [probes] textfilecontent54: export 'line' entity in items

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jan 26 14:04:10 2011 +0100

    [OVAL] oval_probe_comm: reset sd is SEAP_close fails

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jan 26 12:52:45 2011 +0100

    xccdf report: analyze negations in OVAL

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jan 26 11:17:19 2011 +0100

    Much more precise OVAL item selection for report

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jan 25 16:08:08 2011 +0100

    report: OVAL item display conditions refinement
    
    In report are now included only items from definitions
    without a negation in non-nested criteria element
    that evaluated to "false".

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jan 25 12:48:33 2011 +0100

    supress redudant error msgs & docs update

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jan 26 13:11:56 2011 +0100

    [SEAP] SEAP_desc_get: check whether the tree is initialized before reading from it

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jan 25 18:44:47 2011 +0100

    [OVAL/probes] textfilecontent54: support for new 'behaviors' attributes

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jan 25 18:43:44 2011 +0100

    [OVAL/probes] new SEXP api function

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Jan 24 16:52:58 2011 +0100

    [XCCDF_POLICY] Fixed warnings of defined but unused static functions

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Jan 24 16:52:26 2011 +0100

    [PYTHON] Added association of file names and sessions into python API

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jan 24 15:03:24 2011 +0100

    [autotools] fix schema files installation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Jan 24 10:00:10 2011 +0100

    add missing function prototype

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Jan 23 14:49:05 2011 +0100

    OVAL 5.6 schemas: dos2unix line ending conversion

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Jan 23 14:46:53 2011 +0100

    OVAL 5.6 schema workarounds for libxml2

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Jan 23 14:42:30 2011 +0100

    Add OVAL 5.6 XML schema files

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Jan 23 14:04:46 2011 +0100

    move XSL schema file names a separate Makefile.am

Author: Daniel Kopecek <xkopecek@fi.muni.cz>
Date:   Mon Jan 24 00:27:46 2011 +0100

    [OVAL/probes] Handle errors sent by probes

Author: Daniel Kopecek <xkopecek@fi.muni.cz>
Date:   Mon Jan 24 00:27:05 2011 +0100

    [SEAP] Implemented several missing parts of the error API

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sat Jan 22 19:41:24 2011 +0100

    config.h clean up (part #2)

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jan 21 16:31:48 2011 +0100

    config.h clean up (part #1)

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jan 21 15:15:34 2011 +0100

    Fix typo in an error message

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jan 21 15:14:01 2011 +0100

    oval inclusion in xccdf report: docs & completion

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jan 21 14:53:50 2011 +0100

    tool support for OVAL info in XCCDF report

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jan 21 14:42:15 2011 +0100

    xccdf report: search OVAL files in correct dir

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jan 14 18:53:23 2011 +0100

    further OVAL info in XCCDF refinement

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Jan 13 17:36:08 2011 +0100

    Initial OVAL items reporting in XCCDF report

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jan 21 15:35:44 2011 +0100

    [SEAP/generic] rbt_i32: extended collision handling in the _add function

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Jan 21 13:36:34 2011 +0100

    [utils] oscap: enable specification of the oval schema version

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jan 20 16:12:54 2011 +0100

    [probes] interface: add support for 'type' entity

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jan 20 14:55:38 2011 +0100

    [OVAL] fixed leak in oval_sysent_to_dom

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jan 20 12:29:16 2011 +0100

    [probes] rpminfo: don't use datatypes in 5.6

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jan 20 12:13:18 2011 +0100

    [probes] rpminfo: annotate the evr entity with a correct OVAL datatype

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jan 20 12:10:44 2011 +0100

    [OVAL/probes] implemented probe_itement_setdatatype

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jan 20 12:08:00 2011 +0100

    [SEAP] SEXP_datatype_set_nth: pass the correct pointer to SEXP_rawval_lblk_nth

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jan 19 17:28:32 2011 +0100

    [OVAL] partial mask attribute implementation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jan 19 15:54:53 2011 +0100

    [OVAL] oval_generator: include time.h

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jan 18 14:15:26 2011 +0100

    [OVAL] mask atribute default valua = 'false'

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jan 18 15:59:09 2011 +0100

    [OVAL] fix pcre_exec() usage

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jan 18 14:15:56 2011 +0100

    [OVAL] support PCRE in object-state comparison

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jan 18 11:40:32 2011 +0100

    [OVAL] filepath element implementation

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jan 17 16:54:30 2011 +0100

    [OVAL] make several api changes to support more than one state inside tests

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jan 14 15:21:04 2011 +0100

    bump release number

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jan 14 11:04:06 2011 +0100

    [swig] add  @libxml_cflags@

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jan 14 10:55:28 2011 +0100

    [dist] fixing spec files

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jan 13 15:59:37 2011 +0100

    [OVAL] get rid of STUB_OVAL_OBJECT

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jan 13 17:40:41 2011 +0100

    [OVAL] add support for storing unstructured metadata in definitions

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jan 10 12:48:00 2011 +0100

    [oscap] minor man page fix

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Jan 10 13:33:31 2011 +0100

    [XCCDF] Fixed warning export order

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Jan 7 14:34:21 2011 +0100

    Added missing iterator reset functions; Fixed (s)dir typo in python API

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jan 7 11:34:31 2011 +0100

    [dist] update rhel noValidate patch

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Jan 7 10:53:22 2011 +0100

    Removed unimplemented functions from XCCDF Policy; Added missing warning functions to XCCDF

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Jan 5 10:59:23 2011 +0100

    Added reset functions to all generated iterators

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jan 4 17:06:01 2011 +0100

    Added oscap_iterator_reset functions to oscap_string and oscap_text

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jan 4 15:31:41 2011 +0100

    [PYTHON] Fixed reserved words in policy export; Added exception (IOError) when no OVAL loaded

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jan 4 13:46:38 2011 +0100

    [oscap] fix segfault
    
    segfault occured when no OVAL content was found

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jan 4 13:43:43 2011 +0100

    [OVAL] fixed typo

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jan 4 13:43:04 2011 +0100

    [OVAL] free generator info

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jan 3 17:02:51 2011 +0100

    [probes] oval_fts: recognize symlinks (FTS_LOGICAL->FTS_PHYSICAL)

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Dec 16 14:37:54 2010 +0100

    fix html2docbook paragraph parsing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Dec 16 11:59:55 2010 +0100

    [rhel5] update openscap-0.6.3-noValidate.patch

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Dec 14 16:52:30 2010 +0100

    Added fixes for editing XCCDF content #1

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Nov 24 15:33:33 2010 +0100

    Added clone functions to CVE

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 14 14:38:01 2010 +0100

    [oscap] add CPE name match and check functionality

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Dec 13 11:31:15 2010 +0100

    [oscap] nicer complain about invalid content

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Dec 9 17:37:12 2010 +0100

    bump release number

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Dec 9 16:55:55 2010 +0100

    [dist] improve atomic functions support check
    
    some archs (ppc) do not support __sync_bool_compare_and_swap_2

Author: Reggie Adkins <reggieadkins@gmail.com>
Date:   Fri Dec 3 13:30:44 2010 +0100

    [content] Fedora 13 oval content fix

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Dec 1 14:20:35 2010 +0100

    update NEWS

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Nov 30 17:46:12 2010 +0100

    [dist] ustar->pax

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Nov 24 16:50:38 2010 +0100

    increment release number

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Nov 24 14:45:54 2010 +0100

    [dist] SCAP content into individual package

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Nov 24 13:52:14 2010 +0100

    [rhel5] skip validation during oval evaluation

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Nov 24 13:35:27 2010 +0100

    [PYTHON] Fixed asserts in openscap_api init function to ImportError-s

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Nov 24 10:45:34 2010 +0100

    [OVAL] oval_agent_reset_session: destroy the probe session and create a new one

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Nov 23 15:32:48 2010 +0100

    [rhel5] fixing rhel5 patch

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Nov 19 17:14:30 2010 +0100

    [dist] add libtool versioning

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Nov 19 13:46:29 2010 +0100

    [dist] include rhel5 spec into tarball

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Nov 18 15:55:41 2010 +0100

    [dist] fedora, rhel5: package the libopenscap.pc file

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Nov 11 10:56:04 2010 +0100

    [OVAL/probes] re-init external probes after abort

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Nov 9 15:08:10 2010 +0100

    [OVAL/probes] dpkginfo: fix compilation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Nov 9 12:30:58 2010 +0100

    [SEAP] fixed double-free bug

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Nov 8 14:31:40 2010 +0100

    [OVAL/probes] Close the SEAP descriptor after detecting an aborted session

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Nov 8 13:42:40 2010 +0100

    [OVAL/probes] oval_probe_ext_handler: fixed c&p bug

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Nov 8 13:30:59 2010 +0100

    [OVAL/probes] oval_probe_ext_handler: call abort in the OVAL_SUBTYPE_ALL branch

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Nov 8 12:36:34 2010 +0100

    [OVAL] include assume.h in oval_agent.c

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Nov 8 11:34:31 2010 +0100

    [OVAL] added oval_agent_abort_session function

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Nov 7 23:00:30 2010 +0100

    Install pkg-config file

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Nov 7 22:41:36 2010 +0100

    [OVAL/probes] Initial implementation of oval_probe_session_abort & friends

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Nov 2 15:25:13 2010 +0100

    [OVAL] add functions for handling OVAL "generator" element

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Oct 25 14:18:07 2010 +0200

    [utils/oscap] several function calls haven't been checked for errors

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Oct 25 12:42:23 2010 +0200

    [OVAL] change oval_probe_query_sysinfo() prototype to return status code

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Oct 22 13:20:19 2010 +0200

    [OVAL] propagate probe communication errors upwards

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 20 16:59:02 2010 +0200

    increase release number

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 20 14:55:52 2010 +0200

    content fixes

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Oct 20 12:55:14 2010 +0200

    Fixed leak in oval_agent

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 20 12:41:41 2010 +0200

    [probes] oval_fts: fixed nil filename check

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Oct 20 11:56:47 2010 +0200

    [XCCDF_POLICY] Fixed leak in xccdf policy free

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 20 10:57:38 2010 +0200

    [probes] oval_fts: partial match optimization and fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 20 01:21:36 2010 +0200

    [probes] oval_fts: fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 20 00:49:13 2010 +0200

    [probes] oval_fts: added license text

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 20 00:47:37 2010 +0200

    [probes] oval_fts: support recurse_file_system=local

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 19 23:26:07 2010 +0200

    [probes] Make the rest of the probes use oval_fts_* instead of find_files

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 19 23:24:41 2010 +0200

    [probes] oval_fts: make some of the behaviors attributes optional, with reasonable default values

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 19 21:46:01 2010 +0200

    [probes] file: maintain filecnt, free the fs entity

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 19 21:39:57 2010 +0200

    [probes] file: use oval_fts_* instead of find_files

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 19 21:38:10 2010 +0200

    [probes] oval_fts: added debug messages, fixed some bugs

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 19 16:10:01 2010 +0200

    [probes] Added oval_fts API

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Oct 19 15:45:30 2010 +0200

    [XCCDF] Added missing reference getters; Fixed python bindings

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Oct 19 14:42:07 2010 +0200

    [OVAL] make arithmetic operations on float and int produce a float

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Oct 19 12:10:06 2010 +0200

    backward compatibility with an older libxml2

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Oct 19 11:45:36 2010 +0200

    [OVAL] implement bitwise comparison of item and state on int data type

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Oct 18 17:21:51 2010 +0200

    [OVAL] implement item and state comparison on float data type

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Oct 18 14:09:24 2010 +0200

    [utils/oscap] list errors in results summary

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Oct 15 10:57:02 2010 +0200

    References in Dublin Core format

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Oct 12 13:48:57 2010 +0200

    XCCDF export fixes #2

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Oct 7 22:03:59 2010 +0200

    result export fixes #1

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sat Oct 16 12:14:20 2010 +0200

    [OVAL] correcting syschar flag computation for empty variables
    
    minor api change of internal oval_probe_*() functions and helpers
    prevent exporting internal objects from syschar model

Author: Marshall Miller <mmiller@tresys.com>
Date:   Thu Oct 14 09:47:13 2010 -0400

    fixed traceback when using python api to evaluate oval
    
    was getting traceback "TypeError: 'OVAL_Class' object does not support indexing"
    looks like method of output callback registration was changed, but agent_eval_system was not synced

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Oct 12 14:51:57 2010 +0200

    [OVAL] new function: oval_syschar_add_new_message

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Oct 11 14:51:27 2010 +0200

    [OVAL] link with libpcre

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 11 13:18:58 2010 +0200

    update RHEL5 spec file + patch

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 7 13:23:04 2010 -0400

    prepare RHEL5 spec file

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 6 17:31:55 2010 +0200

    fixing CVE segfault

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 5 16:13:15 2010 +0200

    turn on perl regular expressions support

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Oct 5 15:00:39 2010 +0200

    [OVAL] corrections to comparing entities referencing variables

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Oct 4 15:27:41 2010 +0200

    [OVAL] corrections to state comparison in OVAL test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 4 14:46:10 2010 +0200

    [probes] interface: fixed memory leaks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 4 14:33:17 2010 +0200

    [tests] test_probes_interface.xml.sh: added default location of the test_interface helper

Author: Marshall Miller <mmiller@tresys.com>
Date:   Fri Oct 1 13:57:32 2010 -0400

    changes to openscap_api.py to get it working with rhel5
    
    replaced except TYPE as VAR with except TYPE, VAR
    SwigPyObject type is PySwigObject on earlier versions of swig
    import _openscap_api as OSCAP on python versions < 2.6

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Oct 1 16:07:19 2010 +0200

    [probes] rpminfo: fix compilation on system with an older rpm library

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Oct 1 15:25:46 2010 +0200

    remove references from xccdf content

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Sep 30 17:02:49 2010 +0200

    [probes] fixed memory leaks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Sep 30 15:38:56 2010 +0200

    [OVAL] Use a red-black tree instead of a linked list in the string map implementation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Sep 30 15:37:22 2010 +0200

    [generic/rbt] Added _free2, _walk_inorder2 functions

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Sep 27 15:31:48 2010 +0200

    Fixed coredump in xccdf_policy_get_selected_rules when select point to nonexisting rule

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sun Sep 26 15:32:35 2010 +0200

    [OVAL] use OVAL filter type in sets

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Sep 24 16:38:53 2010 +0200

    XSLT fixes

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Sep 23 15:43:47 2010 +0200

    Added validation function to Python bindings

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Sep 23 12:38:47 2010 +0200

    Fixed XCCDF function for getting selected rules

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Sep 22 11:28:05 2010 +0200

    Added hash table to Policy selects

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Sep 22 10:46:57 2010 +0200

    make init script  LSB compliant rhbz# 627163

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 21 18:14:11 2010 +0200

    adjust textfilecontent54 error messages

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Sep 20 00:28:27 2010 +0200

    Port XCCDF report to DocBook

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Sep 20 00:25:45 2010 +0200

    xsl refactoring & fixes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Sep 20 00:25:07 2010 +0200

    DocBook to HTML conversion improvements

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Sep 19 16:05:25 2010 +0200

    port fix to new xsl framework

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Sep 19 15:43:16 2010 +0200

    tool document generator: --format support

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Sep 17 14:43:06 2010 +0200

    XSL: HTML output filter

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Sep 17 14:38:09 2010 +0200

    profile info in docbook guide

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Sep 13 15:12:29 2010 +0200

    Make XSL stylesheets more modular

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Sep 13 11:29:49 2010 +0200

    tailor XSL: refactoring + profile-note processing

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Sep 12 21:07:33 2010 +0200

    XCCDF guide in DocBook format

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Sep 12 20:35:02 2010 +0200

    split xccdf-common to share.xsl and substitute.xsl

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Sep 12 20:31:37 2010 +0200

    rename xccdf-apply-profile.xsl -> xccdf-tailor.xsl

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Sep 12 14:43:59 2010 +0200

    XSL to convert XHTML to DocBook

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Sep 12 14:43:17 2010 +0200

    XSL to convert Dublin Core metadata to DocBook

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Sep 20 18:13:27 2010 +0200

    [OVAL] separate oval filter data type to its own source file

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Sep 17 14:07:58 2010 +0200

    [OVAL] change the probe_main() interface and the helper functions

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Sep 14 12:11:48 2010 +0200

    XSL stylesheets: verbosity support

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 14 12:18:38 2010 +0200

    NEWS update

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 14 12:00:24 2010 +0200

    spec update

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 14 11:52:01 2010 +0200

    [probes] fsdev: fix local filesystem check on Linux

Author: Peter Vrabec <pvrabec@gmail.com>
Date:   Mon Sep 13 21:40:51 2010 +0200

    content update

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Sep 13 16:07:43 2010 +0200

    Moved oval.agent_export_sysinfo_to_xccdf_result to private

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Sep 13 15:50:27 2010 +0200

    Python: Fixed export, free

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Sep 13 15:11:45 2010 +0200

    Fixed mem problems in XCCDF

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 13 15:18:24 2010 +0200

    content changes

Author: Josh Adams <jadams@tresys.com>
Date:   Wed Sep 8 17:05:04 2010 -0400

    old/new-result should be chlid element of override

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 13 10:58:08 2010 +0200

    content changes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Sep 13 10:26:09 2010 +0200

    content changes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Sep 8 17:49:40 2010 +0200

    content changes

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Sep 8 13:55:38 2010 +0200

    Fixed missing description segfault in creating reporter message

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Sep 8 11:41:59 2010 +0200

    content fix

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Sep 8 11:16:04 2010 +0200

    content changes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 7 19:25:26 2010 +0200

    content update

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Sep 7 18:35:06 2010 +0200

    include security identifiers in guide

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Sep 7 17:00:38 2010 +0200

    Fixed __del__ function in Python

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Sep 7 16:50:59 2010 +0200

    [OVAL] corrections to struct oval_message processing

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Sep 7 16:04:38 2010 +0200

    Added Python policy_export function

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Sep 7 15:26:01 2010 +0200

    Added start callback, oscap: fixed colors in output

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Sep 7 00:49:34 2010 +0200

    tool: completion + manpage + help strings update

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Sep 6 23:52:32 2010 +0200

    tool: oscap xccdf generate fix

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Sep 6 22:27:52 2010 +0200

    Add XSLT-based fix generator + bash template

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Sep 6 01:25:18 2010 +0200

    f14 xccdf content fixes: xhtml list elements

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Sep 3 23:17:42 2010 +0200

    Guide: different rule numbering.

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Sep 3 23:06:47 2010 +0200

    Ability to generate profile info with the guide.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sat Sep 4 20:25:09 2010 +0200

    [OVAL] add function for optimizing memory consumption during syschar collection

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Sep 3 14:35:54 2010 +0200

    content update

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Sep 2 20:01:11 2010 +0200

    Python API improvements

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Sep 3 14:03:58 2010 +0200

    [probes] findfiles: check return code of recursive calls

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Sep 3 01:58:10 2010 +0200

    [probes] findfiles: check callback return value

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Sep 2 18:25:50 2010 +0200

    content changes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Sep 2 17:31:31 2010 +0200

    [probes] file: use probe_result_additem

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Sep 2 16:42:09 2010 +0200

    [probes] New API function: probe_result_additem

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Sep 2 16:41:05 2010 +0200

    [common] added wrapper for the sysinfo function

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Sep 2 14:50:00 2010 +0200

    [common] added memusage function

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Sep 1 00:17:59 2010 +0200

    xslt files: add license headers

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Sep 1 00:00:58 2010 +0200

    tool: modularize OVAL document generation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 31 23:28:28 2010 +0200

    bash completion adjustments

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 31 22:01:00 2010 +0200

    manpage update

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 31 21:20:25 2010 +0200

    tool: modularize xccdf document generation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 31 21:17:13 2010 +0200

    cdf:instance substitution improvement
    
    now appears in angle brackets if not substituted

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 31 17:44:25 2010 +0200

    tool: ability to print module tree

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 31 16:56:13 2010 +0200

    Guide generation: profile support

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 31 15:28:58 2010 +0200

    result report reflects profile + fixes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 31 15:26:42 2010 +0200

    better CSS style for <abbr>

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 30 17:53:00 2010 +0200

    Tailoring XSLT: support cluster-id

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 30 17:30:00 2010 +0200

    More XCCDF substitutions

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 30 16:38:37 2010 +0200

    xslt framework refactoring

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Sep 1 13:51:54 2010 +0200

    content update

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Sep 1 12:59:29 2010 +0200

    bump rel. number

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Sep 1 11:19:28 2010 +0200

    [OVAL] add missing arg list terminator

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Aug 31 17:57:29 2010 +0200

    Fixed free profile in non-profile policy

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Sep 1 10:02:48 2010 +0200

    Fixed non-existing profile; XCCDF Policy refact.;
    
    Fixed oval callback name typo

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Aug 31 17:17:43 2010 +0200

    Fixed xsldir in Makefile

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 30 16:52:06 2010 +0200

    content changes

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Aug 30 16:50:59 2010 +0200

    [probes] correction to filter processing

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 30 15:09:48 2010 +0200

    oscap_text to plaintext conversion

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 30 13:37:56 2010 +0200

    substitution XSL code improvements

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 30 13:01:52 2010 +0200

    Ability to select results to include in report.
    
    Default: all but notselected, notapplicable

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Aug 29 22:55:59 2010 +0200

    results report: xccdf inline HTML + <sub> support

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Aug 29 21:59:59 2010 +0200

    xccdf-common.xsl: fixes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sat Aug 28 21:24:34 2010 +0200

    xccdf html guide: highlight link targets

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sat Aug 28 18:14:41 2010 +0200

    XSLT: unresolved benchmark processing warning

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sat Aug 28 18:11:55 2010 +0200

    xccdf result report: make last result default

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sat Aug 28 02:30:19 2010 +0200

    xccdf apply profile XSL transformation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Aug 27 16:55:42 2010 +0200

    Isolate XCCDF-specific parts into a separate file

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Aug 26 20:23:42 2010 +0200

    Print style for generated documents

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 30 14:19:15 2010 +0200

    proper result for unsupported OVAL objects

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Aug 30 14:41:24 2010 +0200

    [probes] fix default value

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Aug 30 14:22:53 2010 +0200

    [OVAL] add initial support for filters inside objects

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Aug 30 12:50:49 2010 +0200

    corrections to debugging information reporting

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Aug 27 15:40:55 2010 +0200

    bump release number

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Aug 27 14:03:30 2010 +0200

    fixing race in python thread lock

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Aug 26 16:36:50 2010 +0200

    Allowing threads from python after calling a bloking I/O code generated from SWIG

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Aug 26 14:59:27 2010 +0200

    Fixed xccdf results

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Aug 26 14:38:54 2010 +0200

    xccdf results max score export fix

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Aug 26 13:22:54 2010 +0200

    Fix file open failure

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Aug 26 10:41:58 2010 +0200

    Fix several buffer overflows

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Aug 26 13:07:27 2010 +0200

    [OVAL] f14 content corrections

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Aug 26 10:14:24 2010 +0200

    Content changes #9

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Aug 26 09:34:09 2010 +0200

    Fixed boundary check in getting substring in OVAL

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 26 10:25:15 2010 +0200

    content fix

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 26 00:57:19 2010 +0200

    content changes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 26 00:43:36 2010 +0200

    [probes] quiet gcc

Author: Pierre Chifflier <chifflier@edenwall.com>
Date:   Thu Aug 12 10:34:58 2010 +0200

    Fix build on Debian/kFreeBSD
    
    This fixes the build on Debian/kFreeBSD (Debian userland with FreeBSD kernel)
    by checking the __GLIBC__ and __FreeBSD_kernel__ defines.
    Thanks to Petr Salinger and Jakub Wilk for the patches.
    
    Signed-off-by: Pierre Chifflier <chifflier@edenwall.com>

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 25 22:26:00 2010 +0200

    [OVAL] f14 content corrections

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Aug 25 22:10:28 2010 +0200

    Content changes #8

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 25 21:58:27 2010 +0200

    [OVAL] f14 content corrections

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 25 21:45:01 2010 +0200

    update NEWS

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Aug 25 19:21:45 2010 +0200

    xml validation missing filename workaround

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Aug 25 18:40:52 2010 +0200

    XCCDF Value choices export

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Aug 25 18:04:17 2010 +0200

    XCCDF Value choices accessor

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Aug 25 00:28:34 2010 +0200

    Preserve HTML formatting in the generated guide

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Aug 25 19:34:21 2010 +0200

    Fixed set_rules in Python API; Revitalized oscap.py

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Aug 25 19:51:12 2010 +0200

    Fixed OVAL Agent session filename; Workaround for XCCDF callback checking

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 25 19:45:25 2010 +0200

    f14 content corrections

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 25 19:25:51 2010 +0200

    [OVAL] attach state attribute that was accidentally omitted

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 25 17:35:20 2010 +0200

    fixing memory issues in oscap tools

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 25 16:39:57 2010 +0200

    content validation fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 25 17:33:28 2010 +0200

    [probes] probe_obj_eval: look into the cache before generating an error item

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 25 17:26:36 2010 +0200

    [probes] _probe_cobj_get_flag: added NULL check

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 25 16:24:27 2010 +0200

    [probes] probe_obj_eval: fixed invalid usage of SEXP_vfree

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 25 16:12:26 2010 +0200

    [probes] probe_obj_eval: added missing variable declaration

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 25 16:03:48 2010 +0200

    [probes] probe_set_eval & friends: pass the syschar flag back to probes and handle error states

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Aug 25 15:31:26 2010 +0200

    Content changes #7

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Aug 25 15:25:48 2010 +0200

    Fixed get_tailor_items

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 25 15:32:58 2010 +0200

    [OVAL/probes] file: fix symlink handling

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 25 13:48:37 2010 +0200

    [OVAL/probes] file: add missing entity

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Aug 25 11:45:00 2010 +0200

    Content changes #6

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 25 11:34:03 2010 +0200

    content changes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 24 20:56:40 2010 +0200

    xccdf generate-guide: manpage + bash completion

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 24 20:37:02 2010 +0200

    Tune security guide XSL file.

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 24 13:08:21 2010 +0200

    Security guide from XCCDF file

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Aug 24 18:15:16 2010 +0200

    Added destroy, Improved get_tailor_items

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Aug 24 18:16:13 2010 +0200

    Content changes; Improved values in XCCDF

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 24 19:44:06 2010 +0200

    f14 content corrections

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 24 18:45:21 2010 +0200

    f14 content corrections

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 24 16:35:39 2010 +0200

    F14 xccdf content update

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Aug 24 12:57:32 2010 +0200

    Fixed group selection behavior

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 24 14:11:15 2010 +0200

    f14 content corrections

Author: Peter Vrabec <pvrabec@gmail.com>
Date:   Mon Aug 23 23:47:53 2010 +0200

    --oval-results option for oscap tool

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 23 13:58:32 2010 +0200

    [probes] Added probe_setoption function

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 23 12:43:59 2010 +0200

    spec file update

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Aug 23 10:29:09 2010 +0200

    Fixed wrong number of parameters in oval_agent_new_session

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Aug 20 17:18:09 2010 +0200

    Fixed typo in openscap python API

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Aug 20 17:30:40 2010 +0200

    XCCDF test fix

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Aug 20 17:10:18 2010 +0200

    New colorful output of oscap eval xccdf

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Aug 20 16:45:09 2010 +0200

    Fixed resolving of external variable conflict

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Aug 20 15:43:22 2010 +0200

    Fixed xccdf_policy_model_get_files leaks

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Aug 20 15:16:44 2010 +0200

    Content changes #5

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Aug 20 15:00:29 2010 +0200

    oscap tool validate content before evaluation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 20 14:35:04 2010 +0200

    [probes] file: don't call probe_setoption

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 20 14:31:28 2010 +0200

    [probes] file: fixed typo

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Aug 19 16:38:01 2010 +0200

    Content changes #4

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Aug 19 14:28:29 2010 +0200

    Fixed boolean values of selectors in profile export

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 19 14:15:34 2010 +0200

    content fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 19 17:07:15 2010 +0200

    F14 content modifications #2

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Aug 19 13:57:27 2010 +0200

    Fixed Python bindings

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Aug 19 12:11:36 2010 +0200

    Content changes #3

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 19 13:25:00 2010 +0200

    fix segfault in oscap_find_file

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Aug 18 21:41:20 2010 +0200

    xmlNewChild -> xmlNewTextChild
    
    for proper XML entity escaping

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Aug 18 17:22:48 2010 +0200

    F14 content: fix & enable some SELinux tests

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 18 17:24:59 2010 +0200

    Make the F14 pass XML validation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 18 17:13:29 2010 +0200

    F14 content modifications

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 17 23:30:04 2010 +0200

    xccdf report: write fixtext

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 18 14:26:05 2010 +0200

    OVAL and XCCDF content update

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Aug 18 09:54:28 2010 +0200

    Content changes #2

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 17 23:31:20 2010 +0200

    F14 content: xml and runlevel test fixes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 17 21:41:37 2010 +0200

    Represent XCCDF value as a string internally

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 17 18:23:30 2010 +0200

    fedora content review

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 17 12:45:34 2010 +0200

    Fix OVAL segfault + string comparison

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 17 17:08:20 2010 +0200

    OVAL and XCCDF content update

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Aug 16 16:59:26 2010 +0200

    Fixed oscap.py import

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Aug 16 16:59:05 2010 +0200

    Content fixes #1

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 16 17:37:27 2010 +0200

    update OVAL and XCCDF content for F14

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 16 15:24:21 2010 +0200

    fix check-content-ref in XCCDF content

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 16 13:57:03 2010 +0200

    fedora 14 XCCDF and OVAL content

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Aug 16 10:08:11 2010 +0200

    Fixed XCCDF Policy tailor item

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 13 12:01:14 2010 +0200

    [probes] file: cache group/user IDs

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 13 10:54:37 2010 +0200

    [SEAP] start with 2 preallocated items in a list

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 12 17:46:50 2010 +0200

    let unknown_test return OVAL_RESULT_UNKNOW

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Aug 12 17:15:49 2010 +0200

    [utils/oscap] oval: report detailed information for all types of results

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 12 15:37:15 2010 +0200

    [SEAP] fixed compilation with --enable-debug

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 12 15:17:01 2010 +0200

    [SEAP] set the softref bit also in SEXP_unref

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 12 14:29:27 2010 +0200

    [SEAP] optimized S-exp reference structure

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Aug 12 11:48:10 2010 +0200

    [OVAL] corrections to object querying

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 11 13:56:23 2010 +0200

    [OVAL] probe_int: process any valid datatype

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 11 13:50:26 2010 +0200

    [CVE] include time.h in cve.h

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Aug 11 11:00:50 2010 +0200

    Finished xccdf.init function in Python API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 11 10:37:25 2010 +0200

    [OVAL+probes] Fixed the rest of gcc warnings

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 11 10:36:45 2010 +0200

    Removed old bash scripts

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 10 17:39:35 2010 +0200

    [OVAL/probes] fixed typo

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 10 17:33:21 2010 +0200

    [OVAL] get rid of uninitialized variables in resultCriteriaNode.c, resultTest.c

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Aug 10 17:12:47 2010 +0200

    Fixed oscap.py; Added simple function xccdf_init() to Python API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 10 17:18:29 2010 +0200

    [buildsys] disable compilation of the sql probe if OpenDBX was not found

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 10 17:02:56 2010 +0200

    resolved several gcc warnings

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 10 15:04:53 2010 +0200

    Make cron job and init script generate also HTML

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 10 14:46:42 2010 +0200

    tool: generate oval html report during scan

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 10 14:12:46 2010 +0200

    Library initialisation function: oscap_init()

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 10 13:59:32 2010 +0200

    leak fixes

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Aug 10 13:54:05 2010 +0200

    Fixed wrong selector case

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 10 16:09:40 2010 +0200

    [probes] new probe: sql

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 10 11:49:15 2010 +0200

    [OVAL] don't attempt to reset variable type

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 10 10:25:57 2010 +0200

    [OVAL/probes] findfiles: special treatment of caret in path pattern

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 9 21:03:02 2010 +0200

    oscap_find_file documentation + search defpath always

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 9 19:57:16 2010 +0200

    XCCDF model: add toplevel language info

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 9 19:18:36 2010 +0200

    OVAL results HTML report

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 9 18:07:28 2010 +0200

    oscap tool: make exit codes more consistent

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 9 16:30:58 2010 +0200

    Fix common/text.h header deps

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 9 16:18:36 2010 +0200

    oscap library version getter + tool adjustments

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 9 15:40:33 2010 +0200

    xccdf report: bring back rule titles

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 9 14:29:51 2010 +0200

    Split XSL file to generic and XCCDF specific part + a few fixes

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Aug 9 17:42:04 2010 +0200

    Added function for getting names of required files from Policy model

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Aug 9 17:06:02 2010 +0200

    [OVAL/probes] findfiles: several corrections

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 9 16:31:00 2010 +0200

    minor fix in return code

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 9 16:16:19 2010 +0200

    import functions set proper error on fail

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 9 09:59:19 2010 +0200

    [OVAL/probes] Fixed regression

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Aug 6 15:07:36 2010 +0200

    Fixed OVAL files in XCCDF evaluation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Aug 6 16:33:11 2010 +0200

    findfiles exclude ".." & "." directories

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 6 14:51:49 2010 +0200

    [OVAL/probes] Fix also the pdcmp function

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 6 14:27:41 2010 +0200

    [OVAL/probes] Fixed memory corruption when recursive object evaluation executes a probe of different type

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Aug 6 13:13:30 2010 +0200

    [OVAL] initial support for casting OVAL values

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Aug 5 18:31:54 2010 +0200

    Added more oval files support

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Aug 6 09:54:29 2010 +0200

    [OVAL] correction to the boolean data type interpretation

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Aug 5 18:47:43 2010 +0200

    [OVAL] extend boolean data type

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Aug 5 16:01:32 2010 +0200

    Fixed oscap return values Added checking if value of value is valid

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Aug 5 16:00:00 2010 +0200

    Fixed exporting Values in XCCDF Benchmark

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Aug 5 15:59:50 2010 +0200

    [OVAL] enable binding of a partial definition model

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 5 15:52:18 2010 +0200

    [probes] file: don't compute item size unless FILE_PROBE_ITEMSTATS is defined

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 5 15:51:02 2010 +0200

    [common] debug: added developer friendly macros dI, dE, dW

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 5 15:49:05 2010 +0200

    [SEAP] Use STRBUF_MAX value from strbuf.h

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 5 15:47:06 2010 +0200

    [SEAP] strbuf: respect IOV_MAX

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 5 14:01:21 2010 +0200

    make binding of the variable model more sensitive

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Aug 4 13:55:01 2010 +0200

    oscap cvss - completion fix

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Aug 4 13:49:43 2010 +0200

    xccdf results XSL enhancements and fixes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Aug 4 13:18:57 2010 +0200

    oscap tool verbosity tweaks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 4 15:14:26 2010 +0200

    [tests] added missing EXTRA_DIST entries

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 4 13:42:54 2010 +0200

    [buildsys] configure: added option to enable building with SSP

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 4 13:23:46 2010 +0200

    [buildsys] use AC_HELP_STRING in configure.ac

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 4 13:02:28 2010 +0200

    [tests+buildsys] Fixed portability issues; Valgrind checks disabled by default

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 4 10:50:08 2010 +0200

    [probes] xinetd: forgot to increment the counter in op_{assign,insert}_strl

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 3 23:55:13 2010 +0200

    [probes] xinetd: fixed typo

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 3 23:54:27 2010 +0200

    [tests] xinetd parser: fixing and improvements

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Aug 3 23:46:56 2010 +0200

    [probes] xinetd: name & protocol to ID translation; added merge, coerce ops; fixing

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 3 19:08:03 2010 +0200

    [OVAL] fix variable component evaluation

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 3 18:13:30 2010 +0200

    [probes] variable: fix var_ref handling

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Aug 3 16:42:57 2010 +0200

    Added new python tailoring functions; Added reset iterator fs for setvalues & refine_values

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 3 13:22:33 2010 +0200

    Ability to generate HTML report during evaluation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 3 12:41:21 2010 +0200

    Fix some XCCDF export typos

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 3 12:27:52 2010 +0200

    oscap xccdf eval to emit whole benchmark

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 3 12:05:31 2010 +0200

    Make report XSLT accept incomplete XCCDF documents

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 3 17:41:34 2010 +0200

    minor tweaks in oscap tool

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 3 17:37:31 2010 +0200

    add eval-id operation to oscap tool

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 3 17:23:01 2010 +0200

    [probes] fix a typo

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 3 14:20:13 2010 +0200

    [OVAL] rename datatypes
    
    oval_sysdata_t -> oval_sysitem_t
    oval_sysitem_t -> oval_sysent_t

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 3 14:11:02 2010 +0200

    [OVAL] rename files
    
    src/OVAL/oval_sysItem.c -> src/OVAL/oval_sysEnt.c
    src/OVAL/oval_sysData.c -> src/OVAL/oval_sysItem.c

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 3 11:07:27 2010 +0200

    include xsl stuff in specfile

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 2 19:19:47 2010 +0200

    oscap tool refactoring

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 2 19:42:08 2010 +0200

    Add oscap xccdf generate-report to the manpage

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Aug 1 20:56:05 2010 +0200

    XCCDF result report generator for oscap tool

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Aug 1 20:55:34 2010 +0200

    XSLT transformation support for the library

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Aug 1 19:10:47 2010 +0200

    Add xccdf results -> HTML transformation XSL

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Aug 3 10:16:26 2010 +0200

    Fixed debug assertion in XCCDF Policy

Author: Felix Wolfsteller <felix.wolfsteller@greenbone.net>
Date:   Tue Aug 3 10:03:22 2010 +0200

    Do not abort configure when rpm is in "wrong" ver.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Jul 30 13:34:58 2010 +0200

    [probes] return correct error code

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Jul 30 10:24:21 2010 +0200

    [probes] rename part of the probe api functions and remove two of them
    
    removed:
      oval_probe_session_query_object()
      oval_probe_session_query_sysinfo()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jul 30 00:01:44 2010 +0200

    [probes] xinetd: include (file) support

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 29 23:27:52 2010 +0200

    [common] debug: fix segfault when the PSTRIP env. var is not defined

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 29 16:42:39 2010 +0200

    [probes] xinetd: includedir support, improvements and fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 29 15:53:18 2010 +0200

    [common] debug: added path strip feature

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jul 28 18:00:43 2010 +0200

    [OVAL] initialize tested_variable values during test evaluation instead of export

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jul 28 13:37:26 2010 +0200

    [utils] oscap: fix segfault

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jul 28 10:28:31 2010 +0200

    [OVAL] remove several redundant api functions
    
    oval_definition_model_add_definition()
    oval_definition_model_add_object()
    oval_definition_model_add_state()
    oval_definition_model_add_test()
    oval_definition_model_add_variable()
    oval_results_model_add_system()
    oval_syschar_model_add_syschar()
    oval_syschar_model_add_sysdata()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jul 28 10:21:12 2010 +0200

    [utils] oscap: fix conditional compilation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jul 27 18:28:07 2010 +0200

    oscap.py minor fix

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jul 27 18:06:14 2010 +0200

    Python: changed iterators to python lists; oscap.py: Better output, no iterators, export fix

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jul 27 18:04:02 2010 +0200

    Fixed OVAL messages, Added xccdf_policy_iterator_reset

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 27 18:20:55 2010 +0200

    [probes+tests] don't free uninitialized variables and don't include SHLVL envvar in the xml generated xml

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 27 17:59:42 2010 +0200

    [probes+tests] fix the envvar probe _and_ the envvar test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 27 17:45:24 2010 +0200

    [probes] envvar: fix NULL value handling

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 27 17:32:08 2010 +0200

    [tests] new tests: test_xinetd_parser

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 27 16:54:25 2010 +0200

    [common] unhide debug API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 27 16:51:49 2010 +0200

    [tests] test_interface: added missing header file

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 27 16:51:05 2010 +0200

    [probes] new probe: xinetd (prototpe)

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jul 27 15:25:16 2010 +0200

    Fixed target system and id in XCCDF TestResult

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 27 15:08:42 2010 +0200

    [OVAL] fix double free

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jul 27 14:41:53 2010 +0200

    getopt fixes

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Jul 26 16:04:09 2010 +0200

    Added new functions for tailoring items

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Jul 26 15:09:02 2010 +0200

    Fixed CPE lang expression parsing

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jul 26 15:36:44 2010 +0200

    [utils] oscap: fix conditional compilation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jul 26 13:03:56 2010 +0200

    skip DISPLAY variable in environmentvariable test

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jul 26 10:35:23 2010 +0200

    include oscap bash completition in spec file

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jul 23 20:50:00 2010 +0200

    xccdf resolve: remove abstract items

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jul 23 20:49:43 2010 +0200

    minor fixes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jul 23 19:20:30 2010 +0200

    yet another xml_metadata cleanup

Author: Lukáš Kuklínek <ilja.kuklic@centrum.cz>
Date:   Fri Jul 23 19:02:18 2010 +0200

    XCCDF model: 'remove' operation support

Author: Lukáš Kuklínek <ilja.kuklic@centrum.cz>
Date:   Fri Jul 23 18:38:09 2010 +0200

    XCCDF benchmark clone fix

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sun Jul 25 21:25:55 2010 +0200

    [OVAL] third part of supporting functionality for variable bindings

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Jul 23 14:09:59 2010 +0200

    [OVAL] second part of supporting functionality for variable bindings

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Jul 23 13:25:31 2010 +0200

    [OVAL] first part of supporting functionality for variable bindings

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Jul 23 10:42:30 2010 +0200

    [OVAL] syschar model correction and a small api change

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Jul 22 15:29:55 2010 +0200

    bash completion for oscap tool

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Jul 22 14:16:47 2010 +0200

    add xccdf resolve support to oscap cli utility

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jul 22 16:25:48 2010 +0200

    oscap tool modules conditional compilation

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jul 22 16:31:00 2010 +0200

    [OVAL] minor fixes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jul 22 14:20:56 2010 +0200

    create symlink to default content (spec file)

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jul 22 10:34:46 2010 +0200

    modules clean up

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jul 21 17:37:34 2010 +0200

    XML metadata manipulation cleanup
    
    * removed xml_metadata
    * removed oscap_nsinfo
    * removed oscap_title (obsoleted by oscap_text)
    * adjusted CPE/CVE/CVSS implementations

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jul 21 17:57:36 2010 +0200

    split oscap tool into separate modules

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Jul 21 16:34:09 2010 +0200

    Fixed various requests from AidKit

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jul 21 16:56:39 2010 +0200

    [OVAL] debug: minor fixes.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 20 18:20:29 2010 +0200

    [OVAL] third part of oscap_dprintf() usage cleanup

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jul 20 17:18:05 2010 +0200

    split oval_agent models into sepatate files

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 20 17:05:05 2010 +0200

    [OVAL] second part of oscap_dprintf() usage cleanup

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jul 20 16:18:35 2010 +0200

    Fixed XCCDF without profile in python, self-free objects in python

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 20 13:37:25 2010 +0200

    [OVAL] first part of oscap_dprintf() usage cleanup

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jul 20 10:03:28 2010 +0200

    Apply reporter's return value

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jul 19 17:12:26 2010 +0200

    [common] consolidate functions for printing debug information

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Jul 19 15:58:09 2010 +0200

    Added policy without profile

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Jul 19 13:53:06 2010 +0200

    Fixed missing cvss module info, fixed helps

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Jul 15 17:51:42 2010 +0200

    Fixed OVAL eval to use oscap reporter; Added oscap.py util

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jul 14 17:39:43 2010 +0200

    include openscap_api.py in tarball

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Jul 14 17:30:56 2010 +0200

    Added new Python API; Fixed problems with oscap reporter

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jul 14 17:27:37 2010 +0200

    -fno-strict-aliasing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jul 14 14:38:24 2010 +0200

    update news

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 14 14:32:07 2010 +0200

    [utils] oscap: fixed segfault

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jul 14 14:15:13 2010 +0200

    bump release number

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jul 14 12:41:12 2010 +0200

    add cvss support to oscap

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 14 12:23:48 2010 +0200

    [SEAP+OVAL] Added documentation for debug helpers

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jul 14 12:18:52 2010 +0200

    [OVAL] minor fixes

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 13 18:16:30 2010 +0200

    [OVAL] enable processing of variable references inside set filters

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jul 13 17:25:04 2010 +0200

    oscap tool small fixes + indent

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jul 13 15:33:01 2010 +0200

    common: documentation update

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jul 13 14:50:32 2010 +0200

    Manpage update & -q support for validation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jul 13 13:32:41 2010 +0200

    Reporters now return an integer

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jul 13 15:16:38 2010 +0200

    oscap tool man page update

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jul 13 15:16:04 2010 +0200

    fix make distcheck

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Jul 12 18:28:58 2010 +0200

    XML schema workarounds for libxml

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Jul 12 17:49:59 2010 +0200

    Add schema files

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Jul 12 17:06:30 2010 +0200

    oscap tool: validation support

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Jul 12 15:07:16 2010 +0200

    Better validation support

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jul 9 14:05:59 2010 +0200

    Add switch reporter

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jul 13 10:43:05 2010 +0200

    Added predefined reporter message

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Jul 12 17:02:05 2010 +0200

    Added reporter function; Fixed xccdf-profile parameter in OSCAP util

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Jul 12 15:08:23 2010 +0200

    Added xccdf_policy_model_register_engine_oval wrapper

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jul 12 13:03:35 2010 +0200

    [OVAL] resolve several compiler warnings

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Sun Jul 11 23:15:37 2010 +0200

    [OVAL] implement _oval_component_evaluate_TIMEDIF()

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Jul 8 18:19:01 2010 +0200

    reporters design simplification

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jul 8 13:36:55 2010 +0200

    [OVAL] implement _oval_component_evaluate_ARITHMETIC()

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Jul 8 11:30:30 2010 +0200

    Fixed void arguments in python bindings

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Jul 8 10:07:51 2010 +0200

    Fixed compilation without XCCDF enabled

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Jul 7 16:09:46 2010 +0200

    API changed: removed oval_agent_cb_data, renamed register function in XCCDF Policy

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Jul 2 17:01:31 2010 +0200

    Removed version requirement

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 30 16:57:37 2010 +0200

    spec file fix

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 30 16:48:09 2010 +0200

    increase release number

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 30 16:38:57 2010 +0200

    oscap-scan -> oscap

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Jun 30 16:10:42 2010 +0200

    Added new oscap_scan api; Fixed invalid sizes in calloc

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jun 30 14:53:41 2010 +0200

    [OVAL] implement _oval_component_evaluate_REGEX_CAPTURE()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jun 30 13:36:45 2010 +0200

    [OVAL] fixed leaks and invalid memory reads

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jun 30 11:02:43 2010 +0200

    [probes] shadow, interface: return an error item in case of an error

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jun 29 19:31:20 2010 +0200

    Fixed bindings; changed adding callbacks in oval_agent_cb_data; Fixed OVAL_RESULT_INVALID

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jun 29 17:09:36 2010 +0200

    [OVAL] finish _oval_component_evaluate_ESCAPE_REGEX()

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jun 29 16:03:45 2010 +0200

    Added register output callback function; Improve docs and fix oscap-scan

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jun 29 16:16:01 2010 +0200

    fixing make check

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jun 29 15:10:50 2010 +0200

    Added more rule-result items; added time to TestResult; Small fixes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jun 29 15:57:30 2010 +0200

    remove OVAL_RESULT_INVALID type

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 29 16:04:58 2010 +0200

    [probes] rpminfo: use various rpm API calls to free memory allocated by rpmReadConfigFiles & friends

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jun 29 15:48:40 2010 +0200

    [OVAL] fix segfault in _oval_component_evaluate_ESCAPE_REGEX()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 29 15:38:30 2010 +0200

    [crapi] minor fix for gcrypt initialization

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 29 15:14:24 2010 +0200

    [probes] variable: use the new variable API

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jun 29 14:57:23 2010 +0200

    [OVAL] fix function component parsing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 29 14:18:29 2010 +0200

    [probes] process: call closedir() before returning from read_process()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 29 14:05:16 2010 +0200

    [OVAL/probes] fixed memory leaks

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Jun 28 12:17:45 2010 +0200

    XCCDF <sub/> parsing and export corrections

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jun 28 17:10:19 2010 +0200

    export all definitions in result model export

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jun 28 16:59:58 2010 +0200

    [OVAL] fix variable component evaluation

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jun 28 14:21:48 2010 +0200

    [OVAL] fix memory leaks

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sat Jun 26 17:24:35 2010 +0200

    fixing oval_result_system_to_dom()

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Jun 25 17:05:31 2010 +0200

    Fixed complex-check logic

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Jun 25 15:12:05 2010 +0200

    Added score systems

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jun 25 14:32:18 2010 +0200

    XCCDF oscap_text export corrections

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jun 25 12:30:24 2010 +0200

    [SEAP] Added recv support into SEAP_cmd_exec

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Jun 25 12:24:09 2010 +0200

    Added documentation, added session reset to variable resolve, more fixes in oscap_scan

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 25 12:02:43 2010 +0200

    [OVAL] query object dependencies of states

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Jun 25 11:38:41 2010 +0200

    [OVAL] get rid of oval_syschar_model_get_variable_values()

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jun 24 20:40:20 2010 +0200

    fixing compilator warnings

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jun 24 17:34:34 2010 +0200

    implement oval_agent_reset_session()

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Jun 24 15:59:42 2010 +0200

    Fixed memory leaks & free function errors

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Jun 24 15:15:15 2010 +0200

    Moved syschar results to OVAL Agent; Changed oscap-scan verbose; Added XCCDF Benchmark resolve

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 24 15:07:36 2010 +0200

    [OVAL/probes] Initial probe session reset support; Added oval_probe_session_getmodel function

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Jun 24 14:48:36 2010 +0200

    Implementation of new internal callback, oscap-scan, fixed variables handling, fixed bindings and more

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Jun 24 13:30:19 2010 +0200

    fix XCCDF tests cleanup

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jun 23 19:15:07 2010 +0200

    XCCDF export test

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jun 23 19:14:31 2010 +0200

    some XCCDF export fixes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jun 23 19:14:03 2010 +0200

    correct oscap_text DOM export support

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 24 10:01:44 2010 +0200

    [OVAL/probes] Minor documentation improvements

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 24 10:00:59 2010 +0200

    [OVAL/probes] pass session pointer to varref_to_sexp function

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Jun 23 13:24:02 2010 +0200

    Fixed NULL selector in value

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 22 15:07:56 2010 +0200

    [probes] fixing leaks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 22 14:35:26 2010 +0200

    [tests] test_probes: use oscap_cleanup()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 22 14:29:56 2010 +0200

    [OVAL] Documentation improvements

Author: Lukáš Kuklínek <ilja.kuklic@centrum.cz>
Date:   Fri Jun 18 16:05:03 2010 +0200

    various fixes in XCCDF and common

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Jun 18 16:20:54 2010 +0200

    Fixed exception handling

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jun 18 18:28:29 2010 +0200

    [tests] distclean valgrind logs

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jun 18 14:14:58 2010 +0200

    xccdf header fix

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jun 15 15:08:11 2010 +0200

    XCCDF value instance: clone, export, iterator

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Jun 17 13:37:19 2010 +0200

    Added oval_agent_eval_system python callbacks

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Jun 17 14:46:45 2010 +0200

    Improved oscap-scan, fixed selecting in XCCDF Pol.

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jun 17 14:03:27 2010 +0200

    oval_definition_model_clear_external_variables()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 17 14:58:57 2010 +0200

    [tests] vgtest-probes fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 17 13:31:54 2010 +0200

    [tests] vgrun improvements

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 17 13:31:12 2010 +0200

    [OVAL/probes] fixing

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Jun 16 16:47:20 2010 +0200

    [common] fix memleak

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Jun 15 17:20:05 2010 +0200

    More improved policy evaluation and variable handling step #1

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Jun 14 14:59:27 2010 +0200

    XCCDF value redesign

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jun 4 14:29:53 2010 +0200

    list::find return data, not list_item

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Jun 4 14:11:21 2010 +0200

    value_val -> value_instance

Author: Josh Adams <jadams@tresys.com>
Date:   Mon Jun 14 15:53:32 2010 -0400

    Add support for start/end-time in xccdf_result
    
    Added getter/setter functions, handling for export, and typemap for
    dealing with start-time and end-time in xccdf_result.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 15 18:06:47 2010 +0200

    [tests] vgrun, vgtest-probes improvements

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jun 15 16:17:24 2010 +0200

    [OVAL] extend validation code

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 15 15:28:46 2010 +0200

    [tests] vgtest-probes: don't create result files

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 15 15:05:29 2010 +0200

    [tests] vgrun.sh: redirect stderr & stdin to /dev/null

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 15 14:38:01 2010 +0200

    [tests] added valgrind checks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jun 14 12:48:18 2010 +0200

    [OVAL/probes] fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jun 14 10:57:05 2010 +0200

    [tests] fixed typo in file-set2.xml

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jun 14 10:56:42 2010 +0200

    [SEAP] SEAP_cmd_exec: fixed double free

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jun 14 10:17:00 2010 +0200

    [tests] probes: modified state fetch testing xml

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Jun 13 19:27:05 2010 +0200

    [probes] findfile: added more filesystems to LOCAL_FILESYSTEMS

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Jun 13 17:55:38 2010 +0200

    [OVAL/probes] Documentation improvements

Author: Marshall Miller <mmiller@tresys.com>
Date:   Sun Jun 13 11:33:17 2010 +0200

    [SEAP] SEAP_close: check pointer value before using it

Author: Josh Adams <jadams@tresys.com>
Date:   Wed Jun 9 12:40:15 2010 -0400

    Added header files for swig bindings

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Jun 11 10:29:09 2010 +0200

    Remove OVAL evaluation without callback

Author: Marshall Miller <mmiller@tresys.com>
Date:   Thu Jun 10 13:28:02 2010 -0400

    Added a python-only function to allow python callable to be registered as a callback

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 11 13:19:00 2010 +0200

    finish high level API

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 9 18:11:19 2010 +0200

    new OVAL agent high level API draft.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 9 15:47:06 2010 +0200

    changes in probing interface

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Jun 7 16:18:29 2010 +0200

    Added internal system callback for OVAL evaluation + API

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jun 8 16:28:51 2010 +0200

    remove export_target/import_source structures

Author: Josh Adams <jadams@tresys.com>
Date:   Fri Jun 4 16:33:00 2010 -0400

    Add checks to xccdf_rule_result
    
    Changed macros so that xccdf_check's could be added to
    xccdf_rule_result's.

Author: Josh Adams <jadams@tresys.com>
Date:   Fri Jun 4 15:37:20 2010 -0400

    rule-results use time, not date
    
    rule-results have an attribute called 'time', not 'date'

Author: Josh Adams <jadams@tresys.com>
Date:   Fri Jun 4 15:03:01 2010 -0400

    Fixed arguments in wrong order
    
    The call to xccdf_policy_evaluate_cb had its rule_id and content_name
    args in the wrong order.

Author: Ondrej Moris <omoris@redhat.com>
Date:   Mon Jun 7 09:16:04 2010 +0200

    Environmentalvariable probe test corrected.

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Jun 4 14:35:58 2010 +0200

    Fixed sccdf_item_to_dom loop

Author: Josh Adams <jadams@tresys.com>
Date:   Fri Jun 4 14:20:24 2010 +0200

    Small fix and time_t typemap

Author: Josh Adams <jadams@tresys.com>
Date:   Thu Jun 3 18:46:24 2010 +0200

    Fixed a couple of mistakes

Author: Josh Adams <jadams@tresys.com>
Date:   Thu Jun 3 18:36:14 2010 +0200

    Added more NULL checks

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Jun 3 21:05:44 2010 +0200

    Added TestResult fill & export

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jun 3 17:34:35 2010 +0200

    minor fix

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jun 1 15:30:01 2010 +0200

    value resolve stub

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jun 1 14:18:29 2010 +0200

    minor refactoring

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon May 31 19:41:07 2010 +0200

    resolve rule

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon May 31 19:40:35 2010 +0200

    model cleanup

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon May 31 18:22:17 2010 +0200

    resolve group

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri May 28 17:50:34 2010 +0200

    resolve item + profile

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon May 31 16:39:44 2010 +0200

    destructive list join

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon May 31 16:39:03 2010 +0200

    fix typos & docs

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri May 28 16:09:19 2010 +0200

    topological sort

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri May 28 16:08:07 2010 +0200

    oscap_list: push, pop, find, contains

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu May 27 16:11:03 2010 +0200

    implement some functions

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jun 1 16:15:28 2010 +0200

    [OVAL] export variable_instance attribute in results

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jun 1 13:56:19 2010 +0200

    [OVAL] better handling with result directives

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri May 28 14:20:55 2010 +0200

    Suppress warnings

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri May 28 14:18:44 2010 +0200

    use oscap_enum_to_string() in OVAL

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jun 1 12:46:23 2010 +0200

    [OVAL] fix a typo

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed May 26 17:12:07 2010 +0200

    runlevel: adjust probe for handling variables

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed May 26 16:22:13 2010 +0200

    Added supported schemas

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed May 26 16:10:32 2010 +0200

    increase release number

Author: Ondrej Moris <omoris@redhat.com>
Date:   Wed May 26 11:33:28 2010 +0200

    interface probe test fixed

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed May 26 14:33:16 2010 +0200

    fixing process probe

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue May 25 16:52:40 2010 +0200

    Fixed python bindings when (void *) used as argument

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue May 25 18:10:36 2010 +0200

    environmentvariable test fixing

Author: Ondrej Moris <omoris@redhat.com>
Date:   Tue May 25 10:53:21 2010 +0200

    environmentvariable probe test added

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 25 13:20:19 2010 +0200

    [probes] added library-side initialization of entity name cache; fixed envvar probe;

Author: Ondrej Moris <omoris@redhat.com>
Date:   Tue May 25 09:40:52 2010 +0200

    interface probe test corrected

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon May 24 13:12:48 2010 +0200

    [probes] rpminfo: fixed leaks, removed dead code

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon May 24 12:40:54 2010 +0200

    [probes] textfilecontent54: minor refactoring, fixed leaks

Author: Ed Sealing <esealing@tresys.com>
Date:   Fri May 21 13:42:30 2010 -0400

    Add XCCDF_POLICY to swig and fix RHEL 5 support
    
    Added XCCDF_POLICY header file to swig interface. Added blank functions
    for unimplemented XCCDF_POLICY functions. Updated rpminfo.c rpmcryptoFree definition
    for RHEL 5 compiling errors.

Author: Ondrej Moris <omoris@redhat.com>
Date:   Fri May 21 20:35:45 2010 +0200

    interface probe broadcast issue corrected

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun May 23 21:52:30 2010 +0200

    [probes] fixing leaks, part 7: probe-api.c, probe-main.c

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 21 16:22:00 2010 +0200

    [probes] fixing leaks, part 6

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri May 21 15:09:55 2010 +0200

    Added variable model validation

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri May 21 14:52:19 2010 +0200

    Added schemaLocation handling to OVAL & XCCDF; Minor fix in oscap-scan

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 21 15:26:04 2010 +0200

    [OVAL] fixed compilation without probes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 21 14:31:02 2010 +0200

    [probes] whitespace cleanup

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 21 14:23:46 2010 +0200

    Added license text

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 21 14:09:09 2010 +0200

    [probes] new probe (internal): variable

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 21 08:45:44 2010 +0200

    [OVAL] added missing header file

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 21 08:44:41 2010 +0200

    [probes] new probe (internal): environment variable

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu May 20 23:46:44 2010 +0200

    [OVAL] fixing

Author: Ondrej Moris <omoris@redhat.com>
Date:   Thu May 20 14:58:07 2010 +0200

    interface probe test added, inetlisteningservers probe test corrected

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu May 20 14:47:11 2010 +0200

    do not call rpmCryptoFree() on older librpm

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 19 15:57:56 2010 +0200

    [OVAL] added missing header files to Makefile.am

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed May 19 14:37:24 2010 +0200

    fixing rpm leaks

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed May 19 12:51:10 2010 +0200

    Check XML namespace in elements parsing - revert

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed May 19 13:41:23 2010 +0200

    Conflicts: utils/oscap-scan.c

Author: Matthew Keeler <mkeeler@tresys.com>
Date:   Wed May 19 10:30:00 2010 +0200

    Add cloning functions for xccdf objects

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue May 18 17:43:49 2010 +0200

    Fixed notice export; Fixed NS import->export

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue May 18 17:16:07 2010 +0200

    Fixed minor bugs in parse & free functions

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue May 18 16:07:50 2010 +0200

    Fixed SEGFAULT in null XCCDF argument

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 19 12:10:45 2010 +0200

    [SEAP] Initial implementation of S-exp templates

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 19 12:08:15 2010 +0200

    [OVAL] Initial probe session & handler API implmentation

Author: Matthew Keeler <mkeeler@tresys.com>
Date:   Wed May 19 10:30:00 2010 +0200

    Add cloning functions for xccdf objects

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue May 18 17:43:49 2010 +0200

    Fixed notice export; Fixed NS import->export

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue May 18 17:16:07 2010 +0200

    Fixed minor bugs in parse & free functions

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue May 18 16:07:50 2010 +0200

    Fixed SEGFAULT in null XCCDF argument

Author: Josh Adams <jadams@tresys.com>
Date:   Tue May 18 10:00:00 2010 +0200

    Added full support for Benchmarks

Author: Josh Adams <jadams@tresys.com>
Date:   Tue May 18 10:00:00 2010 +0200

    Implemented exporting of TestResults

Author: Josh Adams <jadams@tresys.com>
Date:   Tue May 18 10:00:00 2010 +0200

    Add support for exporting Profiles.

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon May 17 16:35:06 2010 +0200

    Fixed parsing nodes with ns prefix

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon May 17 16:57:45 2010 +0200

    [probes] rpminfo: adjust probe for handling variables

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon May 17 13:49:06 2010 +0200

    [probes] interface: return code correction

Author: Ondrej Moris <omoris@redhat.com>
Date:   Mon May 17 01:08:29 2010 +0200

    inetlisteningservers probe test added

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri May 14 12:48:04 2010 +0200

    [oval] documentation update

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu May 13 14:23:59 2010 +0200

    enable xccdf by default

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu May 13 11:31:58 2010 +0200

    Removed user data from import functions

Author: Josh Adams <jadams@tresys.com>
Date:   Thu May 13 10:00:00 2010 -0400

    Fix issue where groups and rules would always be selected.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu May 13 11:02:24 2010 +0200

    [xccdf] parse_xml -> oscap_import

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed May 12 17:45:17 2010 +0200

    [probes] interface: fixing
    
    - process all interfaces that match the specified name
    - collect broadcast address only when applicable

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 12 16:15:44 2010 +0200

    [SEAP] whitespace cleanup

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed May 12 15:42:54 2010 +0200

    [probes] inetlisteningservers: adjust probe for handling variables

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed May 12 14:38:11 2010 +0200

    Fixed xml:lang attr; Changed HTML read from Outer to Inner; Fixed segfaults in export

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed May 12 11:30:48 2010 +0200

    Bindings fix: removed xccdf_benchmark_export declaration from private header

Author: Josh Adams <jadams@tresys.com>
Date:   Wed May 12 11:00:00 2010 -0400

    Adds support for exporting benchmarks containing Rules and Groups to xml [3/3]

Author: Josh Adams <jadams@tresys.com>
Date:   Wed May 12 11:00:00 2010 -0400

    Adds support for exporting benchmarks containing Rules and Groups to xml [2/3]

Author: Josh Adams <jadams@tresys.com>
Date:   Wed May 12 11:00:00 2010 -0400

    Adds support for exporting benchmarks containing Rules and Groups to xml [1/3]

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 12 12:19:46 2010 +0200

    [SEAP] S-exp datatypes: refactoring; part 1

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed May 12 11:33:41 2010 +0200

    [probes] shadow: adjust probe for handling variables

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue May 11 17:03:08 2010 +0200

    Added export function to oval_variable_model; Fixed oval_variable_model_add function

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 11 14:56:59 2010 +0200

    [SEAP] S-exp parser: allow to use different subparser functions

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue May 11 12:33:21 2010 +0200

    [probes] runlevel: use correct function to create items

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 11 11:19:29 2010 +0200

    [probes/crapi] added libgcrypt initialization

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Apr 30 15:26:08 2010 +0200

    Removed client data from OVAL API step #1

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue May 11 10:38:06 2010 +0200

    [configure] add new probe to settings summary

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue May 11 10:22:23 2010 +0200

    [probes] fix bitwise operators

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon May 10 15:57:01 2010 +0200

    oscap_cleanup() in oscap-scan

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon May 10 12:02:08 2010 +0200

    [SEAP] rbt: use rbt_free instead of rbt_walk_inorder for freeing trees

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon May 10 08:07:13 2010 +0200

    [probes/crapi] GCrypt backend: fixed leaks in fini & free

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun May 9 20:47:48 2010 +0200

    [probes] fixing leaks; part 5: probe-entcmp, probe-main

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun May 9 00:02:10 2010 +0200

    [probes] fixing leaks; part 4

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri May 7 20:49:46 2010 +0200

    update NEWS

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 7 20:05:56 2010 +0200

    [SEAP] SEAP_desctable_free: check for NULL value before freeing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 7 19:48:11 2010 +0200

    [probes] fixing leaks; part 3

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri May 7 15:17:52 2010 +0200

    Added function to get variables from XCCDF Policy; small improvements

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 7 15:35:38 2010 +0200

    [SEAP] remove debug messages

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 7 15:20:52 2010 +0200

    [probes] fixing leaks; part 2

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri May 7 15:07:45 2010 +0200

    increase release number, update spec file

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri May 7 14:09:13 2010 +0200

    fixing typo in makefile.am

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 7 14:04:26 2010 +0200

    [probes] unhide probe cache API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 7 13:59:38 2010 +0200

    [SEAP] added command backend based on red-black tree

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 7 13:58:06 2010 +0200

    [probes] fixing leaks; part 1

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 7 13:56:13 2010 +0200

    [probes] move probe-cache code into the library

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri May 7 12:04:24 2010 +0200

    [probes] process: adjust probe for handling variables

Author: root <root@localhost.localdomain>
Date:   Thu May 6 13:25:19 2010 -0400

    Fixed variable model parser
    
    Added xmlTextReaderRead() before all values to prevent getting blank values, resulting in seg fault

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 7 00:11:05 2010 +0200

    [SEAP] Added red-black tree implementation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu May 6 23:46:37 2010 +0200

    [SEAP] Close debug log file at exit

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu May 6 18:37:27 2010 +0200

    [probes] password: adjust probe for handling variables

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu May 6 17:39:18 2010 +0200

    [tests] test_probes: make sure syschars are gathered correctly

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu May 6 12:38:54 2010 +0200

    doc clean up

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu May 6 11:15:56 2010 +0200

    documentation of memory management functions

Author: Josh Adams <jadams@tresys.com>
Date:   Mon May 3 14:29:20 2010 -0400

    Fixed issue where oval_definition_clone would not perform a proper deep copy.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed May 5 18:41:23 2010 +0200

    indent oscap-scan.c and oval_varModel.c

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed May 5 17:58:00 2010 +0200

    documentation of debug mechanism

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 5 16:36:25 2010 +0200

    [utils] oscap-scan: added missing #ifdef

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed May 5 16:18:51 2010 +0200

    Fix bindings

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed May 5 14:50:12 2010 +0200

    Adding variable support step #2

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed May 5 14:57:20 2010 +0200

    [OVAL] update documentation

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed May 5 13:17:14 2010 +0200

    [OVAL] add textfilecontent probe

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed May 5 11:38:08 2010 +0200

    [common] move seterr() to private header

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue May 4 15:32:48 2010 +0200

    Adding variable support step #1

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue May 4 12:23:32 2010 +0200

    [OVAL] add basis for results model validation

Author: Ondrej Moris <omoris@redhat.com>
Date:   Sun May 2 23:37:41 2010 +0200

    filehash probe test added

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Apr 30 13:44:18 2010 +0200

    Fixed links, added descr. for CVSS and XCCDF, added versions to documentation

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Apr 30 13:25:35 2010 +0200

    Fixed private functions in doc

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Apr 30 13:00:24 2010 +0200

    Documentation fixes

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Apr 30 12:02:57 2010 +0200

    [OVAL] add basis for syschar model validation

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Apr 29 17:28:03 2010 +0200

    [OVAL] fix memory leaks

Author: Ondrej Moris <omoris@redhat.com>
Date:   Wed Apr 28 15:23:55 2010 +0200

    filemd5 probe test added

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 28 15:21:09 2010 +0200

    [probes] filehash: fixed wrong buffer lengths

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Apr 27 19:30:21 2010 +0200

    fixing leaks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Apr 27 14:53:35 2010 +0200

    [probes] family: detect platform using pre-defined macros

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Apr 27 14:17:53 2010 +0200

    Documentation improvements in XCCDF, CPE, CVE, CVSS to ensure consistence

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Apr 27 13:30:10 2010 +0200

    XCCDF documentation improvements

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Apr 27 11:26:10 2010 +0200

    XCCDF_POLICY documentation improvements

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Apr 27 12:35:42 2010 +0200

    [probes] file: use probe_item_creat instead of probe_obj_creat

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Apr 27 12:07:27 2010 +0200

    [probes] return id attribute in items

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Apr 27 12:01:41 2010 +0200

    [probes] filehash, filemd5: fixed typo

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Apr 27 11:27:55 2010 +0200

    [probes] filehash, filemd5: small fix

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Apr 27 09:37:07 2010 +0200

    XML metadata documentation

Author: Joshua Adams <jadams@tresys.com>
Date:   Mon Apr 26 16:41:57 2010 -0400

    Added src/common/public/text.h to openscap.i python bindings. Commented out unimplemented function oscap_text_set_overrides in the text.h

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Apr 26 21:38:47 2010 +0200

    [configure] added -Wno-unknown-pragmas to CFLAGS

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Apr 26 21:37:57 2010 +0200

    [probes] Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Apr 26 20:58:18 2010 +0200

    [OVAL] oval_result_test_parse_tag: fixed typo

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Apr 26 16:09:13 2010 +0200

    doc fix

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Apr 26 14:18:17 2010 +0200

    oval_syschar_model_probe_sysinfo() + return codes
    
    for oval_syschar_model_probe* functions.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 22 13:49:53 2010 +0200

    Fixing: Use assume_d instead of _A in alloc.c, oval_probe.c; quiet gcc

Author: Ondrej Moris <omoris@redhat.com>
Date:   Thu Apr 22 10:03:17 2010 +0200

    probe tests skipping corrected, sysinfo dependency removed from probe tests, minor fixes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Apr 21 17:58:02 2010 +0200

    better navigation in documentation

Author: Ondrej Moris <omoris@redhat.com>
Date:   Tue Apr 20 10:41:56 2010 +0200

    Enabling / disabling probe tests according to configure, process probe test added

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Apr 20 12:04:00 2010 +0200

    remove sysinfo probe from independent family

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Apr 21 17:17:09 2010 +0200

    [OVAL] make find_files use variables

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 21 15:55:21 2010 +0200

    [probes/crapi] added missing crapi.c file

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 21 12:20:18 2010 +0200

    [probes/crapi] fixed NSS 3.x support; new function: crapi_init

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 21 11:25:43 2010 +0200

    [probes/crapi] sha1.c, md5.c: deduplication

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 21 11:05:17 2010 +0200

    [SEAP] sch_pipe: check whether the path points to a regular file

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Apr 20 16:06:20 2010 +0200

    [OVAL] correction for unknown_test

Author: Ondrej Moris <omoris@redhat.com>
Date:   Mon Apr 19 12:49:21 2010 +0200

    filemd5 and filehash probes included in summary

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Apr 16 17:00:03 2010 +0200

    spec update

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Apr 16 16:41:34 2010 +0200

    another minor doc update

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Apr 16 15:33:41 2010 +0200

    Commented functions missing implementation for bindings

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Apr 16 15:02:49 2010 +0200

    Fixed documentation for XCCDF_POLICY

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Apr 16 13:57:30 2010 +0200

     [xccdf] some symbol visibility fixes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Apr 16 14:24:13 2010 +0200

    minor documentation tweaks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Apr 16 14:10:00 2010 +0200

    [SEAP] sch_pipe: minor refactoring, more checks

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Apr 16 14:04:11 2010 +0200

    inc release number, update spec file and NEWS

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Apr 16 13:26:40 2010 +0200

    add unknown_test handling

Author: Ondrej Moris <omoris@redhat.com>
Date:   Thu Apr 15 11:26:58 2010 -0400

    floating point issue in CVSS corrected, BZ#581851 fixed

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Apr 15 15:05:52 2010 +0200

    Added XCCDF_POLICY results and tailoring support
    
    for rules and values. Added XCCDF with result support to oscap_scan
    tool. Fixed oscap_scan tool return codes for XCCDF standard compliance.
    Fixed missing public functions in XCCDF. Added new error codes and family
    to support XCCDF.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Apr 15 11:19:38 2010 +0200

    fixing date tag in copyrights

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Apr 15 10:21:31 2010 +0200

    include some more header files (windows issue)

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 15 01:59:15 2010 +0200

    [probes/crapi] crapi_mdigest_fd: use .fini instead of .free if all previous steps succeeded

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 15 01:56:18 2010 +0200

    [tests] new test: test_crapi_mdigest

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 15 01:40:30 2010 +0200

    Minor corrections to get rid of some gcc warnings

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 15 01:29:19 2010 +0200

    [SEAP] new API function: SEXP_eq

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Apr 14 18:02:58 2010 +0200

    error mechanism clean up plus documentation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Apr 14 16:32:04 2010 +0200

    add oval_results_model_eval() return code

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Apr 14 16:02:23 2010 +0200

    add oval_result_system_eval() return code and
    
    proper handling of OVAL_RESULT_INVALID

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Apr 14 13:00:30 2010 +0200

    [OVAL] fix reference leak in probe_ent_getattrval()

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Apr 13 12:12:09 2010 +0200

    reporters documentation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Apr 13 10:41:16 2010 +0200

    update filter reporter

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Apr 13 10:40:19 2010 +0200

    split reporter and error family codes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Apr 13 10:35:14 2010 +0200

    Validation fail is not an error condition

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Apr 14 10:33:37 2010 +0200

    implementing oval_result_system_eval_definition()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Apr 13 13:52:46 2010 +0200

    [SEAP] cmd_sync_handler: Lock mutex before sending cond signal

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Apr 12 22:27:38 2010 +0200

    model manipulation: constructors

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sat Apr 10 16:17:58 2010 +0200

    document import optimization

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sat Apr 10 16:06:35 2010 +0200

    rule + group manipulation methods

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sat Apr 10 12:06:30 2010 +0200

    profile manipulation functions

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Apr 8 01:30:44 2010 +0200

     benchmark manipulation functions
    
    - benchmark setters and adders
    - plain texts moved from hashtable to its own structure
    - refactoring
    - documentation fixes
    - ID hashtable integrity management

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Apr 8 00:22:09 2010 +0200

     item flag setters + related struct setters

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Apr 12 12:28:06 2010 +0200

    [common] minor refactoring: OSCAP_CONCAT, protect_errno are now in util.h

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sat Apr 10 00:47:56 2010 +0200

    [probes] rpminfo: fixed rpm-4.4 (rhel5) compatibility

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Apr 9 16:12:19 2010 +0200

    [probes/crapi] added license text

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Apr 9 14:09:08 2010 +0200

    [probes] filehash, filemd5: fixed mem2hex function

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Apr 9 14:06:10 2010 +0200

    [tests] test_crapi_digest: fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Apr 9 13:39:51 2010 +0200

    [tests] new test: test_crapi_digest

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Apr 9 13:39:03 2010 +0200

    [probes/crapi] fixed wrong assumption

Author: Ondrej Moris <omoris@redhat.com>
Date:   Fri Apr 9 12:42:58 2010 +0200

    BZ#580656, BZ#580552 fixed

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Apr 9 10:52:50 2010 +0200

    build DLLs on windows

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 8 23:38:01 2010 +0200

    [probes/crapi] initial implementation of crapi_mdigest_fd

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Apr 8 17:57:47 2010 +0200

    [probes] var ref fixes

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Apr 8 16:37:56 2010 +0200

    [tests] sexp_list: add more tests on reference manipulation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 8 14:54:23 2010 +0200

    [probes] filehash, filemd5: quiet gcc - uninitialized variables

Author: Ondrej Moris <omoris@redhat.com>
Date:   Thu Apr 8 13:21:38 2010 +0200

    uname probe test added, basic definition model validation incorporated into probe testing

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Thu Apr 8 11:11:29 2010 +0200

    Remove libnl completely

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Apr 4 19:18:04 2010 +0200

    variadic arguments support for reporters
    
    * variadic reporter message constructors
    * variagic report function
    * generic functions oscap_sprintf and oscap_vsprintf

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Apr 4 18:22:23 2010 +0200

    reporter helpers + documentation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Apr 4 17:43:06 2010 +0200

    Add reporter filter

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Apr 4 16:57:02 2010 +0200

    oscap_salloc (struct allocating helper)

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Apr 4 02:32:22 2010 +0200

    add multireporter

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sun Apr 4 02:09:46 2010 +0200

    new loop construct macro: OSCAP_FOR

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sat Apr 3 20:45:17 2010 +0200

    Make validator use the new report system

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Sat Apr 3 01:18:50 2010 +0200

    initial reporter implementation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Mar 29 11:40:44 2010 +0200

    nsinfo interface and parser

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Mar 25 16:17:29 2010 +0100

    some validation support

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Mar 25 15:33:59 2010 +0100

    oscap_split string splitting function

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 7 22:31:07 2010 +0200

    [SEAP] fixed list block copy function

Author: Ondrej Moris <omoris@redhat.com>
Date:   Wed Apr 7 13:44:16 2010 +0200

    probes test cleaning corrected

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Apr 7 13:32:35 2010 +0200

    compilation wihout probes works #2

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 7 10:29:16 2010 +0200

    [probes] new probe: filemd5

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 7 10:21:39 2010 +0200

    [probes] new probe: filehash

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Apr 6 22:36:01 2010 +0200

    [tests] make sexp_concurency run faster in debug mode

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Apr 6 22:01:19 2010 +0200

    [SEAP] new minor features
    
    	- added SEXP_refs call
    	- execute SEXP_VALIDATE only if SEXP_VALIDATE_DISABLE env var. isn't defined

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Apr 6 20:59:16 2010 +0200

    [SEAP] SEXP_softref: update the referenced value in the original S-exp reference

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Apr 6 20:34:41 2010 +0200

    [probes] get rid of eaccess

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Apr 6 16:56:11 2010 +0200

    make compilation wihout probes impossible again

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Sun Apr 4 13:10:04 2010 -0400

    [probes] interface: replace libnl

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Sat Apr 3 10:31:19 2010 -0400

    [probes] inetlistening server update
    
    This patch drops the distinction between tcp & tcp6, udp & udp6, and adds
    raw sockets as if they were udp since they can be used only for datagrams.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 1 16:43:05 2010 +0200

    [SEAP] fixing #2

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 1 15:52:31 2010 +0200

    [SEAP] fixing

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Apr 1 15:23:01 2010 +0200

    [SEAP] make shallow copies of multi-ref SEXP lists instead of aborting

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 1 15:09:37 2010 +0200

    [SEAP] added proper rawval_list_copy function

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 1 15:09:29 2010 +0200

    [configure] check libnl presence only on Linux

Author: Ondrej Moris <omoris@redhat.com>
Date:   Thu Apr 1 14:21:03 2010 +0200

    password and shadow tests added

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Mar 31 16:23:36 2010 +0200

    [tests] added xml file for testing state fetch operation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Mar 31 16:01:12 2010 +0200

    make compilation wihout probes possible again

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Mar 30 18:49:22 2010 +0200

    add AC_CONFIG_MACRO_DIR back

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 30 15:22:25 2010 +0200

    [configure] use GCrypt as the default crypto backend

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 30 14:25:46 2010 +0200

    [tests] sexp_concurency: quiet gcc

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 30 13:52:29 2010 +0200

    [tests] sexp_concurency: max. threads set to 8

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 30 13:40:05 2010 +0200

    [tests] sexp_concurency: free unshared s-exp

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 30 13:11:32 2010 +0200

    [tests] added sexp_concurency test into test_seap.sh

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 30 13:05:19 2010 +0200

    [tests] new test: sexp_concurency

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Mar 30 12:08:40 2010 +0200

    [OVAL] fix bz 577742

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 30 11:29:58 2010 +0200

    [SEAP] sexp-atomic.c: include config.h; corrected assume.h location

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Mar 30 09:53:05 2010 +0200

    remove AC_CONFIG_MACRO_DIR(m4)

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 30 09:36:32 2010 +0200

    [SEAP] use atomic ops also for msg and cmd packet ids

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 30 09:34:59 2010 +0200

    [SEAP] Added atomic ops for uint64_t

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 30 01:47:34 2010 +0200

    [SEAP] sexp-atomic.c: removed debug fprintf

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 30 01:43:43 2010 +0200

    [SEAP] Abstraction of atomic operations & mutex-based emulation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Mar 29 16:02:14 2010 +0200

    configure is looking for right symbols in lib.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Mar 26 16:14:11 2010 +0100

    [probes/crapi] removed OpenSSL support

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Mar 26 15:30:23 2010 +0100

    Added callbacks; Added result to Policy; Fixed Policy handler for model; Fixed bug in policy evaluation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Mar 26 12:31:11 2010 +0100

    [configure] Scream if no crypto library was selected

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Mar 26 12:30:00 2010 +0100

    [probes/crapi] More checking and #ifdefs

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 25 19:42:52 2010 +0100

    [probes/crapi] crapi_digest_fd: sha256, sha512 support

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 25 19:20:21 2010 +0100

    [probes/crapi] crapi_digest_fd: sha1, rpm160 support

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Mar 25 17:56:53 2010 +0100

    [OVAL] first part of definition model validation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 25 17:03:58 2010 +0100

    nspr4 checking

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 25 16:44:44 2010 +0100

    [probes/crapi] md5.c: include stdint.h

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 25 16:43:50 2010 +0100

    [probes/crapi] fixed mmap usage

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 25 16:35:26 2010 +0100

    [probes] Added cryto API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 25 16:33:35 2010 +0100

    [SEAP] initialize e_dsc.v_bool

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Mar 24 20:18:12 2010 +0100

    [SEAP] removed old parser

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Mar 24 20:16:22 2010 +0100

    [SEAP] S-exp parser: bool value cache; extended isnetxexp function

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Mar 24 16:08:38 2010 +0100

    [SEAP] Use # prefixed number representation in transport format

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Mar 24 15:50:02 2010 +0100

    NEWS and release number update

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Mar 24 15:38:08 2010 +0100

    man page adjustment

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Mar 24 15:07:55 2010 +0100

    Added return codes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Mar 24 14:50:07 2010 +0100

    makefile fix

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Mar 24 12:37:00 2010 +0100

    [OVAL] extend doxygen documentation

Author: Ondrej Moris <omoris@redhat.com>
Date:   Wed Mar 24 11:46:32 2010 +0100

    cleaning auxiliary testing files corrected

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Mar 24 11:35:51 2010 +0100

    make initscript LSB compliant

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Mar 24 10:19:09 2010 +0100

    [SEAP] removed boolean hack

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Mar 24 10:18:40 2010 +0100

    [SEAP] S-exp parser: support for # prefixed numbers

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Mar 24 10:13:33 2010 +0100

    [tests] makefile fix

Author: Ondrej Moris <omoris@redhat.com>
Date:   Wed Mar 24 00:10:29 2010 +0100

    family probe test added

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Mar 24 00:24:56 2010 +0100

    [tests] test_seap_split rewrite

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Mar 24 00:24:14 2010 +0100

    [SEAP] fixing #2

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 23 21:42:22 2010 +0100

    [tests] test_seap: removed unsupported expressions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 23 21:37:53 2010 +0100

    [SEAP] fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 23 21:13:33 2010 +0100

    [SEAP] switch to new parser

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 23 21:12:05 2010 +0100

    [SEAP] S-exp parser update #2

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 23 21:09:01 2010 +0100

    [SEAP] fixed bug in spb_octet

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 23 16:38:54 2010 +0100

    xccdf: fix symbol visibility

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Mar 23 16:41:54 2010 +0100

    minor changes in oscap-scan.cron, oscap-scan.sys

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Tue Mar 23 15:23:25 2010 +0100

    cleaning up compiler warnings

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Mar 23 14:37:51 2010 +0100

    fixing Makefiles

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Mar 23 13:18:40 2010 +0100

    [OVAL] interface probe correction

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Mar 23 12:37:05 2010 +0100

    create fedora 13 content from fedora 12 content

Author: Joshua Adams <jadams@tresys.com>
Date:   Tue Mar 23 12:02:34 2010 +0100

    [OVAL] fix cloning of subsets

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Mar 23 10:51:19 2010 +0100

    add cron job file

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Mar 22 13:35:05 2010 +0100

    fixing fedora initscript

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Mar 22 13:06:32 2010 +0100

    [OVAL] make several clone functions public

Author: Ondrej Moriš <omoris@redhat.com>
Date:   Mon Mar 22 09:59:53 2010 +0100

    Fedora12 content tuning

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Mar 22 09:51:58 2010 +0100

    fixing typo in oscap-scan

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Mar 22 11:59:50 2010 +0100

    [SEAP] strbuf API: include stdint.h

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Mar 22 09:04:10 2010 +0100

    [SEAP] updated S-exp parser

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Mar 22 09:02:38 2010 +0100

    [tests] sexp_parser: free psetup

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Mar 22 09:01:38 2010 +0100

    [SEAP] minor modifications

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Mar 22 08:37:10 2010 +0100

    [SEAP] extended lstack API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Mar 22 08:29:03 2010 +0100

    [SEAP] extended SPB API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Mar 22 08:28:12 2010 +0100

    [SEAP] extended strbuf API

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Mar 19 14:23:26 2010 +0100

    improve progress, output, getopt, man page, init and sys scripts

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Mar 18 18:15:43 2010 +0100

    xccdf: results import

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Mar 18 12:15:51 2010 +0100

    xccdf: ID setters + upcast functions + type fix

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Mar 18 00:28:47 2010 +0100

    xccdf: item adders

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Mar 17 22:48:50 2010 +0100

    xccdf_result_get_benchmark

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Mar 17 22:39:49 2010 +0100

    xccdf: separate header for unused funcs prototypes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Mar 17 17:29:39 2010 +0100

    xccdf: item setters

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Mar 17 15:40:09 2010 +0100

    xccdf: some xccdf_item getters

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Mar 18 18:28:09 2010 +0100

    partial error_code cleanup

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Mar 18 18:13:59 2010 +0100

    [OVAL] xml export: fix 'set' element namespace creation
    
    Fixes #574069 - Output of OVAL "set" element only has namespace if AGGREGATE.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 18 16:26:21 2010 +0100

    [SEAP] SPB API: added spb_octet(); fallback to spb_pick in spb_pick_raw

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 18 16:25:01 2010 +0100

    [probes] interface: fixed typo

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Mar 17 16:47:53 2010 +0100

    Added -q option; better verbosity; better error handling; added return codes appropriate

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Mar 16 19:12:23 2010 +0100

    [OVAL] add 'interface' probe

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 16 17:43:09 2010 +0100

    xccdf: results dump (incomplete)

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 16 17:03:22 2010 +0100

    xccdf result fixes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 16 13:57:29 2010 +0100

    xccdf: results support in benchmark
    
    * xccdf_benchmark_add_result()
    * xccdf_add_item() [private]
    * generating IDs
    * results getter

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 16 01:54:45 2010 +0100

    xccdf: resolve compiler warning

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 16 01:50:36 2010 +0100

    xccdf: results public API

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Mar 15 23:38:33 2010 +0100

    xccdf: result support structs manipulating functions

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Mar 15 23:35:18 2010 +0100

    common: function generating macros enhancements
    
    * accessor for text
    * accessor with custom member getting expression
    * documentation fix
    * better parameter naming

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Mar 15 21:55:04 2010 +0100

    xccdf: add result model missing structs
    
    * structure definitions
    * constructors and destructors

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Mar 15 15:52:58 2010 +0100

    xccdf minor tweaks

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Mar 15 12:25:07 2010 +0100

    xccdf: macros for result functions

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Mar 11 19:10:39 2010 +0100

    xccdf: xccdf_rule_result initial implementation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Mar 11 19:10:10 2010 +0100

    xccdf: register/unregister items to benchmark

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 9 16:10:16 2010 +0100

    xccdf: initial result implementation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 9 16:09:52 2010 +0100

    common: function for mass list creation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 9 16:09:02 2010 +0100

    xccdf: move macros to helpers.h

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 16 15:59:05 2010 +0100

    [SEAP+tests] SPB API: spb_drop_head + test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 16 13:59:25 2010 +0100

    [SEAP] SPB API: fixed invalid memory read in spb_iterate

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 16 11:26:48 2010 +0100

    [tests] test_spb_api: free allocated memory

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 16 01:21:52 2010 +0100

    [tests] Extended test_spb_api

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 16 01:21:12 2010 +0100

    [SEAP] SPB API: Implemented spb_pick; Fixing; Added printf format macro for spb_size_t

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Mar 15 16:06:05 2010 +0100

    [OVAL] make oval_result_system_get_definition() function public

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Mar 15 12:59:54 2010 +0100

    [OVAL] fix bool datatype

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Mar 14 15:21:33 2010 +0100

    [SEAP] Sparse buffer API: fixed bugs, implemented missing functions, added test

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Mar 12 16:07:55 2010 +0100

    XCCDF Policy API step #3 - evaluation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Mar 12 14:21:03 2010 +0100

    fedora initfile,sysconfig,content + spec update

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Mar 12 10:59:42 2010 +0100

    [OVAL] probes: remove unneeded status handling

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 11 13:51:28 2010 +0100

    [OVAL] don't use probe_obj_creat in oval_probe_sysinf_eval

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 11 12:13:14 2010 +0100

    [probes] use pcache locking

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 11 11:12:45 2010 +0100

    [OVAL/probes] Fix global symbol issues introduced by encache

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 11 11:11:02 2010 +0100

    [probes] removed ncache code

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Wed Mar 10 11:06:52 2010 -0500

    [probes] find_files: remove another sprintf

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 11 11:07:06 2010 +0100

    [probes] process: put Linux specific code between #ifdefs

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Mar 10 17:49:26 2010 +0100

    extend the api to enable results evaluation separately from xml exporting

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Mar 10 18:02:24 2010 +0100

    include probe public api documentation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Mar 10 17:40:56 2010 +0100

    remove oval_result.c

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Mar 10 17:36:52 2010 +0100

    remove oval_errno.h

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Mar 10 17:21:05 2010 +0100

    add missing copyright and authorship

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Mar 10 10:37:26 2010 +0100

    [probes] fixed usage of assume_d in encache.c

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Mar 9 17:42:46 2010 +0100

    XCCDF Policy API step #2

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Mar 9 17:41:29 2010 +0100

    Added XCCDF Policy API step #1

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Mar 9 15:16:40 2010 +0100

    fix "--disable-shared" build

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 9 14:52:05 2010 +0100

    [probes] Utilize the element name cache; Fixing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Mar 9 14:14:12 2010 +0100

    update probe compile list status

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Mar 9 14:05:25 2010 +0100

    add man page to tarball and fedora spec file

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Mar 9 14:10:45 2010 +0100

    [probes] element name cache API

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Mon Mar 8 16:37:36 2010 -0500

    [probes] inetlisteningservers: finalize regex support

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Mon Mar 8 13:20:33 2010 -0500

    [probes] Finalize proces, password, and shadow probes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Mar 8 10:58:25 2010 +0100

    xccdf: remove useless functions from public API

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Sat Mar 6 08:52:22 2010 -0500

    Speed up find_files function a little

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Sat Mar 6 08:47:49 2010 -0500

    Fix some autotools issues

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sat Mar 6 13:14:36 2010 +0100

    [OVAL/probes] handle xsi:nil value in oval_value_to_sexp

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Fri Mar 5 15:50:42 2010 -0500

    [probes] new probe: process

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Mar 5 18:37:38 2010 +0100

    [SEAP] use non-blocking locking in __seap_debug_log

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Mar 5 02:53:52 2010 +0100

    [tests] runlevel_B: changed expected results of few tests

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Mar 5 02:38:32 2010 +0100

    [probes] runlevel: return start & kill value as a boolean

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Mar 5 02:25:46 2010 +0100

    [probes] runlevel: minor corrections

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Mar 5 01:47:47 2010 +0100

    [probes] probe-main: create threads in detached state

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 4 21:56:24 2010 +0100

    [probes] added several #ifdefs around OS specific code

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Thu Mar 4 14:32:59 2010 -0500

    [probes] new probe: shadow

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Thu Mar 4 13:40:33 2010 -0500

    [probes] new probe: password

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 4 18:11:11 2010 +0100

    [probes] uname: added missing call to fclose

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Thu Mar 4 11:11:36 2010 -0500

    [probes] new probe: uname

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Mar 4 17:38:57 2010 +0100

    [PATCH 5/5] xccdf: public header cleanup

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Mar 4 17:38:30 2010 +0100

    [PATCH 4/5] cce + common: @relates -> @memberof

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Mar 4 17:38:04 2010 +0100

    [PATCH 3/5] xccdf: replace pointer to benchmark with a function

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Mar 4 17:37:29 2010 +0100

    [PATCH 2/5] xccdf: correct oscap_text properties

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Mar 4 17:37:04 2010 +0100

    [PATCH 1/5] xccdf: requires + conflicts getters

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Thu Mar 4 08:55:05 2010 -0500

    [probes] inetlisteningservers: added missing header file

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 2 16:48:08 2010 +0100

    common: add oscap_stringlist

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 2 16:05:33 2010 +0100

    xccdf: set_value -> setvalue + getters, dump

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 2 15:42:50 2010 +0100

    xccdf: remove auxdict (historical)

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 2 15:18:47 2010 +0100

    More xccdf changes
    
    * getters for refine-rule, refine-value, set-value
    * constructors of the above
    * remarks parsing

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Mar 2 13:22:01 2010 +0100

    xccdf: minor fixes

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Wed Mar 3 14:57:23 2010 -0500

    update for inetlisteners probe

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Mar 4 02:37:26 2010 +0100

    [SEAP] Added sparse buffer API

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Wed Mar 3 15:59:26 2010 +0100

    [OVAL] add inetlisteningserver probe

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Mar 3 12:09:44 2010 +0100

    [OVAL] more rpminfo test corrections

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Mar 2 12:52:06 2010 +0100

    [OVAL] tests: add missing "xmlns" attributes

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Mon Mar 1 14:04:05 2010 -0500

    Use uname as the primary host name source

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Mon Mar 1 13:24:12 2010 -0500

    fixed system info probe

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Mon Mar 1 10:40:41 2010 -0500

    add man page for util

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Mon Mar 1 10:20:09 2010 -0500

    fix a memory leak

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Mon Mar 1 10:12:03 2010 -0500

    fix a couple uninitialized variables

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Mar 1 13:03:36 2010 +0100

    xccdf: code cleanup

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Mar 1 12:58:16 2010 +0100

    xccdf: do not dereference IDs

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Mar 1 11:40:56 2010 +0100

    no not compile oscap-scan with OVAL disabled

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Mar 1 13:02:08 2010 +0100

    [OVAL] rpminfo test corrections

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Feb 26 14:16:09 2010 +0100

    new release

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Feb 26 13:58:08 2010 +0100

    rename oscap_cli to oscap_scan

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Feb 26 13:44:13 2010 +0100

    another leak in oscap_cli

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Feb 26 13:25:41 2010 +0100

    Fixed oval_cli leaks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Feb 26 13:04:22 2010 +0100

    [probes] rpminfo: working pattern match support

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Feb 26 13:03:43 2010 +0100

    [common] assume.h: one more substitution level in __XCA

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Feb 26 12:50:46 2010 +0100

    do NOT compile XCCDF by default

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Feb 26 12:39:14 2010 +0100

    [autotools] fixing sequence of building

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Feb 25 15:00:57 2010 +0100

    xccdf_reference

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Feb 25 17:10:04 2010 +0100

    correct the results of several runlevel_probe tests

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Feb 25 16:49:12 2010 +0100

    use correct test type in tests/OVAL/probes/test_probes_runlevel_[AB].xml.sh

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Feb 26 01:02:32 2010 +0100

    [probes] rpminfo: initial support for the pattern match operation

Author: Steve Grubb <sgrubb@redhat.com>
Date:   Fri Feb 26 00:49:31 2010 +0100

    fix a couple memory leaks & cleanup

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Feb 25 19:17:34 2010 +0100

    [tests] assume.h: don't show __builtin_expect in messages

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Feb 25 19:13:18 2010 +0100

    [utils] compile oscap_cli with curl_cflags

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Feb 25 12:52:09 2010 +0100

    create utils "infrastructure" for apps

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Feb 25 10:28:43 2010 +0100

    [common] Moved assume.h to private headers

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Feb 24 17:09:28 2010 +0100

    make test_probes generate system_info

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Feb 25 10:04:45 2010 +0100

    [common] added assume() macro

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Feb 25 10:03:06 2010 +0100

    [OVAL] public/oval_probe.h documentation

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Feb 24 16:58:45 2010 +0100

    Bindings fix #1

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Feb 24 16:02:17 2010 +0100

    xccdf_warning

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Feb 24 13:31:52 2010 +0100

    port XCCDF to oscap_text

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Feb 24 14:18:10 2010 +0100

    oscap_text updates
    
    * reimplementation (remove encoding and wchar)
    * new interface stub
    * split headers
    * move some xml handling funcs from xccdf/ to common/

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Feb 24 11:25:08 2010 +0100

    implement missing test resolution mechanisms

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Feb 24 10:43:00 2010 +0100

    remove "operator" c++ reserved keyword from public header

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Feb 24 11:12:09 2010 +0100

    minor fix in Makefile.am

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Feb 23 17:34:39 2010 +0100

    implement state operator attribute

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Feb 23 18:01:18 2010 +0100

    update NEWS file

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Feb 23 17:26:59 2010 +0100

    [SEAP] added c++ related ifdefs to public headers

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Feb 23 16:10:19 2010 +0100

    resolve a compiler warning

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Feb 23 16:50:48 2010 +0100

    print nicer configure status

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Feb 23 13:35:40 2010 +0100

    get rid of "namespace" it's C++ reserved name

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Feb 23 13:15:55 2010 +0100

    [probes] runlevel: minor adjustments

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Feb 23 13:14:11 2010 +0100

    [tests] added ifdefs into assume.h

Author: Pierre Chifflier <chifflier@edenwall.com>
Date:   Tue Feb 23 11:20:25 2010 +0100

    Implement the dpkginfo probe

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Feb 22 12:50:06 2010 +0100

    add forgotten initialization

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Feb 22 11:23:03 2010 +0100

    oscap_cli: Fixed result/syschar naming

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Feb 22 11:09:51 2010 +0100

    fix "operation" -> "operator" typo

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Feb 19 14:05:15 2010 +0100

    New OSCAP CLI

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Feb 19 14:04:08 2010 +0100

    Renamed oval_probes.c -> oscap_cli.c

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Feb 18 17:15:36 2010 +0100

    sysdata were not added to the system characteristics model

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Feb 18 11:20:50 2010 +0100

    Changed oval_definition_supported to oval_definition_model_supported

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Feb 16 10:14:58 2010 +0100

    Added support functions

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Feb 18 11:49:25 2010 +0100

    initial draft of oval content for Fedora12

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Feb 17 17:31:11 2010 +0100

    first part of corrections to 'check' and 'check_existence' attributes processing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Feb 15 12:18:31 2010 +0100

    changing oval_probe_sysinf_eval() interface

Author: Ondrej Moris <omoris@redhat.com>
Date:   Fri Feb 12 17:29:47 2010 +0100

    file / rpminfo probe test extended

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Feb 11 17:40:01 2010 +0100

    error.h documentation + show common on title page

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Feb 12 13:54:45 2010 +0100

    [probes] file: pass correct callback arg to find_files

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Feb 12 13:38:12 2010 +0100

    [probes] file: use op equals as default operation

Author: Ondrej Moris <omoris@redhat.com>
Date:   Fri Feb 12 10:38:40 2010 +0100

    new file probe test content

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Feb 11 15:34:59 2010 +0100

    oscap_export_target_new_* adjustments

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Feb 11 11:44:57 2010 +0100

    remove _oval_syschar_model_probe_sysinfo()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Feb 11 13:05:14 2010 +0100

    [OVAL] fixed error handling in oval_probe_comm

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Feb 10 17:48:44 2010 +0100

    use OSCAP_EINVARG in oscap_import_source_new_file

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Feb 8 21:16:10 2010 +0100

    XCCDF documentation update

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Feb 8 14:30:55 2010 +0100

    XCCDF docs: @relates -> @memberof

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Feb 8 14:29:27 2010 +0100

    add CVE class diagram

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Feb 8 12:55:50 2010 +0100

    CPE + CVE: @relates -> @memberof

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Feb 5 12:06:11 2010 +0100

    add textfilecontent type to the probe lookup table

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Feb 5 11:25:47 2010 +0100

    fixing double free

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Feb 4 16:27:43 2010 +0100

    CPE documentation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Feb 3 19:52:01 2010 +0100

    CPE URI proper percent-encoding implementation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Feb 3 18:22:06 2010 +0100

    CPE: correct XML attributes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Feb 2 18:24:34 2010 +0100

    CVE fixes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Feb 2 17:59:28 2010 +0100

    CPE platform expression setter reimplementation

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Feb 3 16:58:18 2010 +0100

    fix OVAL xor operator

Author: Ondrej Moris <omoris@redhat.com>
Date:   Wed Feb 3 11:44:13 2010 +0100

    probes tests corrections

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Feb 3 16:00:19 2010 +0100

    add definition model class diagram

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Feb 2 18:08:34 2010 +0100

    tweak sysinfo test

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Feb 3 11:19:18 2010 +0100

    add system char. and result model class diagrams

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Feb 2 16:01:06 2010 +0100

    CPE language expressions support
    
    * port expressions to oscap_list
    * provide manipulation functions

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Feb 2 16:00:38 2010 +0100

    CPE test fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Feb 2 17:06:47 2010 +0100

    [probes] fixed probe_ent_getstatus; implemented probe_itement_setstatus

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Feb 2 17:06:39 2010 +0100

    [SEAP] implemented SEXP_unref

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Feb 2 16:50:26 2010 +0100

    fixing another OVAL leaks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Feb 2 15:28:13 2010 +0100

    [probes] implemented probe_ent_getstatus

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Feb 2 14:11:21 2010 +0100

    [tests] fixed assume()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Feb 2 12:30:26 2010 +0100

    remove wrong assert

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Feb 2 12:43:02 2010 +0100

    fixing leaks in OVAL

Author: Ondrej Moris <omoris@redhat.com>
Date:   Tue Feb 2 08:40:33 2010 +0100

    textfilecontent54 probe draft test added

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Feb 1 14:06:00 2010 +0100

    fixing leak in oval_object2sexp (oval_sexp.c:391)

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Feb 1 14:18:01 2010 +0100

    [SEAP] fixed double-free; call abort if pqueue isn't empty

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Feb 1 13:53:29 2010 +0100

    [SEAP] do something instead of nothing in SEXP_psetup_free

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Feb 1 13:09:40 2010 +0100

    [SEAP] fixed leak in SEAP_packet_recv

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Feb 1 13:01:19 2010 +0100

    [common] fixed debug code

Author: Ondrej Moris <omoris@redhat.com>
Date:   Thu Jan 28 12:13:44 2010 +0100

    runlevel probe tests + some minor corrections

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jan 26 13:01:59 2010 +0100

    [common] debug.c: added oscap_dlprintf; fixed debug level checking

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jan 25 16:46:16 2010 +0100

    [OVAL] Use oscap_seterr in oval_probe_object_eval & friends

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jan 25 10:16:22 2010 +0100

    remove deprecated log mechanism from tests

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sat Jan 23 11:59:15 2010 +0100

    [tests] assume.h: use __builtin_expect if available

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jan 22 14:48:27 2010 +0100

    remove deprecated log mechanism

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jan 22 14:40:32 2010 +0100

    finish OVAL documentation changes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jan 21 16:59:13 2010 +0100

    [tests] added assume() macro implementation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jan 20 19:16:44 2010 +0100

    Common documentation update

Author: Ondrej Moris <omoris@redhat.com>
Date:   Tue Jan 19 10:25:55 2010 +0100

    rpminfo probe test added, some minor corrections

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jan 19 18:25:56 2010 +0100

    style + fixes of oval_definition documentation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jan 19 12:31:46 2010 +0100

    fixed typo in configure.ac

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jan 19 12:25:50 2010 +0100

    [probes] file: set proper entity status

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jan 19 12:24:07 2010 +0100

    [common] text.c: portability workarounds

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Mon Jan 18 15:46:18 2010 +0100

    XCCDF internationalization and setters impl.

Author: Spencer Shimko <sshimko@tresys.com>
Date:   Mon Jan 18 14:09:26 2010 +0100

    RHEL/CentOS 5 support for systeminfo and rpminfo

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jan 18 10:55:53 2010 +0100

    fixing typo in Makefile.am

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jan 18 14:05:23 2010 +0100

    [probes] rpminfo: fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jan 18 13:53:27 2010 +0100

    [probes] rpminfo: set 'name' entity status

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Jan 15 15:47:08 2010 +0100

    Fixed SWIG deprecation warning

Author: Spencer Shimko <sshimko@tresys.com>
Date:   Fri Jan 15 10:27:52 2010 +0100

    Added Python implementation example and single rpminfo test. Updated Makefile.am

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Fri Jan 15 10:46:17 2010 +0100

    further characterization of the XCCDF API

Author: Ondrej Moris <omoris@redhat.com>
Date:   Thu Jan 14 12:27:19 2010 +0100

    revision, correction, extension

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jan 13 11:29:03 2010 +0100

    update structure of probes doxygen documentation

Author: theinric <theinric@wrabco.englab.brq.redhat.com>
Date:   Tue Jan 12 12:57:04 2010 +0100

    fix hostname processing in system_info probe

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jan 11 12:01:01 2010 +0100

    fix leaks and uninitialized variable

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Jan 7 16:15:49 2010 +0100

    Fixed multiple cpe matching SEGFAULT & added cpe_match test to cpe lang

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Jan 7 15:32:54 2010 +0100

    Fixed substitution from python sequence to C arrays for cpe_name and oval_syschar_model

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Jan 5 11:40:49 2010 +0100

    [oval] fixing uninitialized variable

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jan 4 18:04:36 2010 +0100

    add flag processing for collected objects

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jan 4 15:43:05 2010 +0100

    [SEAP] Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jan 4 15:25:36 2010 +0100

    [tests] new test: test_seap_split

Author: Ondrej Moris <omoris@redhat.com>
Date:   Mon Jan 4 14:07:15 2010 +0100

    distcheck paths corrected

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jan 4 11:34:03 2010 +0100

    increase release number in configure.ac

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jan 4 13:20:28 2010 +0100

    [probes] Fixed typo in the previous commit

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jan 4 13:17:29 2010 +0100

    [probes] Fixed S-exp -> OVAL translation of boolean values

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Dec 23 22:25:19 2009 +0100

    indent sources

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Dec 22 23:01:52 2009 +0100

    OVAL: Small fixes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Dec 23 11:44:14 2009 +0100

    [SEAP] use larger recv/send buffer

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Dec 23 11:27:26 2009 +0100

    [OVAL] fixed oval_probe_cmd_obj_eval

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Dec 23 10:44:52 2009 +0100

    [SEAP] Added datatype_set_nth; Workaround for boolean types;

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 22 17:34:45 2009 +0100

    example update

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 22 16:48:34 2009 +0100

    fix paths -> make distcheck works

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 22 12:22:48 2009 +0100

    oval fixes

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Dec 21 18:46:29 2009 +0100

    Fixed cpe_lang; changed error prefix; fixed oval warnings

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Dec 21 18:06:16 2009 +0100

    oval fixes

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Dec 21 14:46:00 2009 +0100

    OVAL: fixed export, asserts and warnings

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Dec 21 11:49:15 2009 +0100

    OVAL: remove errno

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Dec 21 14:33:47 2009 +0100

    [OVAL] include missing header file

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Dec 21 13:24:50 2009 +0100

    don't use reserved names as api func(). arg.

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Dec 21 11:04:28 2009 +0100

    OVAL error,assert,logging chages #1

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Dec 18 17:09:02 2009 +0100

    Fixed invalid reads in string_subcstr

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Dec 18 17:25:49 2009 +0100

    [oval] uninitialized variable fix

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Dec 18 13:52:47 2009 +0100

    exampe update

Author: Ondrej Moris <omoris@redhat.com>
Date:   Thu Dec 17 23:29:29 2009 +0100

    testing report clarified

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Dec 17 17:37:00 2009 +0100

    solve swig issues with C99,sync C and bindings API

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Wed Dec 16 16:55:39 2009 +0100

    oscap_import/export in OVAL

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Dec 16 13:09:07 2009 +0100

    correct oval state attributes' type

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Dec 16 11:15:09 2009 +0100

    fixing test_sysinfo.c

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Dec 16 10:56:28 2009 +0100

    provide valid rpminfo.xml

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Dec 16 09:51:42 2009 +0100

    [SEAP] Don't emit debug messages in SEXP_VALIDATE

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Dec 16 09:48:00 2009 +0100

    [probes] Extra checks in probe-main.c

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Dec 15 18:21:59 2009 +0100

    fix bug in object filters processing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 15 18:27:02 2009 +0100

    update example; new test_probes2

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 15 15:17:11 2009 +0100

    adjust to new constructors

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Tue Dec 15 13:19:45 2009 +0100

    OVAL lock implementation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Dec 15 13:29:17 2009 +0100

    [SEAP] Fixing

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Dec 15 11:15:58 2009 +0100

    - Added new OSCAP error codes - Added error propagation to oscap_*alloc - Fixed malloc calls in list.h -> oscap_*alloc now - Added error propagation to CVE, CPE, CVSS - Added logging in debug mode to error constructor

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Dec 15 10:53:43 2009 +0100

    update bindings

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Dec 14 16:22:12 2009 +0100

    fix segfault in variable processing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Dec 14 10:45:15 2009 +0100

    [tests] fixing typos in Makefile.am

Author: Ondrej Moris <omoris@redhat.com>
Date:   Mon Dec 14 09:45:46 2009 +0100

    definition reference source setting corrected

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Dec 14 09:15:54 2009 +0100

    [probes] Fixing, updates, etc.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Dec 11 17:40:26 2009 +0100

    bindings fix

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Dec 11 14:10:16 2009 +0100

    Added __attribute__nonnull__ macro to common

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Dec 11 11:20:05 2009 +0100

    Removed assert macro from CVSS

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Dec 11 11:13:35 2009 +0100

    Fixed assert macro & fixed cpeuri asserions

Author: Ondrej Moris <omoris@redhat.com>
Date:   Fri Dec 11 10:47:01 2009 +0100

    tests/Makefile.am corrected

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Dec 10 16:57:40 2009 +0100

    add missing variable initialization

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Dec 10 15:32:01 2009 +0100

    fix test_probes_tc02 test

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Thu Dec 10 14:10:09 2009 +0100

    Locking and validating OVAL API instances

Author: Ondrej Moris <omoris@redhat.com>
Date:   Wed Dec 9 16:31:05 2009 +0100

    CCE and CVSS test added, CPE tests updated, xml comparing revisited, CVSS base/enviromental score computation corrected

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Dec 9 17:26:29 2009 +0100

    fixing typos in OVAL documentation

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Wed Dec 9 14:25:39 2009 +0100

    SPI functions + documentation

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Dec 8 17:08:15 2009 +0100

    Added asserts as __attribute__nonnull__ macro

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Dec 9 11:15:51 2009 +0100

    define oscap_dprintf even if NDEBUG

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Dec 8 18:08:49 2009 +0100

    [tests] test for the common/error API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Dec 8 16:55:09 2009 +0100

    [common] oscap_seterr & friends

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Dec 7 17:55:23 2009 +0100

    [common] added oscap_dprintf

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Dec 7 17:44:23 2009 +0100

    [SEAP] fixed mutex locking in __seap_debuglog

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Dec 7 17:40:26 2009 +0100

    fixing default PATH_DIR

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Dec 7 13:01:09 2009 +0100

    Fixed copy-paste error value->part string in CPE dict

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Dec 3 16:35:27 2009 +0100

    [tests] Make tests more portable

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Dec 3 14:44:57 2009 +0100

    XCCDF refactoring

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Dec 2 18:48:13 2009 +0100

    Added implementation of counting CVSS score on cvss_entry & test on this feature

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Dec 1 15:40:18 2009 +0100

    Move static strings to mamcros

Author: Ondrej Moris <omoris@redhat.com>
Date:   Tue Dec 1 11:22:04 2009 +0100

    OVAL tests update

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Tue Dec 1 14:08:03 2009 +0100

    add missing files

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Nov 27 16:19:36 2009 +0100

    fixing bindings

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Nov 27 14:07:05 2009 +0100

    Fixed iterator macro

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Nov 27 13:58:06 2009 +0100

    Partialy fixed XML metadata GETTINS macro; Exporting functions parameters are constant now

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Nov 27 13:32:40 2009 +0100

    - Added item_metadata_new in CPE Dict (fixed SIGSEGV) - Removed model freeing from exporting functions Now user takes care of freeing models - Added xmlns to CPE Dict and lang models - Added tests to test xmlns

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Nov 27 11:18:06 2009 +0100

    - Redefine xml_metadata to cover oscap_list manipulation - Add XMLNS import/export to CVE - Add more documentation

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Nov 26 14:30:48 2009 +0100

    update tests/OVAL/test_probes.c

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Wed Nov 25 17:55:05 2009 +0100

    fixing variables parsing issues

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Nov 25 12:57:57 2009 +0100

    change several oval sexp processing functions' prototypes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Nov 24 17:42:50 2009 +0100

    More remove functions

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Nov 24 08:44:44 2009 +0100

    Added XCCDF to testing suite

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Nov 24 08:32:07 2009 +0100

    XCCDF small changes

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Nov 24 08:31:51 2009 +0100

    Added functions description in documentation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Nov 23 17:04:13 2009 +0100

    Remove support for iterators + funcs for CPE dict

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Nov 23 10:57:18 2009 +0100

    Added CCE & CVSS to test suite

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Nov 20 17:19:30 2009 +0100

    Split documentation for CVE, CPE, CVSS

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Nov 20 14:36:31 2009 +0100

    Added documentation for CVE and CVSS

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Nov 20 13:30:55 2009 +0100

    Added CVE simple test; Fixed <entry/> element parsing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Nov 18 02:09:17 2009 +0100

    [OVAL] Probe context update, refactoring, etc.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Nov 16 12:02:40 2009 +0100

    [OVAL+probes] Initial implementation of probe context

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Nov 12 17:26:09 2009 +0100

    Added XCCDF missing prototypes

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Fri Nov 13 10:23:42 2009 +0100

    update to variable processing

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Nov 12 15:47:42 2009 +0100

    - Added checking encoding in CPE - Fixed cpelang tests {6,7}

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Nov 12 14:28:56 2009 +0100

    bump release number in configure.ac
    
    Sorry, I messed up, and I pushed out an earlier version tagged
    as 0.5.5. Please use tag 0.5.5-REAL instead of 0.5.5.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Nov 12 13:22:02 2009 +0100

    do not run test_cpelang_tc0{6,7}

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Thu Nov 12 11:10:01 2009 +0100

    fixing segfault

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Nov 11 18:09:47 2009 +0100

    fixing CPE tests and add sys_info test again

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Nov 11 17:17:17 2009 +0100

    fix include dir

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Nov 11 16:57:17 2009 +0100

    Fixed test failed - added cpe_testexpr_get_next

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Nov 11 16:33:29 2009 +0100

    add model free() functions into example

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Nov 11 15:11:42 2009 +0100

    - Fix prototypes in common - Fix CVE cp-error in cve_entry macro - Fix CVE problems

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Nov 11 16:09:57 2009 +0100

    Fixing: compiler warnings

Author: Ondrej Moris <omoris@redhat.com>
Date:   Wed Nov 11 15:32:42 2009 +0100

    new testing engine, CPE

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Nov 11 14:44:02 2009 +0100

    Added missing prototypes to CVSS; Fix prototypes in CVE

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Nov 11 14:37:13 2009 +0100

    Clear CCE code; Add missing prototypes

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Nov 11 14:35:12 2009 +0100

    Fix function/structures declarations; Code clear; Added missing prototypes

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Wed Nov 11 14:46:51 2009 +0100

    draft of Local Variable evaluation

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Nov 11 14:18:33 2009 +0100

    fix issues that come up with -Wmissing-prototypes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Nov 11 10:08:49 2009 +0100

    add -Wmissing-prototypes, fix double declarations

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Nov 10 22:59:23 2009 +0100

    [tests] test_sysinfo: don't free sysint objects

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Nov 10 22:51:42 2009 +0100

    Fixing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Nov 10 18:50:08 2009 +0100

    provide examples that demonstrate simple lib usage

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Nov 10 17:38:04 2009 +0100

    Bindings fixes

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Nov 10 14:32:36 2009 +0100

    Header fixes (not all included)

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Nov 10 14:50:27 2009 +0100

    [tests] test_sysinfo: print interfaces

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Nov 10 14:42:27 2009 +0100

    [OVAL] oval_sysinfo_probe: interface info processing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Nov 10 12:08:26 2009 +0100

    small fixes

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Nov 10 11:49:44 2009 +0100

    Move cvsscalc to cvss & added private functions from CVE

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Nov 10 11:15:01 2009 +0100

    Changes on public API in CVE; Added missing free functions

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Tue Nov 10 11:28:03 2009 +0100

    Integrating oval_sysinfo_probe

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Nov 9 17:33:51 2009 +0100

    struct testexpr -> .h

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Mon Nov 9 17:08:06 2009 +0100

    Added parse and export private functions to CVE

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Nov 9 14:24:28 2009 +0100

    [probes] system_info: return only one item + debug stuff

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Nov 9 14:01:44 2009 +0100

    [probes] Added debug stuff

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Nov 9 13:33:12 2009 +0100

    Fixing #3

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Nov 9 13:25:22 2009 +0100

    [tests] added oval_sysinfo_probe test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Nov 9 13:24:51 2009 +0100

    Fixing #2

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Nov 9 10:51:40 2009 +0100

    Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Nov 9 10:36:59 2009 +0100

    [OVAL] oval_sysinfo_probe

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun Nov 8 15:56:59 2009 +0100

    rename exampes -> tests

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun Nov 8 15:44:13 2009 +0100

    single module for bindings

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Nov 6 16:53:47 2009 +0100

    fix many xmlChar <-> (char *) conversions

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Nov 6 14:06:08 2009 +0100

    Added oscap_strsep; Removed declaration of variable within for statement in CPE

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Fri Nov 6 15:23:38 2009 +0100

    Defensive code: oval_enumerations

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Nov 5 13:49:44 2009 +0100

    change documentation of oval_results_model_new()

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Thu Nov 5 11:27:00 2009 +0100

    segfault - defensive dode + doxygen update

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Nov 4 14:11:10 2009 +0100

    Don't check for the presence of libnl on non-Linux systems

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Nov 3 17:01:20 2009 +0100

    add system_info probe

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Tue Nov 3 15:32:28 2009 +0100

    addresing lot of the TODO's

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Nov 3 13:30:20 2009 +0100

    Fixed the fixing fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Nov 3 13:27:09 2009 +0100

    [SEAP] Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Nov 3 13:23:17 2009 +0100

    [SEAP] Update

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Oct 23 14:08:31 2009 +0200

    Fix cpe_dict_model_add_vendor function name in header

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 26 13:52:20 2009 +0100

    Removed probe.c, probe.h

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 26 13:51:25 2009 +0100

    [OVAL] fixed typo

Author: Peter Vrabec <pvrabec@gmail.com>
Date:   Fri Oct 23 20:27:23 2009 +0200

    make distcheck works

Author: Peter Vrabec <pvrabec@gmail.com>
Date:   Fri Oct 23 19:10:33 2009 +0200

    fix bindings for XCCDF, CCE, CVE, CVSS

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Oct 23 16:17:33 2009 +0200

    fix OVAL bindings

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Oct 23 13:00:45 2009 +0200

    dict_model_items -> dict_model_platforms; deleted cpe_dict_model_add_vendor

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Oct 23 13:02:54 2009 +0200

    swig/OVAL/oval.i bindings change

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Oct 23 12:46:44 2009 +0200

    cpe fixes

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Oct 23 12:20:44 2009 +0200

    Last documentation fix

Author: Tomas Heinrich <heinrich.tomas@gmail.com>
Date:   Fri Oct 23 11:23:51 2009 +0200

    improve doxygen documentation

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Oct 23 11:48:16 2009 +0200

    Fixed CPE documentation; Fixed XML file validation

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Oct 23 11:14:29 2009 +0200

    Fixed groups in CPE

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Oct 23 11:03:50 2009 +0200

    Added documentation for CPE Language private header

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Oct 23 11:51:43 2009 +0200

    makefile.am fixes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Oct 23 09:42:25 2009 +0200

    make examples work with "public"

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Oct 22 17:39:13 2009 +0200

    Fixing bindings

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Oct 22 17:30:27 2009 +0200

    [bindings] fixed oval.i

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Oct 22 17:00:53 2009 +0200

    fixing CPE - again

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Oct 22 16:58:29 2009 +0200

    Added documentation for cpedict public and private API

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 22 17:02:25 2009 +0200

    XCCDF/public for XCCDF public headers

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Oct 22 16:59:43 2009 +0200

    [probes] moved public header to public/

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 22 16:43:31 2009 +0200

    CVE/public for CVE public headers

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Oct 22 16:28:48 2009 +0200

    removed oval_testing_probe.c

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Oct 22 16:27:20 2009 +0200

    [OVAL] api/ -> public/

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Oct 21 13:56:18 2009 +0200

    prevent double-slash occurences in find_files()

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 22 16:13:21 2009 +0200

    CCE/public for CCE public headers

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Oct 22 15:51:42 2009 +0200

    [probes] rpminfo fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Oct 22 15:49:19 2009 +0200

    Fixing #2

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 22 15:38:27 2009 +0200

    CVSS/public for CVSS public headers

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Oct 22 15:36:51 2009 +0200

    [probes] added _probe-api.h

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Oct 22 15:15:18 2009 +0200

    Added documentation for cpedict public and private API

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 22 15:14:02 2009 +0200

    common/public for public headers

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Oct 22 13:02:46 2009 +0200

    CPE lang: some set + add funcs, fixes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Oct 22 11:51:20 2009 +0200

    fix import / export allocation + examples

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Oct 22 11:32:30 2009 +0200

    Fixing

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Oct 21 18:02:44 2009 +0200

    removed private includings; added missing cpe_platform_get_expr function

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Oct 21 17:46:45 2009 +0200

    - Added oscap_import_source and oscap_export_target structures - Fixed name refactoring changes - Fixed CPE bindings - Fixed cpedit public parse function

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 21 17:39:52 2009 +0200

    openscap-devel interface fixes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 21 14:38:58 2009 +0200

    use probes/* examples again

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Oct 20 20:13:19 2009 +0200

    Add *_add_* functions to CPE dictionary

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Oct 20 19:12:31 2009 +0200

    Export oscap_title via the public API.

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Oct 20 18:34:18 2009 +0200

    Add setters for string members of CPE dictionary

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Oct 20 18:33:17 2009 +0200

    Make cpe name use accessor macros.

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Oct 20 18:32:55 2009 +0200

    Add accessor macros

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Oct 20 14:07:46 2009 +0200

    CPE header files tweaks

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Oct 20 18:15:37 2009 +0200

    add doxygen documentation to findfile.[ch], sexp-manip.[ch]

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 21 02:15:56 2009 +0200

    [probes] xmlfilecontent: fixed reference leaks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 21 01:55:29 2009 +0200

    [probes] file: disk access serialization

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 20 17:32:41 2009 +0200

    [SEAP] 32 <-> 64

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 20 17:30:37 2009 +0200

    [examples] Fixed test_probes.c

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Oct 20 13:03:56 2009 +0200

    Fix the fix.

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Oct 19 14:11:42 2009 +0200

    CPE name set functions

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Oct 16 18:59:52 2009 +0200

    Setter macros

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Oct 16 18:53:34 2009 +0200

    CPE fixes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 20 12:57:29 2009 +0200

    [OVAL+SEAP] Fixing

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Oct 20 12:21:02 2009 +0200

    Add free & new functions to public API; name refactoring

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Tue Oct 20 10:23:04 2009 +0200

    Update method names to reflect coding conventions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 20 09:42:00 2009 +0200

    [SEAP] Makefile.am fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 20 09:39:09 2009 +0200

    [SEAP] fixed some reference leaks, added macro for controling message id width (bits)

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 20 09:32:01 2009 +0200

    [probes] file: removed debug stuff

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Oct 19 17:34:27 2009 +0200

    add doxygen documentation to probe-api.[ch], probe-entcmp.[ch]

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 19 16:58:33 2009 +0200

    disable debug flags by default

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Sun Oct 18 17:12:28 2009 +0200

    fixed memory addressing through xml substructure

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Sun Oct 18 15:07:13 2009 +0200

    Added public functions for cpe_lang; Split private and static functions in cpe_lang_priv; Small fixes in cpe_dict

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sat Oct 17 23:35:05 2009 +0200

    [probes] file: optimization

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Oct 16 17:32:20 2009 +0200

    Added public functions for cpe_dict; Split private and static functions in cpe_dict_priv; Repaired CPE dict example

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Oct 16 16:46:23 2009 +0200

    [SEAP] SEXP_sizeof fix

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Oct 16 16:35:28 2009 +0200

    fix sexp reference types in probe_varref_create_ctx()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Oct 16 15:59:50 2009 +0200

    fix bug in textfilecontent54 probe

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Oct 16 16:03:23 2009 +0200

    [SEAP] SEXP_sizeof

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Oct 16 15:53:22 2009 +0200

    fix permissions on header file

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Oct 16 15:18:56 2009 +0200

    Added references parse/export; Added free functions; Fixed memory leaks; Cleaning

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Oct 16 15:03:08 2009 +0200

    [probes] file: update

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Oct 16 15:02:48 2009 +0200

    [probes] fixed reference leaks in findfile.c

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Oct 16 12:12:00 2009 +0200

    sexp -> syschar translation fixes.
    
    - temporary hack to return item exist status
    - implement item type lookup

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Oct 15 19:05:26 2009 +0200

    Added export functions for dict

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Oct 15 21:35:25 2009 +0200

    [SEAP] fixed SEXP_rawval_list_copy

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Thu Oct 15 16:34:11 2009 +0200

    Skip XML generation of unknown sysdata subtype

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Oct 15 13:54:03 2009 +0200

    Removed old generating macros to allow compilation

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Oct 15 11:39:45 2009 +0200

    add varref support to probe_ent_getval()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Oct 14 18:36:28 2009 +0200

    fix leaks in textfilecontent54 probe

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Oct 15 09:54:55 2009 +0200

    Added export functions to cpelang

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Oct 15 11:13:19 2009 +0200

    [examples] test_syschar fix #2

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Oct 14 18:09:50 2009 +0200

    prevent segfault in textfilecontent54 probe

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 14 16:31:07 2009 +0200

    add oval_varModel.c file

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 14 15:55:42 2009 +0200

    [probes] Fixing

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Oct 14 12:59:43 2009 +0200

    fix leaks in textfilecontent54 probe

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Oct 14 14:14:49 2009 +0200

    [examples] test_syschar fix

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Oct 13 17:42:31 2009 +0200

    simple makefile fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 14 11:29:17 2009 +0200

    [probes] removed unreliable debug code, added locking to __seap_debuglog function

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 14 01:42:22 2009 +0200

    Fixing #2

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 14 00:52:28 2009 +0200

    Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 14 00:50:25 2009 +0200

    Added -Wnonnull to CFLAGS

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 13 23:29:12 2009 +0200

    [SEAP] Added some function attributes for better bug hunting

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 13 23:23:42 2009 +0200

    [probes] probe API: use hard refs rather than soft refs in functions that do not modify their arguments

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 13 17:18:44 2009 +0200

    [OVAL] Don't include alloca.h on FreeBSD

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 13 17:11:36 2009 +0200

    [probes] don't fetch states if it's not necessary

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Oct 13 16:54:21 2009 +0200

    Added cpedict_priv with Reader parsing function

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Oct 13 10:41:46 2009 +0200

    Added cpelang_priv with Reader parsing function

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Tue Oct 13 12:35:41 2009 +0200

    Implementation of Variable Model +
    
    changes in system characteristic model

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 13 16:08:42 2009 +0200

    [probes] Fixed reference double free

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 13 16:08:05 2009 +0200

    [SEAP] More debbuging output from SEXP_free, SEXP_vfree

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 13 14:56:41 2009 +0200

    [probes] fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 13 11:55:16 2009 +0200

    [OVAL] fixed some reference leaks in probe-main.c

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Oct 12 17:24:24 2009 +0200

    extend var_ref support in probe_worker()

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Oct 12 13:58:39 2009 +0200

    adjust paths to probes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 12 12:41:24 2009 +0200

    [examples] More file probe tests

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 12 11:24:09 2009 +0200

    [SEAP] SEXP_string_cmp (temporary)

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 12 10:19:55 2009 +0200

    [examples] Added test for file probe

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 12 10:14:10 2009 +0200

    [SEAP] SEXP_number_geti_32, SEXP_number_getu_32, SEXP_number_geti_64, SEXP_number_getu_64

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 12 10:12:30 2009 +0200

    [OVAL] More debugging output from oval_object_probe

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 12 10:10:30 2009 +0200

    [SEAP] Fixed parsing of an empty string

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Oct 9 10:52:30 2009 +0200

    add partial support for var_refs to probe_worker()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Oct 8 16:08:11 2009 +0200

    Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Oct 8 15:49:01 2009 +0200

    [OVAL] oval_probe.c, oval_probe.h refactoring

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Oct 8 15:47:40 2009 +0200

    Define OSCAP_THREAD_SAFE in pthread_cflags

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 7 22:35:21 2009 +0200

    [SEAP] SEXP_list_join fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 7 21:51:23 2009 +0200

    [SEAP] Implemented SEXP_VALIDATE

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 7 18:50:05 2009 +0200

    [examples] Extended sexp_list test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 7 18:49:25 2009 +0200

    [SEAP] fixed SEXP_list_join for empty lists

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 7 16:58:58 2009 +0200

    [SEAP] Corrected warnings when atomic functions aren't available ; Made several structures 1 byte aligned.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 7 16:52:17 2009 +0200

    [probes] runlevel: fixed reference leaks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 7 16:51:36 2009 +0200

    [SEAP] Added SEXP_vfree

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Tue Oct 6 18:06:43 2009 +0200

    Fix quite a few warnings, many others left

Author: Miloslav Trmač <mitr@redhat.com>
Date:   Tue Oct 6 16:40:59 2009 +0200

    Hide most symbols missing from public header files

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Oct 7 12:52:11 2009 +0200

    add var_ref support to oval_object_to_sexp()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 7 12:59:55 2009 +0200

    mudflap.sh

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 7 11:38:37 2009 +0200

    Fixed compilation with -DNDEBUG

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 7 11:37:43 2009 +0200

    Added -DNDEBUG to CFLAGS_NODEBUG

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Oct 7 10:12:53 2009 +0200

    [SEAP+probes] Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 6 23:15:33 2009 +0200

    [probes] Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 6 22:27:35 2009 +0200

    [probes] file: removed unneded reference var

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 6 22:18:19 2009 +0200

    [probes] file, rpminfo: fixed reference leaks

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 6 16:46:46 2009 +0200

    [probes] probe_item_attr_add fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 6 16:46:13 2009 +0200

    [OVAL] fixed reference leaks in oval -> s-exp functions

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Oct 6 13:43:15 2009 +0200

    Added missing *language* and *deprecated-by-nvd-id* elements

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Tue Oct 6 12:57:42 2009 +0200

    Added CPELang corrections; CPEDict dump implementation

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 6 12:41:41 2009 +0200

    [SEAP] SEXP_lstack_new fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Oct 6 12:21:48 2009 +0200

    [probes] probe_ent_creat, probe_ent_creat1

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 5 14:55:35 2009 +0200

    [probes] family_probe: fixed reference leak

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 5 10:09:02 2009 +0200

    [SEAP] sch_generic_select fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 5 00:20:49 2009 +0200

    [examples] Extended probe API test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 5 00:20:01 2009 +0200

    [SEAP+probes] Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Oct 5 00:18:12 2009 +0200

    [OVAL] oval_set -> oval_setobject

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Oct 4 21:46:45 2009 +0200

    [examples] Added test for probe API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Oct 4 21:05:04 2009 +0200

    [SEAP+probes] Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Oct 2 16:41:32 2009 +0200

    [examples] sexp_parser test fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Oct 2 16:30:23 2009 +0200

    [SEAP] SEXP_list_rest

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Oct 2 16:30:04 2009 +0200

    [examples] Enabled the rest of SEAP tests

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Oct 1 14:47:56 2009 +0200

    fix var_check and entity_check processing in oval_object_to_sexp() and oval_state_to_sexp()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Sep 30 18:42:34 2009 +0200

    add var_ref support to entcmp functions

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Sep 30 17:19:24 2009 +0200

    make distcheck works again

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Sep 30 16:12:48 2009 +0200

    [SEAP+probes] Fixing

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Sep 30 14:15:42 2009 +0200

    Added CPElang export functions

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Sep 30 12:35:39 2009 +0200

    adjust probe-entcmp functions to new naming

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Wed Sep 30 11:43:53 2009 +0200

    refactor object_model to definition_model

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Sep 30 11:20:56 2009 +0200

    use rpmvercmp() implementation from rpm project

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Sep 29 19:06:18 2009 +0200

    update the rest of the probes to new api, fix several things in probe-api

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 29 17:07:00 2009 +0200

    fix path to probes in make check target

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 29 14:23:49 2009 +0200

    do not install header files into libopenscap dir

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 29 13:32:59 2009 +0200

    fix CFLAGS set up for atomic functions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 29 13:06:03 2009 +0200

    [probes] probe_obj_getentvals, probe_obj_getval, probe_item_setstatus

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 29 12:49:29 2009 +0200

    [SEAP] Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 29 12:48:58 2009 +0200

    [probes] Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 29 12:48:33 2009 +0200

    [examples] fixed S-exp parser test

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 29 10:39:57 2009 +0200

    [examples] fixes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 29 10:10:17 2009 +0200

    [examples] fixes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 29 09:19:32 2009 +0200

    do not include xmlreader.h in oval_results.h

Author: barry <barry@barry.(none)>
Date:   Mon Sep 28 17:10:52 2009 +0200

    Bindings after refactoring (OVAL's not working)

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 29 01:32:20 2009 +0200

    Build system modification

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 29 01:30:17 2009 +0200

    [probes] API update

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 29 01:28:48 2009 +0200

    [probes] rpminfo, file, runlevel: update to new API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 29 01:14:02 2009 +0200

    [SEAP] Update

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 29 00:56:40 2009 +0200

    [OVAL] dummy rpmvercmp

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 29 00:55:17 2009 +0200

    [examples/SEAP] New tests

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Sep 25 20:15:39 2009 +0200

    Get rid of self-clearing iterators
    
    - fix several memory leaks
    - FOREACH for string iterators
    - Examples use OSCAP_FOREACH{,_str}

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Sep 25 18:07:31 2009 +0200

    Refactoring: enumerations

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Sep 25 16:26:14 2009 +0200

    Refactoring: free & get functions

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Sep 25 14:10:15 2009 +0200

    Add OSCAP_FOREACH macro

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Fri Sep 25 16:40:55 2009 +0200

    bug fix for tested-item generation

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Sep 25 12:22:48 2009 +0200

    Port probes to the new API

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Sep 25 12:21:06 2009 +0200

    Port examples to the new API + fixes

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Fri Sep 25 11:29:05 2009 +0200

    OVAL refactoring + OVAL result bug fixes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Sep 23 16:52:34 2009 +0200

    [probes] Update to new API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 22 19:14:25 2009 +0200

    Fixed gcc atomic builtins checking

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Sep 22 16:20:24 2009 +0200

    check for gcc atomic functions before build

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 22 13:05:27 2009 +0200

    Added -march=native to CFLAGS

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 22 12:49:21 2009 +0200

    [probes] Use new SEAP API functions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Sep 21 04:02:53 2009 +0200

    [SEAP] Memory mgmt. related changes, fixes, etc.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Sep 21 04:02:16 2009 +0200

    [SEAP/generic] Added strbuf_fwrite

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Sep 21 03:58:23 2009 +0200

    [probes] Small fix in set_eval

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Sep 17 14:29:18 2009 +0200

    OVAL documentation

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Wed Sep 16 16:24:20 2009 +0200

    Updates to Oval Results model

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Sep 15 14:46:34 2009 +0200

    make automake use "silent rules" by default if they are supported

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Sep 14 03:41:37 2009 +0200

    [SEAP] New memory mgmt. & related changes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Sep 14 03:41:30 2009 +0200

    [SEAP/generic] string buffer API

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Sep 14 03:41:15 2009 +0200

    [probes] New API skeleton

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Sep 11 10:10:36 2009 +0200

    [SEAP] Part of the new memory management

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Sep 8 17:10:01 2009 +0200

    fix regex processing in textfilecontent54 probe

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Sep 7 17:08:00 2009 +0200

    fix bugs in oval behaviors entity processing

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Sep 3 15:42:36 2009 +0200

    add functions for generating item ids

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Wed Sep 2 16:05:36 2009 +0200

    results impl. + definition model change
    
    * further the implementation of OVAL results
    * changes to the oval_definition model
    * oval_state_content api added
    * simplified oval_behavior api

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Aug 26 20:23:47 2009 +0200

    Syschar memory management fixes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Aug 25 19:35:03 2009 +0200

    End of line conversion

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Tue Aug 25 15:07:44 2009 +0200

    results updates

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Aug 21 18:14:59 2009 +0200

    fix potential crashes

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Fri Aug 21 15:16:39 2009 +0200

    Some leak fixes

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Fri Aug 21 15:14:42 2009 +0200

    memory management

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Sep 1 14:53:39 2009 +0200

    fix bugs in find_files(), test_findfile.c, oval_behavior_to_sexp(), fsdev_search()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Sep 1 11:27:31 2009 +0200

    [SEAP+probes] Fixing

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 25 17:54:30 2009 +0200

    adjust find_files arg processing

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 25 16:26:08 2009 +0200

    add behavior entity processing to oval_object_to_sexp

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 25 15:42:01 2009 +0200

    correct arg type

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Aug 20 11:26:21 2009 +0200

    SEXP to syschar 'mask' support

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 19 17:29:54 2009 +0200

    new release

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 19 12:26:21 2009 +0200

    [SEAP+probes] Use thread safe code; Added filename to debug output

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 19 12:13:48 2009 +0200

    [common] added bfind

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Aug 17 17:37:54 2009 +0200

    add support for POSIX regex

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 17 13:10:39 2009 +0200

    [probes] rpminfo probe fix #2

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 17 13:01:24 2009 +0200

    [probes] rpminfo probe fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 17 12:53:42 2009 +0200

    [probes] rpminfo probe update #2

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 17 12:49:27 2009 +0200

    change "inline" to "static inline"

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 17 12:19:02 2009 +0200

    [SEAP+probes] Fixing, updates, etc.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 17 12:18:20 2009 +0200

    [probes] file probe fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 17 12:17:48 2009 +0200

    [SEAP] pqueue update

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 17 12:15:05 2009 +0200

    [probes] rpminfo probe update

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Aug 14 14:27:10 2009 +0200

    set default operations for entity comparison

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Aug 14 13:59:58 2009 +0200

    proper usage of operation attr. in find_files

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 14 12:38:15 2009 +0200

    [SEAP] parser fix

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 13 17:12:36 2009 +0200

    init behaviors in {text,xml}filecontent probes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 13 16:03:02 2009 +0200

    findfiles() handle filename value == NULL

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 13 16:28:58 2009 +0200

    [probes] file probe fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 13 12:35:32 2009 +0200

    [probes] New probe: file

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Aug 12 21:36:23 2009 +0200

    Removed test_rpminfo

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 12 18:00:31 2009 +0200

    Add family probe

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 12 11:08:30 2009 +0200

    call assert on findfiles() arguments

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 11 12:02:24 2009 +0200

    add configuration summary at the end of ./configure run

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Aug 10 20:19:51 2009 +0200

    Build system modifications
    
    Add initial support for automatic probe selection
    Move rpminfo probe to the linux section

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Aug 10 14:40:06 2009 +0200

    make the behaviors entity of textfilecontent54 and xmlfilecontent objects not mandatory

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Aug 10 10:56:26 2009 +0200

    Initial SEXP to syschar conversion

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 7 12:40:48 2009 +0200

    [SEAP] Added pqueue

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 7 12:39:54 2009 +0200

    Changed probe_object prototype

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 7 12:38:13 2009 +0200

    Almost working SEXP_OVALset_eval version & friends

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 7 12:32:27 2009 +0200

    [SEAP] Fixing, new functions, etc.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 7 12:28:35 2009 +0200

    [SEAP] Added sm_memalign function

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Aug 7 12:27:19 2009 +0200

    [probe API] Implemented set/get datatype; Added SEXP_OVALelm_name_* functions

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 6 18:06:13 2009 +0200

    compile with all probes, temporary solutions until
    
    we have automatic detection in configure

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 6 17:11:34 2009 +0200

    Fixing #2

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 6 16:45:22 2009 +0200

    [SEAP] Fixed include paths in bitmap.c

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 6 16:41:21 2009 +0200

    include correct header file in findfile

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 6 16:15:54 2009 +0200

    Fixing...

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Aug 6 14:33:40 2009 +0200

    findfile optimizations

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 5 17:04:27 2009 +0200

    update textfilecontent54 probe

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Aug 5 12:13:46 2009 +0200

    add probes to the probe lookup table

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Aug 6 01:47:45 2009 +0200

    [SEAP] Fixed invalid whitespace handling

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Aug 5 10:49:00 2009 +0200

    new test that calls probe() on simple objects

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Wed Aug 5 09:19:35 2009 +0200

    fix consumers that did not create copies,
    
    replace malloc_string() by strdup()

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Aug 4 15:54:12 2009 +0200

    add rest of the SEXP_OVALset_eval helper functions and fucntions for comparing entities

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Aug 4 14:19:06 2009 +0200

    quick fixes to David's patch

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Tue Aug 4 14:17:02 2009 +0200

    update oval model heap management

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 3 16:27:55 2009 +0200

    [SEAP+probes] Fixing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 3 14:42:45 2009 +0200

    adjust fedora spec file

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 3 14:13:12 2009 +0200

    include missing header files in tarball

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 3 13:47:34 2009 +0200

    include header file in tarball

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 3 12:14:46 2009 +0200

    fix libexec path

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 3 14:01:48 2009 +0200

    [SEAP] Fixing #2

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 3 13:32:47 2009 +0200

    [SEAP] Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 3 13:02:06 2009 +0200

    [SEAP] Make SEAP compilable again

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 3 12:57:42 2009 +0200

    [common] Get rid of "dereferencing type-punned pointer" warnings

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 3 12:36:55 2009 +0200

    [SEAP] Get rid of "dereferencing type-punned pointer" warnings

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Aug 3 12:20:06 2009 +0200

    [SEAP] Refactoring #2 + fixing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Aug 3 10:19:29 2009 +0200

    fix uninitialzed variables

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jul 31 13:14:18 2009 +0200

    remove unneeded tests, fix xccdf test

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jul 31 12:44:39 2009 +0200

    [SEAP] Fixed Makefile.am

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Fri Jul 31 12:03:46 2009 +0200

    several of TODOs

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jul 30 15:12:33 2009 +0200

    use common/oscap_alloc funcions in rpminfo probe

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jul 30 14:33:41 2009 +0200

    implement oval_value_{bool,float,int} functions

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 28 16:33:00 2009 +0200

    add SEXP_OVALset_eval helper function

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jul 28 14:21:10 2009 +0200

    System characteristics example + fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 28 15:57:31 2009 +0200

    [SEAP] Fix of the previous commit...

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 28 15:44:13 2009 +0200

    [SEAP] Define own version of __CONCAT - __XCONCAT

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 28 15:04:20 2009 +0200

    SEXP_OVALset_eval rewrite

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 28 15:01:30 2009 +0200

    [SEAP] Allow nesting of SEXP_list_foreach & SEXP_sublist_foreach without compiler warnings

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 27 00:40:31 2009 +0200

    [SEAP] Initial implementation of SEAP commands

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 27 00:39:18 2009 +0200

    Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 27 00:33:58 2009 +0200

    [SEAP] Reset errno in strto_* functions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 27 00:31:58 2009 +0200

    [SEAP] S-exp parser fix

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Jul 23 16:44:02 2009 +0200

    Get rid of nested functions.

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Jul 23 13:30:36 2009 +0200

    Fix OVAL compiler warnings.
    
    Except for the nested-function-related ones...

Author: David Niemoller <David.Niemoller@g2-inc.com>
Date:   Wed Jul 22 15:08:23 2009 +0200

    Populating System Characteristics

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 22 16:31:44 2009 +0200

    Fixed compilation of tests

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jul 21 16:53:22 2009 +0200

    Use oscap_free also as a function pointer (C[CPV]E, XCCDF).

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 21 16:30:05 2009 +0200

    malloc wrapper modification

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 21 14:39:47 2009 +0200

    Define the _A(x) macro in malloc wrapper

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jul 21 12:49:04 2009 +0200

    Make CCE, CPE, CVE, XCCDF use oscap_{c,re,}alloc and oscap_free.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 21 14:25:12 2009 +0200

    Fixed typos/bugs in malloc wrapper

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 21 10:25:41 2009 +0200

    New malloc wrapper

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 21 10:24:24 2009 +0200

    Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jul 20 21:58:09 2009 +0200

    [SEAP] Code refactoring
    
     - public/private API split
     - new malloc wrapper
     - some bugs fixed

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Jul 16 15:58:43 2009 +0200

    Repaired bindings for new API

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Jul 16 12:04:25 2009 +0200

    Move string to enum maps to src/common

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jul 15 19:20:54 2009 +0200

    Minor tweaks with src/common.
    
    * add oscap_cleanup function to oscap.h
    * add oscap_string_iterator to oscap.h
    * adjust the code and the examples to use it

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jul 15 18:31:49 2009 +0200

    Make XCCDF use src/common/list

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jul 15 14:27:51 2009 +0200

    CVSS: API rewrite

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jul 15 13:54:17 2009 +0200

    CCE: API rewrite

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jul 14 17:51:34 2009 +0200

    CVE: API rewrite

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jul 14 10:07:41 2009 +0200

    CPE: API rewrite

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jul 14 10:02:41 2009 +0200

    Move some code from XCCDF to src/common.

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Jul 13 19:18:31 2009 +0200

    XCCDF: resolve compiler warnings

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Jul 2 12:23:30 2009 +0200

    expose xccdf_set_value_delete to the internal API

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Jul 10 14:24:01 2009 +0200

    Adjust textfilecontent54 probe for the new probe api

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Jul 15 10:54:29 2009 +0200

    [SEAP] strto_* functions for signed ints and doubles

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 14 15:53:26 2009 +0200

    Enable debugging by default

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Jul 14 14:56:26 2009 +0200

    add xmlfilecontent probe

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 14 03:17:25 2009 +0200

    Updated runlevel probe

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 14 03:15:40 2009 +0200

    [SEAP] Initial implementation of strto_* functions

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 14 03:11:58 2009 +0200

    Nicer debugging output

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 14 03:03:43 2009 +0200

    Probe related modifications
    
     - better handling of probe_init & probe_fini
     - started rewriting the probe engine to use threads

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Jul 13 16:58:40 2009 +0200

    fix several bugs in find_files causing aborts

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jul 10 17:09:15 2009 +0200

    Support for probe_init & probe_fini

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri Jul 10 17:08:20 2009 +0200

    Build system modification
    
    - compile shared probe sources into libprobe.a

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Jul 9 16:41:45 2009 +0200

    fix autotools stuff

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Jul 8 13:52:27 2009 +0200

    Add XCCDF bindings

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Jul 8 15:29:39 2009 +0200

    Add missing function generators.

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Jul 2 10:06:28 2009 +0200

    More XCCDF parsing

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jun 9 15:58:47 2009 +0200

    Resolve fixrefs

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Tue Jun 9 15:34:26 2009 +0200

    More Rule::check parsing
    
    - parse check-import and check-export
    - parse fixes and fixtexts
    - parse profile notes
    - parse complex checks
    - add an active check property to the rule struct
    - library cleanup function

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Mon Jun 8 14:52:44 2009 +0200

    requires + conflicts

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 7 17:45:31 2009 +0200

    probe_object example & fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jul 7 04:56:17 2009 +0200

    - Initial implementation of SEAP commands
    - SEXP API extensions & modifications
    - Probe API modifications

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jul 2 10:58:13 2009 +0200

    findfile.[ch] modifications

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Jun 18 13:51:03 2009 +0200

    Added textfilecontent54 probe

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Jun 14 19:48:23 2009 +0200

    test_xccdf.sh fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun Jun 14 19:47:46 2009 +0200

    probe API modifications

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jun 8 15:13:53 2009 +0200

    find_files(): operation=equals for filename

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 5 17:26:19 2009 +0200

    find_files fixes
    
    * slash add the end of path
    * callback to setting structure
    * do not append $ to the path

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Jun 5 11:43:23 2009 +0200

    make xccdf_dump.c compile

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Jun 4 22:53:03 2009 +0200

    Fixing

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Jun 4 20:26:54 2009 +0200

    XCCDF Makefile

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Jun 4 20:09:39 2009 +0200

    XCCDF docs update.
    
    Adjust internal comments so that Doxygen ignores them.
    Update documentation title page.
    Fix include in the XCCDF example.

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Thu Jun 4 18:37:47 2009 +0200

    XCCDF

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Jun 3 16:54:04 2009 +0200

    find_files use callback to returnd results

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Jun 2 17:15:17 2009 +0200

    Fixed bugs in probe API & sexp-output.c

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jun 1 16:14:22 2009 +0200

    Merge branch 'devel' of ssh://g-dkopecek@localhost:2222/git/openscap into devel

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jun 1 16:09:54 2009 +0200

    Fixing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Jun 1 15:59:19 2009 +0200

    use regular expressions on paths in find_files()

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jun 1 15:44:37 2009 +0200

    Recognize SEAP_NDEBUG environment variable

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Jun 1 14:05:57 2009 +0200

    Updated runlevel probe

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun May 31 16:55:08 2009 +0200

    rpminfo probe update

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun May 31 15:33:04 2009 +0200

    Initial support for multiple instances of a element at the same level

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun May 31 03:39:16 2009 +0200

    - probe API modifications
    - SEXP API modifications
    - Several new functions & fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu May 28 17:03:17 2009 +0200

    Merge branch 'devel' of ssh://g-dkopecek@localhost:2222/git/openscap into devel

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu May 28 17:00:52 2009 +0200

    SEXP API modifications

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu May 28 16:59:14 2009 +0200

    add testsuit for find_file()

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu May 28 13:06:58 2009 +0200

    adjust find_file() output

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu May 28 12:34:39 2009 +0200

    Fixed SEXP_printfa

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 27 17:20:18 2009 +0200

    - Extended test_sexpoval.c
    - Fixing

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed May 27 17:02:34 2009 +0200

    add find_file(),  that search directory tree

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed May 27 11:34:47 2009 +0200

    Fixed SEXP_strcmp

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 26 17:22:48 2009 +0200

    Accept NULL value in SEXP_OVALelm_create

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 26 16:20:28 2009 +0200

    Added test for S-exp OVAL functions in probe.c

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 26 16:20:04 2009 +0200

    Fixing...

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 26 01:00:56 2009 +0200

    - New functions for handling S-exp OVAL objects
    - Fixed several bugs in SEAP source code

Author: Daniel Kopecek <dkopecek@dhcp-lab-166.englab.brq.redhat.com>
Date:   Wed May 20 15:10:03 2009 +0200

    Fixing #2

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 19 17:05:14 2009 +0200

    Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 19 16:48:13 2009 +0200

    New probe: runlevel

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 12 17:26:05 2009 +0200

    Merge branch 'devel' of ssh://g-dkopecek@localhost:2222/git/openscap into devel

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue May 12 17:18:31 2009 +0200

    Merge branch 'devel' of ssh://g-pvrabec@git.et.redhat.com/git/openscap into devel

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue May 12 14:15:02 2009 +0200

    Revert "fixed several lint warnings"
    
    - because it should have been rebased
    
    This reverts commit eabd33a7238b399b1c5f0b4252cf599c895015fe.

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon May 4 13:49:39 2009 +0200

    rpminfo: check the number of rpminfo_rep structures

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon May 4 12:51:47 2009 +0200

    - Fixed parser test
    - S-exp parser modifications

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun May 3 13:02:39 2009 +0200

    probe_simple_object modifications

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sat May 2 19:40:26 2009 +0200

    Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sat May 2 16:23:30 2009 +0200

    - OVAL<->S-exp interface modifications
    - SEAP modifications
    - Fixed inconsistencies in rpminfo probe

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sat May 2 01:00:06 2009 +0200

    - New configure option for enabling/disabling bindings
    - New S-exp string object manipulation functions
    - Changes to the OVAL<->S-exp interface

Author: Daniel Kopecek <dkopecek@dhcp-lab-166.englab.brq.redhat.com>
Date:   Fri May 1 19:01:01 2009 +0200

    Compile probes after libopenscap.so is available

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 1 14:09:23 2009 +0200

    Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 1 13:01:23 2009 +0200

    New configure option for enabling/disabling Fedora/RHEL probes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 1 01:48:51 2009 +0200

    Re-enabled compilation of bindings

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 1 01:34:04 2009 +0200

    - Fixed pthread rwlock initialization
    - Removed THREAD_SAFE macro definition from SEAP/Makefile.am

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 1 01:09:45 2009 +0200

    Fixed typo in configure.ac

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 1 00:49:10 2009 +0200

    - Enabled S-exp parser tests
    - Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 30 23:42:39 2009 +0200

    Cleanup of SEAP source code

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 30 14:11:35 2009 +0200

    Fixed OVAL/Makefile.am

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 30 14:00:35 2009 +0200

    - integrated SEAP and probes into the build system
    - added probe_simple_object and prototypes of functions
      for oval<->seap interface

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue May 12 16:54:50 2009 +0200

    use perl config module to detect correct paths

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 12 16:20:35 2009 +0200

    New configure option: --enable-debug

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue May 12 15:48:38 2009 +0200

    - Removed config directory
    - Added s-exp object validity checking

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue May 12 14:30:15 2009 +0200

    fixed several lint warnings

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu May 7 15:58:18 2009 +0200

    fixed several lint warnings

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon May 4 13:53:28 2009 +0200

    make distcheck work again

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon May 4 13:49:39 2009 +0200

    rpminfo: check the number of rpminfo_rep structures

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon May 4 12:51:47 2009 +0200

    - Fixed parser test
    - S-exp parser modifications

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sun May 3 13:02:39 2009 +0200

    probe_simple_object modifications

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sat May 2 19:40:26 2009 +0200

    Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sat May 2 16:23:30 2009 +0200

    - OVAL<->S-exp interface modifications
    - SEAP modifications
    - Fixed inconsistencies in rpminfo probe

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Sat May 2 01:00:06 2009 +0200

    - New configure option for enabling/disabling bindings
    - New S-exp string object manipulation functions
    - Changes to the OVAL<->S-exp interface

Author: Daniel Kopecek <dkopecek@dhcp-lab-166.englab.brq.redhat.com>
Date:   Fri May 1 19:01:01 2009 +0200

    Compile probes after libopenscap.so is available

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 1 14:09:23 2009 +0200

    Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 1 13:01:23 2009 +0200

    New configure option for enabling/disabling Fedora/RHEL probes

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 1 01:48:51 2009 +0200

    Re-enabled compilation of bindings

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 1 01:34:04 2009 +0200

    - Fixed pthread rwlock initialization
    - Removed THREAD_SAFE macro definition from SEAP/Makefile.am

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 1 01:09:45 2009 +0200

    Fixed typo in configure.ac

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Fri May 1 00:49:10 2009 +0200

    - Enabled S-exp parser tests
    - Fixing

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 30 23:42:39 2009 +0200

    Cleanup of SEAP source code

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 30 14:11:35 2009 +0200

    Fixed OVAL/Makefile.am

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Thu Apr 30 14:00:35 2009 +0200

    - integrated SEAP and probes into the build system
    - added probe_simple_object and prototypes of functions
      for oval<->seap interface

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Apr 30 13:16:45 2009 +0200

    fedora spec file fix

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Wed Apr 29 22:22:17 2009 +0200

    - rpminfo probe prototype
    - SEAP modifications

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Tue Apr 28 13:58:52 2009 +0200

    SEAP protocol modifications, fixes, etc.

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Apr 27 13:51:57 2009 +0200

    fixing multiple outputs problem in make

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Apr 23 17:01:04 2009 +0200

    install perl binding to right paths
    
    - adjust spec file

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Thu Apr 23 10:45:51 2009 +0200

    Repaired bindings

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Apr 23 11:04:40 2009 +0200

    add Maros Barabas to Authors file

Author: Daniel Kopecek <dkopecek@redhat.com>
Date:   Mon Apr 20 15:08:45 2009 +0200

    - Initial support for probes
    - Imported SEAP source code + tests

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Apr 20 14:29:56 2009 +0200

    swig - export proper OVAL api

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Apr 17 14:16:03 2009 +0200

    * Added perl bindings * Repaired RHEL5 perl bindings functionality -> added _GNU_SOURCE macro to CCFLAGS

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Wed Apr 15 14:28:08 2009 +0200

    Added OVAL python bindings

Author: Daniel Kopecek <mildew@paranoiac.(none)>
Date:   Mon Apr 20 12:09:31 2009 +0200

    Fixed runtests.sh

Author: Daniel Kopecek <mildew@paranoiac.(none)>
Date:   Fri Apr 17 14:52:47 2009 +0200

    More checks in runtests.sh

Author: Daniel Kopecek <mildew@paranoiac.(none)>
Date:   Fri Apr 17 13:38:53 2009 +0200

    Added runtests.sh

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Thu Apr 9 11:26:41 2009 +0200

    update NEWS and spec file

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Wed Apr 8 16:05:22 2009 +0200

    OVAL API update and fixes
    
    - updated API and example
    - removed some unneeded code
    - fixed several datatype names
    - use 'git log' instead of 'git-log'

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Wed Apr 8 15:42:12 2009 +0200

    fixes on python bindings
    
    - link python bindings with already compiled libtool archives
    - merge cpe into one library

Author: Barry <barry@barry.englab.brq.redhat.com>
Date:   Tue Apr 7 16:39:50 2009 +0200

    Repaired ldflags and la_sources in CPE, CCE and CVE

Author: Maros Barabas <mbarabas@redhat.com>
Date:   Fri Apr 3 15:04:39 2009 +0200

    Added python bindings

Author: Daniel Kopecek <dkopecek@dhcp-lab-166.englab.brq.redhat.com>
Date:   Tue Apr 7 00:08:42 2009 +0200

    distcheck works now

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Apr 6 21:24:19 2009 +0200

    OVAL: created a first rough test in examples/OVAL/

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Apr 3 12:24:02 2009 +0200

    OVAL: add license info into every source
    
    - add OVAL files to doxygen

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Fri Apr 3 00:36:10 2009 +0200

    OVAL: tweaks to sources and Makefile to make OVAL compilable

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Apr 2 22:24:14 2009 +0200

    OVAL: update (reformated sources using dos2unix and indent)

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Apr 2 17:54:19 2009 +0200

    OVAL: changed directory structure

Author: Lukas Kuklinek <lkuklinek@redhat.com>
Date:   Wed Apr 1 14:54:52 2009 +0200

    enhancing Doxygen-generated documentation
    
    - added title page
    - adjusted Doxyfile
    - divided into modules corresponding to libraries for better navigation
    - added more accurate CCE documentation
    - added CPE Language test + sample CPE language XML (in examples/)

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Tue Mar 31 18:03:14 2009 +0200

    resolve compiler warnings

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Mar 30 16:08:38 2009 +0200

    do not require ChangeLog by autotools

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Sun Mar 29 13:19:20 2009 +0200

    spec file fixes

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Mar 27 17:50:38 2009 +0100

    do not link examples with libxml, libpcre!

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Thu Mar 26 15:28:35 2009 +0100

    OVAL API update

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Tue Mar 24 15:32:50 2009 +0100

    generate ChangeLog by make dist

Author: Daniel Kopecek <mildew@sapropelus.(none)>
Date:   Mon Mar 23 21:05:31 2009 +0100

    - disabled compilation of OVAL
    - fixed CCE headers installation

Author: Daniel Kopecek <mildew@sapropelus.(none)>
Date:   Mon Mar 23 18:27:34 2009 +0100

    Fixed src/CCE/ & examples/ Makefiles

Author: Daniel Kopecek <mildew@sapropelus.(none)>
Date:   Mon Mar 23 17:55:12 2009 +0100

    Merge branch 'master' of ssh://g-dkopecek@localhost:2222/git/openscap

Author: Daniel Kopecek <mildew@sapropelus.(none)>
Date:   Mon Mar 23 17:50:47 2009 +0100

    Enabled CPE test

Author: Tomas Heinrich <theinric@redhat.com>
Date:   Mon Mar 23 16:34:10 2009 +0100

    Corrected test_cvsscalc.py path

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Mar 23 14:43:47 2009 +0100

    CVE cleanup
    
    - $indent -linux and dos2unix
    - adjust structure names (lower case + "_")

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Mar 23 14:28:49 2009 +0100

    CPE cleanup
    
    - $indent -linux and dos2unix
    - adjust function names (lower case + "_")

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Mar 23 13:44:36 2009 +0100

    CCE cleanup
    
    - $indent -linux and dos2unix
    - reduce file list
    - adjust function names (lower case + "_")

Author: Daniel Kopecek <mildew@sapropelus.(none)>
Date:   Mon Mar 23 13:05:56 2009 +0100

    Added input file & wrapper script for the CVE test

Author: Daniel Kopecek <mildew@sapropelus.(none)>
Date:   Mon Mar 23 13:04:35 2009 +0100

    Modified & enabled CVE test

Author: Daniel Kopecek <mildew@sapropelus.(none)>
Date:   Mon Mar 23 12:42:43 2009 +0100

    Enabled CVSS test

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Mon Mar 23 10:57:22 2009 +0100

    - CCE API changes - hide implementation details
    
    - examples update (cce, cpe, cve)
    - add bit of documentation
    - fix warnings

Author: Peter Vrabec <pvrabec@redhat.com>
Date:   Fri Mar 20 16:50:59 2009 +0100

    autogen.sh install symlinks in ./config
    
    adjust existed symlinks in ./config

Author: Daniel Kopecek <mildew@sapropelus.(none)>
Date:   Wed Mar 18 16:44:26 2009 +0100

    Enabled compiling of CPE tests

Author: Daniel Kopecek <mildew@sapropelus.(none)>
Date:   Wed Mar 18 15:26:22 2009 +0100

    Initial support for make check

Author: Peter Vrabec <pvrabec@wrabco.englab.brq.redhat.com>
Date:   Tue Mar 17 16:58:23 2009 +0100

    use flags: "-W -Wall -Wshadow -Wformat -Wundef"

Author: mildew <mildew@sapropelus.(none)>
Date:   Mon Mar 16 15:14:30 2009 +0100

    CCE: Applied patch from Lukas Kuklinek <lkuklinek@redhat.com>

Author: Daniel Kopecek <mildew@sapropelus.(none)>
Date:   Mon Mar 16 11:13:12 2009 +0100

    configure: show default values

Author: Daniel Kopecek <mildew@sapropelus.(none)>
Date:   Fri Mar 13 12:34:44 2009 +0100

    - Fixed swig/cvsscalc* compilation
    - re-included swig/ in Makefile.am

Author: Daniel Kopecek <mildew@sapropelus.(none)>
Date:   Fri Mar 13 12:34:35 2009 +0100

    Added acinclude.m4 which contains AM_CHECK_PYTHON_HEADERS and AC_PROG_SWIG

Author: Daniel Kopecek <mildew@sapropelus.(none)>
Date:   Fri Mar 13 02:43:33 2009 +0100

    Fixed public header destination dir

Author: Daniel Kopecek <mildew@sapropelus.(none)>
Date:   Fri Mar 13 01:14:28 2009 +0100

    autogen.sh cleanup
    Note: mildew == Daniel Kopecek

Author: mildew <mildew@sapropelus.(none)>
Date:   Fri Mar 13 01:07:43 2009 +0100

    *.{am,ac} fixes

Author: mildew <mildew@sapropelus.(none)>
Date:   Fri Mar 13 00:32:22 2009 +0100

    Junk

Author: mildew <mildew@sapropelus.(none)>
Date:   Fri Mar 13 00:21:46 2009 +0100

    Excluded examples/ in Makefile.am

Author: mildew <mildew@sapropelus.(none)>
Date:   Fri Mar 13 00:20:25 2009 +0100

    Added config dir

Author: mildew <mildew@sapropelus.(none)>
Date:   Fri Mar 13 00:19:52 2009 +0100

    Deleted junk

Author: mildew <mildew@sapropelus.(none)>
Date:   Fri Mar 13 00:18:27 2009 +0100

    Added configure.ac

Author: mildew <mildew@sapropelus.(none)>
Date:   Fri Mar 13 00:17:22 2009 +0100

    OVAL: changed liboval dir to includes

Author: mildew <mildew@sapropelus.(none)>
Date:   Fri Mar 13 00:16:06 2009 +0100

    CPE: added cpe.h

Author: mildew <mildew@sapropelus.(none)>
Date:   Fri Mar 13 00:13:44 2009 +0100

    Added Makefile.am where needed

Author: mildew <mildew@sapropelus.(none)>
Date:   Thu Mar 12 12:40:44 2009 +0100

    New directory structure

Author: Peter Vrabec <pvrabec@wrabco.englab.brq.redhat.com>
Date:   Thu Mar 5 15:24:55 2009 +0100

    add autogen.sh to update generated config. files

Author: Peter Vrabec <pvrabec@wrabco.englab.brq.redhat.com>
Date:   Mon Feb 9 17:52:56 2009 +0100

     openscap-0.1.2

Author: Peter Vrabec <pvrabec@wrabco.englab.brq.redhat.com>
Date:   Mon Feb 9 17:40:49 2009 +0100

     CPE support
     autotools and specfile adjust
    ----
    there is mistake in my previous commit comment, I meant CVE not CPE.
    `

Author: Peter Vrabec <pvrabec@wrabco.englab.brq.redhat.com>
Date:   Mon Feb 2 16:17:27 2009 +0100

     CPE support
     autotools and specfile adjust

Author: Peter Vrabec <pvrabec@wrabco.englab.brq.redhat.com>
Date:   Fri Jan 16 15:27:38 2009 +0100

     * create fedora specfile
     * adjust autotools configuration
     * include correct copy of LGPLv2+

Author: Peter Vrabec <pvrabec@pluto.(none)>
Date:   Sun Jan 11 22:10:07 2009 +0100

    cvss library

Author: Peter Vrabec <pvrabec@wrabco.englab.brq.redhat.com>
Date:   Mon Nov 3 17:58:30 2008 +0100

    Initial commit
