[commits] Horde branch master updated. 52b72b98aee1754f5c0954dce84483ce22891346

Jan Schneider jan at horde.org
Fri Sep 17 12:29:15 UTC 2010


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

from: c475f8610c3393827330941d91916bf8dd7a2e1e

e78e6c2 Cleanup
6da4a85 Only disconnect() is left.
ce30aac Fix file names.
c1603a4 This may be called rootDSE() though.
c5a3397 Remove unused factory method.
2fbfbaa These are protected methods.
fd6147c Tweak method/property names.
312eab8 Pass error number.
1f82bef Cleanup.
9ac3ac7 phpdoc
8957d6f Cleanup
101bdcd Net_LDAP2_LDIF -> Horde_Ldap_Ldif
fd79ead Add test stubs to skeleton.
c48e1a2 Add test suite.
360f827 Cleanup
b1b7abc Update Horde_Ldap_Util method names.
51d7b22 Match method names.
4f1577f Fix typos.
9beaacf Fix configuration parameter names.
5ec1a7c Fix for-call.
f03270b facsimileTelephoneNumber doesn's have a matching rule for deleting individual attributes.
52b72b9 Update file names.

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

commit e78e6c29515ecc25cf17ed27d2c801e41acaa038
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 14 18:21:20 2010 +0200

    Cleanup

 framework/Ldap/lib/Horde/Ldap.php | 1621 +++++++++++++++++--------------------
 1 files changed, 724 insertions(+), 897 deletions(-)

http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap.php?rt=horde-git&r1=9cb448eaeffa8c43e2a6256d57a425b66ce6220c&r2=e78e6c29515ecc25cf17ed27d2c801e41acaa038

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

commit 6da4a85a1cf42eef8cae940d8ff5ac7fe6fea592
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 14 18:36:48 2010 +0200

    Only disconnect() is left.

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

http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Ldap.php?rt=horde-git&r1=618b889787d97cabcb906378074cfc8828e7f5ab&r2=6da4a85a1cf42eef8cae940d8ff5ac7fe6fea592

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

commit ce30aac04ee9c651cb142abdf8a58fc4cca348e5
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 14 18:37:45 2010 +0200

    Fix file names.

 framework/Ldap/lib/Horde/Ldap/LDIF.php    |  921 -----------------------------
 framework/Ldap/lib/Horde/Ldap/Ldif.php    |  921 +++++++++++++++++++++++++++++
 framework/Ldap/lib/Horde/Ldap/RootDSE.php |  234 --------
 framework/Ldap/lib/Horde/Ldap/RootDse.php |  234 ++++++++
 4 files changed, 1155 insertions(+), 1155 deletions(-)
 delete mode 100644 framework/Ldap/lib/Horde/Ldap/LDIF.php
 create mode 100644 framework/Ldap/lib/Horde/Ldap/Ldif.php
 delete mode 100644 framework/Ldap/lib/Horde/Ldap/RootDSE.php
 create mode 100644 framework/Ldap/lib/Horde/Ldap/RootDse.php

http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/LDIF.php?rt=horde-git&r1=f8547b6f9c244817a97f2bd90328062749d64011&r2=ce30aac04ee9c651cb142abdf8a58fc4cca348e5
http://git.horde.org/co.php/framework/Ldap/lib/Horde/Ldap/Ldif.php?rt=horde-git&r=ce30aac04ee9c651cb142abdf8a58fc4cca348e5
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/RootDSE.php?rt=horde-git&r1=7a8aba0f1746c7d35cb12d633a268ec3260ae05a&r2=ce30aac04ee9c651cb142abdf8a58fc4cca348e5
http://git.horde.org/co.php/framework/Ldap/lib/Horde/Ldap/RootDse.php?rt=horde-git&r=ce30aac04ee9c651cb142abdf8a58fc4cca348e5

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

commit c1603a4d9f45d024e4ac84cb91bb44cbaac3459a
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 14 18:39:12 2010 +0200

    This may be called rootDSE() though.

 framework/Ldap/lib/Horde/Ldap.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap.php?rt=horde-git&r1=e78e6c29515ecc25cf17ed27d2c801e41acaa038&r2=c1603a4d9f45d024e4ac84cb91bb44cbaac3459a

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

commit c5a33973594e1c84d7c88fab293fef45802f0065
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 14 18:40:30 2010 +0200

    Remove unused factory method.

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

http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap.php?rt=horde-git&r1=c1603a4d9f45d024e4ac84cb91bb44cbaac3459a&r2=c5a33973594e1c84d7c88fab293fef45802f0065

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

