From owner-svn-src-head@FreeBSD.ORG Sat May 18 18:06:49 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 468AE970; Sat, 18 May 2013 18:06:49 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-qa0-x22f.google.com (mail-qa0-x22f.google.com [IPv6:2607:f8b0:400d:c00::22f]) by mx1.freebsd.org (Postfix) with ESMTP id CC26CBE1; Sat, 18 May 2013 18:06:48 +0000 (UTC) Received: by mail-qa0-f47.google.com with SMTP id o13so947978qaj.20 for ; Sat, 18 May 2013 11:06:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=gXhfsjKPeQ/EwRpDNhjuoiIE4ajsFhUraOP7B99Ewuw=; b=rY91anoZwtkWoerqOJ8KXSBXpDAFoGIdyNkLCFfhXbatIQfZGV3pM50m5H1tjUshVj NDNXtoqs/OH8R0BwbsrwU0YyTNn1pQP8M+z4VcBjB88Ka8UnxUYifbpu6HHq3RS1pAPq jLH3MfSTMJfWrfC3DbXPmkU4tY50+p2UkhgniglaUH/ZECEG7fP7Ih2GCdLgfnC4ehsr KBPwSxrzoGoZvxhj2b2gAUSvkYplSn43WpDnfLkahQNoyweKULffHCLvqAHsW9SWnccs vzVZ4J90AkhkvHRMO/sdYuQB/5bqaLP2wzPjDLhVaDU/QzddBAhyVmZnRl+GT9P6+0W4 bFnw== MIME-Version: 1.0 X-Received: by 10.224.205.138 with SMTP id fq10mr19039318qab.31.1368900408440; Sat, 18 May 2013 11:06:48 -0700 (PDT) Received: by 10.49.3.193 with HTTP; Sat, 18 May 2013 11:06:48 -0700 (PDT) In-Reply-To: <201305181801.r4II1M9b060753@svn.freebsd.org> References: <201305181801.r4II1M9b060753@svn.freebsd.org> Date: Sat, 18 May 2013 14:06:48 -0400 Message-ID: Subject: Re: svn commit: r250782 - head/crypto/heimdal/lib/kadm5 From: Benjamin Kaduk To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2013 18:06:49 -0000 On Sat, May 18, 2013 at 2:01 PM, Bjoern A. Zeeb wrote: > Author: bz > Date: Sat May 18 18:01:21 2013 > New Revision: 250782 > URL: http://svnweb.freebsd.org/changeset/base/250782 > > Log: > Have the ipropd-master listen on an IPv6 socket in addition to an IPv4 > socket to allow propagation of changes to a Heimdal Kerberos database > from the KDC master to the slave(s) work on IPv6 as well. > > Update the stats logging to also handle IPv6 addresses. > Is this submitted to upstream? My pull request on github was replied to promptly. -Ben