mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
last_patch83 by Vladimir N. Oleynik
This commit is contained in:
parent
b1207b3320
commit
ae494a9086
2
AUTHORS
2
AUTHORS
@ -71,7 +71,7 @@ Glenn McGrath <bug1@optushome.com.au>
|
|||||||
|
|
||||||
Vladimir Oleynik <dzo@simtreas.ru>
|
Vladimir Oleynik <dzo@simtreas.ru>
|
||||||
cmdedit; xargs(current), httpd(current);
|
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
|
locale, various fixes
|
||||||
and irreconcilable critic of everything not perfect.
|
and irreconcilable critic of everything not perfect.
|
||||||
|
|
||||||
|
@ -114,7 +114,7 @@ Glenn McGrath <bug1@netconnect.com.au>
|
|||||||
Vladimir Oleynik <dzo@simtreas.ru>
|
Vladimir Oleynik <dzo@simtreas.ru>
|
||||||
|
|
||||||
cmdedit, xargs(current), httpd(current);
|
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
|
locale, various fixes
|
||||||
and irreconcilable critic of everything not perfect.
|
and irreconcilable critic of everything not perfect.
|
||||||
|
|
||||||
@ -174,4 +174,4 @@ Glenn Engel <glenne@engel.org>
|
|||||||
|
|
||||||
=cut
|
=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 $
|
||||||
|
@ -51,12 +51,12 @@ config CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY
|
|||||||
internet superserver daemon for usaging.
|
internet superserver daemon for usaging.
|
||||||
|
|
||||||
config CONFIG_FEATURE_HTTPD_BASIC_AUTH
|
config CONFIG_FEATURE_HTTPD_BASIC_AUTH
|
||||||
bool " Enable Basic Authentication and IP address checking"
|
bool " Enable Basic Authentication"
|
||||||
default n
|
default n
|
||||||
depends on CONFIG_HTTPD
|
depends on CONFIG_HTTPD
|
||||||
help
|
help
|
||||||
Utilizes /etc/httpd.conf for security settings allowing
|
Utilizes /etc/httpd.conf for basic authentication on a
|
||||||
ip address filtering and basic authentication on a per url basis.
|
per url basis.
|
||||||
|
|
||||||
config CONFIG_FEATURE_HTTPD_CGI
|
config CONFIG_FEATURE_HTTPD_CGI
|
||||||
bool " Enable support Common Gateway Interface"
|
bool " Enable support Common Gateway Interface"
|
||||||
|
Loading…
Reference in New Issue
Block a user