0

OVAL Results

Posted by lorenb on May 31, 2005 in gnome, projects

Been hacking on the OVAL results code today. The first task was to clean up the hard coded values.
Next I started working on the system_info section of the results XML. One of the things I need to have do is get a list of interfaces on a machine and collect [...]

 
0

Validating OVAL XML

Posted by lorenb on May 27, 2005 in gnome, projects

Been working on trying to have Sussen validate OVAL XML definition files. This should have been pretty straightforward:

public static void ValidateEventHandler
(object sender, ValidationEventArgs e)
{
Console.WriteLine (“Bad stuff happened”);
Console.WriteLine (e.Exception.Message);
Console.WriteLine (e.Exception.LineNumber);
Console.WriteLine (“Severity:{0}”, e.Severity);
}

public static void Validate ()
{
XmlTextReader reader = new XmlTextReader (filename);
XmlValidatingReader vr = new XmlValidatingReader (reader);
XmlSchemaCollection sc = new [...]

 
0

Sussen.Oval.Unix

Posted by lorenb on May 26, 2005 in gnome, projects

Renamed the assembly Sussen.Oval.Redhat to Sussen.Oval.Unix this morning. Started on two new tests (TextFileContent and XmlFileContent) which are needed for Debian and Solaris support.
I was going to start on the Shadow test but reading the Mono.Unix docs showed it doesn’t support the shadow(3) functions. I vaguely recall running into something like this [...]

 
0

Man pages and OVAL

Posted by lorenb on May 25, 2005 in gnome, projects

Checked in some minor work into the code repository today. The first thing was to add a –help option to the agent, server and client so you can find out the command line options. Along those lines I also wrote the initial man pages too.
In OVAL news, I’ve been tinkering on support for [...]

 
0

Sussen 0.11 Released

Posted by lorenb on May 24, 2005 in gnome, projects

Sussen 0.11 has been released today. You can download a copy from www.sussen.org.

 
0

WinXP x64 – New VIA Drivers

Posted by lorenb on May 23, 2005 in technology

I noticed that VIA has (finally) released an updated Envy24 audio driver for 64-bit Windows systems. It’s listed as being v4.60 and dated May 20, 2005. I downloaded it and installed it. Looks better than the last beta where I needed ugly registry hacks to install the driver.
You can download the drivers [...]

 
0

LAT v0.5.3

Posted by lorenb on May 22, 2005 in gnome, projects

Spent some time yesterday hacking on LAT. The biggest changes would be that I got the copy/cut/pasting of entries in the browser working and there was the re-login feature I wrote a little while back.
I released LAT v0.5.3 today. Grab a fresh copy from the project site.

Copyright © 2010 LB Technology Services Blog All rights reserved.