From owner-soc-status@FreeBSD.ORG Thu Jun 17 12:36:31 2010 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0642C1065672 for ; Thu, 17 Jun 2010 12:36:31 +0000 (UTC) (envelope-from uzunchev.stanislav@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8B3F98FC0C for ; Thu, 17 Jun 2010 12:36:30 +0000 (UTC) Received: by fxm7 with SMTP id 7so5616089fxm.13 for ; Thu, 17 Jun 2010 05:36:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=JqjzKN+FGm1wX/PnmBTu0nLJbWH5lPxM3suoYUNNeC4=; b=ZyXPBrEB0OpMG6zd7tBi6tE5JKWUHB40tEdx5SWF7iti0Gs7WGeRqHxARf7PThE+9H P63ltk2L8kOXu5DEpFpCY2cYEHW6p3VbQKm9dKHt0MeFOmRaSgOjm7xdVHuQ8qx1YV3O bBOR4WYNsA636mWSapFDzx7JpKI/p0lzqc+J4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=SBvxFL4tCJLYCHG1AUmzSJQsV7qo8UUC0HTLnOjHCNb5fnxPHWdpqF3U0Sixbk5iMb cuVkiNkzjBuXw+WTpuzZXiivGMgVSPXVA0HvPHhlnN49rFFQ5i9BNyW4aLkyAMgFe3kF FxHMt1fMIyQ3fqkTBiRyaA4RYekrK/dSVGdaU= MIME-Version: 1.0 Received: by 10.102.13.28 with SMTP id 28mr3466045mum.73.1276778189333; Thu, 17 Jun 2010 05:36:29 -0700 (PDT) Received: by 10.103.214.11 with HTTP; Thu, 17 Jun 2010 05:36:29 -0700 (PDT) Date: Thu, 17 Jun 2010 10:36:29 -0200 Message-ID: From: Stanislav Uzunchev To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: [BSNMP enhancement: A new module] week #3 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 17 Jun 2010 12:36:31 -0000 Hi,all. During the last two weeks, I was studying some modules for bsnmp, especially the pf one, because of it's size. The MIB is ready, so the .def file. I wrote and a Makefile for the module. Some code design is in progress, i will commit soon when it looks more like module. I am getting familiar with libbsnmp and some man pages for it (bsnmplib(3), bsnmpagent(3), bsnmpclient(3), bsnmpmod(3)). Regards, Stanislav.