diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-02-10 22:53:37 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-02-10 22:53:37 +0000 |
commit | ae494a90864e923ade44e8656693d8d72503c574 (patch) | |
tree | 35add4ed0703dfde1c08485edde9ba28624083e5 | |
parent | b1207b33206a52f733067850be79931373632e39 (diff) | |
download | busybox-w32-ae494a90864e923ade44e8656693d8d72503c574.tar.gz busybox-w32-ae494a90864e923ade44e8656693d8d72503c574.tar.bz2 busybox-w32-ae494a90864e923ade44e8656693d8d72503c574.zip |
last_patch83 by Vladimir N. Oleynik
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | docs/busybox_footer.pod | 4 | ||||
-rw-r--r-- | networking/Config.in | 6 |
3 files changed, 6 insertions, 6 deletions
@@ -71,7 +71,7 @@ Glenn McGrath <bug1@optushome.com.au> | |||
71 | 71 | ||
72 | Vladimir Oleynik <dzo@simtreas.ru> | 72 | Vladimir Oleynik <dzo@simtreas.ru> |
73 | cmdedit; xargs(current), httpd(current); | 73 | cmdedit; xargs(current), httpd(current); |
74 | ports: ash, crond, fdisk, inetd, stty, traceroute, telnetd, top; | 74 | ports: ash, crond, fdisk, inetd, stty, traceroute, top; |
75 | locale, various fixes | 75 | locale, various fixes |
76 | and irreconcilable critic of everything not perfect. | 76 | and irreconcilable critic of everything not perfect. |
77 | 77 | ||
diff --git a/docs/busybox_footer.pod b/docs/busybox_footer.pod index f72bd217a..f74e4ae6c 100644 --- a/docs/busybox_footer.pod +++ b/docs/busybox_footer.pod | |||
@@ -114,7 +114,7 @@ Glenn McGrath <bug1@netconnect.com.au> | |||
114 | Vladimir Oleynik <dzo@simtreas.ru> | 114 | Vladimir Oleynik <dzo@simtreas.ru> |
115 | 115 | ||
116 | cmdedit, xargs(current), httpd(current); | 116 | cmdedit, xargs(current), httpd(current); |
117 | ports: ash, crond, fdisk, inetd, stty, traceroute, telnetd, top; | 117 | ports: ash, crond, fdisk, inetd, stty, traceroute, top; |
118 | locale, various fixes | 118 | locale, various fixes |
119 | and irreconcilable critic of everything not perfect. | 119 | and irreconcilable critic of everything not perfect. |
120 | 120 | ||
@@ -174,4 +174,4 @@ Glenn Engel <glenne@engel.org> | |||
174 | 174 | ||
175 | =cut | 175 | =cut |
176 | 176 | ||
177 | # $Id: busybox_footer.pod,v 1.10 2003/02/09 06:51:12 bug1 Exp $ | 177 | # $Id: busybox_footer.pod,v 1.11 2003/02/10 22:53:36 bug1 Exp $ |
diff --git a/networking/Config.in b/networking/Config.in index 527aebbac..12deb55b8 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -51,12 +51,12 @@ config CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY | |||
51 | internet superserver daemon for usaging. | 51 | internet superserver daemon for usaging. |
52 | 52 | ||
53 | config CONFIG_FEATURE_HTTPD_BASIC_AUTH | 53 | config CONFIG_FEATURE_HTTPD_BASIC_AUTH |
54 | bool " Enable Basic Authentication and IP address checking" | 54 | bool " Enable Basic Authentication" |
55 | default n | 55 | default n |
56 | depends on CONFIG_HTTPD | 56 | depends on CONFIG_HTTPD |
57 | help | 57 | help |
58 | Utilizes /etc/httpd.conf for security settings allowing | 58 | Utilizes /etc/httpd.conf for basic authentication on a |
59 | ip address filtering and basic authentication on a per url basis. | 59 | per url basis. |
60 | 60 | ||
61 | config CONFIG_FEATURE_HTTPD_CGI | 61 | config CONFIG_FEATURE_HTTPD_CGI |
62 | bool " Enable support Common Gateway Interface" | 62 | bool " Enable support Common Gateway Interface" |