[commits] Horde branch master updated. 7fe2fcd908729dceef6c5ccce79f9ed72938c180

Michael M Slusarz slusarz at horde.org
Mon Apr 27 23:54:08 UTC 2015


The branch "master" has been updated.
The following is a summary of the commits.

from: 0a8d79cb9b9eb506aaaaaff269b7c9e9567c1442

9d432ad [mms] Add Horde_Crypt_Blowfish_Pbkdf2.
7fe2fcd [mms] Allow remote account passwords to be saved encrypted in user's preferences (Request #13168).

Summary: http://github.com/horde/horde/compare/0a8d79cb9b9eb506aaaaaff269b7c9e9567c1442...7fe2fcd908729dceef6c5ccce79f9ed72938c180

-----------------------------------------------------------------------

commit 9d432ad818caebaea5a866ab46a76283dbdcf9ae
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 27 13:40:50 2015 -0600

    [mms] Add Horde_Crypt_Blowfish_Pbkdf2.
    
    Probably not the best place to store, since it not specific to Blowfish.
    But put in here for now because this isn't worth a separate package and
    it provides us unit testing.

 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Pbkdf2.php      |  127 ++++
 framework/Crypt_Blowfish/package.xml                              |   20 +-
 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/Pbkdf2Test.php |  154 +++++
 3 files changed, 293 insertions(+), 8 deletions(-)
 create mode 100644 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Pbkdf2.php
 create mode 100644 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/Pbkdf2Test.php

http://github.com/horde/horde/commit/9d432ad818caebaea5a866ab46a76283dbdcf9ae

-----------------------------------------------------------------------

commit 7fe2fcd908729dceef6c5ccce79f9ed72938c180
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 27 15:26:11 2015 -0600

    [mms] Allow remote account passwords to be saved encrypted in user's preferences (Request #13168).
    
    Key used to encrypt is derived from the "master" login authentication
    password, so the saved password is only valid as long as that password
    continues to be used.

 imp/docs/CHANGES                            |    2 +
 imp/js/base.js                              |    1 +
 imp/lib/Ajax/Application/Handler/Remote.php |   25 +++++++-
 imp/lib/Ftree/Account/Remote.php            |   17 +++++-
 imp/lib/Remote/Account.php                  |   91 +++++++++++++++++++++++++-
 imp/package.xml                             |    8 +++
 imp/templates/dynamic/mailbox.html.php      |    4 +
 7 files changed, 139 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/7fe2fcd908729dceef6c5ccce79f9ed72938c180




More information about the commits mailing list