From owner-soc-status@freebsd.org Mon Jul 25 13:58:13 2016 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29005BA4534 for ; Mon, 25 Jul 2016 13:58:13 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C9BD31284; Mon, 25 Jul 2016 13:58:12 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-lf0-f68.google.com with SMTP id 33so11203526lfw.3; Mon, 25 Jul 2016 06:58:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-transfer-encoding:subject:date :message-id:cc:to:mime-version; bh=oiooexZC5kLGnBxf/j5YOnQ/A7bS6HIT6uNu5SS82XY=; b=AaTjiQ12ibF1+ZrJAoqXy3Rwg48i3ElUav5HjtqrJOCUv6dIyfk8l3CN5VKXXqGth0 JxcEPDW19Pq7gznEM3t+MEqInM4udty4vbv+gMiLgDM+5rKQ9Or92IDGuIOPFsfuxio6 r6lSFyxx7DWCJA1Lph8DBefLeZSyVB09SNocw7pj3h34fdDh8tNkVSlBLFTJQfBCsvaW xB8Y/jPvzi52HTTGzW3F/XMuqS/isOUOGfLeCg8wEjauPgqGjmp6nI2t3n862HDrlol9 W4x7DFrpLGQwhQoJJha2NDHp1gVkHC4AweAcA9VWn6nztBFanfBDERrP4/jNJjbYki7q aFVg== X-Gm-Message-State: AEkooutCD9K/RebuV7O2Z/Ly5y/BkXH5awEJv6X0X/KkTeC2wWLj6eTRDqSo/2cUMkehmw== X-Received: by 10.25.216.222 with SMTP id r91mr6673499lfi.33.1469454248218; Mon, 25 Jul 2016 06:44:08 -0700 (PDT) Received: from [192.168.0.15] (87-207-152-10.dynamic.chello.pl. [87.207.152.10]) by smtp.gmail.com with ESMTPSA id c125sm5569468lfe.10.2016.07.25.06.44.07 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 25 Jul 2016 06:44:07 -0700 (PDT) From: Mateusz Piotrowski <0mp@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Week 9 / Non-BSM to BSM Conversion Tools Date: Mon, 25 Jul 2016 15:44:08 +0200 Message-Id: <9870C723-0A57-4399-BA73-04AD7B9B8C55@FreeBSD.org> To: soc-status@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2016 13:58:13 -0000 Hello, this week I focused on the conversion form the Linux Audit format to the = BSM format. The conversion code was refactored a couple of times this week. However = this time it looks like we've finally designed an easy to understand and = maintainable framework together with def@.=20 As for now there is a bug in my program. It doesn't work on my mentor's = machine. There might be an issue with a Makefile or something like the = bitness of our systems - I develop my software on a 32-bit machine. I = don't know yet. If you'd like to know more about the current state of the project, drop = me a line. I'm going to publish a larger set of notes later anyway. Cheers, -m [Current branch]: https://github.com/0mp/freebsd/pull/45 [Wiki]: = https://wiki.freebsd.org/SummerOfCode2016/NonBSMtoBSMConversionTools=