commit 2fbfbaa8c10e586ca2dd1158f34b9e3c0371a0ed
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 14 18:44:41 2010 +0200

    These are protected methods.

 framework/Ldap/lib/Horde/Ldap.php |   46 +++++++++++++++++--------------------
 1 files changed, 21 insertions(+), 25 deletions(-)

http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap.php?rt=horde-git&r1=c5a33973594e1c84d7c88fab293fef45802f0065&r2=2fbfbaa8c10e586ca2dd1158f34b9e3c0371a0ed

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

commit fd6147cbd3f6b318e73d7ab4e5d8521e1c0bd431
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 14 18:51:05 2010 +0200

    Tweak method/property names.

 framework/Ldap/lib/Horde/Ldap.php       |   77 +++++++++++++++----------------
 framework/Ldap/lib/Horde/Ldap/Entry.php |    6 +-
 2 files changed, 41 insertions(+), 42 deletions(-)

http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap.php?rt=horde-git&r1=2fbfbaa8c10e586ca2dd1158f34b9e3c0371a0ed&r2=fd6147cbd3f6b318e73d7ab4e5d8521e1c0bd431
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Entry.php?rt=horde-git&r1=9a4cb1846355828a959eac8b17b46e9451765eb5&r2=fd6147cbd3f6b318e73d7ab4e5d8521e1c0bd431

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

commit 312eab8ab89d7aaddd01099f6fc6c55b9e96f34e
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 14 23:06:38 2010 +0200

    Pass error number.

 framework/Ldap/lib/Horde/Ldap.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap.php?rt=horde-git&r1=fd6147cbd3f6b318e73d7ab4e5d8521e1c0bd431&r2=312eab8ab89d7aaddd01099f6fc6c55b9e96f34e

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

commit 1f82befe07a4a40893cb4f204966fa4ed8f5ac6c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 14 23:32:55 2010 +0200

    Cleanup.

 framework/Ldap/lib/Horde/Ldap/Entry.php |  930 +++++++++++++------------------
 1 files changed, 398 insertions(+), 532 deletions(-)

http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Entry.php?rt=horde-git&r1=fd6147cbd3f6b318e73d7ab4e5d8521e1c0bd431&r2=1f82befe07a4a40893cb4f204966fa4ed8f5ac6c

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

commit 9ac3ac78dc689da14bf287990f07d083f8347e6d
Author: Jan Schneider <jan at horde.org>
Date:   Wed Sep 15 11:42:08 2010 +0200

    phpdoc

 framework/Ldap/lib/Horde/Ldap.php           |   10 +++++-----
 framework/Ldap/lib/Horde/Ldap/Exception.php |   14 +++++++++++++-
 2 files changed, 18 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap.php?rt=horde-git&r1=312eab8ab89d7aaddd01099f6fc6c55b9e96f34e&r2=9ac3ac78dc689da14bf287990f07d083f8347e6d
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Exception.php?rt=horde-git&r1=ba939ab2ad8b08b987f99f24dc9adb1cb45535de&r2=9ac3ac78dc689da14bf287990f07d083f8347e6d

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

commit 8957d6f19ee96c07482b8df4a9b45940b004b048
Author: Jan Schneider <jan at horde.org>
Date:   Wed Sep 15 14:29:26 2010 +0200

    Cleanup

 framework/Ldap/lib/Horde/Ldap/Util.php |  591 +++++++++++++++++---------------
 1 files changed, 317 insertions(+), 274 deletions(-)

http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Util.php?rt=horde-git&r1=ea619fc1b9d461755888afd6bff686b87adcb01b&r2=8957d6f19ee96c07482b8df4a9b45940b004b048

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

commit 101bdcd56fa3b02b6358f66d4ee8d44f4378c83d
Author: Jan Schneider <jan at horde.org>
Date:   Thu Sep 16 14:54:02 2010 +0200

    Net_LDAP2_LDIF -> Horde_Ldap_Ldif

 framework/Ldap/lib/Horde/Ldap/Ldif.php | 1167 +++++++++++++++-----------------
 1 files changed, 533 insertions(+), 634 deletions(-)

http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Ldif.php?rt=horde-git&r1=ce30aac04ee9c651cb142abdf8a58fc4cca348e5&r2=101bdcd56fa3b02b6358f66d4ee8d44f4378c83d

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

