Additional status updates about dongmei liu and christopher davis's

summer of code projects.

Submitted by: dongmei liu and christopher davis.
This commit is contained in:
Murray Stokely 2007-09-15 08:45:45 +00:00
parent 4cb6ab4798
commit fb2af8d45c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=30781

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode-2007.sgml,v 1.6 2007/09/14 15:42:45 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode-2007.sgml,v 1.7 2007/09/15 08:16:03 murray Exp $">
<!ENTITY title "FreeBSD Summer of Code 2007">
<!ENTITY % navinclude.developers "INCLUDE">
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
@ -321,10 +321,13 @@
description, so that much of the repetition once needed to
allocate and free resources can be mitigated.</p>
<p>This project updated driver source code where necessary
using the new functions to make the code related to allocation
and deallocation simpler and clearer, while making other
refinements as needed.</p>
<p>This project updated driver source code where necessary using
the new functions to make the code related to allocation and
deallocation simpler and clearer, while making other
refinements as needed. Approximately 40 drivers were updated
during SoC, although testing is still needed. There are likely
25 or more other drivers that could be updated as well, and
these are listed on the wiki.</p>
<strong>Ready to enter CVS:</strong> not determined yet
</li>
@ -362,8 +365,16 @@
<li><strong>Project:</strong> Provide an audit log analysis tool<br>
<strong>Student:</strong> Liu Dongmei<br>
<strong>Mentor:</strong> &a.rwatson;<br>
<strong>Summary:</strong> <p>A GTK+ based graphical audit log
analysis tool.</p>
<strong>Summary:</strong>
<p>A GUI audit log analysis tool which can display audit log in tree view
and list view and analyze audit log lively. It is important to
provide a intuitionistic and visualize audit log to
administrator. This program's intention is to provide a totally
GUI audit log display, filter and statistic, in addition provide
expandability when a new type of token added. The Glib library
is used as a basic platform abstraction library and GTK are used
to build AuditAnalyzer's GUI.</p>
<strong>Ready to enter CVS:</strong> not determined yet
</li>