Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fernando Silveira writes: | Eric Andersen | 2004-02-22 | 2 | -0/+95 |
| | | | | | | | | | | | | | Hi, Well, I made this patch a long time ago (08/2002) because it was a need of a project, but had no time to send it to you. It adds support to `autologin' option of the telnet protocol. It has been used since made with busybox 0.60.3 at production and I had no problems with it. I have ported it to the HEAD revision of the CVS server (20040211) and I hope you enjoy and apply it to the official sources. :) Thanks a lot! | ||||
* | Patch from Vodz, cleanup memory usage, send strdup error messages to | Glenn L McGrath | 2004-02-22 | 1 | -11/+22 |
| | | | | syslog. | ||||
* | Patch from James Zhu, telnetd window resizing support. | Glenn L McGrath | 2004-02-22 | 1 | -10/+28 |
| | |||||
* | Patch from Hideki IWAMOTO, output debugging messages to stderr | Glenn L McGrath | 2004-02-22 | 1 | -6/+6 |
| | |||||
* | remove duplicate header declarations | Glenn L McGrath | 2004-02-22 | 1 | -14/+6 |
| | |||||
* | Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting or | Glenn L McGrath | 2004-02-22 | 1 | -2/+2 |
| | | | | putting more than 0xffff blocks. | ||||
* | No need to check proxy env variable twice, ignore proxy env variable if | Glenn L McGrath | 2004-02-22 | 1 | -14/+15 |
| | | | | its set to 0 | ||||
* | Dont use same variable and struct name | Glenn L McGrath | 2004-02-18 | 1 | -35/+37 |
| | |||||
* | Formatting | Glenn L McGrath | 2004-02-18 | 1 | -142/+146 |
| | |||||
* | remove debugging | Glenn L McGrath | 2004-02-18 | 1 | -7/+0 |
| | |||||
* | Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option. | Eric Andersen | 2004-02-17 | 1 | -12/+0 |
| | |||||
* | Mark Lord writes: | Eric Andersen | 2004-02-17 | 1 | -2/+5 |
| | | | | | | | | | | | | The config file processing for inetd in busybox-1.00-pre7 and newer is broken -- the saved command argv[] values overwrite each other. Patch to fix it is attached. Cheers -- Mark Lord Real-Time Remedies Inc. | ||||
* | Joe.C writes: | Eric Andersen | 2004-02-04 | 1 | -1/+3 |
| | | | | | | | | | | | | Hi, When httpd connection is closed, bosybox httpd will not stop reading from CGI program. This patch fix this problem. It check the return value of bb_full_write and stop reading from CGI if the connection is closed. Please apply this patch. Joe.C | ||||
* | Fix http proxy use, bytes were swapped1_00_pre6 | Glenn L McGrath | 2004-01-31 | 1 | -2/+2 |
| | |||||
* | Use standard C99 types | Eric Andersen | 2004-01-30 | 19 | -117/+117 |
| | |||||
* | Use proper C99 types | Eric Andersen | 2004-01-30 | 1 | -2/+2 |
| | |||||
* | Use proper C99 types | Eric Andersen | 2004-01-30 | 1 | -16/+17 |
| | |||||
* | Pascal Brisset writes: | Eric Andersen | 2004-01-26 | 1 | -2/+2 |
| | | | | | | | | | | uuencode fails to encode binary data because it right-shifts bytes as signed chars and keeps the duplicated sign bits. The original base64_encode() from wget/http.c is broken as well, but it is only used to encode ascii data. -- Pascal | ||||
* | Redo getconfigent, save 150 bytes, still small memory leak when | Glenn L McGrath | 2004-01-20 | 1 | -80/+75 |
| | | | | parsing invalid entries. | ||||
* | Fix up a couple of bugs i introduced in yesterdays cleanup. | Glenn L McGrath | 2004-01-18 | 1 | -18/+32 |
| | |||||
* | Patch from Leif Lindholm (slightly modified by me), to fix http | Glenn L McGrath | 2004-01-17 | 1 | -1/+4 |
| | | | | | | | redirection. Example of incorrect behaviour was the following url, busybox wget didnt get redirected to the busybox url as it should. http://freshmeat.net/redir/busybox/953/url_homepage/www.busybox.net | ||||
* | Modify bb_lookup_port to allow the protocol to be specified, allowing | Glenn L McGrath | 2004-01-17 | 6 | -29/+20 |
| | | | | /etc/services support for inetd, netcat and tftp. | ||||
* | The functions setconfig, enter and bump_nofile were only called once, marge ↵ | Glenn L McGrath | 2004-01-17 | 1 | -76/+50 |
| | | | | | | them into the calling function. | ||||
* | Use 1 line for function name and return value, | Glenn L McGrath | 2004-01-17 | 1 | -116/+84 |
| | | | | | remove dofork define/variable, dont check pid value is < or > than 0 if we know it is 0. | ||||
* | Remove some defined statements | Glenn L McGrath | 2004-01-17 | 1 | -14/+7 |
| | |||||
* | Changed #define names for common features (superficial) | Glenn L McGrath | 2004-01-17 | 1 | -31/+22 |
| | |||||
* | Use bb_get_chomped_line_from_file | Glenn L McGrath | 2004-01-17 | 1 | -18/+3 |
| | |||||
* | Fix a bug of mine, identified by Stephane Billiart | Glenn L McGrath | 2003-12-27 | 1 | -3/+2 |
| | |||||
* | it should work even if you don't assign a pidfile | Russ Dill | 2003-12-26 | 1 | -6/+7 |
| | |||||
* | fix a long standing underallocation bug | Russ Dill | 2003-12-24 | 1 | -2/+5 |
| | |||||
* | move debugging to safe place (before vfork) | Russ Dill | 2003-12-24 | 1 | -3/+2 |
| | |||||
* | Allow recieving file to stdout, sending files from stdin, use the '-' | Glenn L McGrath | 2003-12-20 | 1 | -35/+37 |
| | | | | filename. Save a variable. | ||||
* | display the port number number correctly, other minor optimisations | Glenn L McGrath | 2003-12-20 | 1 | -30/+20 |
| | |||||
* | Change interface to bb_lookup_host, dont try and set port inside this | Glenn L McGrath | 2003-12-20 | 3 | -28/+20 |
| | | | | | | | | function as there is no gracefull way of handling failures. Rename bb_getport to bb_lookup_port, allow a default port to be specified so it always returns a correct value. Modify ftpgetput/rdate/wget to use the new interface. wget/rdate now use etc/services with a falback default value. | ||||
* | Use getopt_ulflags | Glenn L McGrath | 2003-12-19 | 1 | -58/+50 |
| | |||||
* | Patch from Fillod Stephane: | Eric Andersen | 2003-12-19 | 1 | -1/+10 |
| | | | | | * While I'm at it, there's also a "telnetd.patch" which maps CRLF to CR, like netkit-telnet does, required by the loosy Windows telnet clients. | ||||
* | Patch from Stephane Billiart: | Eric Andersen | 2003-12-19 | 1 | -1/+5 |
| | | | | | This removes references to config->remoteuser when CONFIG_FEATURE_HTTPD_CGI=y but CONFIG_FEATURE_HTTPD_BASIC_AUTH is not set | ||||
* | Manousaridis Angelos writes: | Eric Andersen | 2003-12-19 | 1 | -8/+9 |
| | | | | | | | | | Another issue I found was with the iproute utility. While using another program I found that it failed because the "ip route del" command was not found. I looked at the full iproute implementation and this command exists. The busybox version has the "ip route delete" command. I have created a patch which makes the "ip route del" command an alias to the "ip route delete" command. | ||||
* | Manousaridis Angelos writes: | Eric Andersen | 2003-12-19 | 1 | -10/+8 |
| | | | | | | | | | | | | | | | | Hello, I have been using busybox for some time now, for an ARM based platform. I was very pleased when I tried the 1.00preX series, with all the new utilities and daemons. I found out that the ifupdown in busybox does not behave exaclty like the debian version. Then the pre-up script fails, the interface is getting up. Also when the post-up script fails the return value is ignored. Actually everything is always run and the return value is always true. I looked at the original implementation from debian and fixed the busybox version to do the same. A patch is attached if anyone is interested. | ||||
* | don't use kernel headers | Eric Andersen | 2003-12-19 | 1 | -1/+35 |
| | |||||
* | Use getopt_ulflags | Glenn L McGrath | 2003-12-19 | 1 | -31/+23 |
| | |||||
* | Finish remerging busybox udhcp and udhcp. Some cleanups as well. | Russ Dill | 2003-12-18 | 25 | -284/+509 |
| | |||||
* | clean up some bad, bad formatting | Russ Dill | 2003-12-16 | 1 | -48/+49 |
| | |||||
* | include headers with prototypes to make sure prototypes match | Russ Dill | 2003-12-16 | 8 | -1/+9 |
| | |||||
* | remove reference to missing header file which is breaking the build | Eric Andersen | 2003-12-16 | 1 | -1/+0 |
| | |||||
* | revert removal of define | Russ Dill | 2003-12-16 | 1 | -1/+1 |
| | |||||
* | forgotten include | Russ Dill | 2003-12-16 | 1 | -0/+1 |
| | |||||
* | why the complication of a static string rather than a define? gcc isn't dumb | Russ Dill | 2003-12-16 | 3 | -2/+5 |
| | |||||
* | start attempting to bring udhcp in busybox back to the state where it is ↵ | Russ Dill | 2003-12-16 | 3 | -6/+80 |
| | | | | (ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth | ||||
* | when compiled standalone, udhcp needs these headers | Russ Dill | 2003-12-16 | 1 | -0/+2 |
| |