Please confirm the freetds bug in apr-util-1.4.1.tar.gz

2012-07-18 Thread TROY . LIU 劉春偉
Dear all, I found a bug and don’t know where to file it. Just send the mail to let you know. In the apr_dbd_freetds.c +630, function freetds_open: sql = apr_palloc (pool, sizeof (apr_dbd_t)); // should be apr_pcalloc, like apr_dbd_pgsql_open.c +1231 if calls dbd_freetds_query after

Re: Please confirm the freetds bug in apr-util-1.4.1.tar.gz

2012-07-18 Thread Jeff Trawick
On Wed, Jul 18, 2012 at 4:38 AM, TROY.LIU �⒋��� troy@deltaww.com.cn wrote: Dear all, I found a bug and don’t know where to file it. Just send the mail to let you know. Bugs can be filed at http://issues.apache.org/bugzilla/ But in this case I can confirm the bug and will commit your

Re: Please confirm the freetds bug in apr-util-1.4.1.tar.gz

2012-07-18 Thread Jeff Trawick
On Wed, Jul 18, 2012 at 7:34 AM, Jeff Trawick traw...@gmail.com wrote: On Wed, Jul 18, 2012 at 4:38 AM, TROY.LIU �⒋��� troy@deltaww.com.cn wrote: Dear all, I found a bug and don’t know where to file it. Just send the mail to let you know. Bugs can be filed at

Re: [VOTE] Release apr-util 1.4.2

2012-07-18 Thread Jeff Trawick
On Sun, Mar 25, 2012 at 4:36 PM, Graham Leggett minf...@sharp.fm wrote: Hi all, Tarballs/zipballs are at http://apr.apache.org/dev/dist/autoconf-2.68+libtool-2.4.2/. Fixed in apr-util is the static build of the apr_crypto interface. Full CHANGES are here:

Re: Build of libapritil-1.lib failed on Windows using VS2008

2012-07-18 Thread Jeff Trawick
On Mon, Jul 16, 2012 at 1:27 PM, Alona Rossen aros...@opentext.com wrote: Hello, Build of libapritil-1.lib failed on Windows using VS2008: 1Linking... 1 Creating library Debug\libaprutil-1.lib and object Debug\libaprutil-1.exp 1apr_dbd.obj : error LNK2001: unresolved external

apr-util 1.5 ?

2012-07-18 Thread Stefan Fritsch
Hi, I would like to get apr-util 1.5 out soonish. It adds bcrypt support for password hashes. If anyone wants to add something else, go ahead and commit. Cheers, Stefan

Re: apr-util 1.5 ?

2012-07-18 Thread Graham Leggett
On 18 Jul 2012, at 20:30, Stefan Fritsch s...@sfritsch.de wrote: I would like to get apr-util 1.5 out soonish. It adds bcrypt support for password hashes. If anyone wants to add something else, go ahead and commit. +1. Regards, Graham --

RE: Please confirm the freetds bug in apr-util-1.4.1.tar.gz

2012-07-18 Thread TROY . LIU 劉春偉
Thank you, I will file bug in http://issues.apache.org/bugzilla/. -Original Message- From: Jeff Trawick [mailto:traw...@gmail.com] Sent: Wednesday, July 18, 2012 7:34 PM To: TROY.LIU 劉春偉; dev@apr.apache.org Subject: Re: Please confirm the freetds bug in apr-util-1.4.1.tar.gz On Wed,

Re: apr_dbd_p[v]bquery/select patch

2012-07-18 Thread Bojan Smojver
On Sat, 2012-07-14 at 11:27 +1000, Danny wrote: Patch to more clearly describes how the apr_dbd_p[v]bquery/select functions work. I looked at the code of the drivers now and as far as I can tell, they actually work the way they are described already. They indeed take apr_size_t pointer when