The branch "horde_5_2" has been updated. The following is a summary of the commits.
from: 0b2185980e804edc83f39d32ac9884be7fc21c41 469bc89 Add Horde_Auth_X509 3a9c21f Add example hooks related to x509 auth. d81b917 Fix setting credentials when using unified password. da65251 Add x509 to auth factory. c037529 Add Horde config for x509 driver, and update package.xml 5c866d6 ...and actually add the driver. f7efd65 Add hook for custom x509 certificate validation. 728f737 changes 304ef93 Fix package.xml ----------------------------------------------------------------------- commit 469bc895a27448eca57ab7ced0f0f90bf2334973 Author: Michael J Rubinsky <[email protected]> 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/469bc895a27448eca57ab7ced0f0f90bf2334973 ----------------------------------------------------------------------- commit 3a9c21fad21f8065651d8fcc6f8f2d990fb53307 Author: Michael J Rubinsky <[email protected]> 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/3a9c21fad21f8065651d8fcc6f8f2d990fb53307 ----------------------------------------------------------------------- commit d81b9177b00d55ccca5d8ae47b7f2d802af5d449 Author: Michael J Rubinsky <[email protected]> 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/d81b9177b00d55ccca5d8ae47b7f2d802af5d449 ----------------------------------------------------------------------- commit da652513f23a6febaaf5fe626169a69494148f2f Author: Michael J Rubinsky <[email protected]> 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/da652513f23a6febaaf5fe626169a69494148f2f ----------------------------------------------------------------------- commit c037529c0505ee2c1e0cdbf79325af6b59afd04f Author: Michael J Rubinsky <[email protected]> Date: Tue Aug 27 12:09:38 2013 -0400 Add Horde config for x509 driver, and update package.xml framework/Core/package.xml | 6 ++++++ horde/config/conf.xml | 17 +++++++++++++++++ 2 files changed, 23 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/c037529c0505ee2c1e0cdbf79325af6b59afd04f ----------------------------------------------------------------------- commit 5c866d6bd1cab8ace40a699bdcd88681794e3639 Author: Michael J Rubinsky <[email protected]> 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/5c866d6bd1cab8ace40a699bdcd88681794e3639 ----------------------------------------------------------------------- commit f7efd658d363e40ac62558d2360452f39361de15 Author: Michael J Rubinsky <[email protected]> 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/f7efd658d363e40ac62558d2360452f39361de15 ----------------------------------------------------------------------- commit 728f737e3dff14a9b8500035f79b94832a984d14 Author: Michael J Rubinsky <[email protected]> Date: Tue Aug 27 13:13:48 2013 -0400 changes framework/Auth/lib/Horde/Auth/X509.php | 2 ++ framework/Auth/package.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/728f737e3dff14a9b8500035f79b94832a984d14 ----------------------------------------------------------------------- commit 304ef93725da9d41c9b7014894c9cccbc3742dbe Author: Michael J Rubinsky <[email protected]> Date: Tue Aug 27 23:46:31 2013 -0400 Fix package.xml framework/Core/package.xml | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/304ef93725da9d41c9b7014894c9cccbc3742dbe -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
