Commit graph

3 commits

Author SHA1 Message Date
taca
b8867a1f65 Update ruby-net-ldap to 0.11.
=== Net::LDAP 0.11
* Major enhancements:
  * #183 Specific errors subclassing Net::LDAP::Error
* Bug fixes:
  * #176 Fix nil tls options
  * #184 Search guards against nil queued reads. Connection#unescape handles numerics
* Code clean-up:
  * #180 Refactor connection establishment

=== Net::LDAP 0.10.1
* Bug fixes:
  * Fix Integer BER encoding of signed values

=== Net::LDAP 0.10.0
* Major enhancements:
  * Accept SimpleTLS/StartTLS encryption options (compatible with `OpenSSL::SSL::SSLContext#set_params`)
* Bug fixes:
  * Parse filter strings with square and curly braces (`[]` and `{}`)
  * Handle connection timeout errors (`Errno::ETIMEDOUT` raised as `Net::LDAP::LdapError`)
* Testing changes:
  * Add integration tests for StartTLS connections to OpenLDAP
* Meta changes:
  * Update Gem release tooling (remove Hoe, use Rake)
  * Fix Gem release date

=== Net::LDAP 0.9.0
* Major changes:
  * Dropped support for ruby 1.8.7, ruby >= 1.9.3 now required
* Major enhancements:
  * Add support for search time limit parameter
  * Instrument received messages, PDU parsing
* Minor enhancments:
  * Add support for querying ActiveDirectory capabilities from root dse
* Bug fixes:
  * Fix reads for multiple concurrent requests with shared, open connections mixing up the results
  * Fix search size option
  * Fix BER encoding bug
* Code clean-up:
  * Added integration test suite
  * Switch to minitest

* Details
  * #150 Support querying ActiveDirectory capabilities when searching root dse
  * #142 Encode true as xFF
  * #124, #145, #146, #152 Cleanup gemspec
  * #138, #144 Track response messages by message id
  * #141 Magic number/constant cleanup
  * #119, #129, #130, #132, #133, #137 Integration tests
  * #115 Search timeout support
  * #140 Fix search size option
  * #139 Cleanup and inline documentation for Net::LDAP::Connection#search
  * #131 Instrumentation
  * #116 Refactor Connection#write
  * #126 Update gitignore
  * #128 Fix whitespace
  * #113, #121 Switch to minitest
  * #123 Base64 encoded dn
  * #114 Separate file for Net::LDAP::Connection
  * #104 Parse version spec in LDIF datasets
  * #106 ldap.modify doc fixes
  * #111 Fix test deprecations

=== Net::LDAP 0.5.0 / 2013-07-22
* Major changes:
  * Required Ruby version is >=1.9.3
* Major enhancements:
  * Added alias dereferencing (@ngwilson)
  * BER now unescapes characters that are already escaped in the source string (@jzinn)
  * BerIdentifiedString will now fall back to ASCII-8 encoding if the source Ruby object cannot be encoded in UTF-8 (@lfu)
* Bug fixes:
  * Fixed nil variable error when following a reference response (@cmdrclueless)
  * Fixed FilterParser unable to parse multibyte strings (@satoryu)
  * Return ConverterNotFound when dealing with a potentially corrupt data response (@jamuc)
2015-02-04 15:56:48 +00:00
taca
12d5f65a81 Update ruby-net-ldap to 0.3.1.
=== Net::LDAP 0.3.1 / 2012-02-15
* Bug Fixes:
  * Bundler should now work again

=== Net::LDAP 0.3.0 / 2012-02-14
* Major changes:
  * Now uses UTF-8 strings instead of ASCII-8 per the LDAP RFC
Major Enhancements:
  * Adding continuation reference processing
* Bug Fixes:
  * Fixes usupported object type #139
  * Fixes Net::LDAP namespace errors
  * Return nil instead of an empty array if the search fails
2012-03-17 16:57:17 +00:00
taca
fa76f83c93 Importing net-ldap version 0.2.2.
Net::LDAP for Ruby (also called net-ldap) implements client access for the
Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for
accessing distributed directory services. Net::LDAP is written completely in
Ruby with no external dependencies. It supports most LDAP client features
and a subset of server features as well.

Net::LDAP has been tested against modern popular LDAP servers including
OpenLDAP and Active Directory. The current release is mostly compliant with
earlier versions of the IETF LDAP RFCs (2251-2256, 2829-2830, 3377, and 3771).
Our roadmap for Net::LDAP 1.0 is to gain full *client* compliance with
the most recent LDAP RFCs (4510-4519, plus portions of 4520-4532).
2011-06-19 14:07:17 +00:00