[NOT COMMITTED?]

2004-11-30 Thread Paul Querna
This has been in the CHANGES file for a couple months now: *) [NOT COMMITTED?] Add a new PRNG. Note that the implementation of SHA-256 is a stop-gap pending snarfing the SHA-1 implementation from apr-util and upgrading it to do SHA-256. Not yet ready for prime time. [Ben Laurie] I *thought*

Re: svn commit: r107007 - /apr/apr/trunk/CHANGES /apr/apr/trunk/include/apr_lib.h /apr/apr/trunk/passwd/apr_getpass.c

2004-11-30 Thread Cliff Woolley
On Tue, 30 Nov 2004, Jeff Trawick wrote: > > * @param pwbuf Buffer to store the password > > * @param bufsize The length of the password buffer. > > + * @remark If the password entered must be truncated to fit in > > + * the provided buffer, APR_ENAMETOOLONG will be returned. > > */ > > APR

Re: svn commit: r107007 - /apr/apr/trunk/CHANGES /apr/apr/trunk/include/apr_lib.h /apr/apr/trunk/passwd/apr_getpass.c

2004-11-30 Thread Jeff Trawick
On 30 Nov 2004 14:41:33 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > apr_password_get(): Fix the check for buffer overflow. > --- apr/apr/trunk/include/apr_lib.h (original) > +++ apr/apr/trunk/include/apr_lib.h Tue Nov 30 06:41:31 2004 > @@ -168,6 +168,8 @@ > * @param prompt The

Re: RFC: drop autoconf 2.13 support on trunk

2004-11-30 Thread David Reid
Joe Orton wrote: I'd like to propose also to drop autoconf 2.13 support on the trunk. +1 from me