Handle hostnames with upper-case letters
[webmin.git] / htaccess-htpasswd / CHANGELOG
1 ---- Changes since 1.140 ----
2 Added the ability to synchronize Unix users with protected directory users, configurable for each directory.
3 ---- Changes since 1.180 ----
4 Added SHA1 encryption support.
5 ---- Changes since 1.200 ----
6 Added the ability to manage groups too, and to specify which users and groups from the password file are allowed.
7 ---- Changes since 1.220 ----
8 Added a new encryption type for protected directories - digest mode, which also uses a more secure password exchange between the web server and browser.
9 ---- Changes since 1.250 ----
10 Added the ability to specify extra directives to be added to .htaccess files, thanks to Charlie Garrison <charlie@make-tracks.com.au>
11 ---- Changes since 1.290 ----
12 On Windows systems, the htpasswd.exe program is used to generate encrypted passwords.
13 ---- Changes since 1.310 ----
14 Added checkboxes and a button for deleting multiple directories accounts at once.
15 ---- Changes since 1.340 ----
16 Removes the need for the htdigest command to be installed if the Digest::MD5 perl module is available.
17 ---- Changes since 1.380 ----
18 Users can be limited to only editing users and groups (and not adding or changing protected directories) via a new Webmin access control option.
19 ---- Changes since 1.390 ----
20 Converted all user interface code to use the new Webmin UI library, for consistency.
21 Fixed a bug that prevented a groups file from being added to an existing directory.
22 Added a button to link to the Apache module (if accessible) for editing all settings in the .htaccess file.
23 ---- Changes since 1.450 ----
24 Added a Module Config option to set permissions on created .htaccess and .htpasswd files, which defaults to 644.
25 ---- Changes since 1.470 ----
26 Added a button to remove protection from multiple directories, without removing the .htaccess file.