<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/networking, branch 1_00</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_00</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_00'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2004-10-13T07:25:01+00:00</updated>
<entry>
<title>return failure when nslookup fails</title>
<updated>2004-10-13T07:25:01+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-10-13T07:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9789bf1019e27b3b73d045515bf59c734f964066'/>
<id>urn:sha1:9789bf1019e27b3b73d045515bf59c734f964066</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wade Berrier writes:</title>
<updated>2004-10-08T08:49:26+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-10-08T08:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=abf58d6ba5df9bbe04c4c7008cbbc8c7dc626392'/>
<id>urn:sha1:abf58d6ba5df9bbe04c4c7008cbbc8c7dc626392</id>
<content type='text'>
Hello,

Here's a patch for a first attempt at static leases for udhcpd.
Included in the tarball are 2 files (static_leases.c, static_leases.h)
and a patch against the latest cvs.

In the config file you can configure static leases with the following
format:

static_lease 00:60:08:11:CE:4E 192.168.0.54
static_lease 00:60:08:11:CE:3E 192.168.0.44

Comments/suggestions/improvements are welcome.


Wade
</content>
</entry>
<entry>
<title>Patch from Denis Vlasenko to fix a problem where</title>
<updated>2004-10-08T08:27:40+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-10-08T08:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=751750e3ee0195eef802a1554e97712285bf8fd7'/>
<id>urn:sha1:751750e3ee0195eef802a1554e97712285bf8fd7</id>
<content type='text'>
wget http://1.2.3.4/abc/ loses last '/'
</content>
</entry>
<entry>
<title>last_patch139.gz from Vladimir N. Oleynik:</title>
<updated>2004-10-08T08:03:29+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-10-08T08:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=07f2fea62c38c3926d4dedd47b542bbb8059fcd4'/>
<id>urn:sha1:07f2fea62c38c3926d4dedd47b542bbb8059fcd4</id>
<content type='text'>
&gt;I also don't mean to disagree about leaving 30x status codes until after
&gt;1.0.  In fact, although redirecting http://host/dir to http://host/dir/
&gt;with a 301 is common practice (e.g. Apache, IIS), AFAIK it isn't
&gt;actually required (or mentioned) by the HTTP specs.

Ok.
Attached patch have 302 and 408 implemented features.


--w
vodz
</content>
</entry>
<entry>
<title>egor duda writes:</title>
<updated>2004-10-08T07:46:08+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-10-08T07:46:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7daa076d3e24e84ce1f4e9b6133783816575c4c8'/>
<id>urn:sha1:7daa076d3e24e84ce1f4e9b6133783816575c4c8</id>
<content type='text'>
Hi!

I've created a patch to busybox' build system to allow building it in
separate tree in a manner similar to kbuild from kernel version 2.6.

That is, one runs command like
'make O=/build/some/where/for/specific/target/and/options'
and everything is built in this exact directory, provided that it exists.

I understand that applyingc such invasive changes during 'release
candidates' stage of development is at best unwise. So, i'm currently
asking for comments about this patch, starting from whether such thing
is needed at all to whether it coded properly.

'make check' should work now, and one make creates Makefile in build
directory, so one can run 'make' in build directory after that.

One possible caveat is that if we build in some directory other than
source one, the source directory should be 'distclean'ed first.

egor
</content>
</entry>
<entry>
<title>Add some notes on how to make telnetd actually work</title>
<updated>2004-09-23T20:08:46+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-09-23T20:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=31ec93e580fe9261020b6734dfa729734ab880e6'/>
<id>urn:sha1:31ec93e580fe9261020b6734dfa729734ab880e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also.</title>
<updated>2004-09-14T17:24:59+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2004-09-14T17:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d4004ee6a933eaf3d3843624d8c63e922db8d7dd'/>
<id>urn:sha1:d4004ee6a933eaf3d3843624d8c63e922db8d7dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixup some warnings</title>
<updated>2004-08-28T00:43:07+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-08-28T00:43:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b225e2a76bcd2b1f3f919a09dba1e186c0d4fa65'/>
<id>urn:sha1:b225e2a76bcd2b1f3f919a09dba1e186c0d4fa65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Vladimir N. Oleynik writes:</title>
<updated>2004-08-26T22:22:50+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-08-26T22:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=97a1de10e95c44e1a2cec3c3c4fd8b39d4219318'/>
<id>urn:sha1:97a1de10e95c44e1a2cec3c3c4fd8b39d4219318</id>
<content type='text'>
Ming-Ching,

&gt;&gt;No. Here there are no mistakes.
&gt;&gt;You using POST metod.
&gt;&gt;For get data you should read from stdin CONTENT_LENGTH bytes.

&gt;Hower as I posted a little while ago, there is indeed a bug
&gt;in POST method if the CONTENT_LENGTH is bigger
&gt;than sizeof(wbuf[128]). So if your CGI script is expecting to
&gt;read the full CONTENT_LENGTH, it might block forever,
&gt;because it will only transfer sizeof(wbuf) to the CGI.

Ok, Ok. I should find time to understand with a problem.
Try attached patch.


--w
vodz
</content>
</entry>
<entry>
<title>Set default command to list rather than get, its default behaviour now</title>
<updated>2004-08-11T08:10:58+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2004-08-11T08:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4014ab1c6072bc6c2e9604c06960779b191ee566'/>
<id>urn:sha1:4014ab1c6072bc6c2e9604c06960779b191ee566</id>
<content type='text'>
coincides with upstream. Patch from debian diff.
</content>
</entry>
</feed>
