The branch "horde_5_2" has been updated. The following is a summary of the commits.
from: f16c82e90634a6e3fbe1a0ef0c5ecbab53d0e2d5 57ab0fb No longer needed. c8045fa Fully support X509 certificates for ActiveSync. 1ee17ec Tweak config description. 2f930fb Update pacakge.xml, changes. ----------------------------------------------------------------------- commit 57ab0fbc0e175dba9e04dc176726fd848a5de26b Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 15:04:50 2013 -0400 No longer needed. framework/ActiveSync/lib/Horde/ActiveSync.php | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) http://git.horde.org/horde-git/-/commit/57ab0fbc0e175dba9e04dc176726fd848a5de26b ----------------------------------------------------------------------- commit c8045faf8914561b1720051c960c3a05007a05d9 Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 15:07:17 2013 -0400 Fully support X509 certificates for ActiveSync. Allow separate configuration for ActiveSync Authentication methods. Emulates Exchange server's ability to accept either: HTTP Basic only, client certificate only, or to require both HTTP Basic AND client certificates. If configured to require both, horde-wide Auth driver is used to authenticate using the HTTP Basic credentials, and the X509 driver is used to to authenticate with the client certificate. Obviously requires webserver config/support for the certificates. framework/ActiveSync/lib/Horde/ActiveSync.php | 5 +- framework/Core/lib/Horde/Core/ActiveSync/Auth.php | 98 +++++++++++ framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 28 +++- framework/Core/lib/Horde/Core/Factory/ActiveSyncBackend.php | 26 +++- horde/config/conf.xml | 49 +++++ 5 files changed, 200 insertions(+), 6 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/ActiveSync/Auth.php http://git.horde.org/horde-git/-/commit/c8045faf8914561b1720051c960c3a05007a05d9 ----------------------------------------------------------------------- commit 1ee17ec1cdd755f3acb0baa2aa1a8861f7c60118 Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 15:17:26 2013 -0400 Tweak config description. horde/config/conf.xml | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/1ee17ec1cdd755f3acb0baa2aa1a8861f7c60118 ----------------------------------------------------------------------- commit 2f930fb6a8cdb4701083598c0a9058042145f636 Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 15:22:09 2013 -0400 Update pacakge.xml, changes. framework/Core/package.xml | 10 ++++++---- horde/docs/CHANGES | 1 + horde/package.xml | 3 +++ 3 files changed, 10 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/2f930fb6a8cdb4701083598c0a9058042145f636 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
