[commits] Horde branch develop updated. 380dcecb859bec8bc2432e82c1f136cc565eab1d

Michael J. Rubinsky mrubinsk at horde.org
Mon May 21 23:11:50 UTC 2012


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

from: c6718071f9c2d6ea04752ea9197898c47044ee94

8c03426 Use a specialized factory for ActiveSync loggers.
380dcec If we know we don't have a username, don't even try to authenticate.

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

commit 8c03426e96307c839b63975fda93241c058787f8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 21 19:08:16 2012 -0400

    Use a specialized factory for ActiveSync loggers.
    
    Since in EAS 12.1, the device id can be sent as part of the base64 enoded binary
    data, we won't know it until after the request handling starts. Use a
    factory for the logger so we can ensure we log all data to device specific files
    if desired. Still not decided if I want device specific folders, with per-request
    files or not for debugging.

 framework/ActiveSync/lib/Horde/ActiveSync.php               |   28 ++++++++--
 framework/ActiveSync/package.xml                            |   16 +++++-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php         |    2 +-
 framework/Core/lib/Horde/Core/Factory/ActiveSyncBackend.php |   11 +----
 framework/Core/lib/Horde/Core/Factory/ActiveSyncServer.php  |   27 +---------
 framework/Core/package.xml                                  |    8 ++-
 6 files changed, 45 insertions(+), 47 deletions(-)

http://git.horde.org/horde-git/-/commit/8c03426e96307c839b63975fda93241c058787f8

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

commit 380dcecb859bec8bc2432e82c1f136cc565eab1d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 21 19:10:14 2012 -0400

    If we know we don't have a username, don't even try to authenticate.

 framework/ActiveSync/lib/Horde/ActiveSync.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/380dcecb859bec8bc2432e82c1f136cc565eab1d




More information about the commits mailing list