[Dime] freeDiameter 1.0.0 released
Sebastien Decugis <sdecugis@nict.go.jp> Thu, 29 July 2010 10:08 UTC
Return-Path: <sdecugis@nict.go.jp>
X-Original-To: dime@core3.amsl.com
Delivered-To: dime@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id BDFFA3A6959 for <dime@core3.amsl.com>; Thu, 29 Jul 2010 03:08:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.134
X-Spam-Level:
X-Spam-Status: No, score=0.134 tagged_above=-999 required=5 tests=[BAYES_05=-1.11, HELO_EQ_JP=1.244]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mPSXJUaEb9ms for <dime@core3.amsl.com>; Thu, 29 Jul 2010 03:08:08 -0700 (PDT)
Received: from ns1.nict.go.jp (ns1.nict.go.jp [IPv6:2001:2f8:29:300::1]) by core3.amsl.com (Postfix) with ESMTP id E9B6E3A68E7 for <dime@ietf.org>; Thu, 29 Jul 2010 03:08:07 -0700 (PDT)
Received: from gw1.nict.go.jp (gw1 [133.243.18.250]) by ns1.nict.go.jp with ESMTP id o6TA8TqZ005910 for <dime@ietf.org>; Thu, 29 Jul 2010 19:08:29 +0900 (JST)
Received: from gw1.nict.go.jp (localhost [127.0.0.1]) by gw1.nict.go.jp with ESMTP id o6TA8T8F005435 for <dime@ietf.org>; Thu, 29 Jul 2010 19:08:29 +0900 (JST)
Received: from mail1.nict.go.jp (mail.nict.go.jp [133.243.18.3]) by gw1.nict.go.jp with ESMTP id o6TA8SW5005432 for <dime@ietf.org>; Thu, 29 Jul 2010 19:08:28 +0900 (JST)
Received: from mail1.nict.go.jp (localhost [127.0.0.1]) by mail1.nict.go.jp (NICT Mail) with ESMTP id E3FC52C4F1 for <dime@ietf.org>; Thu, 29 Jul 2010 19:08:28 +0900 (JST)
Received: from [133.243.146.201] (5gou2f-dhcp41.nict.go.jp [133.243.146.201]) by mail1.nict.go.jp (NICT Mail) with ESMTP id DF8892C40E for <dime@ietf.org>; Thu, 29 Jul 2010 19:08:28 +0900 (JST)
Message-ID: <4C515310.6000908@nict.go.jp>
Date: Thu, 29 Jul 2010 19:08:16 +0900
From: Sebastien Decugis <sdecugis@nict.go.jp>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1
MIME-Version: 1.0
To: "dime@ietf.org" <dime@ietf.org>
X-Enigmail-Version: 1.1.1
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Subject: [Dime] freeDiameter 1.0.0 released
X-BeenThere: dime@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Diameter Maintanence and Extentions Working Group <dime.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/dime>, <mailto:dime-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dime>
List-Post: <mailto:dime@ietf.org>
List-Help: <mailto:dime-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dime>, <mailto:dime-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 29 Jul 2010 10:08:09 -0000
Dear DiME members, It is my pleasure to announce the first release of freeDiameter, a new open-source implementation of the Diameter protocol. freeDiameter is released under the BSD license. It is written in C, and should run on any modern POSIX system (tested on GNU/Linux and FreeBSD). freeDiameter is designed as a framework: a daemon handles the Diameter Base Protocol operations (network management, messages routing) common to all Diameter nodes, while extensions provide the additional Diameter applications logic to each peer. The daemon is fully compliant to RFC3588 and draft-ietf-dime-rfc3588bis-21, including native support for IPv6, SCTP, and TLS. In this first release, the following extensions are available: - A Diameter EAP server implementation (RFC4072) with support for EAP TLS and MD5 methods (additional methods to be added later). - A Diameter SIP server implementation (RFC4740) -- experimental. - A RADIUS/Diameter translation gateway with support for NASREQ (RFC4005), EAP (RFC4072), SIP (RFC4740) and Accounting (RFC3588) applications. - A simple Diameter Accounting (RFC3588) implementation. freeDiameter also comes with a set of debug tools and mechanisms that may be handy to anyone involved with Diameter. For more information and download information, please visit the freeDiameter homepage at http://www.freediameter.net Thank you, The freeDiameter team. (supported by NICT and Teraoka-Lab., Keio University) -- Sebastien Decugis Research fellow Network Architecture Group NICT (nict.go.jp)
- [Dime] freeDiameter 1.0.0 released Sebastien Decugis
- Re: [Dime] freeDiameter 1.0.0 released Alan DeKok
- Re: [Dime] freeDiameter 1.0.0 released Hannes Tschofenig
- Re: [Dime] freeDiameter 1.0.0 released Alan DeKok
- Re: [Dime] freeDiameter 1.0.0 released Sebastien Decugis
- Re: [Dime] freeDiameter 1.0.0 released Victor Pascual Avila