From owner-freebsd-hackers@FreeBSD.ORG Sun May 27 17:31:46 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 234BC16A4D2 for ; Sun, 27 May 2007 17:31:46 +0000 (UTC) (envelope-from artifact.one@googlemail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.freebsd.org (Postfix) with ESMTP id C0F6A13C4CB for ; Sun, 27 May 2007 17:31:45 +0000 (UTC) (envelope-from artifact.one@googlemail.com) Received: by wx-out-0506.google.com with SMTP id h28so888935wxd for ; Sun, 27 May 2007 10:31:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m3fDkDb3NTPkhIESrZXT9e4i8QzZDif67BuyAaOK8XpF2oHAiBe7PmNPRDMC2MxhIEe/9WM0A2tHarTnfgegz0cTPeT4nhugRgbMdr9/aPqJhSdee67/JHIb2xTlCZhwgU1rPYwyvWnY2lAWFlbqYyr8/VQtJuWgxqXMghOhPKs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=h7nYzwjhe0vJSg3VXLqsG+gYh50lQqwb6B3GqDHxaxlCXR3nuP6ZxrgfEXPPn/wJ7itoFbqP4RypQxcl+yAUtuvp69oOuFEtnGPDIrUhkPDj2iIVJUVxZvE6vnHQGJ+j+B86rq7iFjXoSrrnk+Jk7nLHJjOOTPGehz+0xOT5HSw= Received: by 10.90.113.20 with SMTP id l20mr3495383agc.1180287105149; Sun, 27 May 2007 10:31:45 -0700 (PDT) Received: by 10.90.102.14 with HTTP; Sun, 27 May 2007 10:31:45 -0700 (PDT) Message-ID: <8e96a0b90705271031s5349f45dt238ff3a9eb53fe0f@mail.gmail.com> Date: Sun, 27 May 2007 18:31:45 +0100 From: "mal content" To: "Bjoern A. Zeeb" In-Reply-To: <20070527165641.I13311@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200705250322.22259.karma@FreeBSD.org> <200705252004.38092.mail@maxlor.com> <200705261149.18510.karma@FreeBSD.org> <200705271830.59646.mail@maxlor.com> <20070527165641.I13311@maildrop.int.zabbadoz.net> Cc: Benjamin Lutz , karma@freebsd.org, trustedbsd-discuss@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: SoC: Distributed Audit Daemon project X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 17:31:46 -0000 On 27/05/07, Bjoern A. Zeeb wrote: > > Having a generic, more secure and reliable (local) logging mechnism > should be discussed in at least another thread. You may as well think > of taking this idea to IETF as RFC 3164 lives there as a Memo these > days and it might be a general enough thing for everyone. I wonder if > there are no lightwight but more secure and reliable implementations > out there already. Maybe time for some research. http://cr.yp.to/daemontools/multilog.html Obviously the license would require somebody to re-implement it under a BSD license and add networking capabilities, but the design is sound. I use it everywhere in place of the stock syslog (takes some re-architecturing - there's no longer a centralised syslog daemon). MC