You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1996/06/09 22:09:20 UTC

Re: Minor patches for Apache 1.1b2

Thanks. Somone will look at your patches and add them if appropriate.

regards,
rob

>--ELM834349396-28082-0_
>Content-Type: text/plain; charset=US-ASCII
>Content-Transfer-Encoding: 7bit
>
>	I have worked out some minor patches for support file htpasswd.c, and cgi-src files: animate.c and random.c.
>
>	The htpasswd.c patch is just to remove a annoying warning message.
>	The animate.c and random.c patches are specific to the FreeBSD plataform, so that these files will compile.
>	I am not sure I have done these patches the best way, so any suggestions would be highly appreciated.
>	The patches follow as email attachments.
>
>		Look towards your answering soon,
>			Mario Sergio.
>			(System Adminitrator)
>			(lioux@gns.com.br)
>			(lioux@bsdnet.org)
>			(e9432213@linf.unb.br)
>
>--ELM834349396-28082-0_
>Content-Type: text/plain; charset=ISO-8859-1
>Content-Disposition: attachment; filename=htpasswd.c.patch
>Content-Description: htpasswd.c.patch
>Content-Transfer-Encoding: 7bit
>
>87,88c87,88
><     pw = strd(getpass("New password:"));
><     if(strcmp(pw,getpass("Re-type new password:"))) {
>---
>>     pw = strd((char *) getpass("New password:"));
>>     if(strcmp(pw,(char *) getpass("Re-type new password:"))) {
>
>--ELM834349396-28082-0_
>Content-Type: text/plain; charset=ISO-8859-1
>Content-Disposition: attachment; filename=animate.c.patch
>Content-Description: animate.c.patch
>Content-Transfer-Encoding: 7bit
>
>88a89,90
>> #if defined(__FreeBSD__) && defined(_STDIO_H_)
>> #else
>89a92
>> #endif
>
>--ELM834349396-28082-0_
>Content-Type: text/plain; charset=ISO-8859-1
>Content-Disposition: attachment; filename=random.c.patch
>Content-Description: random.c.patch
>Content-Transfer-Encoding: 7bit
>
>60a61,62
>> #if defined(__FreeBSD__) && defined(_STDIO_H_)
>> #else
>61a64
>> #endif
>
>--ELM834349396-28082-0_--


-- 
Rob Hartill (robh@imdb.com)
The Internet Movie Database (IMDb)  http://www.imdb.com/
           ...more movie info than you can poke a stick at.

Re: Minor patches for Apache 1.1b2

Posted by Brian Behlendorf <br...@organic.com>.
The htpasswd.c fix has been committed.  Since we are no longer 
distributing cgi-src files (we simply couldn't maintain them, and some 
were found to have security holes) we can't do much with the other 
patches.  Please contact the original authors.  Thanks.

	Brian

On Sun, 9 Jun 1996, Rob Hartill wrote:
> Thanks. Somone will look at your patches and add them if appropriate.
> 
> regards,
> rob
> 
> >--ELM834349396-28082-0_
> >Content-Type: text/plain; charset=US-ASCII
> >Content-Transfer-Encoding: 7bit
> >
> >	I have worked out some minor patches for support file htpasswd.c, and cgi-src files: animate.c and random.c.
> >
> >	The htpasswd.c patch is just to remove a annoying warning message.
> >	The animate.c and random.c patches are specific to the FreeBSD plataform, so that these files will compile.
> >	I am not sure I have done these patches the best way, so any suggestions would be highly appreciated.
> >	The patches follow as email attachments.
> >
> >		Look towards your answering soon,
> >			Mario Sergio.
> >			(System Adminitrator)
> >			(lioux@gns.com.br)
> >			(lioux@bsdnet.org)
> >			(e9432213@linf.unb.br)
> >
> >--ELM834349396-28082-0_
> >Content-Type: text/plain; charset=ISO-8859-1
> >Content-Disposition: attachment; filename=htpasswd.c.patch
> >Content-Description: htpasswd.c.patch
> >Content-Transfer-Encoding: 7bit
> >
> >87,88c87,88
> ><     pw = strd(getpass("New password:"));
> ><     if(strcmp(pw,getpass("Re-type new password:"))) {
> >---
> >>     pw = strd((char *) getpass("New password:"));
> >>     if(strcmp(pw,(char *) getpass("Re-type new password:"))) {
> >
> >--ELM834349396-28082-0_
> >Content-Type: text/plain; charset=ISO-8859-1
> >Content-Disposition: attachment; filename=animate.c.patch
> >Content-Description: animate.c.patch
> >Content-Transfer-Encoding: 7bit
> >
> >88a89,90
> >> #if defined(__FreeBSD__) && defined(_STDIO_H_)
> >> #else
> >89a92
> >> #endif
> >
> >--ELM834349396-28082-0_
> >Content-Type: text/plain; charset=ISO-8859-1
> >Content-Disposition: attachment; filename=random.c.patch
> >Content-Description: random.c.patch
> >Content-Transfer-Encoding: 7bit
> >
> >60a61,62
> >> #if defined(__FreeBSD__) && defined(_STDIO_H_)
> >> #else
> >61a64
> >> #endif
> >
> >--ELM834349396-28082-0_--
> 
> 
> -- 
> Rob Hartill (robh@imdb.com)
> The Internet Movie Database (IMDb)  http://www.imdb.com/
>            ...more movie info than you can poke a stick at.
> 

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com  |  We're hiring!  http://www.organic.com/Home/Info/Jobs/