The branch "master" has been updated. The following is a summary of the commits.
from: 6e9e2ad368cbe8c698679bd68edbcbdab79fdf99 84cbc20... Horde 4-ify Horde_Crypt. ----------------------------------------------------------------------- commit 84cbc20b0bb2da5532ae8f5514d826ade13e447f Author: Michael M Slusarz <[email protected]> Date: Wed Feb 25 22:30:40 2009 -0700 Horde 4-ify Horde_Crypt. Rework driver naming scheme Use file_put_contents() in Pgp driver. Convert to full Exception handling. framework/Crypt/lib/Horde/Crypt.php | 56 +- framework/Crypt/lib/Horde/Crypt/Pgp.php | 1609 +++++++++++++++++++++++++++ framework/Crypt/lib/Horde/Crypt/Smime.php | 1302 ++++++++++++++++++++++ framework/Crypt/lib/Horde/Crypt/pgp.php | 1631 ---------------------------- framework/Crypt/lib/Horde/Crypt/smime.php | 1331 ----------------------- framework/Crypt/package.xml | 8 +- framework/Crypt/test/Horde/Crypt/pgp.inc | 2 +- framework/Crypt/test/Horde/Crypt/smime.inc | 2 +- 8 files changed, 2943 insertions(+), 2998 deletions(-) create mode 100644 framework/Crypt/lib/Horde/Crypt/Pgp.php create mode 100644 framework/Crypt/lib/Horde/Crypt/Smime.php delete mode 100644 framework/Crypt/lib/Horde/Crypt/pgp.php delete mode 100644 framework/Crypt/lib/Horde/Crypt/smime.php http://git.horde.org/diff.php/framework/Crypt/lib/Horde/Crypt.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=84cbc20b0bb2da5532ae8f5514d826ade13e447f http://git.horde.org/co.php/framework/Crypt/lib/Horde/Crypt/Pgp.php?rt=horde-git&r=84cbc20b0bb2da5532ae8f5514d826ade13e447f http://git.horde.org/co.php/framework/Crypt/lib/Horde/Crypt/Smime.php?rt=horde-git&r=84cbc20b0bb2da5532ae8f5514d826ade13e447f http://git.horde.org/diff.php/framework/Crypt/lib/Horde/Crypt/pgp.php?rt=horde-git&r1=6dd3f1583a3de06504fa3aa54f56dd7bcf60d496&r2=84cbc20b0bb2da5532ae8f5514d826ade13e447f http://git.horde.org/diff.php/framework/Crypt/lib/Horde/Crypt/smime.php?rt=horde-git&r1=6dd3f1583a3de06504fa3aa54f56dd7bcf60d496&r2=84cbc20b0bb2da5532ae8f5514d826ade13e447f http://git.horde.org/diff.php/framework/Crypt/package.xml?rt=horde-git&r1=b17fa8b0ff5d45b921a5985fda25754af4b902df&r2=84cbc20b0bb2da5532ae8f5514d826ade13e447f http://git.horde.org/diff.php/framework/Crypt/test/Horde/Crypt/pgp.inc?rt=horde-git&r1=241d172dc02a0e3839e14bdb6fce5ca7d3491323&r2=84cbc20b0bb2da5532ae8f5514d826ade13e447f http://git.horde.org/diff.php/framework/Crypt/test/Horde/Crypt/smime.inc?rt=horde-git&r1=241d172dc02a0e3839e14bdb6fce5ca7d3491323&r2=84cbc20b0bb2da5532ae8f5514d826ade13e447f __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
