From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 1 09:46:46 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B3CB106566C for ; Thu, 1 Dec 2011 09:46:46 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 565218FC18 for ; Thu, 1 Dec 2011 09:46:46 +0000 (UTC) Received: by dafa1 with SMTP id a1so233727daf.13 for ; Thu, 01 Dec 2011 01:46:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Gq8xh23f48lPdwAnxNLPyM4QZ3FOZO2B4I6TDvLQFIE=; b=vWQz3xxPTqiHktSDChMTXRuN0jkdVk9cgwT/yYJVekjhkqe3Rfp/wTW/42Yn+nJzGV bUke/1OFhvVS3eSoVQ5fxtL6pF+6qdQsUMRU1ySmAEotZlrRZivXYP2yheZBy7dQwTXT WVXq24X3Ooq8nuTG4xlKtLwtTO6PQfIMaA2VY= MIME-Version: 1.0 Received: by 10.68.39.37 with SMTP id m5mr3516460pbk.91.1322732805770; Thu, 01 Dec 2011 01:46:45 -0800 (PST) Received: by 10.68.42.132 with HTTP; Thu, 1 Dec 2011 01:46:45 -0800 (PST) In-Reply-To: References: Date: Thu, 1 Dec 2011 01:46:45 -0800 Message-ID: From: Garrett Cooper To: Zhihao Yuan Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org Subject: Re: To implement RFC 5848 (Signed Syslog Messages)? 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: Thu, 01 Dec 2011 09:46:46 -0000 On Thu, Dec 1, 2011 at 1:01 AM, Zhihao Yuan wrote: > Hi, hackers: > > Red Hat's "star" developer, Lennart Poettering, is porting Windows > Event Log to GNU/Linux :) > https://docs.google.com/document/pub?id=1IC9yOXj7j6cdLLxWEBAGRL6wl97tFxgjLUEHIX3MSTs&pli=1 > > Regardless of his stupid arguments, let's talk about something > trivial. How about to implement RFC 5848 in our syslogd? It adds the > encryption to the existing syslog message layer, and increase the > security in transferring. > http://tools.ietf.org/html/rfc5848 > > Albert Mietus made a nice presentation in 2002 > http://www.slideshare.net/SoftwareBeterMaken.nl/securing-syslog-on-freebsd > > Not sure whether his code is accessible or not. I agree that encryption and tcp (reliable) transport of logs should be a must for syslogd in FreeBSD. It's going to be interesting how things with Lennart's 'journald' play out -- without defining an industry standard for how messages are presented and categorized, I predict that things will turn into a mess (I could be proved wrong, but given past experience, this is how things evolve unless framework adoption lags standardization). Thanks :), -Garrett