Revisions for framework/Auth/Auth/kolab.php

Location: [ Horde ] / framework / Auth / Auth / kolab.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.1.10.15 FRAMEWORK_3 (+6 -2 lines) 09/22/2008 12:20 PM Gunnar Wrobel wrobel

MFH (Allow to circumvent the special user login block added with the last commit.)

Tags: HORDE_3_3

1.23 (+6 -2 lines) 09/22/2008 12:14 PM Gunnar Wrobel wrobel

Allow to circumvent the special user login block added with the last commit.

1.1.10.14 FRAMEWORK_3 (+110 -41 lines) 09/12/2008 12:53 PM Gunnar Wrobel wrobel

MFH (Improved handling of multiple IMAP server setups in the Kolab Auth driver. Removed dependency on the Kolab-class and used Kolab_Server instead. Make use of the History class optional.)

Tags: RELEASE_0_1_0

1.22 (+110 -41 lines) 09/12/2008 12:50 PM Gunnar Wrobel wrobel

Improved handling of multiple IMAP server setups in the Kolab Auth driver. Removed dependency on the Kolab-class and used Kolab_Server instead. Make use of the History class optional.

1.1.10.13 FRAMEWORK_3 (+14 -12 lines) 09/12/2008 05:07 AM Gunnar Wrobel wrobel

MFH (The dependency on Kolab_Server must be optional.)

1.21 (+14 -12 lines) 09/12/2008 04:58 AM Gunnar Wrobel wrobel

The dependency on Kolab_Server must be optional.

1.1.10.12 FRAMEWORK_3 (+16 -6 lines) 08/18/2008 03:32 PM Gunnar Wrobel wrobel

MFH (1.18 - 1.20)

Tags: HORDE_3_3_RC1

1.20 (+2 -2 lines) 08/18/2008 04:15 AM Gunnar Wrobel wrobel

Fix the Kolab_Server class name.

1.19 (+4 -2 lines) 07/16/2008 04:03 AM Gunnar Wrobel wrobel

Do not rewrite the user ID to an empty mail value.

1.18 (+1 -2 lines) 07/07/2008 01:02 AM Gunnar Wrobel wrobel

Do not return if the UID couldn't be rewritten.

1.1.10.11 FRAMEWORK_3 (+4 -3 lines) 07/03/2008 06:08 PM Chuck Hagenbuch chuck

MFH:
1.197     +19 -17    framework/Auth/Auth.php
1.25      +4 -5      framework/Auth/Auth/auto.php
1.36      +4 -5      framework/Auth/Auth/http.php
1.31      +2 -3      framework/Auth/Auth/ipbasic.php
1.17      +4 -2      framework/Auth/Auth/kolab.php
1.5       +4 -2      framework/Auth/Auth/shibboleth.php
1.1119    +4 -1      horde/docs/CHANGES

1.17 (+4 -2 lines) 06/30/2008 03:51 PM Chuck Hagenbuch chuck

[cjh] Call the postauthenticate hook in Auth::setAuth(), and allow the
postauthenticate hook to cause setAuth() to fail. Allows postauthenticate
to fire on any event, including transparent authentication, that could
result in a user being successfully logged in.

I'll merge this in a few days if there are no problems with it.

1.16 (+6 -4 lines) 06/26/2008 08:34 AM Gunnar Wrobel wrobel

Fixed error handling.

1.15 (+12 -6 lines) 06/16/2008 12:57 AM Gunnar Wrobel wrobel

Move the kolab Auth driver to the newer LDAP handling.

1.1.10.10 FRAMEWORK_3 (+27 -3 lines) 12/20/2007 08:48 AM Jan Schneider jan

Merge from HEAD.

Tags: HORDE_3_2_2, HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2

1.14 (+2 -2 lines) 12/14/2007 01:34 PM Chuck Hagenbuch chuck

Reference a version of the LGPL that doesn't silently update to new wording.

Tags: BEFORE_MERGE_3_2

1.13 (+4 -3 lines) 08/29/2007 05:17 AM Gunnar Wrobel wrobel

setAuth should not return a PEAR error but kolabMailForAlias may error out if the system is incorrectly configured. The sysadmin should get a note in the log.

Tags: HORDE_3_2_RC1

1.12 (+2 -2 lines) 06/27/2007 01:22 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

Tags: HORDE_3_2_ALPHA

