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

2004-12-01 Thread Jeff Trawick
On Wed, 1 Dec 2004 12:04:14 +, Joe Orton <[EMAIL PROTECTED]> wrote: > On Tue, Nov 30, 2004 at 10:11:02AM -0500, Jeff Trawick wrote: > > > > On 30 Nov 2004 14:41:33 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > apr_password_get(): Fix the check for buffer overflow. > > > --- apr/ap

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

2004-12-01 Thread Joe Orton
On Tue, Nov 30, 2004 at 10:11:02AM -0500, Jeff Trawick wrote: > 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 T

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

2004-12-01 Thread Jeff Trawick
On Tue, 30 Nov 2004 10:26:31 -0500 (EST), Cliff Woolley <[EMAIL PROTECTED]> wrote: > 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 tr

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