summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-20 18:01:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-20 18:04:39 +0100
commit768db5b75e113bd600c7917136f9ddbc822150e9 (patch)
tree43a14b1c379af466e4091b326174c4387f9be6fe /package/busybox
parenta6a94cf2e9f3019d0ee87ac3bd185a8cb850ed9c (diff)
busybox: use C library crypt functions by default
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Config.in.manual1
-rw-r--r--package/busybox/config/loginutils/Config.in10
2 files changed, 6 insertions, 5 deletions
diff --git a/package/busybox/Config.in.manual b/package/busybox/Config.in.manual
index c2efc4888..90afa3f48 100644
--- a/package/busybox/Config.in.manual
+++ b/package/busybox/Config.in.manual
@@ -60,6 +60,7 @@ config ADK_PACKAGE_BUSYBOX_DEFAULT
select BUSYBOX_MKTEMP
select BUSYBOX_MV
select BUSYBOX_NC
+ select BUSYBOX_PASSWD
select BUSYBOX_PRINTF
select BUSYBOX_PWD
select BUSYBOX_RDATE if !BUSYBOX_DISABLE_RDATE
diff --git a/package/busybox/config/loginutils/Config.in b/package/busybox/config/loginutils/Config.in
index e720acb3b..3e435a25c 100644
--- a/package/busybox/config/loginutils/Config.in
+++ b/package/busybox/config/loginutils/Config.in
@@ -28,7 +28,7 @@ config BUSYBOX_FEATURE_SHADOWPASSWDS
config BUSYBOX_USE_BB_PWD_GRP
bool "Use internal password and group functions rather than system functions"
- default y
+ default n
help
If you leave this disabled, busybox will use the system's password
and group functions. And if you are using the GNU C library
@@ -53,7 +53,7 @@ config BUSYBOX_USE_BB_PWD_GRP
config BUSYBOX_USE_BB_SHADOW
bool "Use internal shadow password functions"
- default y
+ default n
depends on BUSYBOX_USE_BB_PWD_GRP && BUSYBOX_FEATURE_SHADOWPASSWDS
help
If you leave this disabled, busybox will use the system's shadow
@@ -72,7 +72,7 @@ config BUSYBOX_USE_BB_SHADOW
config BUSYBOX_USE_BB_CRYPT
bool "Use internal crypt functions"
- default y
+ default n
help
Busybox has internal DES and MD5 crypt functions.
They produce results which are identical to corresponding
@@ -94,7 +94,7 @@ config BUSYBOX_USE_BB_CRYPT
config BUSYBOX_USE_BB_CRYPT_SHA
bool "Enable SHA256/512 crypt functions"
- default y
+ default n
depends on BUSYBOX_USE_BB_CRYPT
help
Enable this if you have passwords starting with "$5$" or "$6$"
@@ -269,7 +269,7 @@ config BUSYBOX_FEATURE_SECURETTY
config BUSYBOX_PASSWD
bool "passwd"
- default y
+ default n
select BUSYBOX_FEATURE_SYSLOG
help
passwd changes passwords for user and group accounts. A normal user