| 1 |
; $Id $ |
; $Id $ |
| 2 |
|
|
| 3 |
1.1 -> 1.2 |
5.x-1.2 -> 6.x-1.3 |
| 4 |
|
* Ported the module to Drupal 6. |
| 5 |
|
* AES no longer alerts the user about a missing key if the user does not have the administer aes permission. This alert is now also logged in the watchdog. |
| 6 |
|
* Fixed a bug which caused AES encrypted passwords to be created even when this feature was turned off if an existing account was given a new password. |
| 7 |
|
|
| 8 |
|
5.x-1.1 -> 5.x-1.2 |
| 9 |
* Fixed a faulty use of preg_match which caused a warning in PHP 5.2.x. |
* Fixed a faulty use of preg_match which caused a warning in PHP 5.2.x. |
| 10 |
* A users encrypted password is now deleted along with the user. |
* A users encrypted password is now deleted along with the user. |
| 11 |
* Removed a redundant write to file when saving a key using the file storage method. |
* Removed a redundant write to file when saving a key using the file storage method. |
| 12 |
* Fixed the anonymous account receiving an encrypted password in some situations. |
* Fixed the anonymous account receiving an encrypted password in some situations. |
| 13 |
* Removed an unused menu item. |
* Removed an unused menu item. |
| 14 |
|
|
| 15 |
1.0 -> 1.1 |
5.x-1.0 -> 5.x-1.1 |
| 16 |
* Added option to use 192 or 256 bit versions of the Rijndael algorithms. |
* Added option to use 192 or 256 bit versions of the Rijndael algorithms. |
| 17 |
* Drupals database abstraction layer is now used properly. |
* Drupals database abstraction layer is now used properly. |
| 18 |
* Added (untested) support for Windows. |
* Added (untested) support for Windows. |