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*
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
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
Joe Orton wrote:
I'd like to propose also to drop autoconf 2.13 support on the trunk.
+1 from me