1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493
|
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.7.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>Net_LDAP</name>
<channel>pear.php.net</channel>
<summary>Object oriented interface for searching and manipulating LDAP-entries</summary>
<description>Net_LDAP is a clone of Perls Net::LDAP object interface to
directory servers. It does contain most of Net::LDAPs features
but has some own too.
With Net_LDAP you have:
* A simple object-oriented interface to connections, searches entries and filters.
* Support for tls and ldap v3.
* Simple modification, deletion and creation of ldap entries.
* Support for schema handling.
Net_LDAP layers itself on top of PHP's existing ldap extensions.</description>
<lead>
<name>Tarjei Huse</name>
<user>tarjei</user>
<email>tarjei@nu.no</email>
<active>no</active>
</lead>
<lead>
<name>Jan Wagner</name>
<user>jw</user>
<email>wagner@netsols.de</email>
<active>no</active>
</lead>
<lead>
<name>Benedikt Hallinger</name>
<user>beni</user>
<email>beni@php.net</email>
<active>yes</active>
</lead>
<date>2009-07-03</date>
<time>11:32:56</time>
<version>
<release>1.1.5</release>
<api>1.1.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>LGPL License</license>
<notes>* Ported the fix (RFC-1777) in connect() from Net_LDAP2 v2.0.3</notes>
<contents>
<dir name="/">
<file baseinstalldir="Net" md5sum="3b9f94547d58eb14d80244585985e032" name="LDAP/Entry.php" role="php" />
<file baseinstalldir="Net" md5sum="64233351f4031182b2ffbb75ee764ac0" name="LDAP/Filter.php" role="php" />
<file baseinstalldir="Net" md5sum="d0e24b51b925475dcfefb275ad02420f" name="LDAP/RootDSE.php" role="php" />
<file baseinstalldir="Net" md5sum="cda06c2d02b1083e26d58af496e3a6a0" name="LDAP/Schema.php" role="php" />
<file baseinstalldir="Net" md5sum="44bf04980565c085b4bb18ffbd562cfa" name="LDAP/Search.php" role="php" />
<file baseinstalldir="Net" md5sum="8735d2543d1e457e8adb24bd7b03ef79" name="LDAP/Util.php" role="php" />
<file baseinstalldir="Net" md5sum="9aad3b98a5399b0306368036492d97e1" name="LDAP/LDIF.php" role="php" />
<file baseinstalldir="Net" md5sum="51da26b1a9f7bc3a1d86b3edfe2137d4" name="doc/manual.html" role="doc" />
<file baseinstalldir="Net" md5sum="d99fa2d866a56862d13f5f9eca2d7ae5" name="doc/README.txt" role="doc" />
<file baseinstalldir="Net" md5sum="1cc2a1992d9f4cefb83c660775d38e75" name="doc/RootDSE.txt" role="doc" />
<file baseinstalldir="Net" md5sum="56e27c3ac926fcac9bd0c0c2ee82b268" name="doc/Schema.txt" role="doc" />
<file baseinstalldir="Net" md5sum="3cfb956b7f565f88fe81e98e0315dfbb" name="doc/utf8.txt" role="doc" />
<file baseinstalldir="Net" md5sum="6dbb7a2fe04cebc87b6280be624ee198" name="doc/examples/connecting.php" role="doc" />
<file baseinstalldir="Net" md5sum="b42054f5f174729342c1bc57313a8c50" name="doc/examples/fetch_entry.php" role="doc" />
<file baseinstalldir="Net" md5sum="f1348aade0f88001137f732de8ada428" name="doc/examples/search_entries.php" role="doc" />
<file baseinstalldir="Net" md5sum="3fa6e16f8dd6a474994b64a4facad5a0" name="doc/examples/add_entry.php" role="doc" />
<file baseinstalldir="Net" md5sum="8bd860799e6d9850f0ab388f8925b2c0" name="doc/examples/modify_entry.php" role="doc" />
<file baseinstalldir="Net" md5sum="e8d8986d1da31f596d716ea893c0af31" name="doc/examples/modify_entry2.php" role="doc" />
<file baseinstalldir="Net" md5sum="8153f10152fb069e9666ca97e571030d" name="tests/AllTests.php" role="test" />
<file baseinstalldir="Net" md5sum="2516b623f5249f199d1cd122b13d9a7c" name="tests/Net_LDAP_EntryTest.php" role="test" />
<file baseinstalldir="Net" md5sum="2e3354ddc7afeddf556133db99dbf216" name="tests/Net_LDAP_FilterTest.php" role="test" />
<file baseinstalldir="Net" md5sum="21d59729e86c738a3a38c122694ca024" name="tests/Net_LDAP_RootDSETest.php" role="test" />
<file baseinstalldir="Net" md5sum="180fc30e950c1d4e6c2cc6bc6f4129f7" name="tests/Net_LDAP_SearchTest.php" role="test" />
<file baseinstalldir="Net" md5sum="483a3ea506964d3ffcdeffff698d0f01" name="tests/Net_LDAPTest.php" role="test" />
<file baseinstalldir="Net" md5sum="7478b0a6cd5c3f0df66e9f88ff0c8879" name="tests/Net_LDAP_UtilTest.php" role="test" />
<file baseinstalldir="Net" md5sum="6a5d608dd3c8052e8f28d8bc1b590d27" name="tests/Net_LDAP_LDIFTest.php" role="test" />
<file baseinstalldir="Net" md5sum="3e575f5b772ec0fc7875eabf77929ecc" name="tests/ldapconfig.ini.dist" role="test" />
<file baseinstalldir="Net" md5sum="0e180599ae12d83952c02d7ce2f4fdfd" name="tests/ldapldifconfig.ini.dist" role="test" />
<file baseinstalldir="Net" md5sum="8f42e7d12f63d39beffa3dcc99f845da" name="tests/ldif_data/malformed_encoding.ldif" role="test" />
<file baseinstalldir="Net" md5sum="19b1f781a2481e8e1bc3b08021543072" name="tests/ldif_data/malformed_syntax.ldif" role="test" />
<file baseinstalldir="Net" md5sum="f7f38547dacd8902d6ced1feee615346" name="tests/ldif_data/malformed_wrapping.ldif" role="test" />
<file baseinstalldir="Net" md5sum="9a9f94ba1987e52dac22ff8cfda2c239" name="tests/ldif_data/sorted_w40.ldif" role="test" />
<file baseinstalldir="Net" md5sum="09a03f2bf4c90324242a826963e9a652" name="tests/ldif_data/sorted_w50.ldif" role="test" />
<file baseinstalldir="Net" md5sum="d2d0a78648fe564c48f80f86b25651ec" name="tests/ldif_data/unsorted_w30.ldif" role="test" />
<file baseinstalldir="Net" md5sum="ffcff308d0389e55a5b24f2b01de5d79" name="tests/ldif_data/unsorted_w50.ldif" role="test" />
<file baseinstalldir="Net" md5sum="022e890f92fadd32a094dad9a68d295a" name="tests/ldif_data/unsorted_w50_WIN.ldif" role="test" />
<file baseinstalldir="Net" md5sum="7bfbc8507681d867e01bccc7ba62e459" name="tests/ldif_data/changes.ldif" role="test" />
<file baseinstalldir="Net" md5sum="24f21bc8177d67d4c9bc5f163e817b02" name="LDAP.php" role="php" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>4.2</min>
</php>
<pearinstaller>
<min>1.5.0</min>
</pearinstaller>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.1</release>
<api>0.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2003-06-23</date>
<license>LGPL License</license>
<notes>Initial release</notes>
</release>
<release>
<version>
<release>0.2</release>
<api>0.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2003-08-23</date>
<license>LGPL License</license>
<notes>Fixed a lot of bugs that jumped in during the pearification process</notes>
</release>
<release>
<version>
<release>0.3</release>
<api>0.3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2003-09-21</date>
<license>LGPL License</license>
<notes>More bug squashing! Much better errorhandling in the -search() function.
Also, all errors that create a Pear_error now includes the errornumber if
appropriate (i.e. it was an ldap generated error).</notes>
</release>
<release>
<version>
<release>0.4</release>
<api>0.4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2003-10-01</date>
<license>LGPL License</license>
<notes>Many more bugfixes. Jan Wagner fixed the shift_entry function.
Also a new Net_LDAP_Entry::modify function has been added that goes far making a simple way to modify entries.</notes>
</release>
<release>
<version>
<release>0.5</release>
<api>0.5</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2003-10-11</date>
<license>LGPL License</license>
<notes>Jan Wagner Contributed a new RootDSE object and a Schema object and some fixes to the Net_LDAP::search() method
The new Net_ldap_entry::modify() method seems to work very nice now.</notes>
</release>
<release>
<version>
<release>0.6</release>
<api>0.6</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2003-10-17</date>
<license>LGPL License</license>
<notes>New Net_LDAP::ArrayUTF8Decode and Net_LDAP::ArrayUTF8Encode functions. These are used by the Net_LDAP::Entry objects to ensure that things work ok.</notes>
</release>
<release>
<version>
<release>0.6.3</release>
<api>0.6.3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2003-11-12</date>
<license>LGPL License</license>
<notes>It seems that 0.6.2 was out too fast. So this is mainly a bugfix release:
- Removed remaining Net_LDAP::UTF8Encode and Net_LDAP::UTF8Decode calls in Net_LDAP_Entry,
which stopped attributes() and get_entry() from working
- The UTF8 functions somehow got outside the Net_LDAP class ... FIXED.
- The usuage example of the last release was wrong. We decided to move UTF8 handling into Net_LDAP.
Handling should be done this way:
$attr = $ldap-utf8Encode($attr);
$entry-modify($attr);
$attr = $ldap-utf8Decode( $entry-attributes() );
- This means Net_LDAP_Util is useless right now, but will be extended in the future.
- Jan did a complete overhaul of the phpdoc stuff. Everything seems to be fine now with phpDocumentor.</notes>
</release>
<release>
<date>2007-02-05</date>
<version>
<release>0.7.0</release>
<api>0.7.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license>LGPL License</license>
<notes>This long awaited release of Net_LDAP features more stability and new functionality.
The main changes are:
- Rewrite of much of the code (including some api changes!)
- LOTS of fixed bugs!
- New class for easy filter handling (Net_LDAP_Filter)
- Sorting support for searchresults (including multivalued sorting!)
- Searched Entries can now be fetched as_struct() (array)!
- Some memory optimizations
Please note also that Net_LDAPs configuration changed slightly. Please see $_config in LDAP.php for the new parameters.</notes>
</release>
<release>
<date>2007-02-23</date>
<version>
<release>0.7.1</release>
<api>0.7.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license>LGPL License</license>
<notes>This is not just a bugfix release of 0.7.0 but also introduces some internal optimisations:
- Fixed a connection bug whith LDAP V3 only servers
- clearer sanitizing of the host config parameter</notes>
</release>
<release>
<date>2007-05-07</date>
<version>
<release>0.7.2</release>
<api>0.7.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license>LGPL License</license>
<notes>This release features some internal code movements to be more compatible to PERL::Net_LDAP.
The movements include:
* Removed UTF8 en-/decoding stuff from Net_LDAP_Utils class since this was moved to Net_LDAP class in 0.6.6
* Moved Filter encoding from Net_LDAP_Filter to Net_LDAP_Util
* Moved ldap_explode_dn_escaped() from Net_LDAP_Entry to Net_LDAP_Util
* Added perls functions from Net_LDAP::Util to our Util class, but they still need some work
Please note that ldap_explode_dn_escaped() is not available from Net_LDAP_Entry anymore.
Additionally some new functionality has been introduced:
* You can now apply regular expressions directly to a entrys attributes
and don't need to fetch the attribute values manually.
* Net_LDAP_Schema can check if a attributes syntax is binary
The following bugs have been resolved:
* Connections to LDAP servers that forbid anonymous binds are possible again
* The JPEG attribute is now properly returned as binary value instead of string
* If the array describing selected attributes in searches didn't contain consecutive keys, there was a problem sometimes
* Some PHP5 return issues</notes>
</release>
<release>
<date>2007-06-12</date>
<version>
<release>0.7.3</release>
<api>0.7.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license>LGPL License</license>
<notes>This release introduces some example files showing you in detail how to work with Net_LDAP.
Additionally, a bug at recursive deletion of an entry is fixed and the Net_LDAP_Filter
class is slightly optimized.</notes>
</release>
<release>
<date>2007-06-20</date>
<version>
<release>1.0.0RC1</release>
<api>1.0.0RC1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license>LGPL License</license>
<notes>Again some small Bugfixes, most notably a bug within $ldap->modify() that occured when using the
combined 'changes' array.
Besides that, $search->popEntry() and the corresponding alias pop_entry() has been implemented.
Net_LDAP_Util::unescape_filter_value() is available too now and Net_LDAP_Util::escape_filter_value()
can handle ASCII chars smaller than 32. Above that, Net_LDAP_Util::canonical_dn() has been fully implemented.
A new method createFresh() was added to Net_LDAP_Entry, so creation of initial entries is more
standardized and clearer.
A new example is available, describing the $ldap->modify() method.
The add_entry.php example was updated, it shows the use of Net_LDAP_Entry::createFresh().
$ldap->add() links unlinked entries now to the connection used for the add.
Some new additional utility functions are available in Net_LDAP_Util to assist you in handling attributes and dns.
The LDAP-Rename command now uses this functions to deal with DN escaping issues.
Please note that ldap_explode_dn_escaped() is not available from Net_LDAP_Util anymore; it got superseeded by Net_LDAP_Util::ldap_explode_dn().</notes>
</release>
<release>
<date>2007-06-28</date>
<version>
<release>1.0.0RC2</release>
<api>1.0.0RC2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license>LGPL License</license>
<notes>Net_LDAP->dnExists() uses the Util class now, which makes it safer.
A new move() method is available from Net_LDAP.
Please note, that the copy() method was removed from the Net_LDAP_Entry class since
people would expect attribute moving because of the overall API of Net_LDAP.
Instead use the more failsafer copy() from Net_LDAP.</notes>
</release>
<release>
<date>2007-07-24</date>
<version>
<release>1.0.0RC3</release>
<api>1.0.0RC3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license>LGPL License</license>
<notes>Fixed a bug with dnExists() that was caused mainly by bad behavior of Net_LDAP_UTIL::ldap_explode_dn().
Fixed a bug with call time pass-by-reference if calling $entry->update(); however this inflicted a API change:
The parameter $ldap is not available anymore, you need to use $entry->setLDAP() prior update now if you want to change the LDAP
object. This brought us a more logical API now, since Entry operations should be performed by the Net_LDAP object.</notes>
</release>
<release>
<date>2007-09-18</date>
<version>
<release>1.0.0RC4</release>
<api>1.0.0RC4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license>LGPL License</license>
<notes>- Fixed some minor bugs of RC3
- Reintroduced $ldap parameter for
$entry-update(), but it is not prefferred to use this way.
The Parameter is there for perl interface compatibility</notes>
</release>
<release>
<date>2007-10-29</date>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>LGPL License</license>
<notes>After more than four years of development, we are very proud to announce the
~ FIRST STABLE Net_LDAP RELEASE 1.0.0 ~
Net_LDAP ist tested now and should be stable enough for production use.
The API is finished so far, no changes should be neccessary in the future.
Changes to Release candidate 4:
- Implemented PHPUnit tests
- Fixed some minor bugs of RC4 (including the schema loading warning-generation)
- Fixed several bugs in Net_LDAP_Util
- Improved Net_LDAP_Filter and Net_LDAP_Util error handling and code cleanness
- Completely implemented Net_LDAP_Filter perl interface
- Improved several doc comments and fixed some spelling errors</notes>
</release>
<release>
<date>2008-01-14</date>
<version>
<release>1.1.0a1</release>
<api>1.1.0a1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license>LGPL License</license>
<notes>* Added LDIF reading and writing support
* Fixed minor issues of 1.0.0 release</notes>
</release>
<release>
<date>2008-01-21</date>
<version>
<release>1.1.0a2</release>
<api>1.1.0a2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license>LGPL License</license>
<notes>* Added parseLines() to Net_LDAP_LDIF for more convinience
* Added some handy methods to Net_LDAP_Entry
* Enhanced tests</notes>
</release>
<release>
<date>2008-02-27</date>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>LGPL License</license>
<notes>* Fixed a little bug at cross directory move
* Fixed a bug when deleting a subtree containing several subentries that failed if
one called dnExists() prior calling delete()
* Fixed some minor bugs at NeT_LDAP->move() and Net_LDAP->dnExists()
* Added Net_LDAP tests
* Changed API of Net_LDAP->copy() to only accept Net_LDAP_Entry objects, because with DNs
Attribute values will be lost
/!\ This is the last release of Net_LDAP supporting PHP4 /!\</notes>
</release>
<release>
<date>2008-03-19</date>
<version>
<release>1.1.1</release>
<api>1.1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>LGPL License</license>
<notes>This is just a bugfix release. Net_LDAP is superseeded by Net_LDAP2,
please use Net_LDAP2 unless you are forced to use PHP4.
* Fixed a problem with Net_LDAP_LDIF and files with DOS line endings</notes>
</release>
<release>
<date>2008-06-04</date>
<version>
<release>1.1.2</release>
<api>1.1.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>LGPL License</license>
<notes>* Backportet a patch from Net_LDAP2. Schema->isBinary() did not checked attribute supertypes
* Backported a patch for Schema->isBinary() bug if unknown attribute type is requested
* Bugfix in filter class for approx matching</notes>
</release>
<release>
<date>2008-10-23</date>
<version>
<release>1.1.3</release>
<api>1.1.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>LGPL License</license>
<notes>* Fixed a little issue with repetive adding the same attribute value (backported from Net_LDAP2)
* Fixed issue with repetitve adding or deleting values causing Net_LDAP to send the same change multiple times</notes>
</release>
<release>
<date>2009-04-23</date>
<version>
<release>1.1.4</release>
<api>1.1.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>LGPL License</license>
<notes>* Ported the connect() method from Net_LDAP2 since it fixes some connection issues</notes>
</release>
</changelog>
</package>
|