Patch for broken xbind in ping.c [busybox 1.6.1]

2007-08-11 Thread Nico Erfurth
Hi, networking/ping.c seems to be broken for some time now. When used with the -I option, it tries to bind to the address in lsa, instead of source_lsa. Well, this won't work unless you ping your own machine. ;) Appended is a patch to fix that, I've tested it with ipv4 only. It seems like the

Re: Again, troubles with uploading files using busybox httpd

2007-08-11 Thread Denys Vlasenko
On Tuesday 07 August 2007 13:00, Alexander Griesser wrote: This one seems to be a duplicate of a previous bug report for bb 1.3.1/1.4.1, here's the link: http://www.busybox.net/lists/busybox/2007-February/026289.html Currently (latest svn version), I'm unable to upload files onto my busybox

Re: [PATCH] httpd: Support Status: header in CGI script

2007-08-11 Thread Denys Vlasenko
On Wednesday 08 August 2007 13:09, Alex Landau wrote: Hi, The attached patch adds to httpd support for a Status header. This header (as per the CGI spec) is used by CGI scripts to ask the server to send an HTTP response different than 200. Why is it needed, and why the script can't send the

Re: [PATCH] httpd: Support Status: header in CGI script

2007-08-11 Thread Alex Landau
--- Denys Vlasenko [EMAIL PROTECTED] wrote: On Wednesday 08 August 2007 13:09, Alex Landau wrote: Hi, The attached patch adds to httpd support for a Status header. This header (as per the CGI spec) is used by CGI scripts to ask the server to send an HTTP response different than 200.