[BusyBox] httpd problem

Miles Roper mroper at westcoastdhb.org.nz
Tue Dec 28 19:53:11 UTC 2004


I've narrowed down the problem, its between busybox pre10 and rc1 it occurs.

Which is weird as looking at the change log I can't find any major
differneces.

Below is a diff from httpd.c from the two versions...  As you can see, its
just comments.  I've also checked login.c and telnetd.c.  No real
differneces that I can see.



<  * presentation.  -d decodes a url-encoded argument while -e encodes in
html
---
>  * presenation.  -d decodes a url-encoded argument while -e encodes in
html
58c58
<  * A/D may be as a/d or allow/deny - first char case insensitive
---
>  * A/D may be as a/d or allow/deny - first char case unsensitive
130c130
< // Note: busybox xfuncs are not used because we want the server to keep
running
---
> // Note: bussybox xfuncs are not used because we want the server to keep
running
263c263
< /* Warning: shorted equivalent suffix in one line must be first */
---
> /* Warning: shorted equalent suffix in one line must be first */
778c778
<  * $Description: Add an environment variable setting to the global list.
---
>  * $Description: Add an enviornment variable setting to the global list.
1383c1383
<     /* if unconfigured, return 1 - access from all */
---
>     /* if uncofigured, return 1 - access from all */
1768c1768
<     /* Now wait INDEFINITELY on the set of sockets! */
---
>     /* Now wait INDEFINATELY on the set of sockets! */
1993c1993
<   /* drop privileges */
---
>   /* drop privilegies */ 

-----Original Message-----
From: Vladimir N. Oleynik [mailto:dzo at simtreas.ru] 
Sent: Tuesday, 28 December 2004 10:40 p.m.
To: Miles Roper; 'busybox at mail.busybox.net'
Subject: Re: [BusyBox] httpd problem

Miles,

> This works fine with busybox 1.0 pre10.  I'm not sure what version of 
> busybox httpd it stopped working at but it was definitely not working 
> with 1.0 final.

The last patch
http://www.busybox.net/cgi-bin/cvsweb/busybox/networking/httpd.c?r1=1.27&r2=
1.28
have 60 sec timeout of reading.
Can you try without this patch (reverse)?

--w
vodz

==================================================
Attention:
The information contained in this message and/or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material.  Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by person or entities other than the intended recipient
is prohibited.  If you receive this in error, please contact the sender and delete the material from your system and destroy any copies.
===================================================



More information about the busybox mailing list