|
1.4.2.2 FRAMEWORK_3 (+4 -2 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.5 (+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.4.2.1 FRAMEWORK_3 (+1 -1 lines) |
12/20/2007 08:48 AM |
Jan Schneider jan |
Merge from HEAD. Tags: HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2 |
|
1.4 (+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: FRAMEWORK_3, BEFORE_MERGE_3_2 |
|
1.3 (+3 -1 lines) |
08/13/2006 10:48 PM |
Chuck Hagenbuch chuck |
phpdoc updates
Bug: 4288 Tags: HORDE_3_2_RC1, HORDE_3_2_ALPHA |
|
1.2 (+3 -3 lines) |
04/24/2006 10:15 PM |
Matt Selsky selsky |
Fix class name. |
|
1.1 |
04/24/2006 08:54 PM |
Chuck Hagenbuch chuck |
[cjh] Add Shibboleth transparent authentication driver
(Cassio Nishiguchi <cassio@protectnetwork.org>). |