[commits] Horde branch master updated. d7d30b5eea5eefe459c28d651fa3836b2ff7fe9e

Michael M Slusarz slusarz at horde.org
Tue Mar 12 23:02:33 UTC 2013


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

from: 2de95f9a8d3374d495a5548ac4da75f77b9b77a2

a1d097a Missing break
927c54c phpdoc
3958d62 doc fixes
0c72704 _loaded variable not needed
a148d81 phpdoc
43f9253 [mms] Add option to destroy Horde session after changing password (Bug #11766).
d7d30b5 Update password drivers.

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

commit a1d097a63350524229ba38e169bbb9f6154047f8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 14:47:11 2013 -0600

    Missing break

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

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

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

commit 927c54c0e391c610358ce39f5f5774614780e2b2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 15:21:13 2013 -0600

    phpdoc

 horde/lib/Api.php |   52 +++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 35 insertions(+), 17 deletions(-)

http://git.horde.org/horde-git/-/commit/927c54c0e391c610358ce39f5f5774614780e2b2

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

commit 3958d621be9a378e6955306cc6a5d8e433451b66
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 15:24:26 2013 -0600

    doc fixes

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

http://git.horde.org/horde-git/-/commit/3958d621be9a378e6955306cc6a5d8e433451b66

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

commit 0c72704b07076e1a0ce1cf030a71620f191c3c3a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 15:46:31 2013 -0600

    _loaded variable not needed

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

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

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

commit a148d814f2ae3bd2debee53588a6e2bd8acbdea6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 15:50:14 2013 -0600

    phpdoc

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

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

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

commit 43f9253c42bfe053a64f3dc8386048626936e367
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 16:53:41 2013 -0600

    [mms] Add option to destroy Horde session after changing password (Bug #11766).

 passwd/config/backends.php |    7 ++++---
 passwd/docs/CHANGES        |    1 +
 passwd/docs/UPGRADING      |   15 +++++++++++++++
 passwd/lib/Basic.php       |    9 ++++-----
 passwd/package.xml         |    1 +
 5 files changed, 25 insertions(+), 8 deletions(-)

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

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

commit d7d30b5eea5eefe459c28d651fa3836b2ff7fe9e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 16:54:46 2013 -0600

    Update password drivers.
    
    Remove userdn hook - better as a config option in backends.php
    Fix username hook - userid should be modified at the time changePassword
    is called so this works more transparently with the composite driver.
    fix phpdoc

 passwd/config/backends.php       |    6 ++-
 passwd/config/hooks.php.dist     |   64 +++++------------
 passwd/docs/UPGRADING            |   12 +++-
 passwd/lib/Basic.php             |   12 +---
 passwd/lib/Driver.php            |   32 +++++++--
 passwd/lib/Driver/Adsi.php       |   45 +++++++-----
 passwd/lib/Driver/Composite.php  |   80 ++++++++++------------
 passwd/lib/Driver/Expect.php     |   47 +++++++------
 passwd/lib/Driver/Expectpecl.php |  116 ++++++++++++++++++-------------
 passwd/lib/Driver/Horde.php      |   44 +++++++-----
 passwd/lib/Driver/Http.php       |   11 ++--
 passwd/lib/Driver/Kolab.php      |   50 ++++++++------
 passwd/lib/Driver/Ldap.php       |  142 ++++++++++++++++++--------------------
 passwd/lib/Driver/Pine.php       |  141 +++++++++++++++++--------------------
 passwd/lib/Driver/Poppassd.php   |   76 +++++++++++---------
 passwd/lib/Driver/Procopen.php   |   45 +++++++------
 passwd/lib/Driver/Pspasswd.php   |   56 ++++++++-------
 passwd/lib/Driver/Servuftp.php   |   77 ++++++++++++++-------
 passwd/lib/Driver/Smbldap.php    |   66 +++++++++---------
 passwd/lib/Driver/Smbpasswd.php  |   64 +++++++++--------
 passwd/lib/Driver/Soap.php       |   56 ++++++++--------
 passwd/lib/Driver/Sql.php        |  124 ++++++++++++++++-----------------
 passwd/lib/Driver/Vmailmgr.php   |   36 +++++-----
 passwd/lib/Driver/Vpopmail.php   |  119 ++++++++++++++++----------------
 24 files changed, 783 insertions(+), 738 deletions(-)

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




More information about the commits mailing list