From owner-p4-projects@FreeBSD.ORG Sat May 23 07:58:09 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9B9D11065675; Sat, 23 May 2009 07:58:08 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A0E7106564A for ; Sat, 23 May 2009 07:58:08 +0000 (UTC) (envelope-from sathya@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 47E108FC12 for ; Sat, 23 May 2009 07:58:08 +0000 (UTC) (envelope-from sathya@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4N7w8xI089278 for ; Sat, 23 May 2009 07:58:08 GMT (envelope-from sathya@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4N7w8oV089276 for perforce@freebsd.org; Sat, 23 May 2009 07:58:08 GMT (envelope-from sathya@FreeBSD.org) Date: Sat, 23 May 2009 07:58:08 GMT Message-Id: <200905230758.n4N7w8oV089276@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sathya@FreeBSD.org using -f From: Satish Srinivasan To: Perforce Change Reviews Cc: Subject: PERFORCE change 162559 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2009 07:58:09 -0000 http://perforce.freebsd.org/chv.cgi?CH=162559 Change 162559 by sathya@sathya-fbsd on 2009/05/23 07:58:04 Forgot to add Milestones and Roadmap in my initial test commit. I'll be updating further progress in the wiki. Affected files ... .. //depot/projects/soc2009/trailconv/Milestones#2 edit Differences ... ==== //depot/projects/soc2009/trailconv/Milestones#2 (text+ko) ==== @@ -1,0 +1,38 @@ +Developing BSD licensed tools for importing from / exporting to other audit formats to BSM used by the OpenBSM project. + +Objectives: + + Primary Objectives: log2bsm + + 1. Implement Linux Audit format to BSM converter + 2. Implement NT Audit format to BSM converter + + Secondary Objectives: bsm2log + + Convert BSM log format to Linux and NT + +Project Roadmap: + +Until May 25th + + Read from mentor's "reading list"-- read man style, man libbsm, play with audit_control and look at praudit and friends' code. + +May 31st + + Complete investigation on Linux' Audit Format as documented at http://people.redhat.com/sgrubb/audit/audit-parse.txt and preparing XSLT for both the BSM and Linux formats. Finalize the Design. + +June 25th + + Complete implementing log2bsm' "-t linux" switch for converting linux format to bsm. Lint + Test (and Debug) the code to verify its correctness. + +July 6th + + Investigation on NT Audit log format. Midterm Evaluations. + +July 30th + + Complete implementing log2bsm' "-t nt" switch for converting nt format to bsm. Prepare a Manual page for log2bsm. + +August + + Preparing back converters, i.e bsm to other formats if time permits or other work required to satisfactorily complete my primary objectives.