[commits] Horde branch master updated. dc23a7ab457a055e0e91946c5b24618f542df2a9

Michael M Slusarz slusarz at horde.org
Sun May 17 18:24:49 UTC 2015


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

from: 30526f0e569f8d8af67df5cf670ac58d921c4b31

27bb581 Fix loading SASLPrep when using in framework directory
a6dcdcd Fix some autoloading issues present in the upstream source
4789ca1 [mms] Add support for SCRAM-SHA-1 authentication (RFC 5802) for both IMAP and POP3 drivers.
dc23a7a Ingo - filter by rule_owner

Summary: http://github.com/horde/horde/compare/30526f0e569f8d8af67df5cf670ac58d921c4b31...dc23a7ab457a055e0e91946c5b24618f542df2a9

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

commit 27bb581f9a98e4e3aa46f905357733416b541ec4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu May 14 20:40:45 2015 -0600

    Fix loading SASLPrep when using in framework directory

 framework/Stringprep/lib/Horde/Stringprep.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/27bb581f9a98e4e3aa46f905357733416b541ec4

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

commit a6dcdcd55913b9aacc69ff7ff310a50d5ecee681
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu May 14 21:13:01 2015 -0600

    Fix some autoloading issues present in the upstream source
    
    Original code is not fully PSR-0 compliant

 framework/Stringprep/bundle/composer.json                         |    5 +
 framework/Stringprep/bundle/vendor/composer/ClassLoader.php       |   40 ++++-
 framework/Stringprep/bundle/vendor/composer/autoload_classmap.php |   17 ++
 framework/Stringprep/bundle/vendor/composer/autoload_files.php    |   10 +
 .../Znerol/Component/Stringprep/Profile/SASLprep.php              |    1 +
 5 files changed, 68 insertions(+), 5 deletions(-)
 create mode 100644 framework/Stringprep/bundle/vendor/composer/autoload_files.php

http://github.com/horde/horde/commit/a6dcdcd55913b9aacc69ff7ff310a50d5ecee681

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

commit 4789ca17f9fab435d263ec150e2fd856a047238c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu May 14 17:09:41 2015 -0600

    [mms] Add support for SCRAM-SHA-1 authentication (RFC 5802) for both IMAP and POP3 drivers.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING       |   10 +
 framework/Imap_Client/lib/Horde/Imap/Client/Auth/Scram.php  |  270 +++++++++++
 framework/Imap_Client/lib/Horde/Imap/Client/Exception.php   |    5 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php      |  154 +++++--
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |   45 ++
 framework/Imap_Client/package.xml                           |   27 +-
 framework/Imap_Client/test/Horde/Imap/Client/AuthTest.php   |   86 +++-
 framework/Imap_Client/test/Horde/Imap/Client/Stub/Scram.php |   37 ++
 8 files changed, 586 insertions(+), 48 deletions(-)
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Auth/Scram.php
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Stub/Scram.php

http://github.com/horde/horde/commit/4789ca17f9fab435d263ec150e2fd856a047238c

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

commit dc23a7ab457a055e0e91946c5b24618f542df2a9
Author: João Machado <geral at jpaulo.eu>
Date:   Thu May 14 18:26:12 2015 +0100

    Ingo - filter by rule_owner
    
    Signed-off-by: Michael M Slusarz <slusarz at horde.org>

 ingo/lib/Storage/Sql.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/dc23a7ab457a055e0e91946c5b24618f542df2a9




More information about the commits mailing list