From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,e976b2d06bac8,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.152.132.229 with SMTP id ox5mr491907lab.8.1353486681499; Wed, 21 Nov 2012 00:31:21 -0800 (PST) Path: ha8ni3575wib.1!nntp.google.com!feeder2.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.130.MISMATCH!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!backlog2.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!news.glorb.com!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Adrian-Ken Rueegsegger Newsgroups: comp.lang.ada Subject: ANN: ADHCP version 0.3 Date: Thu, 15 Nov 2012 15:38:39 +0100 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Injection-Date: Thu, 15 Nov 2012 14:38:39 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="fceedc71219472d4c68f503b356e4e6f"; logging-data="3642"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/LS8B5953oCdanAAza1nIM" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.10) Gecko/20121027 Icedove/10.0.10 Cancel-Lock: sha1:4QKvL4EqzxzZa+y1oe/lhMhvpFU= X-Original-Bytes: 2181 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Date: 2012-11-15T15:38:39+01:00 List-Id: Hi, I am proud to announce the first official release of ADHCP, which is an implementation of the DHCP protocol in Ada. Currently the project provides client and relay services for DHCPv4. The project website is at [1], the current release 0.3 can be downloaded from [2]. The ADHCP DHCPv4 client (adhcp_client) is D-Bus aware and can be used on most modern Linux distributions as a drop-in replacement for other clients such as ISC's dhclient or busybox's udhcpc. Instructions on how to use adhcp_client on a Linux desktop are available on the project website. adhcp_relay is a DHCPv4 and BOOTP relay agent written in Ada. The relay agent listens for DHCPv4 or BOOTP queries from clients or other relay agents on a given interface, forwarding them to a specified upstream server or relay agent. The ADHCP implementation is designed to be simple and supports only essential features while still conforming to the related DHCP RFCs. A small text file documenting the RFC compliance of ADHCP is part of the project documentation [3]. Kind regards, Adrian [1] - http://www.codelabs.ch/adhcp/ [2] - http://www.codelabs.ch/download/ [1] - http://www.codelabs.ch/adhcp/rfc-conformity.html