summaryrefslogtreecommitdiff
path: root/package/busybox/config/networking
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-08-06 03:39:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-08-06 03:39:36 +0200
commite4800c73e63e51cb143566ccf0ec0d95981969ff (patch)
tree1e1ae62a8ca1013868ced4cbdb1292ea660b1964 /package/busybox/config/networking
parentfbbbdb0707fda9cf8e7578f5c8bc785a0e7da2eb (diff)
busybox: update to latest
Diffstat (limited to 'package/busybox/config/networking')
-rw-r--r--package/busybox/config/networking/Config.in53
1 files changed, 48 insertions, 5 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in
index 8592e66ef..be486d361 100644
--- a/package/busybox/config/networking/Config.in
+++ b/package/busybox/config/networking/Config.in
@@ -49,6 +49,12 @@ config BUSYBOX_NC
A simple Unix utility which reads and writes data across network
connections.
+config BUSYBOX_NETCAT
+ bool "netcat (11 kb)"
+ default y
+ help
+ Alias to nc.
+
config BUSYBOX_NC_SERVER
bool "Netcat server options (-l)"
default y
@@ -145,6 +151,17 @@ config BUSYBOX_VERBOSE_RESOLUTION_ERRORS
"can't resolve 'hostname.com'" and want to know more.
This may increase size of your executable a bit.
+config BUSYBOX_FEATURE_TLS_SHA1
+ bool "In TLS code, support ciphers which use deprecated SHA1"
+ depends on BUSYBOX_TLS
+ default n
+ help
+ Selecting this option increases interoperability with very old
+ servers, but slightly increases code size.
+
+ Most TLS servers support SHA256 today (2018), since SHA1 is
+ considered possibly insecure (although not yet definitely broken).
+
config BUSYBOX_ARP
bool "arp"
default n
@@ -745,6 +762,16 @@ config BUSYBOX_NSLOOKUP
help
nslookup is a tool to query Internet name servers.
+config BUSYBOX_FEATURE_NSLOOKUP_BIG
+ bool "Use internal resolver code instead of libc"
+ depends on BUSYBOX_NSLOOKUP
+ default n
+
+config BUSYBOX_FEATURE_NSLOOKUP_LONG_OPTIONS
+ bool "Enable long options"
+ default n
+ depends on BUSYBOX_FEATURE_NSLOOKUP_BIG && BUSYBOX_LONG_OPTS
+
config BUSYBOX_NTPD
bool "ntpd"
depends on !BUSYBOX_DISABLE_NTPD
@@ -791,11 +818,18 @@ config BUSYBOX_SLATTACH
slattach is a small utility to attach network interfaces to serial
lines.
-#config TC
-# bool "tc"
-# default y
-# help
-# show / manipulate traffic control settings
+config BUSYBOX_SSL_CLIENT
+ bool "ssl_client (25 kb)"
+ default n
+ select BUSYBOX_TLS
+ help
+ This tool pipes data to/from a socket, TLS-encrypting it.
+
+config BUSYBOX_TC
+ bool "tc"
+ default n
+ help
+ show / manipulate traffic control settings
#
#config FEATURE_TC_INGRESS
# def_bool n
@@ -834,6 +868,11 @@ config BUSYBOX_FEATURE_TELNET_AUTOLOGIN
log into a machine without telling the username (autologin). This
option enables `-a' and `-l USER' arguments.
+config BUSYBOX_FEATURE_TELNET_WIDTH
+ bool "Enable window size autodetection"
+ default y
+ depends on BUSYBOX_TELNET
+
config BUSYBOX_TELNETD
bool "telnetd"
default n
@@ -970,6 +1009,10 @@ config BUSYBOX_TFTP_DEBUG
Make tftp[d] print debugging messages on stderr.
This is useful if you are diagnosing a bug in tftp[d].
+config BUSYBOX_TLS
+ bool #No description makes it a hidden option
+ default n
+
config BUSYBOX_TRACEROUTE
bool "traceroute"
default n