[commits] Horde branch master updated. 83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
Chuck Hagenbuch
chuck at horde.org
Wed Jul 15 14:40:34 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 3a843ef4ff445db36f3c97af52b9fcff7cbb55a1
942c09b... stub _authenticate in the auto driver to avoid a compile-time error
d5026db... fix dependency on Core package, and add dependency on Exception package
83ba16e... throw Horde_Auth_Exceptions instead of generic Horde_Exceptions
-----------------------------------------------------------------------
commit 942c09b8caf9c931224e39d33571958c1d29f6a7
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Wed Jul 15 10:28:55 2009 -0400
stub _authenticate in the auto driver to avoid a compile-time error
framework/Auth/lib/Horde/Auth/Auto.php | 15 +++++++++++++++
framework/Auth/lib/Horde/Auth/Base.php | 1 -
2 files changed, 15 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Auto.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=942c09b8caf9c931224e39d33571958c1d29f6a7
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Base.php?rt=horde-git&r1=d270811df9cd0badf88d61b867bee4207cc51b24&r2=942c09b8caf9c931224e39d33571958c1d29f6a7
-----------------------------------------------------------------------
commit d5026db0fe8cf92f24072e31d3ac88e0690bb889
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Wed Jul 15 10:33:21 2009 -0400
fix dependency on Core package, and add dependency on Exception package
framework/Auth/package.xml | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/framework/Auth/package.xml?rt=horde-git&r1=9af768a7e621122e0ed7d8a21e4535450cd34d14&r2=d5026db0fe8cf92f24072e31d3ac88e0690bb889
-----------------------------------------------------------------------
commit 83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Wed Jul 15 10:40:37 2009 -0400
throw Horde_Auth_Exceptions instead of generic Horde_Exceptions
framework/Auth/lib/Horde/Auth.php | 12 +++---
framework/Auth/lib/Horde/Auth/Application.php | 16 ++++----
framework/Auth/lib/Horde/Auth/Auto.php | 6 ++--
framework/Auth/lib/Horde/Auth/Base.php | 36 ++++++++++----------
framework/Auth/lib/Horde/Auth/Composite.php | 12 +++---
framework/Auth/lib/Horde/Auth/Customsql.php | 32 +++++++++---------
framework/Auth/lib/Horde/Auth/Cyrsql.php | 40 +++++++++++-----------
framework/Auth/lib/Horde/Auth/Cyrus.php | 18 +++++-----
framework/Auth/lib/Horde/Auth/Exception.php | 16 +++++++++
framework/Auth/lib/Horde/Auth/Ftp.php | 8 ++--
framework/Auth/lib/Horde/Auth/Http.php | 10 +++---
framework/Auth/lib/Horde/Auth/Http/Remote.php | 4 +-
framework/Auth/lib/Horde/Auth/Imap.php | 16 ++++----
framework/Auth/lib/Horde/Auth/Imsp.php | 4 +-
framework/Auth/lib/Horde/Auth/Ipbasic.php | 6 ++--
framework/Auth/lib/Horde/Auth/Kolab.php | 22 ++++++------
framework/Auth/lib/Horde/Auth/Krb5.php | 14 ++++----
framework/Auth/lib/Horde/Auth/Ldap.php | 44 ++++++++++++------------
framework/Auth/lib/Horde/Auth/Login.php | 6 ++--
framework/Auth/lib/Horde/Auth/Msad.php | 20 ++++++------
framework/Auth/lib/Horde/Auth/Pam.php | 10 +++---
framework/Auth/lib/Horde/Auth/Passwd.php | 42 ++++++++++++------------
framework/Auth/lib/Horde/Auth/Peclsasl.php | 12 +++---
framework/Auth/lib/Horde/Auth/Radius.php | 18 +++++-----
framework/Auth/lib/Horde/Auth/Shibboleth.php | 4 +-
framework/Auth/lib/Horde/Auth/Smb.php | 12 +++---
framework/Auth/lib/Horde/Auth/Smbclient.php | 8 ++--
framework/Auth/lib/Horde/Auth/Sql.php | 40 +++++++++++-----------
framework/Auth/package.xml | 2 +
29 files changed, 254 insertions(+), 236 deletions(-)
create mode 100644 framework/Auth/lib/Horde/Auth/Exception.php
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=9af768a7e621122e0ed7d8a21e4535450cd34d14&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Application.php?rt=horde-git&r1=2f85661078b8b054302d9f5529f942f5ec460afd&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Auto.php?rt=horde-git&r1=942c09b8caf9c931224e39d33571958c1d29f6a7&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Base.php?rt=horde-git&r1=942c09b8caf9c931224e39d33571958c1d29f6a7&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Composite.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Customsql.php?rt=horde-git&r1=880314e236f67912136bd1494d4dc177ade28846&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Cyrsql.php?rt=horde-git&r1=8d38a43880bfd2f005b63d098c51bb904cdaacfd&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Cyrus.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/co.php/framework/Auth/lib/Horde/Auth/Exception.php?rt=horde-git&r=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Ftp.php?rt=horde-git&r1=96760e0cf46f602bbcca6f1dd2aca4c519bb01b9&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Http.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Http/Remote.php?rt=horde-git&r1=9af768a7e621122e0ed7d8a21e4535450cd34d14&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Imap.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Imsp.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Ipbasic.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Kolab.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Krb5.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Ldap.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Login.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Msad.php?rt=horde-git&r1=d7bfd9898512224d1f6ad7ea255e93613913c936&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Pam.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Passwd.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Peclsasl.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Radius.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Shibboleth.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Smb.php?rt=horde-git&r1=199a59c2fcee132fe3b038b987322be716eef1bf&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Smbclient.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Sql.php?rt=horde-git&r1=50a77adcffa6a587b7565ee5c457ba24beffb33e&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
http://git.horde.org/diff.php/framework/Auth/package.xml?rt=horde-git&r1=d5026db0fe8cf92f24072e31d3ac88e0690bb889&r2=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1
More information about the commits
mailing list