[commits] Horde branch trean_tags updated. 1bfb6e6e91492439ba1d14cfc0078ed777301c69

Chuck Hagenbuch chuck at horde.org
Thu Aug 25 02:44:40 UTC 2011


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

from: 4bcb4bee15f338af00e201091cab67912ec72a94

8220349 coding style
a91b4a3 Bug #10450: Fix POP3 regression
e66f4d7 Released Horde_Imap_Client-1.0.13
00cb5a0 Development mode for Horde_Imap_Client-1.0.14
73f2df2 Bug #10098: Fix identities when default_identity is locked
4061069 Bug #10447: Fix namespace auto-detection for non-sane namespace configs
f812786 Bug #10447: Fix for mailbox creation in mailbox standard view
e65bc9c Typo, fix updating shadowLastChange attribute.
c02228a According to the documentation, shadow password functionality has to be enabled explicitly.
d89cc73 Update parameter comments.
996d15f *This* is where writeAsUserDN was set. Still doesn't make sense, remove.
f8005f2 The Ldap driver supports show_encryption too.
bb50efb Update warnings, convert to UTF-8.
43bdf6b Add missing parameters.
ddd4658 Cleanup
3bc6309 Enforce replacing the password attribute.
60be621 Log exception.
0c1624e Fix editing types.
c29a063 [jan] Fix fatal error while searching if hitting certain recurring events.
a18c16f Fix cloning attributes.
f1fcc87 Fix method access, use callable type (Bug #10454).
5446d91 Don't throw an exception if client not found.
2db3045 Log entry for Bug #10098
8a74526 Bug #10453: Ignore unknown authentication methods; otherwise, they give false positive when authenticating
5dd62bb Remove unused property.
851cada Don't include backtrace in Horde_Exception_Pear messages.
48bbb2a Remove Auth_SASL dependency on CRAM-MD5 authentication.
59b784b Add support for CRAM-SHA1 and CRAM-SHA256 authentication (available in Courier SASL library)
d60d0e1 Merge branch 'master' into trean_tags
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
1bfb6e6 Merge branch 'master' into trean_tags

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

commit 82203490e5dfcda67df6aa88aaa2a1069838b020
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 22 11:26:21 2011 -0600

    coding style

 imp/lib/Imap.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/82203490e5dfcda67df6aa88aaa2a1069838b020

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

commit a91b4a3847c2263aff6bb2f8e60799b6afbe5ee5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 22 23:35:25 2011 -0600

    Bug #10450: Fix POP3 regression

 imp/docs/CHANGES    |    1 +
 imp/lib/Mailbox.php |    5 +++--
 imp/package.xml     |    8 +++++---
 3 files changed, 9 insertions(+), 5 deletions(-)

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

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

commit e66f4d723712507f7378d8e0884919830845b9dc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 23 10:23:01 2011 -0600

    Released Horde_Imap_Client-1.0.13

 framework/Imap_Client/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 00cb5a07a941747e1ec2db81334c06e165f78e2f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 23 10:23:01 2011 -0600

    Development mode for Horde_Imap_Client-1.0.14

 framework/Imap_Client/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/00cb5a07a941747e1ec2db81334c06e165f78e2f

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

commit 73f2df2a6d06b2151b1c7e4e54b0b19c0e62cc39
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 23 23:15:48 2011 -0600

    Bug #10098: Fix identities when default_identity is locked

 framework/Prefs/lib/Horde/Prefs/Identity.php |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/73f2df2a6d06b2151b1c7e4e54b0b19c0e62cc39

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

commit 406106956a76f97091dbb00f06c1b8249e4d790a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 24 00:46:15 2011 -0600

    Bug #10447: Fix namespace auto-detection for non-sane namespace configs

 imp/config/hooks.php.dist |    3 ++-
 imp/lib/Api.php           |   13 +++++++++++--
 imp/lib/Mailbox.php       |   25 ++++++++++++++++++++++---
 imp/mailbox.php           |    4 ++--
 4 files changed, 37 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/406106956a76f97091dbb00f06c1b8249e4d790a

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

commit f812786ff486402fdf839d7f3228119051056edb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 24 00:52:57 2011 -0600

    Bug #10447: Fix for mailbox creation in mailbox standard view

 imp/mailbox.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit e65bc9cd352cca09a56eac0a8f054edc517e9ebf
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 11:40:46 2011 +0200

    Typo, fix updating shadowLastChange attribute.

 passwd/lib/Driver/Ldap.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit c02228a684799ac3284998053777108c1d09d018
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 12:55:31 2011 +0200

    According to the documentation, shadow password functionality has to be enabled explicitly.

 passwd/config/backends.php |   14 +++++++-------
 passwd/lib/Driver/Ldap.php |    4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

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

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

commit d89cc7340400ff3f1392daa67072dbce432e23a5
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 12:55:58 2011 +0200

    Update parameter comments.

 passwd/config/backends.php |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

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

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

commit 996d15f8f606caa528929fd95a1aec580808962b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 12:57:05 2011 +0200

    *This* is where writeAsUserDN was set. Still doesn't make sense, remove.

 passwd/config/backends.php |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/996d15f8f606caa528929fd95a1aec580808962b

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

commit f8005f2a2bf632de57af68ebb25eea75c404629f
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 13:02:32 2011 +0200

    The Ldap driver supports show_encryption too.

 passwd/config/backends.php     |    2 +-
 passwd/lib/Driver/Sql.php      |    4 ++--
 passwd/lib/Driver/Vpopmail.php |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit bb50efb5b565ba542ab4f5adbb2e5975df028dc0
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 13:07:37 2011 +0200

    Update warnings, convert to UTF-8.

 passwd/lib/Driver/Kolab.php    |   16 ++++++++--------
 passwd/lib/Driver/Ldap.php     |    2 +-
 passwd/lib/Driver/Pine.php     |   10 +++++-----
 passwd/lib/Driver/Poppassd.php |   10 +++++-----
 passwd/lib/Driver/Procopen.php |   10 +++++-----
 passwd/lib/Driver/Pspasswd.php |   10 +++++-----
 passwd/lib/Driver/Servuftp.php |   11 +++++------
 passwd/lib/Driver/Soap.php     |    9 +++++----
 passwd/lib/Driver/Sql.php      |    2 +-
 passwd/lib/Driver/Vmailmgr.php |    9 +++++----
 passwd/lib/Driver/Vpopmail.php |   14 +++++++-------
 11 files changed, 52 insertions(+), 51 deletions(-)

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

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

commit 43bdf6bfb7d94f8087d5e66e935e7c6824f154d7
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 13:10:25 2011 +0200

    Add missing parameters.

 passwd/config/backends.php |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/43bdf6bfb7d94f8087d5e66e935e7c6824f154d7

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

commit ddd465821f0465daac5fdbdee49e2f2dfad4431a
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 13:14:48 2011 +0200

    Cleanup

 passwd/lib/Driver/Ldap.php |   71 +++++++++++++++++++++++---------------------
 1 files changed, 37 insertions(+), 34 deletions(-)

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

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

commit 3bc6309ed0f1e803300b77e93565d3f2772b81fa
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 13:19:37 2011 +0200

    Enforce replacing the password attribute.
    
    This is necessary because by default the user password is not returned when
    retrieving a user's entry. Horde_Ldap is adding the attribute then when using
    replace(), unless a replace is enforced.

 passwd/lib/Driver/Ldap.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3bc6309ed0f1e803300b77e93565d3f2772b81fa

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

commit 60be6217518f6f45d305c49307f9529ac93b8198
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 13:33:03 2011 +0200

    Log exception.

 passwd/index.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/60be6217518f6f45d305c49307f9529ac93b8198

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

commit 0c1624e96b9f8993ede52e60a322ad05af3d419f
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 15:30:06 2011 +0200

    Fix editing types.

 whups/admin/index.php |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/0c1624e96b9f8993ede52e60a322ad05af3d419f

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

commit c29a06302c96bfe30ba2df797653659b0b38eb1b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 15:53:17 2011 +0200

    [jan] Fix fatal error while searching if hitting certain recurring events.

 kronolith/docs/CHANGES      |    1 +
 kronolith/lib/Kronolith.php |    2 +-
 kronolith/package.xml       |    2 ++
 3 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit a18c16f091a05545ea21cc8507633f8b0b78af57
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 16:09:28 2011 +0200

    Fix cloning attributes.

 whups/admin/index.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

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

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

commit f1fcc8785b432a34587b3bdb0f62690d6001e1ab
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 16:26:28 2011 +0200

    Fix method access, use callable type (Bug #10454).

 whups/lib/Driver/Sql.php |    4 ++--
 whups/lib/Query.php      |   16 +++++++---------
 2 files changed, 9 insertions(+), 11 deletions(-)

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

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

commit 5446d91e77f65e5783a638066403d03be6360d37
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 16:58:45 2011 +0200

    Don't throw an exception if client not found.
    
    It could have been removed from the address book, and there is no way to change
    the client by editing the time entry, if we error out here.

 hermes/lib/Form/Time/Entry.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/5446d91e77f65e5783a638066403d03be6360d37

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

commit 2db30450d1f309df3ef29f95780c957dbe6af554
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 24 10:12:47 2011 -0600

    Log entry for Bug #10098

 framework/Prefs/package.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/2db30450d1f309df3ef29f95780c957dbe6af554

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

commit 8a74526ed0307e61a4e3b4f3ff0d3114c059d87b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 24 10:32:37 2011 -0600

    Bug #10453: Ignore unknown authentication methods; otherwise, they give false positive when authenticating

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php      |    3 +++
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |    3 +++
 framework/Imap_Client/package.xml                           |   10 +++++-----
 3 files changed, 11 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/8a74526ed0307e61a4e3b4f3ff0d3114c059d87b

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

commit 5dd62bbf4b79efb8262853bea366d7f4e069ff1d
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 18:54:30 2011 +0200

    Remove unused property.

 framework/Exception/lib/Horde/Exception/Pear.php |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/5dd62bbf4b79efb8262853bea366d7f4e069ff1d

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

commit 851cadacc670430a494cc1557e8495ca81c55523
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 24 19:06:00 2011 +0200

    Don't include backtrace in Horde_Exception_Pear messages.

 framework/Exception/lib/Horde/Exception/Pear.php           |   18 ++++--------
 framework/Exception/package.xml                            |    4 +-
 framework/Exception/test/Horde/Exception/ExceptionTest.php |   12 ++------
 3 files changed, 11 insertions(+), 23 deletions(-)

http://git.horde.org/horde-git/-/commit/851cadacc670430a494cc1557e8495ca81c55523

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

commit 48bbb2a0fbac11aab1b52e31bed7a2e69cb97b5b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 24 10:41:36 2011 -0600

    Remove Auth_SASL dependency on CRAM-MD5 authentication.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php      |   62 +++++------
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |    8 +-
 framework/Imap_Client/package.xml                           |    4 +-
 3 files changed, 33 insertions(+), 41 deletions(-)

http://git.horde.org/horde-git/-/commit/48bbb2a0fbac11aab1b52e31bed7a2e69cb97b5b

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

commit 59b784be24bb5a6c7d3c23df0c8345ee27e42c0a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 24 11:27:44 2011 -0600

    Add support for CRAM-SHA1 and CRAM-SHA256 authentication (available in Courier SASL library)

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php      |    7 +++++--
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |   11 +++++++----
 framework/Imap_Client/package.xml                           |    4 +++-
 3 files changed, 15 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/59b784be24bb5a6c7d3c23df0c8345ee27e42c0a

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

commit d60d0e19ef8d4e495c9dbb9e8db84ebaeeb3a9af
Merge: 4bcb4be 59b784b
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Wed Aug 24 15:28:19 2011 -0400

    Merge branch 'master' into trean_tags

 framework/Exception/lib/Horde/Exception/Pear.php            |   25 +---
 framework/Exception/package.xml                             |    4 +-
 framework/Exception/test/Horde/Exception/ExceptionTest.php  |   12 +--
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php      |   68 +++++-----
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |   20 ++--
 framework/Imap_Client/package.xml                           |   27 +++-
 framework/Prefs/lib/Horde/Prefs/Identity.php                |   10 --
 framework/Prefs/package.xml                                 |   10 +-
 hermes/lib/Form/Time/Entry.php                              |    1 -
 imp/config/hooks.php.dist                                   |    3 +-
 imp/docs/CHANGES                                            |    1 +
 imp/lib/Api.php                                             |   13 ++-
 imp/lib/Imap.php                                            |    2 +-
 imp/lib/Mailbox.php                                         |   30 ++++-
 imp/mailbox.php                                             |    3 +-
 imp/package.xml                                             |    8 +-
 kronolith/docs/CHANGES                                      |    1 +
 kronolith/lib/Kronolith.php                                 |    2 +-
 kronolith/package.xml                                       |    2 +
 passwd/config/backends.php                                  |   52 ++++---
 passwd/index.php                                            |    1 +
 passwd/lib/Driver/Kolab.php                                 |   16 +-
 passwd/lib/Driver/Ldap.php                                  |   77 ++++++-----
 passwd/lib/Driver/Pine.php                                  |   10 +-
 passwd/lib/Driver/Poppassd.php                              |   10 +-
 passwd/lib/Driver/Procopen.php                              |   10 +-
 passwd/lib/Driver/Pspasswd.php                              |   10 +-
 passwd/lib/Driver/Servuftp.php                              |   11 +-
 passwd/lib/Driver/Soap.php                                  |    9 +-
 passwd/lib/Driver/Sql.php                                   |    6 +-
 passwd/lib/Driver/Vmailmgr.php                              |    9 +-
 passwd/lib/Driver/Vpopmail.php                              |   16 +-
 whups/admin/index.php                                       |   20 +--
 whups/lib/Driver/Sql.php                                    |    4 +-
 whups/lib/Query.php                                         |   16 +--
 35 files changed, 276 insertions(+), 243 deletions(-)

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

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

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

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

commit 1bfb6e6e91492439ba1d14cfc0078ed777301c69
Merge: d60d0e1 302cb5f
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Wed Aug 24 22:44:24 2011 -0400

    Merge branch 'master' into trean_tags

 framework/Auth/lib/Horde/Auth.php                  |    2 +
 framework/Auth/lib/Horde/Auth/Base.php             |  180 ++++++++++++++++++++
 framework/Auth/lib/Horde/Auth/Sql.php              |    4 +-
 framework/Auth/package.xml                         |    2 +
 framework/Core/lib/Horde/Core/Auth/Application.php |   63 +++++++
 framework/Core/lib/Horde/Core/Factory/Auth.php     |    6 +
 framework/Core/package.xml                         |    6 +-
 horde/admin/user.php                               |   10 +-
 horde/config/conf.xml                              |   17 +-
 horde/docs/CHANGES                                 |    2 +
 horde/login.php                                    |    4 +
 horde/package.xml                                  |    2 +
 horde/templates/admin/user/update.inc              |   10 +
 13 files changed, 296 insertions(+), 12 deletions(-)

http://git.horde.org/horde-git/-/commit/1bfb6e6e91492439ba1d14cfc0078ed777301c69




More information about the commits mailing list