commit fd79ead4ccac1deacb12cbe772fca627e3eccc97
Author: Jan Schneider <jan at horde.org>
Date:   Thu Sep 16 16:15:26 2010 +0200

    Add test stubs to skeleton.

 skeleton/test/Skeleton/AllTests.php    |   36 ++++++++++++++++++++++++++++++++
 skeleton/test/Skeleton/ExampleTest.php |   23 ++++++++++++++++++++
 2 files changed, 59 insertions(+), 0 deletions(-)
 create mode 100644 skeleton/test/Skeleton/AllTests.php
 create mode 100644 skeleton/test/Skeleton/ExampleTest.php

http://git.horde.org/co.php/skeleton/test/Skeleton/AllTests.php?rt=horde-git&r=fd79ead4ccac1deacb12cbe772fca627e3eccc97
http://git.horde.org/co.php/skeleton/test/Skeleton/ExampleTest.php?rt=horde-git&r=fd79ead4ccac1deacb12cbe772fca627e3eccc97

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

commit c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 17 13:18:01 2010 +0200

    Add test suite.

 .gitignore                                                      |    1 +
 framework/Ldap/test/Horde/Ldap/AllTests.php                     |   36 +
 framework/Ldap/test/Horde/Ldap/EntryTest.php                    |   27 +
 framework/Ldap/test/Horde/Ldap/ExampleTest.php                  |   23 +
 framework/Ldap/test/Horde/Ldap/FilterTest.php                   |  236 +++
 framework/Ldap/test/Horde/Ldap/LdapTest.php                     |  599 ++++++
 framework/Ldap/test/Horde/Ldap/LdifTest.php                     |  632 +++++++
 framework/Ldap/test/Horde/Ldap/SearchTest.php                   |  127 ++
 framework/Ldap/test/Horde/Ldap/TestBase.php                     |   30 +
 framework/Ldap/test/Horde/Ldap/UtilTest.php                     |  344 ++++
 framework/Ldap/test/Horde/Ldap/conf.php.dist                    |   12 +
 framework/Ldap/test/Horde/Ldap/fixtures/changes.ldif            |   43 +
 framework/Ldap/test/Horde/Ldap/fixtures/malformed_encoding.ldif |   19 +
 framework/Ldap/test/Horde/Ldap/fixtures/malformed_syntax.ldif   |   20 +
 framework/Ldap/test/Horde/Ldap/fixtures/malformed_wrapping.ldif |   24 +
 framework/Ldap/test/Horde/Ldap/fixtures/sorted_w40.ldif         |   40 +
 framework/Ldap/test/Horde/Ldap/fixtures/sorted_w50.ldif         |   42 +
 framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w30.ldif       |   40 +
 framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w50.ldif       |   42 +
 framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w50_WIN.ldif   |   42 +
 20 files changed, 2379 insertions(+), 0 deletions(-)
 create mode 100644 framework/Ldap/test/Horde/Ldap/AllTests.php
 create mode 100644 framework/Ldap/test/Horde/Ldap/EntryTest.php
 create mode 100644 framework/Ldap/test/Horde/Ldap/ExampleTest.php
 create mode 100644 framework/Ldap/test/Horde/Ldap/FilterTest.php
 create mode 100644 framework/Ldap/test/Horde/Ldap/LdapTest.php
 create mode 100644 framework/Ldap/test/Horde/Ldap/LdifTest.php
 create mode 100644 framework/Ldap/test/Horde/Ldap/SearchTest.php
 create mode 100644 framework/Ldap/test/Horde/Ldap/TestBase.php
 create mode 100644 framework/Ldap/test/Horde/Ldap/UtilTest.php
 create mode 100644 framework/Ldap/test/Horde/Ldap/conf.php.dist
 create mode 100644 framework/Ldap/test/Horde/Ldap/fixtures/changes.ldif
 create mode 100644 framework/Ldap/test/Horde/Ldap/fixtures/malformed_encoding.ldif
 create mode 100644 framework/Ldap/test/Horde/Ldap/fixtures/malformed_syntax.ldif
 create mode 100644 framework/Ldap/test/Horde/Ldap/fixtures/malformed_wrapping.ldif
 create mode 100644 framework/Ldap/test/Horde/Ldap/fixtures/sorted_w40.ldif
 create mode 100644 framework/Ldap/test/Horde/Ldap/fixtures/sorted_w50.ldif
 create mode 100644 framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w30.ldif
 create mode 100644 framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w50.ldif
 create mode 100644 framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w50_WIN.ldif

