From dev-return-23673-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Sun Jan 02 18:30:39 2011 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 32594 invoked from network); 2 Jan 2011 18:30:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jan 2011 18:30:39 -0000 Received: (qmail 45542 invoked by uid 500); 2 Jan 2011 18:30:39 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 45428 invoked by uid 500); 2 Jan 2011 18:30:38 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 45419 invoked by uid 99); 2 Jan 2011 18:30:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jan 2011 18:30:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of daniel@pocock.com.au designates 195.8.117.5 as permitted sender) Received: from [195.8.117.5] (HELO mail1.trendhosting.net) (195.8.117.5) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jan 2011 18:30:30 +0000 Received: from localhost (localhost [127.0.0.1]) by mail1.trendhosting.net (Postfix) with ESMTP id D3A49150C7; Sun, 2 Jan 2011 18:29:58 +0000 (GMT) Received: from mail1.trendhosting.net ([127.0.0.1]) by localhost (thp003.trendhosting.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dLil5-BxmK3u; Sun, 2 Jan 2011 18:29:52 +0000 (GMT) Message-ID: <4D20C429.70803@pocock.com.au> Date: Sun, 02 Jan 2011 19:30:01 +0100 From: Daniel Pocock User-Agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100329) MIME-Version: 1.0 To: "William A. Rowe Jr." CC: dev@apr.apache.org Subject: Re: new project using APR: dynalogin two-factor authentication References: <4CFE9735.6070609@pocock.com.au> <4CFE9810.1070101@rowe-clan.net> In-Reply-To: <4CFE9810.1070101@rowe-clan.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org William A. Rowe Jr. wrote: > On 12/7/2010 2:21 PM, Daniel Pocock wrote: > >> Some time ago, I wrapped some of the code from the HOTP toolkit into a >> modular client/server solution, which I've decided to release here: >> >> http://www.dynalogin.org/ >> >> APR was chosen as part of the project; mainly because I had some experience with it from >> the Ganglia project, and it solves a number of problems for a C programmer. >> >> I believe the licensing is compatible with dynalogin (GPL v3) - if anyone has any feedback >> or concerns, it is most welcome. >> >> Thanks to all those who have contributed to APR and provided useful building blocks for >> this project. >> > > On behalf of the devs, you are most welcome, we are glad to hear about new adoption! > > The best way to return the favor by any of the APR consumers would be to review the > trunk, APR (-util has been merged in), and provide feedback of what API's need to be > binary compatibility broken when we evolve to 2.0. > > If there is anything that really aught to be changed, now is the time to voice those > sorts of concerns, so that the project can release 2.0 in the near-to-mid future :) > I'll put that on the roadmap for the testing program There are some other dependencies going through similar change (e.g. the new OATH-toolkit) and I'm planning to put them through their paces at the same time, with a set of test cases that haven't eventuated yet.