[commits] Horde branch horde_5_1 updated. 23d4335bf790f21395a6425e4d1254576a89955c

Michael J. Rubinsky mrubinsk at horde.org
Tue Aug 27 17:18:35 UTC 2013


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

from: eec2e8e074a3d14f39ba9c6c87b09feb248a61ca

331de85 Fix setting authentication credentials in the session.
de7b6d7 Typo
e4bf5d6 Add Horde_Auth_X509
679b30b Add example hooks related to x509 auth.
fe7f20c Fix setting credentials when using unified password.
6dfb266 Add x509 to auth factory.
31f2f52 Add Horde config for x509 driver, and update package.xml
31e70e3 ...and actually add the driver.
65685be Add hook for custom x509 certificate validation.
13981ca Merge branch 'x509' into horde_5_1
23d4335 CHANGES

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

commit 331de850be36b571541be9f0029e833fe4fba8ea
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 27 00:34:05 2013 -0400

    Fix setting authentication credentials in the session.

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

http://git.horde.org/horde-git/-/commit/331de850be36b571541be9f0029e833fe4fba8ea

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

commit de7b6d70eb85166fe6cb70a689d1a99f6630e5c6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 27 09:51:00 2013 -0400

    Typo

 hermes/js/hermes.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/de7b6d70eb85166fe6cb70a689d1a99f6630e5c6

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

commit e4bf5d6662bb72501fd0b5100c09bfda5c9d6cf0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 27 11:52:32 2013 -0400

    Add Horde_Auth_X509

 framework/Auth/lib/Horde/Auth/X509.php |  147 ++++++++++++++++++++++++++++++++
 framework/Auth/package.xml             |    8 +-
 2 files changed, 152 insertions(+), 3 deletions(-)
 create mode 100644 framework/Auth/lib/Horde/Auth/X509.php

http://git.horde.org/horde-git/-/commit/e4bf5d6662bb72501fd0b5100c09bfda5c9d6cf0

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

commit 679b30b9592a14c910f648e473fa613739e8679d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 27 11:55:35 2013 -0400

    Add example hooks related to x509 auth.

 horde/config/hooks.php.dist |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/679b30b9592a14c910f648e473fa613739e8679d

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

commit fe7f20c8bbcb9b48996fb602bfcf70cbd4bac626
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 27 12:08:36 2013 -0400

    Fix setting credentials when using unified password.

 framework/Auth/lib/Horde/Auth/X509.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/fe7f20c8bbcb9b48996fb602bfcf70cbd4bac626

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

commit 6dfb266b67a5802affde35f8ce21a730b9c839a7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 27 12:09:13 2013 -0400

    Add x509 to auth factory.

 framework/Core/lib/Horde/Core/Factory/Auth.php |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/6dfb266b67a5802affde35f8ce21a730b9c839a7

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

commit 31f2f526849afaaa5bb51e851b1c3313a3e22348
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 27 12:09:38 2013 -0400

    Add Horde config for x509 driver, and update package.xml

 framework/Core/package.xml |    8 +++++---
 horde/config/conf.xml      |   17 +++++++++++++++++
 2 files changed, 22 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/31f2f526849afaaa5bb51e851b1c3313a3e22348

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

commit 31e70e310d5cfe079fed6b6ba502a3b6dd734826
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 27 12:10:05 2013 -0400

    ...and actually add the driver.

 framework/Core/lib/Horde/Core/Auth/X509.php |   28 +++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Auth/X509.php

http://git.horde.org/horde-git/-/commit/31e70e310d5cfe079fed6b6ba502a3b6dd734826

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

commit 65685becba73eee6ef016720b7e95a38a2027501
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 27 13:05:58 2013 -0400

    Add hook for custom x509 certificate validation.

 framework/Core/lib/Horde/Core/Auth/X509.php |    6 ++--
 horde/config/hooks.php.dist                 |   34 +++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/65685becba73eee6ef016720b7e95a38a2027501

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

commit 13981cab974456229bfe2c84254ede72d9aaace8
Merge: eec2e8e 65685be
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 27 13:16:56 2013 -0400

    Merge branch 'x509' into horde_5_1
    
    Conflicts:
    	framework/Auth/lib/Horde/Auth/X509.php
    	framework/Core/package.xml

 framework/Auth/lib/Horde/Auth/X509.php         |    6 ++
 framework/Core/lib/Horde/Core/Auth/X509.php    |   28 ++++++++++
 framework/Core/lib/Horde/Core/Factory/Auth.php |   10 +++-
 framework/Core/package.xml                     |    6 ++
 horde/config/conf.xml                          |   17 ++++++
 horde/config/hooks.php.dist                    |   69 ++++++++++++++++++++++++
 6 files changed, 135 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/13981cab974456229bfe2c84254ede72d9aaace8

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

commit 23d4335bf790f21395a6425e4d1254576a89955c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 27 13:18:14 2013 -0400

    CHANGES

 framework/Core/package.xml |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/23d4335bf790f21395a6425e4d1254576a89955c




More information about the commits mailing list