http://git.horde.org/diff.php/.gitignore?rt=horde-git&r1=1aec00fca19fb61b44fbd6407c91f945da334bee&r2=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/AllTests.php?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/EntryTest.php?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/ExampleTest.php?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/FilterTest.php?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/LdapTest.php?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/LdifTest.php?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/SearchTest.php?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/TestBase.php?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/UtilTest.php?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/conf.php.dist?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/fixtures/changes.ldif?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/fixtures/malformed_encoding.ldif?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/fixtures/malformed_syntax.ldif?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/fixtures/malformed_wrapping.ldif?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/fixtures/sorted_w40.ldif?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/fixtures/sorted_w50.ldif?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w30.ldif?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w50.ldif?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96
http://git.horde.org/co.php/framework/Ldap/test/Horde/Ldap/fixtures/unsorted_w50_WIN.ldif?rt=horde-git&r=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96

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

commit 360f827930ea4cca6ffa4a744bee048fe619457f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 17 13:18:26 2010 +0200

    Cleanup

 framework/Kolab_Server/lib/Horde/Kolab/Server/Query/Ldap.php |    3 +-
 framework/Ldap/lib/Horde/Ldap.php                            |  111 +-
 framework/Ldap/lib/Horde/Ldap/Entry.php                      |   11 +-
 framework/Ldap/lib/Horde/Ldap/Filter.php                     |  596 ++++-----
 framework/Ldap/lib/Horde/Ldap/Ldif.php                       |    4 +-
 framework/Ldap/lib/Horde/Ldap/RootDse.php                    |  182 +---
 framework/Ldap/lib/Horde/Ldap/Schema.php                     |  516 ++++-----
 framework/Ldap/lib/Horde/Ldap/Search.php                     |  465 +++-----
 framework/Ldap/package.xml                                   |    8 +
 9 files changed, 818 insertions(+), 1078 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Query/Ldap.php?rt=horde-git&r1=e5c1c1e4b04596ca2c003272bad48996757b1d8d&r2=360f827930ea4cca6ffa4a744bee048fe619457f
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap.php?rt=horde-git&r1=9ac3ac78dc689da14bf287990f07d083f8347e6d&r2=360f827930ea4cca6ffa4a744bee048fe619457f
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Entry.php?rt=horde-git&r1=1f82befe07a4a40893cb4f204966fa4ed8f5ac6c&r2=360f827930ea4cca6ffa4a744bee048fe619457f
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Filter.php?rt=horde-git&r1=9a4cb1846355828a959eac8b17b46e9451765eb5&r2=360f827930ea4cca6ffa4a744bee048fe619457f
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Ldif.php?rt=horde-git&r1=101bdcd56fa3b02b6358f66d4ee8d44f4378c83d&r2=360f827930ea4cca6ffa4a744bee048fe619457f
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/RootDse.php?rt=horde-git&r1=ce30aac04ee9c651cb142abdf8a58fc4cca348e5&r2=360f827930ea4cca6ffa4a744bee048fe619457f
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Schema.php?rt=horde-git&r1=ea619fc1b9d461755888afd6bff686b87adcb01b&r2=360f827930ea4cca6ffa4a744bee048fe619457f
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Search.php?rt=horde-git&r1=dcda04cc7ac7d5602e19d22b8700dddbc5e03cdf&r2=360f827930ea4cca6ffa4a744bee048fe619457f
http://git.horde.org/diff.php/framework/Ldap/package.xml?rt=horde-git&r1=b30eed3811a8326d6c7d0d5dea371734ed9be247&r2=360f827930ea4cca6ffa4a744bee048fe619457f

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

