Commit Graph

  • f81fdcab88 notes for version 4 blackhedd 2006-08-15 09:43:44 +0000
  • 02ab4f3a6b documentation for Net::LDAP#bind_as. blackhedd 2006-08-15 09:35:43 +0000
  • 5670a452d3 Version 4.0 changes blackhedd 2006-08-15 08:47:36 +0000
  • a2ef2e2df5 Bug fix: set @open_connection to nil at the end of a Net::LDAP#open. Otherwise, you couldn't do more than one #open on the same Net::LDAP object! Subsequent ones would say "open already in progress." blackhedd 2006-08-15 08:46:38 +0000
  • 7c1877d991 Augmented the value filter used in parsing rfc-2254 filters. Thanks to Andre Nathan. blackhedd 2006-08-15 08:34:53 +0000
  • 089c737160 Net::LDAP#search now automatically converts filters in rfc-2254 notation. blackhedd 2006-08-15 08:34:06 +0000
  • faed957164 Changed version to 4. Changed Net::LDAP#bind_as returns a result set now. blackhedd 2006-08-15 08:33:18 +0000
  • e2bf4dc172 Added a preliminary implementation of Net::LDAP#bind_as. blackhedd 2006-08-12 14:54:25 +0000
  • ad24ad979d undeprecated Net::LDAP#modify. blackhedd 2006-08-05 15:20:18 +0000
  • f96e4ff4fa Version 0.0.3 announcement blackhedd 2006-07-27 05:03:54 +0000
  • 77764ecc94 changelog date blackhedd 2006-07-27 04:52:41 +0000
  • 69158b7b16 left out some encryption calls. blackhedd 2006-07-26 21:35:38 +0000
  • e89a9a4d72 version bump to 0.0.3 blackhedd 2006-07-26 12:21:30 +0000
  • 9bc533401a Added simple TLS encryption. blackhedd 2006-07-26 12:20:33 +0000
  • 43dcdec0f1 doc improvements blackhedd 2006-07-12 10:37:37 +0000
  • 3108412c14 tweak blackhedd 2006-07-12 09:46:27 +0000
  • 7abd93bc86 changed version in gemspec blackhedd 2006-07-12 09:26:10 +0000
  • 8a36c38ec4 license note blackhedd 2006-07-12 09:23:06 +0000
  • b2f67b828b doc tweak blackhedd 2006-07-12 09:21:46 +0000
  • a6d4fa1462 more release notes blackhedd 2006-07-12 09:20:05 +0000
  • 3370866f01 more release notes blackhedd 2006-07-12 09:07:30 +0000
  • 82aa67da7c changelog notes blackhedd 2006-07-12 08:55:34 +0000
  • 4a44c80e20 Version 0.0.2 release announcement blackhedd 2006-07-12 08:53:53 +0000
  • 526c1cf08b Removed extraneous print statement, caught by Gary Williams, gary.williams@sas.com blackhedd 2006-06-27 17:35:18 +0000
  • 2baf207486 Supported constructed, context-specific tag 3 (search referral). This was missing from the earlier work that supported referrals. blackhedd 2006-06-23 12:07:23 +0000
  • eb4a7737a9 reported fix of RFC-2696 regression blackhedd 2006-06-10 03:28:43 +0000
  • 5fea59a42a fixed a regression caused by the introduction of RFC-2696 paged-result controls. These broke openLDAP versions 2.2.x and greater because we were using a page size of 739, while openLDAP doesn't like anything bigger than 126. blackhedd 2006-06-10 03:25:08 +0000
  • bc62156f12 change notes blackhedd 2006-06-09 22:09:01 +0000
  • 50541f653d supported filter types greaterorequal and lessorequal blackhedd 2006-06-09 21:43:40 +0000
  • f3e05db9d3 added support for search-result referrals. blackhedd 2006-05-31 15:55:16 +0000
  • a11e121e54 Allowed dots in filter branches. Patch provided by Andre Nathan. blackhedd 2006-05-24 23:33:17 +0000
  • c9f5b6a689 Notes blackhedd 2006-05-18 03:54:11 +0000
  • 241d9b8fb3 Took a suggestion from Andre Nathan (andre@digirati.com.br) to change the behavior of Net::LDAP::Filter#method_missing to allow case-insensitive attribute names. blackhedd 2006-05-18 03:52:38 +0000
  • 7de0147b21 Added Net::LDAP::Filter.from_rfc2254 blackhedd 2006-05-15 20:03:56 +0000
  • 8b7b74ac16 Added test module for filters blackhedd 2006-05-15 18:36:24 +0000
  • fe40fa1ef9 improved behavior of setting attributes in entries blackhedd 2006-05-15 18:33:01 +0000
  • 39ec12afe2 supported Proc objects as passwords. blackhedd 2006-05-09 23:01:30 +0000
  • d4c19eea44 Reinterpreted search result sets as Arrays rather than Hashes. WARNING WARNING WARNING: This change breaks existing code. blackhedd 2006-05-04 13:08:36 +0000
  • 6e5aba6530 commented out the searchx methods. I don't think we'll be needing them. blackhedd 2006-05-04 12:39:28 +0000
  • 999f493863 Added some documentation. blackhedd 2006-05-04 12:30:29 +0000
  • 013982e672 Small performance improvement blackhedd 2006-05-04 12:24:57 +0000
  • c7df586c9f Added a method_missing implementation which allows callers to access attributes simply by giving their name. blackhedd 2006-05-04 12:19:41 +0000
  • 271c685a67 Enabled the left side of a filter-specification to be a Symbol. Previously it had to be a String. blackhedd 2006-05-04 12:06:34 +0000
  • c30a198a29 Provisionally removed an obsolete way of returning search results. The code is commented out so we can bring it back if the removal causes regressions. blackhedd 2006-05-04 11:58:10 +0000
  • 0719bed7f6 Added convenience methods and accessors so that authentication and seach parameters can be specified more easily than by passing them in an argument hash. blackhedd 2006-05-04 11:52:22 +0000
  • 6205656846 Version 0.0.2 release notes and announcement blackhedd 2006-05-03 07:22:14 +0000
  • 0fc833e417 fixed bug in RDoc instantiation blackhedd 2006-05-03 05:38:58 +0000
  • b67a91edca implemented RFC 2696. blackhedd 2006-05-02 09:26:55 +0000
  • 91631f845d Supported RFC 2251 "controls" blackhedd 2006-05-02 07:44:33 +0000
  • 84e2ccc843 Started adding support for LDAP rfc-2251 controls. blackhedd 2006-05-02 06:55:46 +0000
  • 504aa8c71d Bumped up version number to 0.0.2, added a missing status code, and tweaked docs. blackhedd 2006-05-02 00:47:31 +0000
  • d85cc21fad documented the Entry class blackhedd 2006-05-02 00:10:24 +0000
  • 927446601f doc tweaks blackhedd 2006-05-01 21:31:27 +0000
  • d4b093eb07 fixed small problem blackhedd 2006-05-01 20:50:26 +0000
  • a24d607735 added no-dependency statement. blackhedd 2006-05-01 20:31:33 +0000
  • e0d32bb1bd Fixed package name blackhedd 2006-05-01 20:19:25 +0000
  • 20a83436b4 links corrected blackhedd 2006-05-01 18:07:42 +0000
  • d144ad360f doc tweaks blackhedd 2006-05-01 17:49:34 +0000
  • 8054ef181f added changenotes for version 0.0.1 blackhedd 2006-05-01 17:35:31 +0000
  • 648118a60b changelog for 0.0.1 blackhedd 2006-05-01 17:24:58 +0000
  • 5d349b43f6 Fixed a small edge condition relating to adding values to Net::LDAP::Entry. blackhedd 2006-05-01 12:19:16 +0000
  • 4d4423ec25 Deprecated #modify. Added #add_attribute, #replace_attribute and #delete_attribute. blackhedd 2006-05-01 07:19:12 +0000
  • 92c61ea897 comment blackhedd 2006-05-01 06:40:48 +0000
  • 7958315227 documentation tweaks blackhedd 2006-05-01 05:27:29 +0000
  • 2f3802c4fd Tweaks to top-level files. austin 2006-05-01 02:14:05 +0000
  • 1fec1f6abf and removed COPYING from another place blackhedd 2006-04-30 18:46:27 +0000
  • 6e3e95c237 Removed COPYING from distro list. This GPL file is replaced by LICENCE. blackhedd 2006-04-30 18:44:45 +0000
  • bae0b92211 added VERSION constant, otherwise rake was picking it up from Ruby's version. blackhedd 2006-04-30 18:36:24 +0000
  • 63ecf9c065 documentation for modify blackhedd 2006-04-30 18:19:38 +0000
  • fdc41e0fd9 supported search scopes and attribute-only searches. blackhedd 2006-04-30 17:17:20 +0000
  • 5eaacf1ac3 supported LDAP delete blackhedd 2006-04-30 16:31:08 +0000
  • 5c18a30088 documentation tweaks blackhedd 2006-04-30 13:08:55 +0000
  • 62e24ae893 minor verbiage tweaks. Removed COPYING which only makes sense for GPL. blackhedd 2006-04-30 11:37:59 +0000
  • 3a81510611 verbiage tweak and acknowledged Austin. blackhedd 2006-04-30 11:36:18 +0000
  • 12f7d6efec Added version number. Removed RELEASE_NOTES in favor of ChangeLog. Removed COPYING in favor of LICENCE. blackhedd 2006-04-30 11:32:52 +0000
  • 2faf22a2af Added the framework for release. I haven't actually verified this yet for Net::LDAP, but I used the same framework for the recent release of MIME::Types. Some pieces of the code may need to be moved around to better handle the testing framework in the Rakefile and the pre-setup.rb file. To make this work, you will need the meta_project, gmailer, and archive-tar-minitar gems. austin 2006-04-30 03:34:34 +0000
  • 65102e44d9 spelling error blackhedd 2006-04-26 03:08:32 +0000
  • 90616a3ca9 lost superfluous default methods blackhedd 2006-04-26 02:57:34 +0000
  • b4c28477f9 documentation blackhedd 2006-04-26 02:10:34 +0000
  • e231a5359e documentation blackhedd 2006-04-26 01:43:57 +0000
  • 28185fdf0f Improved the search-result handling blackhedd 2006-04-25 20:15:46 +0000
  • 7be5474f06 Significant mods to LDAP#search blackhedd 2006-04-25 14:03:11 +0000
  • 193f76e530 documentation blackhedd 2006-04-24 21:59:35 +0000
  • 6f2d527c24 Added a password-hash generator. blackhedd 2006-04-24 21:58:14 +0000
  • bf9e230a09 added an error message string (65) blackhedd 2006-04-24 16:27:30 +0000
  • b5799f66d0 documents blackhedd 2006-04-23 19:43:37 +0000
  • 4f18bcb1e0 documentation blackhedd 2006-04-23 19:05:06 +0000
  • cf680bc8c1 readme text blackhedd 2006-04-23 17:34:18 +0000
  • 28efeadd94 Added LDAP#modify_rdn as a synonym for LDAP#rename. blackhedd 2006-04-23 01:23:09 +0000
  • ee488f9384 Changed LDAP#add, LDAP#modify and LDAP#delete to return T/F instead of a numeric LDAP code. blackhedd 2006-04-23 01:21:34 +0000
  • f8649bc54e Changed LDAP#search to return T/F instead of numeric LDAP code, and adjusted the tests accordingly. blackhedd 2006-04-23 01:17:49 +0000
  • 030bb9c6d4 Fixed tests to handle the new error return from LDAP#bind. blackhedd 2006-04-23 01:13:41 +0000
  • 0117d386c0 Converted LDAP#bind to return T/F and added LDAP::get_operation_result to retrieve extended error information. blackhedd 2006-04-23 01:09:13 +0000
  • 4bc667ffb2 Implemented Net::LDAP::open blackhedd 2006-04-18 21:11:33 +0000
  • 36526cd66a Refactored the Net::LDAP methods to prepare for the implementation of Net::LDAP::open blackhedd 2006-04-18 20:55:55 +0000
  • 7a0da7c9bc Added Dataset::to_ldif blackhedd 2006-04-18 19:46:47 +0000
  • c423ced9e2 Removed dependency on Base64, which doesn't seem to appear on all Ruby versions. blackhedd 2006-04-18 16:27:39 +0000
  • e6d6a5261a Started a Dataset implementation that will be used to hold search-results and LDIFs. blackhedd 2006-04-18 15:42:10 +0000
  • dac184da91 removed dead code blackhedd 2006-04-18 00:18:48 +0000
  • 974652f34d fixed small error blackhedd 2006-04-18 00:12:28 +0000