last_patch83 by Vladimir N. Oleynik
authorGlenn L McGrath <bug1@ihug.co.nz>
Mon, 10 Feb 2003 22:53:37 +0000 (22:53 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Mon, 10 Feb 2003 22:53:37 +0000 (22:53 -0000)
AUTHORS
docs/busybox_footer.pod
networking/Config.in

diff --git a/AUTHORS b/AUTHORS
index c965d3c7285a07c9942e9b5b3297334647e972f8..df7a97a344ed844574b4aeda8a24fbf831f710a5 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -71,7 +71,7 @@ Glenn McGrath <bug1@optushome.com.au>
 
 Vladimir Oleynik <dzo@simtreas.ru>
     cmdedit; xargs(current), httpd(current);
-    ports: ash, crond, fdisk, inetd, stty, traceroute, telnetd, top;
+    ports: ash, crond, fdisk, inetd, stty, traceroute, top;
     locale, various fixes
     and irreconcilable critic of everything not perfect.
 
index f72bd217a669de92b3aabac471fc571d4e26cbd2..f74e4ae6cf3862918fe728475cee9cb3d341b48d 100644 (file)
@@ -114,7 +114,7 @@ Glenn McGrath <bug1@netconnect.com.au>
 Vladimir Oleynik <dzo@simtreas.ru>
 
     cmdedit, xargs(current), httpd(current);
-    ports: ash, crond, fdisk, inetd, stty, traceroute, telnetd, top;
+    ports: ash, crond, fdisk, inetd, stty, traceroute, top;
     locale, various fixes
     and irreconcilable critic of everything not perfect.
 
@@ -174,4 +174,4 @@ Glenn Engel <glenne@engel.org>
 
 =cut
 
-# $Id: busybox_footer.pod,v 1.10 2003/02/09 06:51:12 bug1 Exp $
+# $Id: busybox_footer.pod,v 1.11 2003/02/10 22:53:36 bug1 Exp $
index 527aebbaca9a72c0f4ab3252cc112d9a225869cc..12deb55b84595c4a630a2668fad1ee97ee3b3892 100644 (file)
@@ -51,12 +51,12 @@ config CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY
          internet superserver daemon for usaging.
 
 config CONFIG_FEATURE_HTTPD_BASIC_AUTH
-       bool "  Enable Basic Authentication and IP address checking"
+       bool "  Enable Basic Authentication"
        default n
        depends on CONFIG_HTTPD
        help
-         Utilizes /etc/httpd.conf for security settings allowing 
-          ip address filtering and basic authentication on a per url basis.
+         Utilizes /etc/httpd.conf for basic authentication on a
+         per url basis.
 
 config CONFIG_FEATURE_HTTPD_CGI
        bool "  Enable support Common Gateway Interface"