commit b1b7abc014e22385ddc4f632d457dbec2ced7be7
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 17 13:29:59 2010 +0200

    Update Horde_Ldap_Util method names.

 .../Kolab_Server/lib/Horde/Kolab/Server/Connection/Mock/Ldap.php  |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php            |    4 +-
 .../Kolab_Server/test/Horde/Kolab/Server/Integration/MockTest.php |    2 +-
 .../test/Horde/Kolab/Server/Integration/PersonTest.php            |    8 +-
 framework/Ldap/lib/Horde/Ldap.php                                 |    6 +-
 framework/Ldap/lib/Horde/Ldap/Entry.php                           |    8 +-
 framework/Ldap/lib/Horde/Ldap/Filter.php                          |    6 +-
 framework/Ldap/lib/Horde/Ldap/Ldif.php                            |    8 +-
 framework/Ldap/lib/Horde/Ldap/Util.php                            |   58 ++--
 framework/Ldap/test/Horde/Ldap/UtilTest.php                       |  102 ++--
 10 files changed, 102 insertions(+), 102 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Connection/Mock/Ldap.php?rt=horde-git&r1=1975306a8f8de44bd1f6a0a89639f69cf41c5e86&r2=b1b7abc014e22385ddc4f632d457dbec2ced7be7
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php?rt=horde-git&r1=d05700a5b46fa3e0fc99e6aa51bcd45ccb8fc1ea&r2=b1b7abc014e22385ddc4f632d457dbec2ced7be7
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/MockTest.php?rt=horde-git&r1=1975306a8f8de44bd1f6a0a89639f69cf41c5e86&r2=b1b7abc014e22385ddc4f632d457dbec2ced7be7
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/PersonTest.php?rt=horde-git&r1=1975306a8f8de44bd1f6a0a89639f69cf41c5e86&r2=b1b7abc014e22385ddc4f632d457dbec2ced7be7
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap.php?rt=horde-git&r1=360f827930ea4cca6ffa4a744bee048fe619457f&r2=b1b7abc014e22385ddc4f632d457dbec2ced7be7
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Entry.php?rt=horde-git&r1=360f827930ea4cca6ffa4a744bee048fe619457f&r2=b1b7abc014e22385ddc4f632d457dbec2ced7be7
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Filter.php?rt=horde-git&r1=360f827930ea4cca6ffa4a744bee048fe619457f&r2=b1b7abc014e22385ddc4f632d457dbec2ced7be7
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Ldif.php?rt=horde-git&r1=360f827930ea4cca6ffa4a744bee048fe619457f&r2=b1b7abc014e22385ddc4f632d457dbec2ced7be7
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Util.php?rt=horde-git&r1=8957d6f19ee96c07482b8df4a9b45940b004b048&r2=b1b7abc014e22385ddc4f632d457dbec2ced7be7
http://git.horde.org/diff.php/framework/Ldap/test/Horde/Ldap/UtilTest.php?rt=horde-git&r1=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96&r2=b1b7abc014e22385ddc4f632d457dbec2ced7be7

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

commit 51d7b223418e7637f71dfd9e1a83bee0c61ad241
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 17 13:31:58 2010 +0200

    Match method names.

 framework/Ldap/test/Horde/Ldap/UtilTest.php |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Ldap/test/Horde/Ldap/UtilTest.php?rt=horde-git&r1=b1b7abc014e22385ddc4f632d457dbec2ced7be7&r2=51d7b223418e7637f71dfd9e1a83bee0c61ad241

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

commit 4f1577facd974187b7369b02ebd19e8d82409473
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 17 13:33:06 2010 +0200

    Fix typos.

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

http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Util.php?rt=horde-git&r1=b1b7abc014e22385ddc4f632d457dbec2ced7be7&r2=4f1577facd974187b7369b02ebd19e8d82409473

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

commit 9beaacf963dd5042ce1e3dc46579c792471fcdff
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 17 13:54:14 2010 +0200

    Fix configuration parameter names.

 framework/Ldap/test/Horde/Ldap/LdapTest.php  |   22 +++++++++++-----------
 framework/Ldap/test/Horde/Ldap/conf.php.dist |   10 +++++-----
 2 files changed, 16 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/framework/Ldap/test/Horde/Ldap/LdapTest.php?rt=horde-git&r1=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96&r2=9beaacf963dd5042ce1e3dc46579c792471fcdff
http://git.horde.org/diff.php/framework/Ldap/test/Horde/Ldap/conf.php.dist?rt=horde-git&r1=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96&r2=9beaacf963dd5042ce1e3dc46579c792471fcdff

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

commit 5ec1a7cbbe8ed96218b07e2ee77f08cc8be098f5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 17 14:25:14 2010 +0200

    Fix for-call.

 framework/Ldap/lib/Horde/Ldap/Entry.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Entry.php?rt=horde-git&r1=b1b7abc014e22385ddc4f632d457dbec2ced7be7&r2=5ec1a7cbbe8ed96218b07e2ee77f08cc8be098f5

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

commit f03270bc213308ebf75ab31b5a25edc33a970745
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 17 14:25:57 2010 +0200

    facsimileTelephoneNumber doesn's have a matching rule for deleting individual attributes.

 framework/Ldap/test/Horde/Ldap/LdapTest.php |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

http://git.horde.org/diff.php/framework/Ldap/test/Horde/Ldap/LdapTest.php?rt=horde-git&r1=9beaacf963dd5042ce1e3dc46579c792471fcdff&r2=f03270bc213308ebf75ab31b5a25edc33a970745

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

commit 52b72b98aee1754f5c0954dce84483ce22891346
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 17 14:28:37 2010 +0200

    Update file names.

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

http://git.horde.org/diff.php/framework/Ldap/package.xml?rt=horde-git&r1=360f827930ea4cca6ffa4a744bee048fe619457f&r2=52b72b98aee1754f5c0954dce84483ce22891346




More information about the commits mailing list