diff options
author | Ron Yorston <rmy@pobox.com> | 2020-04-09 09:48:49 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-04-09 09:48:49 +0100 |
commit | 4e2a8f454acabca58c4d3aee607732d16b50281c (patch) | |
tree | 2dc97f18eb9fcbf810b3da76b5eec025641cec24 /win32 | |
parent | e9715893fdd30b6de367b3e0f0d9e3c362ec8889 (diff) | |
download | busybox-w32-4e2a8f454acabca58c4d3aee607732d16b50281c.tar.gz busybox-w32-4e2a8f454acabca58c4d3aee607732d16b50281c.tar.bz2 busybox-w32-4e2a8f454acabca58c4d3aee607732d16b50281c.zip |
httpd: allow use of MD5-encrypted passwords
Allow use of MD5-encrypted passwords in HTTP authentication. However:
- Since it adds 4K to the size of the binary it isn't enabled by
default. Unencrypted password are allowed in the default build.
- The use of '*' wildcards for user/password in the configuration file
isn't allowed.
- Enabling this feature requires enabling 'Use internal crypt functions'
(USE_BB_CRYPT) in the 'Login/Password Management Utilities' section.
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions