[commits] Horde branch master updated. 302cb5f95631b1294576af980d4b4c9d9fc42f9c

Ralf Lang lang at b1-systems.de
Wed Aug 24 22:13:42 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: 59b784be24bb5a6c7d3c23df0c8345ee27e42c0a

f311677 optionally add history and locking apis to auth
91f99ec add proxy methods lockUser and unlockUser
340a3fb Add a new authentication denial reason: locked
a960f6d Add a driver independent optional feature for (temporary or permanent) locking and blocking to many bad login attempts. Parameter format is similar to the feature originally found in the Kolab backend
b1c8920 Move the parent constructor to correctly initialize features
43468aa React on Horde_Auth's new logout reason locked
708a67d Remove the parameters from the kolab backend because it doesn't use them anymore Add similar parameters backend-independent for Horde_Auth's optional and generic implementation of blocking and locking (v1.2.0 and higher)
4206d12 Add a minimalistic UI for adding/removing auth locks to admin/user screen. This is only shown if horde is configured to use authentication locking
04022cc package info
23ad0d8 [rla] added lock and unlock routines to auth_application
302cb5f [rla] Added account blocking similar to the former kolab-specific option. Requires recent Horde_Auth and Horde_Core

-----------------------------------------------------------------------

commit f31167754a27419e6569c80f15c2505289991f2d
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed Aug 24 22:04:54 2011 +0200

    optionally add history and locking apis to auth

 framework/Core/lib/Horde/Core/Factory/Auth.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/f31167754a27419e6569c80f15c2505289991f2d

-----------------------------------------------------------------------

commit 91f99ec11147cd96e58fecb267216897fe89972e
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed Aug 24 22:06:19 2011 +0200

    add proxy methods lockUser and unlockUser

 framework/Core/lib/Horde/Core/Auth/Application.php |   63 ++++++++++++++++++++
 1 files changed, 63 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/91f99ec11147cd96e58fecb267216897fe89972e

-----------------------------------------------------------------------

commit 340a3fb9029c3bd853c53cf42dbc453d514a2b58
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed Aug 24 22:14:01 2011 +0200

    Add a new authentication denial reason: locked

 framework/Auth/lib/Horde/Auth.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/340a3fb9029c3bd853c53cf42dbc453d514a2b58

-----------------------------------------------------------------------

commit a960f6d49956e4dc230a16b56c5c4aa1f5ce6cf1
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed Aug 24 22:17:39 2011 +0200

    Add a driver independent optional feature for (temporary or permanent)
    locking and blocking to many bad login attempts. Parameter format is
    similar to the feature originally found in the Kolab backend

 framework/Auth/lib/Horde/Auth/Base.php |  180 ++++++++++++++++++++++++++++++++
 1 files changed, 180 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/a960f6d49956e4dc230a16b56c5c4aa1f5ce6cf1

-----------------------------------------------------------------------

commit b1c892061e2299cdeba16504d2d664a1c8c62c09
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed Aug 24 22:19:22 2011 +0200

    Move the parent constructor to correctly initialize features

 framework/Auth/lib/Horde/Auth/Sql.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/b1c892061e2299cdeba16504d2d664a1c8c62c09

-----------------------------------------------------------------------

commit 43468aac49bc8ecf89a42ace032d6a255bb68d93
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed Aug 24 22:21:03 2011 +0200

    React on Horde_Auth's new logout reason locked

 horde/login.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/43468aac49bc8ecf89a42ace032d6a255bb68d93

-----------------------------------------------------------------------

commit 708a67d7c24ddee9af35bd9c936533aae5b335fa
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed Aug 24 22:22:14 2011 +0200

    Remove the parameters from the kolab backend because it doesn't use them
    anymore
    Add similar parameters backend-independent for Horde_Auth's optional
    and generic implementation of blocking and locking (v1.2.0 and higher)

 horde/config/conf.xml |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/708a67d7c24ddee9af35bd9c936533aae5b335fa

-----------------------------------------------------------------------

commit 4206d124e7aa0f92837eba0f291ae12b88c6888d
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed Aug 24 22:23:59 2011 +0200

    Add a minimalistic UI for adding/removing auth locks
    to admin/user screen. This is only shown if horde is configured
    to use authentication locking

 horde/admin/user.php                  |   10 +++++++++-
 horde/templates/admin/user/update.inc |   10 ++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/4206d124e7aa0f92837eba0f291ae12b88c6888d

-----------------------------------------------------------------------

commit 04022cc58848b32ec4b6b2ee2ec3c0c26832a655
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu Aug 25 00:04:12 2011 +0200

    package info

 framework/Auth/package.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/04022cc58848b32ec4b6b2ee2ec3c0c26832a655

-----------------------------------------------------------------------

commit 23ad0d88a2702f8eee2d961c9013b15599b8ed1a
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu Aug 25 00:07:26 2011 +0200

    [rla] added lock and unlock routines to auth_application

 framework/Core/package.xml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/23ad0d88a2702f8eee2d961c9013b15599b8ed1a

-----------------------------------------------------------------------

commit 302cb5f95631b1294576af980d4b4c9d9fc42f9c
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu Aug 25 00:09:12 2011 +0200

    [rla] Added account blocking similar to the former kolab-specific option. Requires recent Horde_Auth and Horde_Core

 horde/docs/CHANGES |    2 ++
 horde/package.xml  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/302cb5f95631b1294576af980d4b4c9d9fc42f9c




More information about the commits mailing list