aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Vodz, last_patch_104Glenn L McGrath2003-09-101-1/+13
|
* Vodz, last_patch_110 Glenn L McGrath2003-09-081-24/+7
| | | | | no limit, no memory usage for env buffer, always call putenv(). remove small error for previous last_patch109.
* last_patch_109 from Vladimir N. OleynikGlenn L McGrath2003-09-081-89/+198
| | | | | | | | | | | | | | | | | | | | | | | Busybox`s httpd have the defect (from born): ip 1.2.3.1 have true comparing also with 1.2.3.10-1.2.3.19 and 1.2.3.100-1.2.3.199. Last patch removed this bug and added feature: allow/deny rule can support network/netmask example: 1.2.3.0/255.255.255.128 or network/mask_bits example: 1.2.3.0/25 now; old format 1 1.2 1.2.3 1.2.3.4 too support and converted to 1/8 1.2/16 1.2.3/24 1.2.3.4/32 automaticaly. Also, current CVS have small problem: ignores A:IP, (loses 'A', 'a' only work). Corrected.
* "Due to a wrong format parameter in a printf httpd does not work whenGlenn L McGrath2003-08-291-1/+8
| | | | | compiled for with CONFIG_LFS (large file support). The attached patch suggested by Vladimir fixes that." - Steven Scholz
* last_patch95 from vodz:Eric Andersen2003-07-281-7/+57
| | | | | | | | | | | | | | | | | Hi. Last patch have new libbb function vfork_rexec() for can use daemon() to uClinux system. This patched daemons: syslog, klogd, inetd, crond. This not tested! I havn`t this systems. Also. Previous patch for feature request MD5 crypt password for httpd don`t sended to this mailist on 07/15/03 (mailist have Pytom module problem?). The previous patch included, and have testing. --w vodz
* Geir Thomassen wrote, regarding networking/httpd.c line 1358Eric Andersen2003-06-261-73/+69
| | | | | | | | | | | | | | Hello, I think the test for an unconfigured httpd is wrong in the CVS (busybox-unstable-20030620.tar.bz2) flg_deny_all is default 0 vodz then wrote: Oops. You are right. Also, this mistake haved from two place. Last patch rewroted to my new get_ularg() function for overcompensate size from this error found ;-)
* Vodz, last_patch_88Glenn L McGrath2003-06-101-0/+1
|
* Vodz, last_patch_86Glenn L McGrath2003-05-261-37/+31
|
* Patch from Glenn EngelGlenn L McGrath2003-05-191-39/+139
| | | | | | | | | | | | - more comments - larger allowed number of CGI script variables - ifdefs for regression test hooks - default to ./ rather than /www (if unspecified) for compatibility with earlier versions. - Allow ip: as a synomym for A: rules for compatibility with earlier versions. - Setting of CGI_ARGLIST_ when automatic setting of env vars for form scripting is utilized. This helps with minimal systems like openap.
* vodz, last_patch_85Glenn L McGrath2003-05-141-39/+38
|
* last_patch84 by Vodz.Glenn L McGrath2003-05-131-327/+284
|
* Major coreutils update.Manuel Novoa III2003-03-191-29/+29
|
* Fix compile error, last_patch81 by Vladimir N. OleynikGlenn L McGrath2003-02-101-1/+2
|
* New applet, inetd, make httpd features more configurable, update authors, ↵Glenn L McGrath2003-02-091-740/+1208
| | | | | | last_patch_80 from Vladimir N. Oleynik
* New applet: httpd, by Glenn EngelGlenn L McGrath2003-01-051-0/+1349