From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eu1sys200aog112.obsmtp.com (eu1sys200aog112.obsmtp.com [207.126.144.133]) by huchra.bufferbloat.net (Postfix) with SMTP id 2C6432021A8 for ; Thu, 21 Feb 2013 16:56:20 -0800 (PST) Received: from mail-ob0-f199.google.com ([209.85.214.199]) (using TLSv1) by eu1sys200aob112.postini.com ([207.126.147.11]) with SMTP ID DSNKUSbCMc1VqJ4wxW87cyz3+Ft3iOxB1dc5@postini.com; Fri, 22 Feb 2013 00:56:21 UTC Received: by mail-ob0-f199.google.com with SMTP id wd20so673936obb.10 for ; Thu, 21 Feb 2013 16:56:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-received:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=FXeBzJsyS0iIWfhHoH5dJFSSqQkGXJa2/69cGndCLFg=; b=lJi8qQthcYWdbdNBss4fFiDDNx0Yci6D85XbLl4Ei73YH+/csealZXAgl7yqTcdgHT 4a8wcT+sD+Y1CRqtJyU1o96pq8PMW6WXu8Y7eryqKV0q0g8WlnLOs9gmLqSichnrT3E2 dCDKwgm8HZh9LHxYynPX0Lz1nsJ4PZetgFfnRJsmZwT07KV9pQSEfBL5qdOJ7n3vW8P7 EMNUrKa9wElvo+WNZMmbxCkFzZfMGfdihXrrk8Qi9M9s1sBDKovX9LvU0ccTHJ6RufGJ X8kK+pNhrheiIcl922lG4fCda2Fpdks9w8q4vB11LoZYUJeNZaJtlsUXOhOdfKUM9t+o O6Rg== X-Received: by 10.182.64.74 with SMTP id m10mr26810obs.61.1361494576974; Thu, 21 Feb 2013 16:56:16 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.182.64.74 with SMTP id m10mr26804obs.61.1361494576565; Thu, 21 Feb 2013 16:56:16 -0800 (PST) Received: by 10.60.17.100 with HTTP; Thu, 21 Feb 2013 16:56:16 -0800 (PST) In-Reply-To: References: Date: Fri, 22 Feb 2013 01:56:16 +0100 Message-ID: From: Guillaume Fortaine To: "cerowrt-devel@lists.bufferbloat.net" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmenJQOVKFu7qYgZN7mWdtAeRarVZ9XZVjoXRcisA4ZT6rxBYvBi0ELVYktvp0h3KY1SDSty/ZvEFn+h6QaCxjhBBGvl3TY+kgIiEl6YQ8/QAlzMUY3s5TX1yoKd94QO9pqC8HTAKdNqOXMla6MCkfo2SKeLeRg/S+gJhK1vuUyj29dMZfuLq1MBb7ktXqglwrh+cSI Subject: [Cerowrt-devel] Fwd: BIND10 1.0.0 is now available X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2013 00:56:22 -0000 ---------- Forwarded message ---------- From: Jeremy C. Reed Date: Thu, Feb 21, 2013 at 8:30 PM Subject: BIND10 1.0.0 is now available To: dhcp-hackers@isc.org, bind10-dhcp@lists.isc.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Welcome to the 1.0.0 release of BIND 10, the new DNS and DHCP software from Internet Systems Consortium (ISC). BIND 10 provides a C++ library for DNS (with Python wrappers) and several cooperating daemons for providing authoritative DNS service, dynamic DNS, zone transfers, and experimental forwarding and recursive name service. Supplementary components are included for statistics collection and reporting and remote configuration and control. The current DNS features include: * IXFR and AXFR zone transfers in and out * In-memory backend for zone data for faster performance * SQLite3 backend for quick startup or huge amounts of zone data * DNSSEC: serving signed zones by authoritative server - Either in-memory or from DB backend - Including NSEC3 * DDNS (Dynamic Updates) support * Access Control (for DDNS and outbound zone transfers) * TSIG support: - Part of general ACLs (DDNS uses it) - Authoritative server can verify and sign DNS messages with TSIG - Zone transfers can have signed transfers BIND 10 allows enabling and disabling extra features via different runable modules. It provides a semi-interactive client to conveniently look at and set some configuration settings. It offers a detailed log message system which provides unique log ids with corresponding paragraph explanations. Some statistics are available via the command-line or in XML over HTTP. It also provides a RESTful interface over HTTPS for configurations and control, detailed documentation for the implementation/public API, and meticulous test cases to help understand and extend the code. Developers may use the Python scripting language to extend or tweak BIND 10 and replacement modules may be used to customize BIND 10 or to offer other services. DOCUMENTATION BIND 10 provides a guide with installation instructions and usage tutorials, a messages document with the unique logging explanations, and manual pages. The documentation for BIND 10 is available with the installation or via http://bind10.isc.org/docs/ in HTML, plain text, or PDF formats. DOWNLOAD & INSTALLATION The bind10-1.0.0 source may be downloaded from: ftp://ftp.isc.org/isc/bind10/1.0.0/bind10-1.0.0.tar.gz A PGP signature of the distribution is at ftp://ftp.isc.org/isc/bind10/1.0.0/bind10-1.0.0.tar.gz.sha512.asc The signature was generated with the ISC code signing key which is available at https://www.isc.org/about/openpgp Installation details are documented in the BIND 10 Guide. In addition, installation suggestions for various operating systems are available via our wiki http://bind10.isc.org/wiki/InstallStartPage SUPPORT While it is not feature complete, BIND 10 1.0.0 is fully supported. If you have any questions or comments about working with this release, you may post them to the BIND 10 Users List https://lists.isc.org/mailman/listinfo/bind10-users or to the BIND 10 Jabber room. Bugs and feature requests may also be submitted via the ticket tracking system at http://bind10.isc.org/wiki Paid support, training, and consulting options are available; see http://www.isc.org/support for information. BIND 10 DHCP The version of BIND 10 DHCP included in BIND 1.0.0 is an engineering snapshot and intended for experimental use only. The DHCP servers include the following features: * Ability to allocate and renew addresses, and handle lease expiration and releases. * Supports a subset of clients: - DHCPv4 clients connected to the server via a relay. - DHCPv6 clients on the same LAN as the server. * Ability to configure values for standard options returned to a client, either globally or on a per-subnet basis. * Ability to define new options and configure them in the same way as standard options. * Lease storage in a MySQL Database. * Configuration, logging and process control uses the same mechanisms as the BIND 10 DNS server. Limitations and known issues with this release can be found at http://bind10.isc.org/wiki/KeaKnownIssues. Please consult this page if you encounter problems. We would also appreciate feedback on usability and reports of any DHCP bugs. Please contribute your experiences to the BIND 10 DHCP mailing list: https://lists.isc.org/mailman/listinfo/bind10-dhcp SPONSORS BIND 10 is a sponsored development project, and would not be possible without the generous support of the sponsors. JPRS and CIRA are Patron Level sponsors. AFNIC, CNNIC, CZ.NIC, DENIC eG, Google, RIPE NCC, Registro.br, .nz Registry Services, and Technical Center of Internet are current sponsors. Afilias, IIS.SE, Nominet, and SIDN were founding sponsors of the project. Support for BIND 10 development of the DHCPv4 and DHCPv6 components is provided by Comcast. If you would like to contribute to ISC to assist us in continuing to make quality open source software, please visit our donations page at http://www.isc.org/supportisc Thanks again to those who contributed bug reports, code, and reviews. Jeremy C. Reed ISC Release Engineering -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (NetBSD) iEYEARECAAYFAlEmdPwACgkQs9Bv5D4YwC1qDQCgywlJeasA63nWc2/jNXzhMqPy IwEAn2uv7o7QEihbRTfdWO0IOtAA6922 =CsJY -----END PGP SIGNATURE----- _______________________________________________ bind10-dhcp mailing list bind10-dhcp@lists.isc.org https://lists.isc.org/mailman/listinfo/bind10-dhcp