diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-08 17:52:17 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-08 17:52:17 +0000 |
commit | 7e84e539de530b2060f0e570fc8f063ed0aaad2f (patch) | |
tree | c03518f2059504a513119cf4d499ccf5c7233f83 /loginutils/Config.in | |
parent | 92c0b8222eb50dd35c06e2f1265706b388762234 (diff) | |
download | busybox-w32-7e84e539de530b2060f0e570fc8f063ed0aaad2f.tar.gz busybox-w32-7e84e539de530b2060f0e570fc8f063ed0aaad2f.tar.bz2 busybox-w32-7e84e539de530b2060f0e570fc8f063ed0aaad2f.zip |
cryptpw: new applet (a bit less than 3k added)
(by Thomas Lundquist <lists@zelow.no>)
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r-- | loginutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index e8ab9ec3c..919091ec6 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -166,6 +166,12 @@ config FEATURE_PASSWD_WEAK_CHECK | |||
166 | help | 166 | help |
167 | With this option passwd will refuse new passwords which are "weak". | 167 | With this option passwd will refuse new passwords which are "weak". |
168 | 168 | ||
169 | config CRYPTPW | ||
170 | bool "cryptpw" | ||
171 | default n | ||
172 | help | ||
173 | Applet for crypting a string. | ||
174 | |||
169 | config SU | 175 | config SU |
170 | bool "su" | 176 | bool "su" |
171 | default n | 177 | default n |