1.1.10.9 FRAMEWORK_3 (+2 -2 lines) 01/02/2007 08:54 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_1_9, HORDE_3_1_8, HORDE_3_1_7, HORDE_3_1_6, HORDE_3_1_5, HORDE_3_1_4, HORDE_3_1_4_RC1

1.11 (+3 -3 lines) 11/20/2006 09:17 AM Jan Schneider jan

Indention

1.10 (+23 -1 lines) 11/20/2006 09:15 AM Jan Schneider jan

Allow to login with both UID and mail address.
Bug: 1317, 4662
Submitted by: wrobel (at) gentoo (dot) org

1.9 (+3 -2 lines) 03/12/2006 01:40 PM Jan Schneider jan

Add multidomain support for Kolab
Bug: 3579
Submitted by: tokoe (at) kde (dot) org

1.1.10.8 FRAMEWORK_3 (+16 -15 lines) 03/03/2006 06:00 PM Chuck Hagenbuch chuck

MFH: Make sure to check that we got a valid result back from getHistory()
before doing anything with it.
Bug: 3560

Tags: HORDE_3_1_3, HORDE_3_1_2, HORDE_3_1_1, HORDE_3_1

1.8 (+16 -15 lines) 03/03/2006 06:00 PM Chuck Hagenbuch chuck

Make sure to check that we got a valid result back from getHistory()
before doing anything with it.
Bug: 3560

1.1.10.7 FRAMEWORK_3 (+78 -1 lines) 02/22/2006 01:36 PM Jan Schneider jan

MFH: 1.7

1.7 (+78 -1 lines) 02/22/2006 01:34 PM Jan Schneider jan

[jan] Add option to block Kolab authentication after failed logins
(tokoe@kde.org, Request #3474).

1.1.10.6 FRAMEWORK_3 (+2 -2 lines) 01/01/2006 04:28 PM Jan Schneider jan

Happy new year

Tags: HORDE_3_1_RC3, HORDE_3_1_RC2, HORDE_3_1_RC1

1.6 (+2 -2 lines) 01/01/2006 04:09 PM Jan Schneider jan

Happy new year\!

1.1.10.5 FRAMEWORK_3 (+1 -1 lines) 10/18/2005 07:00 AM Jan Schneider jan

Merged from HEAD.

1.1.10.4 FRAMEWORK_3 (+1 -3 lines) 06/22/2005 10:08 PM Matt Selsky selsky

MFH: Remove extra stuff from @var lines in phpdoc and remove unneeded @access
public lines.

Tags: HORDE_3_0_12, HORDE_3_0_11, HORDE_3_0_10, HORDE_3_0_9, HORDE_3_0_8, HORDE_3_0_7, HORDE_3_0_6, HORDE_3_0_6_RC1, HORDE_3_0_5, HORDE_3_0_5_RC2, HORDE_3_0_5_RC1

1.5 (+1 -3 lines) 06/22/2005 09:58 PM Matt Selsky selsky

Remove extra stuff from @var lines in phpdoc and remove unneeded @access public
lines.

Tags: BEFORE_MERGE_3_1

1.1.10.3 FRAMEWORK_3 (+2 -2 lines) 05/10/2005 02:21 AM Matt Selsky selsky

MFH: Remove "optional" from phpdoc.

1.4 (+2 -2 lines) 05/10/2005 02:11 AM Matt Selsky selsky

Remove "optional" from phpdoc.

1.1.10.2 FRAMEWORK_3 (+1 -2 lines) 04/21/2005 07:26 AM Matt Selsky selsky

Remove @version.

1.3 (+1 -2 lines) 04/21/2005 01:40 AM Matt Selsky selsky

Remove @version.

1.2 (+1 -1 lines) 01/03/2005 08:08 AM Jan Schneider jan

Happy New Year

1.1.10.1 FRAMEWORK_3 (+3 -3 lines) 01/03/2005 07:18 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_0_4, HORDE_3_0_4_RC2, HORDE_3_0_4_RC1, HORDE_3_0_3, HORDE_3_0_3_RC1, HORDE_3_0_2, HORDE_3_0_1

1.1 08/30/2004 12:08 PM stuart

Added the Kolab auth object (basically a wrapper around the IMAP auth module that provides parameters based on the $conf['kolab'] settings)

Tags: FRAMEWORK_3, HORDE_3_0, HORDE_3_0_RC3