Commit Graph

25 Commits (7438a2ab45b6aabfbcb1b078fc72419d7b0442ba)

Author SHA1 Message Date
Denis Knauf 7438a2ab45 One LdapError-class => Specific errors for every exception. 2013-03-16 13:10:02 +01:00
Austin Ziegler fedd290adf Adding utf-8 encoding headers to all lib files. 2011-03-17 21:51:52 -04:00
Austin Ziegler 59dac76d47 Cleaning up Net::LDAP documentation. 2010-04-19 01:54:25 -04:00
Austin Ziegler 06ea324055 Cleanup of Dataset and Entry. 2010-03-27 14:51:01 -04:00
Kaspar Schiess cfd9dbc922 + Spec for Net::LDAP::Entry
Pretty much rewrote the code. It now also responds to respond_to?
correctly. Most of that symbol manipulation is now in just one place.
2010-03-18 10:08:59 +01:00
Kaspar Schiess c01dc9ee89 + Adds comments (and some layouting) 2010-03-18 09:28:27 +01:00
Austin Ziegler 0f13153558 Switching to version 0.1.0. 2010-03-15 20:16:12 -04:00
Rory OConnell d37c3b3ae6 Cleaned up the layout quite a bit to make Gemifying and including into Rails 3 less painful. Some steps to 1.9 compatibility 2010-02-09 16:46:49 -06:00
blackhedd 17dcc52e05 changed Entry::to_ldif so it doesn't interpret blanks as binary characters. 2007-03-17 02:35:41 +00:00
blackhedd 82e2cc3592 Fixed bug noticed by Matthias Tarasiewicz: from_single_ldif_string
was returning DN attributes with a prepended nil element.
2006-09-30 14:59:13 +00:00
blackhedd 54d929dae5 removed a comment which is no longer true. 2006-09-29 12:44:28 +00:00
blackhedd 1eab2924f6 fixed line-folding bug in to_ldif 2006-08-31 13:23:25 +00:00
blackhedd f2d761794f tweaked the binary-attribute check. Now we look at the
whole string instead of just the ends as ldapsearch does.
2006-08-31 01:48:33 +00:00
blackhedd 1deab245d6 supported base64 encoding for binary attribute values 2006-08-29 00:24:29 +00:00
blackhedd 7660da0270 fixed a couple of "quiet" bugs, and added custom _dump
and _load methods so that Net::LDAP::Entry objects can
be marshalled. Thanks to an anonymous feature requester
who only left the name "Jammy."
2006-08-27 03:25:44 +00:00
blackhedd 493b81bd69 added Net::LDAP::Entry#to_ldif 2006-08-18 19:41:03 +00:00
blackhedd 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.
2006-05-18 03:52:38 +00:00
blackhedd fe40fa1ef9 improved behavior of setting attributes in entries 2006-05-15 18:33:01 +00:00
blackhedd 999f493863 Added some documentation. 2006-05-04 12:30:29 +00:00
blackhedd 013982e672 Small performance improvement 2006-05-04 12:24:57 +00:00
blackhedd c7df586c9f Added a method_missing implementation which allows callers
to access attributes simply by giving their name.
2006-05-04 12:19:41 +00:00
blackhedd d85cc21fad documented the Entry class 2006-05-02 00:10:24 +00:00
blackhedd 5d349b43f6 Fixed a small edge condition relating to adding values to Net::LDAP::Entry. 2006-05-01 12:19:16 +00:00
blackhedd 28185fdf0f Improved the search-result handling 2006-04-25 20:15:46 +00:00
blackhedd 7be5474f06 Significant mods to LDAP#search 2006-04-25 14:03:11 +00:00